Searched refs:mDragPointY (Results 1 – 1 of 1) sorted by relevance
56 private int mDragPointY; // at what y offset inside the item did the user grab it field in TouchInterceptor127 mDragPointY = y - item.getTop(); in onInterceptTouchEvent()180 int adjustedy = y - mDragPointY - mItemHeightHalf; in getItemForPosition()374 mWindowParams.y = y - mDragPointY + mYOffset; in startDragging()415 mWindowParams.y = y - mDragPointY + mYOffset; in dragView()