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