Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dui.cpp253 if (touch_finger_down_ && !touch_swiping_) { in OnInputEvent()
256 touch_swiping_ = true; in OnInputEvent()
257 } else if (!touch_finger_down_ && touch_swiping_) { in OnInputEvent()
258 touch_swiping_ = false; in OnInputEvent()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h263 bool touch_swiping_; variable