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

  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteZone.java 38 public class DeleteZone extends ImageView implements DropTarget, DragController.DragListener {
61 public DeleteZone(Context context, AttributeSet attrs) {
65 public DeleteZone(Context context, AttributeSet attrs, int defStyle) {
71 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DeleteZone, defStyle, 0);
Launcher.java 182 private DeleteZone mDeleteZone;
715 DeleteZone deleteZone = (DeleteZone) dragLayer.findViewById(R.id.delete_zone);
716 mDeleteZone = deleteZone;
746 deleteZone.setLauncher(this);
747 deleteZone.setDragController(dragController);
748 deleteZone.setHandle(findViewById(R.id.all_apps_button_cluster));
751 dragController.setDragListener(deleteZone);
757 dragController.addDropTarget(deleteZone);
    [all...]

Completed in 2739 milliseconds