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/notification/stack/
DNotificationStackScrollLayout.java220 private final StackScrollAlgorithm mStackScrollAlgorithm; field in NotificationStackScrollLayout
634 mStackScrollAlgorithm = createStackScrollAlgorithm(context); in NotificationStackScrollLayout()
704 return mStackScrollAlgorithm.getNotificationSquishinessFraction(mAmbientState); in getNotificationSquishinessFraction()
1041 mStackScrollAlgorithm.initView(context); in initView()
1190 mStackScrollAlgorithm.updateQSFrameTop(mQsHeader == null ? 0 : mQsHeader.getHeight());
1240 mStackScrollAlgorithm.resetViewStates(mAmbientState, getSpeedBumpIndex());
2457 return mStackScrollAlgorithm.getGapHeightForChild(mSectionsManager, visibleIndex, current,
4222 mStackScrollAlgorithm.setIsExpanded(isExpanded); in setIsExpanded()