Home
last modified time | relevance | path

Searched refs:touch_screen_allowed_ (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/recovery_ui/
Dui.cpp60 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()
Dwear_ui.cpp39 touch_screen_allowed_ = true; in WearRecoveryUI()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h207 bool touch_screen_allowed_; variable