Home
last modified time | relevance | path

Searched defs:lightsOut (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarTransitions.java165 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java310 private static native void nativeSetSystemUiLightsOut(long ptr, boolean lightsOut); in nativeSetSystemUiLightsOut()
1777 public void setSystemUiLightsOut(boolean lightsOut) { in setSystemUiLightsOut()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1023 void NativeInputManager::setSystemUiLightsOut(bool lightsOut) { in setSystemUiLightsOut()
1812 jboolean lightsOut) { in nativeSetSystemUiLightsOut()