Searched refs:mLeftWidth (Results 1 – 1 of 1) sorted by relevance
41 private int mLeftWidth; field in CustomLayout81 mLeftWidth = 0; in onMeasure()101 mLeftWidth += Math.max(maxWidth, in onMeasure()117 maxWidth += mLeftWidth + mRightWidth; in onMeasure()141 final int middleLeft = leftPos + mLeftWidth; in onLayout()