Home
last modified time | relevance | path

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

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