Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarTransitions.java66 handler.post(() -> applyLightsOut(true, false)); in NavigationBarTransitions()
76 applyLightsOut(false, true); in NavigationBarTransitions()
87 applyLightsOut(false /*animate*/, true /*force*/); in init()
94 applyLightsOut(true, false); in setAutoDim()
110 applyLightsOut(animate, false /*force*/); in onTransition()
113 private void applyLightsOut(boolean animate, boolean force) { in applyLightsOut() method in NavigationBarTransitions
115 applyLightsOut(isLightsOut(getMode()), animate, force); in applyLightsOut()
118 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut() method in NavigationBarTransitions
152 applyLightsOut(false, true); in applyDarkIntensity()
164 applyLightsOut(false, false, false);