Searched refs:onPaste (Results 1 – 6 of 6) sorted by relevance
/sdk/rule_api/src/com/android/ide/common/api/ |
D | IViewRule.java | 271 void onPaste(@NonNull INode targetNode, @Nullable Object targetView, in onPaste() method
|
D | AbstractViewRule.java | 107 public void onPaste(@NonNull INode targetNode, @Nullable Object targetView, in onPaste() method in AbstractViewRule
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | RulesEngine.java | 428 rule.onPaste(targetNode, targetView, pastedElements); in callOnPaste()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | GridLayoutRule.java | 581 public void onPaste( in onPaste() method in GridLayoutRule
|
D | BaseLayoutRule.java | 256 public void onPaste(@NonNull INode targetNode, @Nullable Object targetView, in onPaste() method in BaseLayoutRule
|
D | BaseViewRule.java | 909 public void onPaste(@NonNull INode targetNode, @Nullable Object targetView, in onPaste() method in BaseViewRule
|