Searched refs:setAndInstrumentDozeAmount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | StatusBarStateControllerImplTest.kt | 95 controller.setAndInstrumentDozeAmount(null, 0.5f, false /* animated */) in testSetDozeAmountInternal_onlySetsOnce() 96 controller.setAndInstrumentDozeAmount(null, 0.5f, false /* animated */) in testSetDozeAmountInternal_onlySetsOnce() 141 controller.setAndInstrumentDozeAmount(null, 1f, false) in testSetDozeAmount_immediatelyChangesDozeAmount_lockscreenTransitionFromAod() 148 controller.setAndInstrumentDozeAmount(null, 0f, true) in testSetDozeAmount_immediatelyChangesDozeAmount_lockscreenTransitionFromAod()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SysuiStatusBarStateController.java | 116 void setAndInstrumentDozeAmount(View view, float dozeAmount, boolean animated); in setAndInstrumentDozeAmount() method
|
D | StatusBarStateControllerImpl.java | 331 public void setAndInstrumentDozeAmount(View view, float dozeAmount, boolean animated) { in setAndInstrumentDozeAmount() method in StatusBarStateControllerImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelViewController.java | 3006 mStatusBarStateController.setAndInstrumentDozeAmount(mView, dozeAmount, animate); in setDozing()
|