Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java62 private int mCollapsedSize; field in StackScrollAlgorithm
96 mCollapsedSize = res.getDimensionPixelSize(R.dimen.notification_min_height); in updateResources()
1031 return child == null ? mCollapsedSize : child.getHeight(); in getMaxAllowedChildHeight()