Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java599 final int parentHeight = bottom - top; in onLayout() local
637 childTop = (parentHeight - height) / 2 + in onLayout()
645 childTop = parentHeight - lp.leftMargin - width / 2 - height / 2; in onLayout()
679 childTop = (parentHeight - height) / 2 + in onLayout()
683 childTop = parentHeight - height - lp.bottomMargin; in onLayout()
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java1078 final int parentHeight = getHeight(); in scrollVerticallyBy() local
1083 Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy()
1155 final int parentHeight = getHeight(); in recycleViewsOutOfBounds() local
1162 v.getBottom() >= 0 && v.getTop() <= parentHeight)) { in recycleViewsOutOfBounds()
/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java206 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
247 parentHeight - params.topMargin - params.bottomMargin, in onMeasure()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DCenteredLinearLayout.java40 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java208 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
209 setMeasuredDimension(parentWidth, parentHeight); in onMeasure()