Searched refs:dragRegionTop (Results 1 – 2 of 2) sorted by relevance
228 final int dragRegionTop = dragRegion == null ? 0 : dragRegion.top; in startDrag() local236 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop); in startDrag()
232 final int dragRegionTop = dragRegion == null ? 0 : dragRegion.top; in startDrag() local240 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop); in startDrag()