Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java210 private final StackScrollAlgorithm mStackScrollAlgorithm; field in NotificationStackScrollLayout
589 mStackScrollAlgorithm = createStackScrollAlgorithm(context); in NotificationStackScrollLayout()
660 return mStackScrollAlgorithm.getNotificationSquishinessFraction(mAmbientState); in getNotificationSquishinessFraction()
954 mStackScrollAlgorithm.initView(context); in initView()
1136 mStackScrollAlgorithm.resetViewStates(mAmbientState, getSpeedBumpIndex());
2280 return mStackScrollAlgorithm.getGapHeightForChild(mSectionsManager, visibleIndex, current,
3984 mStackScrollAlgorithm.setIsExpanded(isExpanded); in setIsExpanded()