Searched refs:dropped (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutAndWidgetContainer.java146 if (lp.dropped) {
147 lp.dropped = false;
H A DCellLayout.java182 // the user where a dragged item will land when dropped.
1180 * Estimate where the top left cell of the dragged item will land if it is dropped.
2941 * Mark a child as having been dropped.
2945 * @param child The child that is being dropped
2950 lp.dropped = true;
3225 boolean dropped; field in class:CellLayout.LayoutParams
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java164 if (lp.dropped) {
165 lp.dropped = false;
H A DCellLayout.java196 // the user where a dragged item will land when dropped.
2386 // If the reorder solution requires resizing (shrinking) the item being dropped, we instead
2574 * Mark a child as having been dropped.
2578 * @param child The child that is being dropped
2583 lp.dropped = true;
2725 boolean dropped; field in class:CellLayout.LayoutParams

Completed in 48 milliseconds