Home
last modified time | relevance | path

Searched refs:onDropped (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DFrameLayoutRule.java133 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements,
DAbsoluteLayoutRule.java150 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements, in onDropped() method in AbsoluteLayoutRule
DBaseLayoutRule.java264 onDropped(targetNode, elements, feedback, p); in onPaste()
295 onDropped(parentNode, elements, feedback, targetP); in onPasteBeforeChild()
DRelativeLayoutRule.java180 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements, in onDropped() method in RelativeLayoutRule
DGridLayoutRule.java305 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements, in onDropped() method in GridLayoutRule
DLinearLayoutRule.java552 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements,
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLayoutTestBase.java127 rule.onDropped(targetNode, elements, feedback, dropPoint); in dragInto()
DLinearLayoutRuleTest.java97 rule.onDropped(targetNode, elements, feedback, dropPoint); in dragIntoEmpty()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java367 rule.onDropped(targetNode, elements, feedback, where); in callOnDropped()