Searched refs:touch_screen_allowed_ (Results 1 – 3 of 3) sorted by relevance
60 touch_screen_allowed_(false), in RecoveryUI()144 touch_screen_allowed_); in Init()148 if (touch_screen_allowed_) { in Init()250 if (touch_screen_allowed_ && ev.code == SYN_REPORT) { in OnInputEvent()286 if (touch_screen_allowed_ && ev.type == EV_ABS) { in OnInputEvent()313 if (touch_screen_allowed_) { in OnInputEvent()552 if (HasThreeButtons() || (HasPowerKey() && HasTouchScreen() && touch_screen_allowed_)) { in CheckKey()
39 touch_screen_allowed_ = true; in WearRecoveryUI()
207 bool touch_screen_allowed_; variable