HomeSort by relevance Sort by last modified time
    Searched refs:maxContentHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 719 int maxContentHeight = mNotificationHeaderMargin + mNotificatonTopPadding;
730 maxContentHeight += childHeight;
734 maxContentHeight += visibleChildren * mDividerHeight;
736 return maxContentHeight;
    [all...]
NotificationStackScrollLayout.java     [all...]

Completed in 75 milliseconds