Searched refs:mDragDriver (Results 1 – 1 of 1) sorted by relevance
77 private DragDriver mDragDriver = null; field in DragController199 mDragDriver = DragDriver.create(mLauncher, this, mDragObject, mOptions); in startDrag()256 return mDragDriver != null; in dispatchKeyEvent()260 return mDragDriver != null || (mOptions != null && mOptions.isAccessibleDrag); in isDragging()307 mDragDriver = null; in endDrag()378 if (mDragDriver != null) { in getLastGestureUpTime()456 return mDragDriver != null && mDragDriver.onInterceptTouchEvent(ev); in onControllerInterceptTouchEvent()464 return mDragDriver != null && mDragDriver.onDragEvent(event); in onDragEvent()471 if (mDragDriver != null) { in onDragViewAnimationEnd()472 mDragDriver.onDragViewAnimationEnd(); in onDragViewAnimationEnd()[all …]