Home
last modified time | relevance | path

Searched defs:childHeight (Results 1 – 9 of 9) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DConstraintViewPager.java51 int childHeight = view.getMeasuredHeight(); in onMeasure() local
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/widget/
DConstraintViewPager.java63 int childHeight = view.getMeasuredHeight(); in onMeasure() local
/packages/apps/Messaging/src/com/android/messaging/ui/
DLineWrapLayout.java117 int childHeight = currChild.getMeasuredHeight(); in onLayout() local
146 int childHeight = currChild.getMeasuredHeight(); in onLayout() local
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java717 final int childHeight = child.getMeasuredHeight(); in measureVertical() local
854 int childHeight = child.getMeasuredHeight() + share; in measureVertical() local
877 int childHeight = child.getMeasuredHeight() + delta; in measureVertical() local
1152 final int childHeight = child.getMeasuredHeight(); in layoutVertical() local
1274 final int childHeight = child.getMeasuredHeight(); in layoutHorizontal() local
/packages/apps/Contacts/src/com/android/contacts/widget/
DProportionalLayout.java100 final int childHeight = child.getMeasuredHeight(); in onMeasure() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DDisplayAspectRatioLinearLayout.kt43 val (childWidth, childHeight) = in <lambda>() constant
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DDefaultPagedViewHandler.java120 final int childHeight = child.getMeasuredHeight(); in getChildBounds() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetRecommendationsView.java297 int childHeight = child.getMeasuredHeight(); in onMeasure() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DLandscapePagedViewHandler.kt311 val childHeight = child.measuredHeight in getUpDirection() constant