Home
last modified time | relevance | path

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

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