Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java47 private int mCollapsedSize; field in StackScrollAlgorithm
66 mCollapsedSize = context.getResources() in initConstants()
488 return child == null? mCollapsedSize : child.getHeight(); in getMaxAllowedChildHeight()
DNotificationStackScrollLayout.java146 private int mCollapsedSize; field in NotificationStackScrollLayout
504 mCollapsedSize = context.getResources() in initView()
871 return firstChild != null ? firstChild.getMinHeight() : mCollapsedSize; in getFirstItemMinHeight()
2397 : mCollapsedSize; in getFirstChildIntrinsicHeight()
2399 firstChildMinHeight = Math.max(firstChildMinHeight - mOwnScrollY, mCollapsedSize); in getFirstChildIntrinsicHeight()
2411 : mCollapsedSize; in getPeekHeight()