Searched refs:maxContentHeight (Results 1 – 2 of 2) sorted by relevance
729 int maxContentHeight = mNotificationHeaderMargin + mNotificatonTopPadding;740 maxContentHeight += childHeight;744 maxContentHeight += visibleChildren * mDividerHeight;746 return maxContentHeight;
1070 int maxContentHeight = view.getMaxContentHeight(); in getMaxExpandHeight() local1089 return Math.min(viewState.height, maxContentHeight); in getMaxExpandHeight()1092 return maxContentHeight; in getMaxExpandHeight()