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;
89 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in appRemovedOrHidden()
100 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyLaunched()
118 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyAppResumedFinished()
132 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyRelayouted()
144 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyVisibilitiesUpdated()
DWindowManagerDebugConfig.java60 static final boolean DEBUG_UNKNOWN_APP_VISIBILITY = false; field in WindowManagerDebugConfig