Searched refs:onBeforeEnterLowLight (Results 1 – 5 of 5) sorted by relevance
76 verify(mEnterListener).onBeforeEnterLowLight() in <lambda>()101 verify(mEnterListener, never()).onBeforeEnterLowLight() in <lambda>()107 whenever(mEnterListener.onBeforeEnterLowLight()).thenReturn(mAnimator) in <lambda>()127 whenever(mEnterListener.onBeforeEnterLowLight()).thenReturn(mAnimator) in <lambda>()142 whenever(mEnterListener.onBeforeEnterLowLight()).thenReturn(mAnimator) in <lambda>()
64 override fun onBeforeEnterLowLight() = mEnterAnimator in setUp() method
40 fun onBeforeEnterLowLight(): Animator? in <lambda>() method91 animator = mLowLightEnterListener!!.onBeforeEnterLowLight() in <lambda>()
381 public Animator onBeforeEnterLowLight() { in onBeforeEnterLowLight() method in DreamOverlayContainerViewController
312 mController.onBeforeEnterLowLight(); in testStartsExitAnimationsBeforeEnteringLowLight()