Searched refs:mCollapsedSize (Results 1 – 2 of 2) sorted by relevance
47 private int mCollapsedSize; field in StackScrollAlgorithm70 mCollapsedSize = res.getDimensionPixelSize(R.dimen.notification_min_height); in initConstants()540 return child == null? mCollapsedSize : child.getHeight();
169 private int mCollapsedSize; field in NotificationStackScrollLayout603 mCollapsedSize = res.getDimensionPixelSize(R.dimen.notification_min_height); in initView()1071 return firstChild != null ? firstChild.getMinHeight() : mCollapsedSize;2615 : mCollapsedSize;2617 firstChildMinHeight = Math.max(firstChildMinHeight - mOwnScrollY, mCollapsedSize);2629 : mCollapsedSize;