Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayStateController.java101 default void onExitLowLight() { in onExitLowLight() method
348 notifyCallbacks(Callback::onExitLowLight); in setLowLightActive()
DDreamOverlayContainerViewController.java184 public void onExitLowLight() {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayStateControllerTest.java307 verify(mCallback, times(1)).onExitLowLight(); in testNotifyLowLightExit()
313 verify(mCallback, times(1)).onExitLowLight(); in testNotifyLowLightExit()
DDreamOverlayContainerViewControllerTest.java301 callbackCaptor.getValue().onExitLowLight(); in testDownwardEntryAnimationsWhenExitingLowLight()