Searched refs:OnTouchDetected (Results 1 – 2 of 2) sorted by relevance
224 void OnTouchDetected(int dx, int dy);
181 void RecoveryUI::OnTouchDetected(int dx, int dy) { in OnTouchDetected() function in RecoveryUI259 OnTouchDetected(touch_X_ - touch_start_X_, touch_Y_ - touch_start_Y_); in OnInputEvent()