Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java763 int tempStart = childStart; in getChildMeasureSpec() field in RelativeLayout
768 if (tempStart == VALUE_NOT_SET) { in getChildMeasureSpec()
769 tempStart = startPadding + startMargin; in getChildMeasureSpec()
776 final int maxAvailable = tempEnd - tempStart; in getChildMeasureSpec()