Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DReorderHelper.java63 View reorderTarget = null; in handleDrop() local
65 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() local
126 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 …]