Searched refs:rootOffsetX (Results 1 – 1 of 1) sorted by relevance
67 final int rootOffsetX = root.getLeft(); in draw() local92 left = Math.min(left, rootOffsetX + child.getLeft()); in draw()94 right = Math.max(right, rootOffsetX + child.getRight()); in draw()