HomeSort by relevance Sort by last modified time
    Searched refs:ButtonDropTarget (Results 1 - 8 of 8) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 34 public class ButtonDropTarget extends TextView implements DropTarget, DragController.DragListener {
49 public ButtonDropTarget(Context context, AttributeSet attrs) {
53 public ButtonDropTarget(Context context, AttributeSet attrs, int defStyle) {
SearchDropTargetBar.java 49 private ButtonDropTarget mInfoDropTarget;
50 private ButtonDropTarget mDeleteDropTarget;
100 mInfoDropTarget = (ButtonDropTarget) mDropTargetBar.findViewById(R.id.info_target_text);
101 mDeleteDropTarget = (ButtonDropTarget) mDropTargetBar.findViewById(R.id.delete_target_text);
InfoDropTarget.java 32 public class InfoDropTarget extends ButtonDropTarget {
DeleteDropTarget.java 40 public class DeleteDropTarget extends ButtonDropTarget {
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 32 public class ButtonDropTarget extends TextView implements DropTarget, DragController.DragListener {
47 public ButtonDropTarget(Context context, AttributeSet attrs) {
51 public ButtonDropTarget(Context context, AttributeSet attrs, int defStyle) {
SearchDropTargetBar.java 47 private ButtonDropTarget mInfoDropTarget;
48 private ButtonDropTarget mDeleteDropTarget;
117 mInfoDropTarget = (ButtonDropTarget) mDropTargetBar.findViewById(R.id.info_target_text);
118 mDeleteDropTarget = (ButtonDropTarget) mDropTargetBar.findViewById(R.id.delete_target_text);
InfoDropTarget.java 31 public class InfoDropTarget extends ButtonDropTarget {
DeleteDropTarget.java 44 public class DeleteDropTarget extends ButtonDropTarget {

Completed in 838 milliseconds