Searched refs:setAndInstrumentDozeAmount (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | StatusBarStateControllerImplTest.kt | 138 underTest.setAndInstrumentDozeAmount(null, 0.5f, false /* animated */) in testSetDozeAmountInternal_onlySetsOnce() 139 underTest.setAndInstrumentDozeAmount(null, 0.5f, false /* animated */) in testSetDozeAmountInternal_onlySetsOnce() 187 underTest.setAndInstrumentDozeAmount(null, 1f, false) in testSetDozeAmount_immediatelyChangesDozeAmount_lockscreenTransitionFromAod() 194 underTest.setAndInstrumentDozeAmount(null, 0f, true) in testSetDozeAmount_immediatelyChangesDozeAmount_lockscreenTransitionFromAod()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SysuiStatusBarStateController.java | 114 void setAndInstrumentDozeAmount(View view, float dozeAmount, boolean animated); in setAndInstrumentDozeAmount() method
|
D | StatusBarStateControllerImpl.java | 387 public void setAndInstrumentDozeAmount(View view, float dozeAmount, boolean animated) { in setAndInstrumentDozeAmount() method in StatusBarStateControllerImpl
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
D | FakeStatusBarStateController.kt | 116 override fun setAndInstrumentDozeAmount(view: View?, dozeAmount: Float, animated: Boolean) { in getDozeAmount() method in com.android.systemui.statusbar.FakeStatusBarStateController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelViewController.java | 3269 mStatusBarStateController.setAndInstrumentDozeAmount(mView, dozeAmount, animate);
|