Searched defs:treeWidth (Results 1 - 1 of 1) sorted by relevance

/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
H A DDrawableViewNode.java50 public int treeWidth; field in class:DrawableViewNode
118 treeWidth = NODE_WIDTH;
124 treeWidth = 0;
130 treeWidth = Math.max(treeWidth, child.treeWidth);
145 treeWidth += NODE_WIDTH + PARENT_CHILD_SPACING;
153 bounds.width = treeWidth + 2 * PADDING;

Completed in 59 milliseconds