Searched refs:DragView (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java44 public DragView dragView = null;
79 * @param dragView The DragView that's being dragged around on screen.
103 * @param dragView The DragView that's being dragged around on screen.
121 * @param dragView The DragView that's being dragged around on screen.
H A DDragView.java34 public class DragView extends View { class in inherits:View
62 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, method in class:DragView
227 mDragLayer.removeView(DragView.this);
H A DDragLayer.java411 public void animateViewIntoPosition(DragView dragView, final View child) {
415 public void animateViewIntoPosition(DragView dragView, final int[] pos, float scale,
426 public void animateViewIntoPosition(DragView dragView, final View child,
431 public void animateViewIntoPosition(DragView dragView, final View child, int duration,
H A DDragController.java91 /** The window token used as the parent for the DragView. */
287 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,
664 DragView getDragView() {
H A DFolder.java642 DragView dragView, float[] recycle) {
H A DWorkspace.java2105 int[] targetCell, boolean external, DragView dragView, Runnable postAnimationRunnable) {
2580 boolean overlaps(CellLayout cl, DragView dragView,
2624 DragView dragView, float originX, float originY, boolean exact) {
2673 DragView dragView, float[] recycle) {

Completed in 81 milliseconds