HomeSort by relevance Sort by last modified time
    Searched defs:DragView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 35 public class DragView extends View {
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY,
291 mDragLayer.removeView(DragView.this);
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 47 import com.android.launcher3.dragndrop.DragView;
126 d.dragView.setColor(mHoverColor);
133 DragView.setColorScale(mHoverColor, mCurrentFilter);
164 mCurrentColorAnim.setDuration(DragView.COLOR_CHANGE_DURATION);
172 DragView.setColorScale(getTextColor(), mSrcFilter);
173 DragView.setColorScale(targetColor, mDstFilter);
194 d.dragView.setColor(0);
198 d.dragView.setColor(mHoverColor);
244 dragLayer.getViewRectRelativeToSelf(d.dragView, from);
248 final Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight()
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragView.java 49 public class DragView extends View {
93 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY,
384 mDragLayer.removeView(DragView.this);

Completed in 631 milliseconds