Searched refs:lpHeight (Results 1 – 1 of 1) sorted by relevance
1343 final int lpHeight = p.height; in measureScrapChild() local1345 if (lpHeight > 0) { in measureScrapChild()1346 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in measureScrapChild()2157 final int lpHeight = p.height; in setupChild()2159 if (lpHeight > 0) { in setupChild()2160 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in setupChild()2892 int lpHeight = p.height; in measureItem() local2894 if (lpHeight > 0) { in measureItem()2895 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in measureItem()