Searched refs:tempStart (Results 1 – 1 of 1) sorted by relevance
782 int tempStart = childStart; in getChildMeasureSpec() field in RelativeLayout787 if (tempStart == VALUE_NOT_SET) { in getChildMeasureSpec()788 tempStart = startPadding + startMargin; in getChildMeasureSpec()795 final int maxAvailable = tempEnd - tempStart; in getChildMeasureSpec()