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

  /bootable/recovery/recovery_ui/
ui.cpp 254 if (touch_finger_down_ && !touch_swiping_) {
258 } else if (!touch_finger_down_ && touch_swiping_) {
297 touch_finger_down_ = true;
302 touch_finger_down_ = true;
307 if (ev.value < 0) touch_finger_down_ = false;
318 touch_finger_down_ = (ev.value == 1);
  /bootable/recovery/recovery_ui/include/recovery_ui/
ui.h 257 bool touch_finger_down_; member in class:RecoveryUI

Completed in 554 milliseconds