Searched refs:targetView (Results 1 – 11 of 11) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | IgnoredLayoutRule.java | 37 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() argument
|
D | AdapterViewRule.java | 32 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() argument
|
D | GridLayoutRule.java | 283 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() argument 285 GridDropHandler userData = new GridDropHandler(this, targetNode, targetView); in onDropEnter() 636 @Nullable Object targetView, in onPaste() argument 638 DropFeedback feedback = onDropEnter(targetNode, targetView, elements); in onPaste()
|
D | FrameLayoutRule.java | 55 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() argument
|
D | AbsoluteLayoutRule.java | 61 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() argument
|
D | BaseLayoutRule.java | 256 public void onPaste(@NonNull INode targetNode, @Nullable Object targetView, in onPaste() argument 258 DropFeedback feedback = onDropEnter(targetNode, targetView, elements); in onPaste()
|
D | BaseViewRule.java | 892 public void onPaste(@NonNull INode targetNode, @Nullable Object targetView, in onPaste() argument 901 ((BaseLayoutRule) parentRule).onPasteBeforeChild(parent, targetView, targetNode, in onPaste()
|
D | RelativeLayoutRule.java | 150 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() argument
|
D | LinearLayoutRule.java | 278 public DropFeedback onDropEnter(final @NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() argument
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | RulesEngine.java | 288 Object targetView, IDragElement[] elements) { in callOnDropEnter() argument 294 return rule.onDropEnter(targetNode, targetView, elements); in callOnDropEnter() 401 public NodeProxy callOnPaste(NodeProxy targetNode, Object targetView, in callOnPaste() argument 429 rule.onPaste(targetNode, targetView, pastedElements); in callOnPaste()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | GridLayoutConverter.java | 910 View targetView = mElementToView.get(target); in analyzeKnownLayouts() local 911 if (targetView != null) { in analyzeKnownLayouts() 914 group.add(targetView); in analyzeKnownLayouts()
|