Home
last modified time | relevance | path

Searched refs:lpHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationContainer.java645 int lpHeight = p.height; in measureOverlayView() local
647 if (lpHeight > 0) { in measureOverlayView()
648 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in measureOverlayView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java1126 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);