Searched refs:mMaxLayoutHeight (Results 1 – 1 of 1) sorted by relevance
178 private int mMaxLayoutHeight; field in NotificationStackScrollLayout859 y = mMaxLayoutHeight; in onDrawDebug()1266 mMaxLayoutHeight = maxLayoutHeight;1272 mAmbientState.setLayoutMaxHeight(mMaxLayoutHeight);1810 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);2354 int scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight);4073 return Math.max(mMaxLayoutHeight - contentHeight, 0); in getEmptyBottomMargin()4254 int layoutEnd = mMaxLayoutHeight + (int) getStackTranslation(); in updateScrollPositionOnExpandInBottom()