Searched defs:targetView (Results 1 – 11 of 11) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | FrameLayoutRule.java | 55 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
|
D | IgnoredLayoutRule.java | 37 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
|
D | AdapterViewRule.java | 32 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
|
D | LinearLayoutRule.java | 278 public DropFeedback onDropEnter(final @NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
|
D | AbsoluteLayoutRule.java | 61 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
|
D | GridLayoutRule.java | 283 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() 636 @Nullable Object targetView, in onPaste()
|
D | RelativeLayoutRule.java | 150 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
|
D | BaseLayoutRule.java | 256 public void onPaste(@NonNull INode targetNode, @Nullable Object targetView, in onPaste()
|
D | BaseViewRule.java | 892 public void onPaste(@NonNull INode targetNode, @Nullable Object targetView, in onPaste()
|
/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() 401 public NodeProxy callOnPaste(NodeProxy targetNode, Object targetView, 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
|