Searched refs:availableHeight (Results 1 – 4 of 4) sorted by relevance
193 final int availableHeight = getMeasuredHeight() - getPaddingBottom() - getPaddingTop(); in onLayout() local206 if (childHeight <= availableHeight) { in onLayout()213 if (childHeight <= availableHeight) { in onLayout()215 measureSpacer(availableHeight - childHeight); in onLayout()235 if (childHeight <= availableHeight) { in onLayout()237 measureSpacer(availableHeight - childHeight); in onLayout()
213 int availableHeight = getHeight() - paddingTop - paddingBottom - 2 * minPadding; in updateDrawableBounds() local217 int size = Math.min(maxSize, Math.min(availableWidth, availableHeight)); in updateDrawableBounds()223 float iconSize = Math.max(0, Math.min(availableWidth, availableHeight)); in updateDrawableBounds()228 int maxSize = Math.max(availableWidth, availableHeight); in updateDrawableBounds()251 if (minHeightWithText < availableHeight) { in updateDrawableBounds()
100 float availableHeight = launcherVisibleHeight in calculateTaskSize() local104 float scale = Math.min(availableWidth / taskWidth, availableHeight / taskHeight); in calculateTaskSize()
122 int availableHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local126 int pagerHeight = availableHeight - indicatorHeight; in onMeasure()