Searched defs:parentHeight (Results 1 – 7 of 7) sorted by relevance
41 val parentHeight = this.measuredHeight in <lambda>() constant
40 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
474 int parentHeight = ((ViewGroup) getParent()).getHeight(); in onParentDimensionChanged() local498 int parentHeight = ((ViewGroup) getParent()).getHeight(); in recalculateBounds() local
206 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
535 int parentWidth, int parentHeight, SplitBounds splitBoundsConfig, in measureGroupedTaskViewThumbnailBounds()594 int parentHeight) { in getGroupedTaskViewSizes()
208 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
707 public static void rotateBounds(Rect inOutBounds, int parentWidth, int parentHeight, in rotateBounds()