Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java151 private final StackScrollAlgorithm mStackScrollAlgorithm; field in NotificationStackScrollLayout
383 mStackScrollAlgorithm = new StackScrollAlgorithm(context); in NotificationStackScrollLayout()
465 mStackScrollAlgorithm.initView(context); in initView()
470 mBottomStackSlowDownHeight = mStackScrollAlgorithm.getBottomStackSlowDownLength(); in initView()
578 mStackScrollAlgorithm.getStackScrollState(mAmbientState, mCurrentStackScrollState); in updateChildren()
1064 mStackScrollAlgorithm.getStackScrollState(mAmbientState, mCurrentStackScrollState); in getMaxExpandHeight()
3066 mStackScrollAlgorithm.setIsExpanded(isExpanded); in setIsExpanded()