Searched refs:getDepth (Results 1 – 5 of 5) sorted by relevance
180 assertEquals(0, DomUtilities.getDepth(document)); in testGetDepth()182 assertEquals(1, DomUtilities.getDepth(a)); in testGetDepth()183 assertEquals(2, DomUtilities.getDepth(b)); in testGetDepth()184 assertEquals(2, DomUtilities.getDepth(c)); in testGetDepth()185 assertEquals(3, DomUtilities.getDepth(d)); in testGetDepth()186 assertEquals(3, DomUtilities.getDepth(e)); in testGetDepth()
119 public int getDepth() { in getDepth() method in WidgetPullParser
412 public int getDepth() { in getDepth() method in UiElementPullParser
292 initialDepth = root != null ? DomUtilities.getDepth(root) - 1 : 0; in format()336 int depth = DomUtilities.getDepth(startNode) - 1; in format()
125 public static int getDepth(@NonNull Node node) { in getDepth() method in DomUtilities