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.java115 private StackScrollAlgorithm mStackScrollAlgorithm; field in NotificationStackScrollLayout
286 mStackScrollAlgorithm = new StackScrollAlgorithm(context); in initView()
287 mStackScrollAlgorithm.setDimmed(mAmbientState.isDimmed()); in initView()
302 mPaddingBetweenElements = dimmed && mStackScrollAlgorithm.shouldScaleDimmed() in updatePadding()
305 mBottomStackSlowDownHeight = mStackScrollAlgorithm.getBottomStackSlowDownLength(); in updatePadding()
397 mStackScrollAlgorithm.setLayoutHeight(getLayoutHeight()); in updateAlgorithmHeightAndPadding()
398 mStackScrollAlgorithm.setTopPadding(mTopPadding); in updateAlgorithmHeightAndPadding()
415 mStackScrollAlgorithm.getStackScrollState(mAmbientState, mCurrentStackScrollState); in updateChildren()
1547 mStackScrollAlgorithm.notifyChildrenChanged(this); in onViewRemoved()
1637 mStackScrollAlgorithm.notifyChildrenChanged(this); in onViewAdded()
[all …]