Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowState.kt125 notTouchable: Boolean,
153 this.windowNotTouchable = notTouchable
H A DNotificationShadeWindowControllerImpl.java818 public void setNotTouchable(boolean notTouchable) { in setNotTouchable() argument
819 mCurrentState.windowNotTouchable = notTouchable; in setNotTouchable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java155 default void setNotTouchable(boolean notTouchable) {} in setNotTouchable() argument