Lines Matching refs:mLauncher
70 @Thunk Launcher mLauncher; field in DragController
153 mLauncher = launcher; in DragController()
184 mLauncher.getDragLayer().getLocationInDragLayer(v, loc); in startDrag()
223 mLauncher.getSystemService(Context.INPUT_METHOD_SERVICE); in startDrag()
242 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()
267 mLauncher.getDragLayer().performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in startDrag()
413 mLauncher.getDragLayer().getLocalVisibleRect(mDragLayerRect); in getClampedDragLayerPos()
503 mLauncher.getDragLayer().onExitScrollArea(); in clearScrollRunnable()
550 final int slop = ViewConfiguration.get(mLauncher).getScaledWindowTouchSlop(); in checkScrollState()
552 final DragLayer dragLayer = mLauncher.getDragLayer(); in checkScrollState()
677 ViewConfiguration config = ViewConfiguration.get(mLauncher);
757 mLauncher.getDragLayer().mapCoordInSelfToDescendent((View) target, dropCoordinates);
849 mLauncher.getDragLayer().onExitScrollArea();