Home
last modified time | relevance | path

Searched refs:dragLayerY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DDragController.java185 int dragLayerY = loc[1] + v.getPaddingTop() + viewExtraPaddingTop + in startDrag() local
188 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null, in startDrag()
210 public void startDrag(Bitmap b, int dragLayerX, int dragLayerY, in startDrag() argument
229 final int registrationY = mMotionDownY - dragLayerY; in startDrag()
240 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop); in startDrag()
432 final int dragLayerY = dragLayerPos[1]; in onInterceptTouchEvent() local
440 mMotionDownY = dragLayerY; in onInterceptTouchEvent()
448 dropOnFlingToDeleteTarget(dragLayerX, dragLayerY, vec); in onInterceptTouchEvent()
450 drop(dragLayerX, dragLayerY); in onInterceptTouchEvent()
575 final int dragLayerY = dragLayerPos[1];
[all …]
DWorkspace.java1909 int dragLayerY =
1922 dragLayerY += top;
1939 mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),