Home
last modified time | relevance | path

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

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