Searched refs:touch_screen_allowed_ (Results 1 – 3 of 3) sorted by relevance
60 touch_screen_allowed_(false), in RecoveryUI()145 touch_screen_allowed_); in Init()149 if (touch_screen_allowed_) { in Init()251 if (touch_screen_allowed_ && ev.code == SYN_REPORT) { in OnInputEvent()287 if (touch_screen_allowed_ && ev.type == EV_ABS) { in OnInputEvent()314 if (touch_screen_allowed_) { in OnInputEvent()556 if (HasThreeButtons() || (HasPowerKey() && HasTouchScreen() && touch_screen_allowed_)) { in CheckKey()
39 touch_screen_allowed_ = true; in WearRecoveryUI()
205 bool touch_screen_allowed_; variable