Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h261 int touch_start_Y_; variable
/bootable/recovery/recovery_ui/
Dui.cpp268 touch_start_Y_ = touch_Y_; in OnInputEvent()
272 OnTouchDetected(touch_X_ - touch_start_X_, touch_Y_ - touch_start_Y_); in OnInputEvent()