/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LintTooltipManager.java | 75 List<UiViewElementNode> nodes = computeNodes(event); in handleEvent() local 112 List<UiViewElementNode> nodes = computeNodes(event); in show() local 119 private void show(List<UiViewElementNode> nodes) { in show() 161 List<UiViewElementNode> nodes = new ArrayList<UiViewElementNode>(); in computeNodes() local
|
D | DynamicContextMenu.java | 165 List<INode> nodes = new ArrayList<INode>(selections.size()); in populateDynamicContextMenu() local 187 private List<IContributionItem> getMenuItems(List<INode> nodes) { in getMenuItems() 396 final List<INode> nodes, final String defaultId) { in createContributionItem() 412 private Action createToggleAction(final RuleAction action, final List<INode> nodes) { in createToggleAction() 434 private IAction createPlainAction(final RuleAction action, final List<INode> nodes, in createPlainAction() 476 private static String createActionLabel(final RuleAction action, final List<INode> nodes) { in createActionLabel() 520 NestedActionMenu(NestedAction parentAction, List<INode> nodes) { in NestedActionMenu() 581 NestedChoiceMenu(Choices parentAction, List<INode> nodes) { in NestedChoiceMenu()
|
D | SelectionManager.java | 539 public void select(Collection<INode> nodes) { in select() 899 public boolean selectDropped(List<INode> nodes, List<Integer> indices) { in selectDropped() 971 public void setOutlineSelection(final List<INode> nodes) { in setOutlineSelection() 1101 List<INode> nodes = new ArrayList<INode>(); in run() local
|
D | LintTooltip.java | 40 LintTooltip(LayoutCanvas canvas, List<UiViewElementNode> nodes) { in LintTooltip()
|
D | LintOverlay.java | 64 Collection<Node> nodes = editor.getLintNodes(); in paint() local
|
D | SelectionOverlay.java | 157 private void paintSelectionFeedback(GCWrapper gcWrapper, List<NodeProxy> nodes, in paintSelectionFeedback()
|
D | MoveGesture.java | 417 final List<INode> nodes = new ArrayList<INode>(); in drop() local
|
D | ViewHierarchy.java | 680 Set<UiElementNode> nodes = new HashSet<UiElementNode>(mInvisibleParents.size()); in getInvisibleNodes() local
|
D | LayoutActionBar.java | 351 List<INode> nodes = new ArrayList<INode>(selections.size()); in getSelectedNodes() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | PropertyCallback.java | 67 final List<? extends INode> nodes = selectedNodes; in action() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | DependencyGraph.java | 63 INode[] nodes = layout.getChildren(); in DependencyGraph() local 160 public Set<INode> dependsOn(Collection<? extends INode> nodes, boolean vertical) { in dependsOn()
|
D | MoveHandler.java | 66 List<INode> nodes = new ArrayList<INode>(); in MoveHandler() local
|
D | ResizeHandler.java | 73 Set<INode> nodes = Collections.singleton(resized); in ResizeHandler() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ExplodedRenderingHelper.java | 354 private Map<String, Node> computeIdNodeMap(Set<Node> nodes) { in computeIdNodeMap() 384 private ArrayList<Node> getMatchingNode(Set<Node> nodes, String resId, in getMatchingNode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | UiActions.java | 141 public void doRemove(final List<UiElementNode> nodes, Shell shell) { in doRemove() 374 final List<UiElementNode> nodes, in doDown()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | LayoutTestBase.java | 295 public void select(@NonNull Collection<INode> nodes) { in select()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | NodeProxy.java | 202 List<INode> nodes = new ArrayList<INode>(uiChildren.size()); in getChildren() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridModel.java | 1460 List<INode> nodes = new ArrayList<INode>(); in getIntersectsRow() local 1952 public void onDeleted(@NonNull List<INode> nodes) { in onDeleted()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | VisualRefactoring.java | 659 List<Element> nodes = new ArrayList<Element>(); in initElements() local 803 List<UiViewElementNode> nodes = new ArrayList<UiViewElementNode>(infos in validateContiguous() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateHandler.java | 832 List<Node> nodes = new ArrayList<Node>(children.getLength()); in mergeResourceFile() local
|