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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DButtonDropTarget.java34 public class ButtonDropTarget extends TextView implements DropTarget, DragController.DragListener { class in inherits:TextView,DropTarget,DragController.DragListener
49 public ButtonDropTarget(Context context, AttributeSet attrs) { method in class:ButtonDropTarget
53 public ButtonDropTarget(Context context, AttributeSet attrs, int defStyle) { method in class:ButtonDropTarget
/packages/apps/Launcher3/src/com/android/launcher3/
H A DButtonDropTarget.java55 public abstract class ButtonDropTarget extends TextView class in inherits:TextView,DropTarget,DragController.DragListener,OnClickListener
91 public ButtonDropTarget(Context context, AttributeSet attrs) { method in class:ButtonDropTarget
95 public ButtonDropTarget(Context context, AttributeSet attrs, int defStyle) { method in class:ButtonDropTarget

Completed in 483 milliseconds