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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DSecondaryDropTarget.java46 public class SecondaryDropTarget extends ButtonDropTarget implements OnAlarmListener { class in inherits:ButtonDropTarget,OnAlarmListener
48 private static final String TAG = "SecondaryDropTarget";
56 public SecondaryDropTarget(Context context, AttributeSet attrs) { method in class:SecondaryDropTarget
60 public SecondaryDropTarget(Context context, AttributeSet attrs, int defStyle) { method in class:SecondaryDropTarget
293 mOriginal.onDropCompleted(SecondaryDropTarget.this, mDragObject, true);
302 mOriginal.onDropCompleted(SecondaryDropTarget.this, mDragObject, false);

Completed in 40 milliseconds