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.java191 // the user where a dragged item will land when dropped.
1159 * Estimate where the top left cell of the dragged item will land if it is dropped.
2916 * Mark a child as having been dropped.
2920 * @param child The child that is being dropped
2925 lp.dropped = true;
3208 boolean dropped; field in class:CellLayout.LayoutParams

Completed in 50 milliseconds