Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowController.java425 if (state.notTouchable) { in applyNotTouchable()
566 public void setNotTouchable(boolean notTouchable) { in setNotTouchable() argument
567 mCurrentState.notTouchable = notTouchable; in setNotTouchable()
672 boolean notTouchable; field in StatusBarWindowController.State