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.java380 if (state.notTouchable) { in applyNotTouchable()
511 public void setNotTouchable(boolean notTouchable) { in setNotTouchable() argument
512 mCurrentState.notTouchable = notTouchable; in setNotTouchable()
594 boolean notTouchable; field in StatusBarWindowController.State