Searched refs:applyLightsOut (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarTransitions.java | 77 mHandler.post(() -> applyLightsOut(true, false)); 101 applyLightsOut(false, true); in NavigationBarTransitions() 112 applyLightsOut(false /*animate*/, true /*force*/); in init() 131 applyLightsOut(true, false); in setAutoDim() 151 applyLightsOut(animate, false /*force*/); in onTransition() 155 private void applyLightsOut(boolean animate, boolean force) { in applyLightsOut() method in NavigationBarTransitions 157 applyLightsOut(isLightsOut(getMode()), animate, force); in applyLightsOut() 160 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut() method in NavigationBarTransitions 199 applyLightsOut(false, true); in applyDarkIntensity()
|