Searched refs:lpHeight (Results 1 – 1 of 1) sorted by relevance
1341 final int lpHeight = p.height; in measureScrapChild() local1343 if (lpHeight > 0) { in measureScrapChild()1344 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in measureScrapChild()2155 final int lpHeight = p.height; in setupChild()2157 if (lpHeight > 0) { in setupChild()2158 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in setupChild()2890 int lpHeight = p.height; in measureItem() local2892 if (lpHeight > 0) { in measureItem()2893 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in measureItem()