Searched defs:dropped (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
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 DCellLayout.java185 // the user where a dragged item will land when dropped.
2417 // If the reorder solution requires resizing (shrinking) the item being dropped, we instead
2643 * Mark a child as having been dropped.
2647 * @param child The child that is being dropped
2652 lp.dropped = true;
2870 boolean dropped; field in class:CellLayout.LayoutParams

Completed in 59 milliseconds