Searched refs:isLowLightActive (Results 1 – 6 of 6) sorted by relevance
189 if (isLowLightActive() || containsState(STATE_HOME_CONTROL_ACTIVE)) { in getComplications()274 public boolean isLowLightActive() { in isLowLightActive() method346 if (isLowLightActive() && !active) { in setLowLightActive()
290 if (!mStateController.isLowLightActive()) { in onViewAttached()
273 when(mStateController.isLowLightActive()).thenReturn(false); in testStartDreamEntryAnimationsOnAttachedNonLowLight()283 when(mStateController.isLowLightActive()).thenReturn(true); in testNeverStartDreamEntryAnimationsOnAttachedForLowLight()294 when(mStateController.isLowLightActive()).thenReturn(false); in testDownwardEntryAnimationsWhenExitingLowLight()
284 assertThat(stateController.isLowLightActive()).isFalse(); in testNotifyLowLightChanged()290 assertThat(stateController.isLowLightActive()).isTrue(); in testNotifyLowLightChanged()299 assertThat(stateController.isLowLightActive()).isFalse(); in testNotifyLowLightExit()308 assertThat(stateController.isLowLightActive()).isFalse(); in testNotifyLowLightExit()
475 when(mDreamOverlayStateController.isLowLightActive()).thenReturn(true); in testLowLightHidesStatusBar()487 when(mDreamOverlayStateController.isLowLightActive()).thenReturn(false); in testLowLightHidesStatusBar()495 when(mDreamOverlayStateController.isLowLightActive()).thenReturn(false); in testNoChangeToVisibilityBeforeDreamStartedWhenLowLightStateChange()
250 return (!mDreamOverlayStateController.isLowLightActive() in shouldShowStatusBar()