Searched refs:tempStart (Results 1 – 1 of 1) sorted by relevance
783 int tempStart = childStart; in getChildMeasureSpec() field in RelativeLayout788 if (tempStart == VALUE_NOT_SET) { in getChildMeasureSpec()789 tempStart = startPadding + startMargin; in getChildMeasureSpec()796 final int maxAvailable = tempEnd - tempStart; in getChildMeasureSpec()