Home
last modified time | relevance | path

Searched refs:DEBUG_UNKNOWN_APP_VISIBILITY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DUnknownAppVisibilityController.java19 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_UNKNOWN_APP_VISIBILITY;
91 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in appRemovedOrHidden()
102 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyLaunched()
114 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyAppResumedFinished()
128 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyRelayouted()
140 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyVisibilitiesUpdated()
DWindowManagerDebugConfig.java76 static final boolean DEBUG_UNKNOWN_APP_VISIBILITY = false; field in WindowManagerDebugConfig