Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java865 boolean handleNotObscuredLocked(WindowState w, boolean obscured, boolean syswin) { in handleNotObscuredLocked() argument
915 || (obscured && type == TYPE_KEYGUARD_DIALOG))) { in handleNotObscuredLocked()
DDisplayContent.java783 mTmpApplySurfaceChangesTransactionState.obscured;
787 w.mObscured = mTmpApplySurfaceChangesTransactionState.obscured;
788 if (!mTmpApplySurfaceChangesTransactionState.obscured) {
795 mTmpApplySurfaceChangesTransactionState.obscured = true;
800 mTmpApplySurfaceChangesTransactionState.obscured,
4034 boolean obscured; field in DisplayContent.ApplySurfaceChangesTransactionState
4041 obscured = false; in reset()