Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h224 void OnTouchDetected(int dx, int dy);
/bootable/recovery/recovery_ui/
Dui.cpp181 void RecoveryUI::OnTouchDetected(int dx, int dy) { in OnTouchDetected() function in RecoveryUI
259 OnTouchDetected(touch_X_ - touch_start_X_, touch_Y_ - touch_start_Y_); in OnInputEvent()