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