Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1235 int firstChildMaxExpandHeight = getMaxExpandHeight(firstChild); in getScrollRange() local
1242 scrollRange = Math.max(scrollRange, firstChildMaxExpandHeight - mCollapsedSize); in getScrollRange()