Searched defs:mCurrentStackScrollState (Results 1 - 1 of 1) sorted by relevance

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

Completed in 18 milliseconds