Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/dream/lowlight/tests/src/com.android.dream.lowlight/
H A DLowLightTransitionCoordinatorTest.kt71 coordinator.setLowLightEnterListener(mEnterListener)
95 coordinator.setLowLightEnterListener(mEnterListener)
96 coordinator.setLowLightEnterListener(null)
109 coordinator.setLowLightEnterListener(mEnterListener)
129 coordinator.setLowLightEnterListener(mEnterListener)
144 coordinator.setLowLightEnterListener(mEnterListener)
H A DLowLightDreamManagerTest.kt62 mTransitionCoordinator.setLowLightEnterListener(
/aosp14/frameworks/base/libs/dream/lowlight/src/com/android/dream/lowlight/
H A DLowLightTransitionCoordinator.kt64 fun setLowLightEnterListener(lowLightEnterListener: LowLightEnterListener?) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayContainerViewController.java215 mLowLightTransitionCoordinator.setLowLightEnterListener(this); in onInit()