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

  /bootable/recovery/recovery_ui/
ui.cpp 60 touch_screen_allowed_(false),
145 touch_screen_allowed_); local
149 if (touch_screen_allowed_) {
248 // Touch input events will only be available if touch_screen_allowed_ is set.
251 if (touch_screen_allowed_ && ev.code == SYN_REPORT) {
287 if (touch_screen_allowed_ && ev.type == EV_ABS) {
314 if (touch_screen_allowed_) {
556 if (HasThreeButtons() || (HasPowerKey() && HasTouchScreen() && touch_screen_allowed_)) {
wear_ui.cpp 39 touch_screen_allowed_ = true;
  /bootable/recovery/recovery_ui/include/recovery_ui/
ui.h 205 bool touch_screen_allowed_; member in class:RecoveryUI

Completed in 529 milliseconds