Searched refs:DEBUG_UNKNOWN_APP_VISIBILITY (Results 1 – 2 of 2) sorted by relevance
19 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()
76 static final boolean DEBUG_UNKNOWN_APP_VISIBILITY = false; field in WindowManagerDebugConfig