Searched refs:notTouchable (Results 1 – 1 of 1) sorted by relevance
380 if (state.notTouchable) { in applyNotTouchable()511 public void setNotTouchable(boolean notTouchable) { in setNotTouchable() argument512 mCurrentState.notTouchable = notTouchable; in setNotTouchable()594 boolean notTouchable; field in StatusBarWindowController.State