Searched refs:totalHeight (Results 1 – 3 of 3) sorted by relevance
151 float totalHeight = mWidgetsRecommendationTableVerticalPadding; in fitRecommendedWidgetsToTableSpace() local164 totalHeight += rowHeight; in fitRecommendedWidgetsToTableSpace()167 if (totalHeight < mRecommendationTableMaxHeight) { in fitRecommendedWidgetsToTableSpace()
1061 int totalHeight) { in measureChildBeforeLayout() argument1063 heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
3168 int totalHeight = mEmptyTextLayout.getHeight()3171 int top = (mLastMeasureSize.y - totalHeight) / 2;