Searched refs:applyLightsOut (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarTransitions.java | 75 mHandler.post(() -> applyLightsOut(true, false)); 100 applyLightsOut(false, true); in NavigationBarTransitions() 111 applyLightsOut(false /*animate*/, true /*force*/); in init() 130 applyLightsOut(true, false); in setAutoDim() 150 applyLightsOut(animate, false /*force*/); in onTransition() 154 private void applyLightsOut(boolean animate, boolean force) { in applyLightsOut() method in NavigationBarTransitions 156 applyLightsOut(isLightsOut(getMode()), animate, force); in applyLightsOut() 159 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut() method in NavigationBarTransitions 198 applyLightsOut(false, true); in applyDarkIntensity()
|