Searched refs:findViewForTouch (Results 1 – 2 of 2) sorted by relevance
561 targetView = findViewForTouch((int) event.getRawX(), (int) event.getRawY()); in onTouch()615 private View findViewForTouch(int rawX, int rawY) { in findViewForTouch() method in ZoomButtonsController
91508 Landroid/widget/ZoomButtonsController;->findViewForTouch(II)Landroid/view/View;