Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java120 private StackScrollState mCurrentStackScrollState = new StackScrollState(this); field in NotificationStackScrollLayout
381 ViewState childViewState = mCurrentStackScrollState.getViewStateForView(child); in getChildLocation()
415 mStackScrollAlgorithm.getStackScrollState(mAmbientState, mCurrentStackScrollState); in updateChildren()
1553 mCurrentStackScrollState.removeViewStateForView(child); in onViewRemoved()
1722 mStateAnimator.startAnimationForEvents(mAnimationEvents, mCurrentStackScrollState, in startAnimationToState()
2038 mStackScrollAlgorithm.onExpansionStarted(mCurrentStackScrollState); in onExpansionStarted()
2155 mCurrentStackScrollState.apply(); in applyCurrentState()