Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java518 public static final int LID_CLOSED = 0; field
601 case LID_CLOSED: in lidStateToString()
DPhoneWindowManager.java91 import static com.android.server.policy.WindowManagerPolicy.WindowManagerFuncs.LID_CLOSED;
2072 || mDefaultDisplayPolicy.getLidState() != LID_CLOSED) in shouldEnableWakeGestureLp()
2236 return lidState == LID_CLOSED; in isHidden()
3559 final int newLidState = lidOpen ? LID_OPEN : LID_CLOSED; in notifyLidSwitchChanged()
5079 mDisplayFoldController.requestDeviceFolded(lidState == LID_CLOSED); in applyLidSwitchState()
5080 } else if (lidState == LID_CLOSED) { in applyLidSwitchState()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3089 return LID_CLOSED; in getLidState()