Home
last modified time | relevance | path

Searched refs:setAndInstrumentDozeAmount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DStatusBarStateControllerImplTest.kt95 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/
DSysuiStatusBarStateController.java116 void setAndInstrumentDozeAmount(View view, float dozeAmount, boolean animated); in setAndInstrumentDozeAmount() method
DStatusBarStateControllerImpl.java331 public void setAndInstrumentDozeAmount(View view, float dozeAmount, boolean animated) { in setAndInstrumentDozeAmount() method in StatusBarStateControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3006 mStatusBarStateController.setAndInstrumentDozeAmount(mView, dozeAmount, animate); in setDozing()