Home
last modified time | relevance | path

Searched defs:onDropEnter (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DFrameLayoutRule.java55 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() method in FrameLayoutRule
DIgnoredLayoutRule.java37 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() method in IgnoredLayoutRule
DAdapterViewRule.java32 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() method in AdapterViewRule
DAbsoluteLayoutRule.java61 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() method in AbsoluteLayoutRule
DLinearLayoutRule.java275 public DropFeedback onDropEnter(final @NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() method in LinearLayoutRule
DRelativeLayoutRule.java150 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() method in RelativeLayoutRule
DGridLayoutRule.java278 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() method in GridLayoutRule
/sdk/rule_api/src/com/android/ide/common/api/
DAbstractViewRule.java78 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() method in AbstractViewRule
DIViewRule.java183 DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() method