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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java65 private View mDropView = null; field in class:DragLayer
544 mDropView = view;
584 mDropView = null;
600 int width = mDropView.getMeasuredWidth();
601 int height = mDropView.getMeasuredHeight();
608 mDropView = null;
661 if (mDropView != null) {
665 final int xPos = mDropViewPos[0] - mDropView.getScrollX();
666 final int yPos = mDropViewPos[1] - mDropView.getScrollY();
667 int width = mDropView
[all...]

Completed in 23 milliseconds