Searched refs:onExitLowLight (Results 1 – 4 of 4) sorted by relevance
101 default void onExitLowLight() { in onExitLowLight() method348 notifyCallbacks(Callback::onExitLowLight); in setLowLightActive()
184 public void onExitLowLight() {
307 verify(mCallback, times(1)).onExitLowLight(); in testNotifyLowLightExit()313 verify(mCallback, times(1)).onExitLowLight(); in testNotifyLowLightExit()
301 callbackCaptor.getValue().onExitLowLight(); in testDownwardEntryAnimationsWhenExitingLowLight()