Home
last modified time | relevance | path

Searched refs:touch_swiping_ (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/
Dui.cpp292 if (touch_finger_down_ && !touch_swiping_) { in OnInputEvent()
295 touch_swiping_ = true; in OnInputEvent()
296 } else if (!touch_finger_down_ && touch_swiping_) { in OnInputEvent()
297 touch_swiping_ = false; in OnInputEvent()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h269 bool touch_swiping_; variable