Home
last modified time | relevance | path

Searched defs:parentHeight (Results 1 – 7 of 7) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DDisplayAspectRatioLinearLayout.kt41 val parentHeight = this.measuredHeight in <lambda>() constant
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DCenteredLinearLayout.java40 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/
DTaskViewPanel.java474 int parentHeight = ((ViewGroup) getParent()).getHeight(); in onParentDimensionChanged() local
498 int parentHeight = ((ViewGroup) getParent()).getHeight(); in recalculateBounds() local
/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java206 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DPortraitPagedViewHandler.java535 int parentWidth, int parentHeight, SplitBounds splitBoundsConfig, in measureGroupedTaskViewThumbnailBounds()
594 int parentHeight) { in getGroupedTaskViewSizes()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java208 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java707 public static void rotateBounds(Rect inOutBounds, int parentWidth, int parentHeight, in rotateBounds()