Searched refs:mDragDriver (Results 1 – 1 of 1) sorted by relevance
62 private DragDriver mDragDriver = null; field in DragController180 mDragDriver = DragDriver.create(mLauncher, this, mDragObject, mOptions); in startDrag()233 return mDragDriver != null; in dispatchKeyEvent()237 return mDragDriver != null || (mOptions != null && mOptions.isAccessibleDrag); in isDragging()273 mDragDriver = null; in endDrag()344 if (mDragDriver != null) { in getLastGestureUpTime()417 return mDragDriver != null && mDragDriver.onInterceptTouchEvent(ev); in onControllerInterceptTouchEvent()425 return mDragDriver != null && mDragDriver.onDragEvent(event); in onDragEvent()432 if (mDragDriver != null) { in onDragViewAnimationEnd()433 mDragDriver.onDragViewAnimationEnd(); in onDragViewAnimationEnd()[all …]