Searched refs:touch_screen_allowed_ (Results 1 – 3 of 3) sorted by relevance
64 touch_screen_allowed_(false), in RecoveryUI()157 touch_screen_allowed_); in Init()161 if (touch_screen_allowed_) { in Init()263 if (touch_screen_allowed_ && ev.code == SYN_REPORT) { in OnInputEvent()299 if (touch_screen_allowed_ && ev.type == EV_ABS) { in OnInputEvent()326 if (touch_screen_allowed_) { in OnInputEvent()565 if (HasThreeButtons() || (HasPowerKey() && HasTouchScreen() && touch_screen_allowed_)) { in CheckKey()
39 touch_screen_allowed_ = true; in WearRecoveryUI()
209 bool touch_screen_allowed_; variable