Home
last modified time | relevance | path

Searched refs:getChildAtPosition (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DSwipeHelper.java262 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()
531 if (mCallback.getChildAtPosition(ev) != null) {
647 View getChildAtPosition(MotionEvent ev);
DNotificationMainView.java119 public View getChildAtPosition(MotionEvent ev) { in getChildAtPosition() method in NotificationMainView
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSwipeHelper.java208 View view = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()
444 View getChildAtPosition(MotionEvent ev); in getChildAtPosition() method
DSwipeableListView.java184 public View getChildAtPosition(MotionEvent ev) { in getChildAtPosition() method in SwipeableListView