/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 370 int dragLayerY = mTempXY[1]; in beginDragShared() local 375 dragLayerY += dragRect.top; in beginDragShared() 383 dragLayerY += yOffSet; in beginDragShared() 392 dragLayerY, in beginDragShared() 404 dragLayerY, in beginDragShared()
|
D | SecondaryDragController.java | 54 DraggableView originalView, int dragLayerX, int dragLayerY, DragSource source, in startDrag() argument 69 final int registrationY = mMotionDown.y - dragLayerY; in startDrag() 109 mDragObject.yOffset = mMotionDown.y - (dragLayerY + dragRegionTop); in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragController.java | 154 int dragLayerY, in startDrag() argument 161 return startDrag(drawable, /* view= */ null, originalView, dragLayerX, dragLayerY, source, in startDrag() 189 int dragLayerY, in startDrag() argument 196 return startDrag(/* drawable= */ null, view, originalView, dragLayerX, dragLayerY, source, in startDrag() 205 int dragLayerY, in startDrag() argument
|
D | LauncherDragController.java | 71 int dragLayerY, in startDrag() argument 114 final int registrationY = mMotionDown.y - dragLayerY; in startDrag() 161 mDragObject.yOffset = mMotionDown.y - (dragLayerY + dragRegionTop); in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | PendingItemDragHelper.java | 205 int dragLayerY = screenPos.y + previewBounds.top in startDrag() local 211 dragLayerX, dragLayerY, source, mAddInfo, dragRegion, scale, scale, options); in startDrag() 213 launcher.getDragController().startDrag(preview, draggableView, dragLayerX, dragLayerY, in startDrag()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDragController.java | 210 int dragLayerY = mTempXY[1]; in startInternalDrag() local 214 dragLayerY += dragRect.top; in startInternalDrag() 263 dragLayerY + dragOffset.y, in startInternalDrag() 275 DraggableView originalView, int dragLayerX, int dragLayerY, DragSource source, in startDrag() argument 283 mRegistrationY = mMotionDown.y - dragLayerY; in startDrag() 312 mDragObject.yOffset = mMotionDown.y - (dragLayerY + dragRegionTop); in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1748 int dragLayerY = mTempXY[1]; in beginDragShared() local 1754 dragLayerY += dragRect.top; in beginDragShared() 1777 dragLayerY += yDragOffSet; in beginDragShared() 1787 dragLayerY, in beginDragShared() 1799 dragLayerY, in beginDragShared()
|