Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DStatusBarStateControllerImplTest.kt138 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/
DSysuiStatusBarStateController.java114 void setAndInstrumentDozeAmount(View view, float dozeAmount, boolean animated); in setAndInstrumentDozeAmount() method
DStatusBarStateControllerImpl.java387 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/
DFakeStatusBarStateController.kt116 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/
DNotificationPanelViewController.java3269 mStatusBarStateController.setAndInstrumentDozeAmount(mView, dozeAmount, animate);