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

  /bootable/recovery/
ui.h 209 int touch_Y_;
ui.cpp 249 touch_start_Y_ = touch_Y_;
253 OnTouchDetected(touch_X_ - touch_start_X_, touch_Y_ - touch_start_Y_);
294 touch_Y_ = ev.value;

Completed in 54 milliseconds