OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnTouchDetected
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
ui.h
176
void
OnTouchDetected
(int dx, int dy);
ui.cpp
175
void RecoveryUI::
OnTouchDetected
(int dx, int dy) {
253
OnTouchDetected
(touch_X_ - touch_start_X_, touch_Y_ - touch_start_Y_);
Completed in 63 milliseconds