Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java81 static final boolean DEBUG_KEEP_SCREEN_ON = false; field in WindowManagerDebugConfig
DRootWindowContainer.java37 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_KEEP_SCREEN_ON;
873 if (DEBUG_KEEP_SCREEN_ON) { in handleNotObscuredLocked()
883 if (DEBUG_KEEP_SCREEN_ON) { in handleNotObscuredLocked()
892 } else if (DEBUG_KEEP_SCREEN_ON && w == mWmService.mLastWakeLockHoldingWindow) { in handleNotObscuredLocked()
DWindowManagerService.java88 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_KEEP_SCREEN_ON;
5385 if (DEBUG_KEEP_SCREEN_ON) { in setHoldScreenLocked()
5394 if (DEBUG_KEEP_SCREEN_ON) { in setHoldScreenLocked()
/frameworks/base/core/java/android/view/
DViewRootImpl.java162 private static final boolean DEBUG_KEEP_SCREEN_ON = false || LOCAL_LOGV; field in ViewRootImpl
801 if (DEBUG_KEEP_SCREEN_ON && (mClientWindowLayoutFlags
1248 if (DEBUG_KEEP_SCREEN_ON && (mClientWindowLayoutFlags in setLayoutParams()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79036 Landroid/view/ViewRootImpl;->DEBUG_KEEP_SCREEN_ON:Z