Searched refs:notTouchable (Results 1 – 1 of 1) sorted by relevance
425 if (state.notTouchable) { in applyNotTouchable()566 public void setNotTouchable(boolean notTouchable) { in setNotTouchable() argument567 mCurrentState.notTouchable = notTouchable; in setNotTouchable()672 boolean notTouchable; field in StatusBarWindowController.State