Home
last modified time | relevance | path

Searched refs:maxContentHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java729 int maxContentHeight = mNotificationHeaderMargin + mNotificatonTopPadding;
740 maxContentHeight += childHeight;
744 maxContentHeight += visibleChildren * mDividerHeight;
746 return maxContentHeight;
DNotificationStackScrollLayout.java1070 int maxContentHeight = view.getMaxContentHeight(); in getMaxExpandHeight() local
1089 return Math.min(viewState.height, maxContentHeight); in getMaxExpandHeight()
1092 return maxContentHeight; in getMaxExpandHeight()