Searched refs:totalHeight (Results 1 – 9 of 9) sorted by relevance
88 int totalHeight = 0; in onProgressUpdated() local164 int y = top + totalHeight; in onProgressUpdated()170 totalHeight += scaledHeight; in onProgressUpdated()177 return totalHeight - appRowHeight; in onProgressUpdated()
166 float totalHeight = rightBottomBounds.bottom - leftTopBounds.top; in SplitBounds() local168 topTaskPercent = leftTopBounds.height() / totalHeight; in SplitBounds()170 dividerHeightPercent = visualDividerBounds.height() / totalHeight; in SplitBounds()
145 float totalHeight = mWidgetsRecommendationTableVerticalPadding; in selectRowsThatFitInAvailableHeight() local159 if (totalHeight + rowHeight <= recommendationTableMaxHeight) { in selectRowsThatFitInAvailableHeight()160 totalHeight += rowHeight; in selectRowsThatFitInAvailableHeight()
138 int totalHeight = iconHeight + iconPadding + textHeight + mVerticalPadding * 2; in getExpectedHeight() local144 totalHeight += extraHeight; in getExpectedHeight()145 return getVisibility() == GONE ? 0 : totalHeight + getPaddingTop() + getPaddingBottom(); in getExpectedHeight()
50 val totalHeight = context.deviceProfile.heightPx in layoutButtons() constant56 val contentWidth = totalHeight - roundedCornerContentMargin * 2 - contentPadding * 2 in layoutButtons()
352 val totalHeight = in getDistanceToBottomOfRect() constant354 out.top -= totalHeight - placeholderHeight in getDistanceToBottomOfRect()
369 int totalHeight = (int) (1.0f * screenHeight / 2 * (screenWidth - 2 * placeholderInset) in getInitialSplitPlaceholderBounds() local371 out.top -= (totalHeight - placeholderHeight); in getInitialSplitPlaceholderBounds()
1062 int totalHeight) { in measureChildBeforeLayout() argument1064 heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
5137 int totalHeight = mEmptyTextLayout.getHeight()5140 int top = (mLastMeasureSize.y - totalHeight) / 2;