Searched refs:findViewForTouch (Results 1 – 1 of 1) 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