Searched refs:last_tap_x_ (Results 1 – 2 of 2) sorted by relevance
104 float last_tap_x_; variable
107 float x = AMotionEvent_getX( motion_event, 0 ) - last_tap_x_; in Detect()121 last_tap_x_ = AMotionEvent_getX( motion_event, 0 ); in Detect()