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;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()
60 static final boolean DEBUG_UNKNOWN_APP_VISIBILITY = false; field in WindowManagerDebugConfig