D | DragView.java | 72 public class DragView extends FrameLayout implements StateListener<LauncherState> { class 113 public DragView(Launcher launcher, Drawable drawable, int registrationX, in DragView() method in DragView 136 public DragView(Launcher launcher, View content, int width, int height, int registrationX, in DragView() method in DragView 262 mTranslateX = new SpringFloatValue(DragView.this, in setItemInfo() 264 mTranslateY = new SpringFloatValue(DragView.this, in setItemInfo() 522 mDragLayer.removeView(DragView.this); in remove()
|