Home
last modified time | relevance | path

Searched refs:mLeftWidth (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java41 private int mLeftWidth; field in CustomLayout
81 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()