Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dui.cpp255 touch_start_Y_ = touch_Y_; in OnInputEvent()
259 OnTouchDetected(touch_X_ - touch_start_X_, touch_Y_ - touch_start_Y_); in OnInputEvent()
300 touch_Y_ = ev.value; in OnInputEvent()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h259 int touch_Y_; variable