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

  /bootable/recovery/
ui.h 213 bool touch_swiping_; member in class:RecoveryUI
ui.cpp 247 if (touch_finger_down_ && !touch_swiping_) {
250 touch_swiping_ = true;
251 } else if (!touch_finger_down_ && touch_swiping_) {
252 touch_swiping_ = false;

Completed in 412 milliseconds