Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1241 return mPolicyVisibility && isOnScreenIgnoringKeyguard(); in isOnScreen()
1248 boolean isOnScreenIgnoringKeyguard() { in isOnScreenIgnoringKeyguard() method in WindowState
1272 return (isOnScreenIgnoringKeyguard() && (!visibleOnly || isViewVisible) in mightAffectAllDrawn()