Searched refs:cancelEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/design/src/android/support/design/widget/ |
D | CoordinatorLayout.java | 384 final MotionEvent cancelEvent = MotionEvent.obtain(now, now, in resetTouchBehaviors() local 387 b.onInterceptTouchEvent(this, child, cancelEvent); in resetTouchBehaviors() 389 b.onTouchEvent(this, child, cancelEvent); in resetTouchBehaviors() 391 cancelEvent.recycle(); in resetTouchBehaviors() 427 MotionEvent cancelEvent = null; in performIntercept() local 445 if (cancelEvent == null) { in performIntercept() 447 cancelEvent = MotionEvent.obtain(now, now, in performIntercept() 452 b.onInterceptTouchEvent(this, child, cancelEvent); in performIntercept() 455 b.onTouchEvent(this, child, cancelEvent); in performIntercept() 495 MotionEvent cancelEvent = null; in onInterceptTouchEvent() local [all …]
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MotionEventInjector.java | 310 MotionEvent cancelEvent = in cancelAnyGestureInProgress() local 312 sendMotionEventToNext(cancelEvent, cancelEvent, in cancelAnyGestureInProgress()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | DrawerLayout.java | 1866 final MotionEvent cancelEvent = MotionEvent.obtain(now, now, in cancelChildViewTouch() local 1870 getChildAt(i).dispatchTouchEvent(cancelEvent); in cancelChildViewTouch() 1872 cancelEvent.recycle(); in cancelChildViewTouch()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 1917 MotionEvent cancelEvent = MotionEvent.obtain(now, now, in setLayoutFrozen() local 1919 onTouchEvent(cancelEvent); in setLayoutFrozen()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 2047 MotionEvent cancelEvent = MotionEvent.obtain(now, now, in setLayoutFrozen() local 2049 onTouchEvent(cancelEvent); in setLayoutFrozen()
|