Searched refs:reorderTarget (Results 1 – 1 of 1) sorted by relevance
63 View reorderTarget = null; in handleDrop() local65 reorderTarget = getReorderableChildAtCoordinate(p); in handleDrop()73 if (reorderTarget != null) { in handleDrop()74 final LayoutParams lp = (LayoutParams) reorderTarget.getLayoutParams(); in handleDrop()78 updateDraggedOverChild(reorderTarget); in handleDrop()124 View reorderTarget = null; in handleDrag() local126 reorderTarget = getReorderableChildAtCoordinate(p); in handleDrag()134 if (reorderTarget != null) { in handleDrag()135 final LayoutParams lp = (LayoutParams) reorderTarget.getLayoutParams(); in handleDrag()137 updateDraggedOverChild(reorderTarget); in handleDrag()[all …]