Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/dreams/
Dflags.aconfig44 description: "This flag enables the ability for dreams to handle being obscured"
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedView.java340 void setObscured(boolean obscured) { in setObscured() argument
343 mTaskView.setObscuredTouchRect(obscured ? mLayerBoundsSupplier.get() : null); in setObscured()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1032 w.mObscured = mTmpApplySurfaceChangesTransactionState.obscured;
1034 if (!mTmpApplySurfaceChangesTransactionState.obscured) {
1041 mTmpApplySurfaceChangesTransactionState.obscured = true;
1045 mTmpApplySurfaceChangesTransactionState.obscured,
5279 public boolean obscured; field in DisplayContent.ApplySurfaceChangesTransactionState
5290 obscured = false; in reset()
DRootWindowContainer.java1029 boolean handleNotObscuredLocked(WindowState w, boolean obscured, boolean syswin) { in handleNotObscuredLocked() argument
1066 || (obscured && w.mAttrs.type == TYPE_KEYGUARD_DIALOG))) { in handleNotObscuredLocked()
/frameworks/layoutlib/validator/resources/
Dstrings.properties29 result_message_addendum_view_potentially_obscured = This item may be obscured by other on-screen co…