Searched refs:tempStart (Results 1 – 1 of 1) sorted by relevance
763 int tempStart = childStart; in getChildMeasureSpec() field in RelativeLayout768 if (tempStart == VALUE_NOT_SET) { in getChildMeasureSpec()769 tempStart = startPadding + startMargin; in getChildMeasureSpec()776 final int maxAvailable = tempEnd - tempStart; in getChildMeasureSpec()