Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 11 of 11) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DXmlPrettyPrinter.java161 private void visitNode(int depth, Node node) { in visitNode()
189 private void visitBeforeChildren(int depth, Node node) { in visitBeforeChildren()
237 private void visitAfterChildren(int depth, Node node) { in visitAfterChildren()
265 private void printCharacterData(int depth, Node node) { in printCharacterData()
293 private void printComment(int depth, Node node) { in printComment()
588 private void printOpenElementTag(int depth, Node node) { in printOpenElementTag()
667 private void printCloseElementTag(int depth, Node node) { in printCloseElementTag()
692 private boolean newlineBeforeElementOpen(Element element, int depth) { in newlineBeforeElementOpen()
761 private boolean indentBeforeElementOpen(Element element, int depth) { in indentBeforeElementOpen()
770 private boolean indentBeforeElementClose(Element element, int depth) { in indentBeforeElementClose()
[all …]
DAndroidXmlFormattingStrategy.java316 int depth = DomUtilities.getDepth(startNode) - 1; in format() local
617 int depth = entry.getKey(); in measure() local
625 private void visit(int depth, Node node) { in visit()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DIdeScanningContext.java119 int depth = resource instanceof IFolder ? DEPTH_ONE : DEPTH_ZERO; in updateMarkers() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DBasePullParser.java101 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount()
DProjectCallback.java526 private boolean isWithinIllegalParent(Object viewObject, int depth) { in isWithinIllegalParent()
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
DLayoutAnalysisCategory.java174 public static int depth(Node node) { in depth() method in LayoutAnalysisCategory
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DBaseBuilder.java318 protected void stopOnMarker(IProject project, String markerType, int depth, in stopOnMarker()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCanvasViewInfoTest.java744 public static void dump(ViewInfo info, int depth) { in dump()
778 public static void dump(CanvasViewInfo info, int depth) { in dump()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DViewHierarchy.java701 public static void dump(ViewInfo info, int depth) { in dump()
DDomUtilities.java95 int depth = -1; in getDepth() local
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DDeviceBridge.java445 int depth = 0; in loadWindowData() local