Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 130) sorted by relevance

123456

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DEditTextRule.java40 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
98 private static boolean hasFocus(INode node) { in hasFocus()
108 private static INode findRoot(INode node) { in findRoot()
125 private static INode findFocus(INode node) { in findFocus()
DResizeState.java37 public final INode node; field in ResizeState
94 ResizeState(BaseLayoutRule rule, INode layout, Object layoutView, INode node) { in ResizeState()
DCalendarViewRule.java34 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
DListViewRule.java36 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
DGridViewRule.java34 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
DZoomButtonRule.java27 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
DQuickContactBadgeRule.java28 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
DMapViewRule.java35 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
DSeekBarRule.java33 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
DViewTagRule.java31 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
DImageButtonRule.java33 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
DRadioGroupRule.java36 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
DImageViewRule.java33 public void onCreate(@NonNull INode node, @NonNull INode parent, in onCreate()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadataTest.java51 Node node = uiNode.getXmlNode(); in testMetadata1() local
67 private static String getText(IDocument document, Node node) throws Exception { in getText()
85 UiElementNode node = findById(root, targetId); in getNode() local
91 private static UiElementNode findById(UiElementNode node, String targetId) { in findById()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DReplaceStringsVisitor.java84 public boolean visit(StringLiteral node) { in visit()
145 private boolean examineVariableDeclaration(StringLiteral node) { in examineVariableDeclaration()
172 private boolean examineAssignment(StringLiteral node) { in examineAssignment()
195 private boolean examineMethodInvocation(StringLiteral node) { in examineMethodInvocation()
304 private SimpleName methodHasContextArgument(StringLiteral node) { in methodHasContextArgument()
323 private boolean isClassDerivedFromContext(StringLiteral node) { in isClassDerivedFromContext()
333 private Expression findContextFieldOrMethod(StringLiteral node) { in findContextFieldOrMethod()
435 private <T extends ASTNode> T findParentClass(ASTNode node, Class<T> clazz) { in findParentClass()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiModelTreeContentProvider.java51 UiElementNode node = (UiElementNode) parentElement; in getChildren() local
63 UiElementNode node = (UiElementNode) element; in getParent() local
74 UiElementNode node = (UiElementNode) element; in hasChildren() local
DUiModelTreeLabelProvider.java46 UiElementNode node = null; in getImage() local
78 UiElementNode node = (UiElementNode) element; in getText() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilities.java101 public static List<Element> getAllElements(@NonNull Node node) { in getAllElements()
107 private static void addElements(@NonNull Node node, @NonNull List<Element> elements) { in addElements()
125 public static int getDepth(@NonNull Node node) { in getDepth()
141 public static boolean hasElementChildren(@NonNull Node node) { in hasElementChildren()
222 Node node = null; in getNode() local
276 Node node = null; in getNodeContext() local
356 Node node = getNode(document, offset); in getNode() local
457 public static Element getNextElement(@NonNull Node node) { in getNextElement()
472 public static Element getPreviousElement(@NonNull Node node) { in getPreviousElement()
487 public static Element getParentElement(@NonNull Node node) { in getParentElement()
[all …]
DFragmentMenu.java85 UiViewElementNode node = first.getViewInfo().getUiViewNode(); in addMenuItems() local
205 public static String getFragmentLayout(@NonNull Node node) { in getFragmentLayout()
220 UiViewElementNode node = item.getViewInfo().getUiViewNode(); in getSelectedLayout() local
242 UiViewElementNode node = item.getViewInfo().getUiViewNode(); in setNewLayout() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java62 protected Widget attachNodeWidget(ViewNode node) { in attachNodeWidget()
70 private Widget createBox(ViewNode node, String nodeName, String id) { in createBox()
194 private final ViewNode node; field in ViewHierarchyScene.GradientWidget
203 public GradientWidget(ViewHierarchyScene scene, ViewNode node) { in GradientWidget()
252 public void nodeStateChanged(ViewNode node) { in nodeStateChanged()
256 public void nodeIndexChanged(ViewNode node) { in nodeIndexChanged()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DCaptureRenderer.java25 private ViewNode node; field in CaptureRenderer
28 CaptureRenderer(ImageIcon icon, ViewNode node) { in CaptureRenderer()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DDocumentFix.java36 protected abstract void apply(IDocument document, IStructuredModel model, Node node, in apply()
51 Node node = DomUtilities.getNode(document, start); in apply() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DEclipseXmlPrettyPrinter.java99 public static String prettyPrint(@NonNull Node node, boolean endWithNewline) { in prettyPrint()
125 public static String prettyPrint( in prettyPrint()
144 protected String getSource(@NonNull Node node) { in getSource()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLinearLayoutRuleTest.java129 INode node = TestNode.create("android.widget.Button").id("@+id/Button012"); in testContextMenu() local
149 INode node = TestNode.create("android.widget.LinearLayout").id("@+id/LinearLayout") in testContextMenuCustom() local
175 TestNode node = TestNode.create("android.widget.LinearLayout").id("@+id/LinearLayout012"); in testOrientation() local
209 TestNode node = TestNode.create("android.widget.LinearLayout").id("@+id/LinearLayout012"); in testProperties() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DPropertiesTableModel.java29 public PropertiesTableModel(ViewNode node) { in PropertiesTableModel()
34 private void loadPrivateProperties(ViewNode node) { in loadPrivateProperties()

123456