Searched refs:lpHeight (Results 1 – 2 of 2) sorted by relevance
645 int lpHeight = p.height; in measureOverlayView() local647 if (lpHeight > 0) { in measureOverlayView()648 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in measureOverlayView()
1126 int lpHeight = p.height;1127 if (lpHeight > 0) {1128 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY);1537 int lpHeight = p.height;1539 if (lpHeight > 0) {1540 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY);