Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 20 of 20) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLintTooltipManager.java75 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
DDynamicContextMenu.java165 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()
DSelectionManager.java539 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
DLintTooltip.java40 LintTooltip(LayoutCanvas canvas, List<UiViewElementNode> nodes) { in LintTooltip()
DLintOverlay.java64 Collection<Node> nodes = editor.getLintNodes(); in paint() local
DSelectionOverlay.java157 private void paintSelectionFeedback(GCWrapper gcWrapper, List<NodeProxy> nodes, in paintSelectionFeedback()
DMoveGesture.java417 final List<INode> nodes = new ArrayList<INode>(); in drop() local
DViewHierarchy.java680 Set<UiElementNode> nodes = new HashSet<UiElementNode>(mInvisibleParents.size()); in getInvisibleNodes() local
DLayoutActionBar.java351 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/
DPropertyCallback.java67 final List<? extends INode> nodes = selectedNodes; in action() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DDependencyGraph.java63 INode[] nodes = layout.getChildren(); in DependencyGraph() local
160 public Set<INode> dependsOn(Collection<? extends INode> nodes, boolean vertical) { in dependsOn()
DMoveHandler.java66 List<INode> nodes = new ArrayList<INode>(); in MoveHandler() local
DResizeHandler.java73 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/
DExplodedRenderingHelper.java354 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/
DUiActions.java141 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/
DLayoutTestBase.java295 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/
DNodeProxy.java202 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/
DGridModel.java1460 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/
DVisualRefactoring.java659 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/
DTemplateHandler.java832 List<Node> nodes = new ArrayList<Node>(children.getLength()); in mergeResourceFile() local