HomeSort by relevance Sort by last modified time
    Searched refs:touch_screen_allowed_ (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/
ui.cpp 61 touch_screen_allowed_(false),
146 touch_screen_allowed_); local
150 if (touch_screen_allowed_) {
241 // Touch input events will only be available if touch_screen_allowed_ is set.
244 if (touch_screen_allowed_ && ev.code == SYN_REPORT) {
280 if (touch_screen_allowed_ && ev.type == EV_ABS) {
307 if (touch_screen_allowed_) {
537 if (HasThreeButtons() || (HasPowerKey() && HasTouchScreen() && touch_screen_allowed_)) {
ui.h 155 bool touch_screen_allowed_; member in class:RecoveryUI
wear_ui.cpp 39 touch_screen_allowed_ = true;

Completed in 101 milliseconds