Home
last modified time | relevance | path

Searched refs:childHeight (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
DProportionalLayout.java100 final int childHeight = child.getMeasuredHeight(); in onMeasure() local
105 width = Math.round(childHeight * mRatio); in onMeasure()
106 height = childHeight; in onMeasure()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DFloatingChildLayout.java147 final int childHeight = child.getMeasuredHeight(); in onLayout() local
158 final int childTop = target.centerY() - Math.round(childHeight * 0.35f); in onLayout()
162 final int clampedChildTop = clampDimension(childTop, childHeight, getHeight()); in onLayout()
/packages/apps/Mms/src/com/android/mms/ui/
DSlideView.java466 int childHeight = getChildAt(0).getHeight(); in enableMMSConformanceMode()
468 mBottomY = height < childHeight ? childHeight - height : 0; in enableMMSConformanceMode()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactTileAdapter.java649 final int childHeight = imageSize + child.getPaddingBottom();
652 MeasureSpec.makeMeasureSpec(childHeight, MeasureSpec.EXACTLY)
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java617 final int childHeight = child.getMeasuredHeight(); in onLayout() local
620 childTop += ((getMeasuredHeight() - verticalPadding) - childHeight) / 2; in onLayout()
625 childLeft + child.getMeasuredWidth(), childTop + childHeight); in onLayout()