/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 406 int dragLayerY = mTempXY[1]; in beginDragShared() local 411 dragLayerY += dragRect.top; in beginDragShared() 419 dragLayerY += yOffSet; in beginDragShared() 428 dragLayerY, in beginDragShared() 440 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 | 150 int dragLayerY, in startDrag() argument 157 return startDrag(drawable, /* view= */ null, originalView, dragLayerX, dragLayerY, source, in startDrag() 185 int dragLayerY, in startDrag() argument 192 return startDrag(/* drawable= */ null, view, originalView, dragLayerX, dragLayerY, source, in startDrag() 201 int dragLayerY, in startDrag() argument
|
D | LauncherDragController.java | 61 int dragLayerY, in startDrag() argument 82 final int registrationY = mMotionDown.y - dragLayerY; in startDrag() 126 mDragObject.yOffset = mMotionDown.y - (dragLayerY + dragRegionTop); in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | PendingItemDragHelper.java | 207 int dragLayerY = screenPos.y + previewBounds.top in startDrag() local 213 dragLayerX, dragLayerY, source, mAddInfo, dragRegion, scale, scale, options); in startDrag() 215 launcher.getDragController().startDrag(preview, draggableView, dragLayerX, dragLayerY, in startDrag()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDragController.java | 196 int dragLayerY = mTempXY[1]; in startInternalDrag() local 200 dragLayerY += dragRect.top; in startInternalDrag() 249 dragLayerY + dragOffset.y, in startInternalDrag() 260 DraggableView originalView, int dragLayerX, int dragLayerY, DragSource source, in startDrag() argument 268 mRegistrationY = mMotionDown.y - dragLayerY; in startDrag() 295 mDragObject.yOffset = mMotionDown.y - (dragLayerY + dragRegionTop); in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1711 int dragLayerY = mTempXY[1]; in beginDragShared() local 1717 dragLayerY += dragRect.top; in beginDragShared() 1740 dragLayerY += yDragOffSet; in beginDragShared() 1750 dragLayerY, in beginDragShared() 1762 dragLayerY, in beginDragShared()
|