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;88 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in appRemovedOrHidden()99 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyLaunched()111 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyAppResumedFinished()125 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyRelayouted()136 if (DEBUG_UNKNOWN_APP_VISIBILITY) { in notifyVisibilitiesUpdated()
76 static final boolean DEBUG_UNKNOWN_APP_VISIBILITY = false; field in WindowManagerDebugConfig