Searched refs:touchedView (Results 1 – 1 of 1) sorted by relevance
1503 final View touchedView = mLeftDragger.findTopChildUnder((int) x, (int) y); in onTouchEvent() local1504 if (touchedView != null && isContentView(touchedView)) { in onTouchEvent()