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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java108 private StackScrollState mCurrentStackScrollState = new StackScrollState(this); field in class:NotificationStackScrollLayout
366 ViewState childViewState = mCurrentStackScrollState.getViewStateForView(child);
397 mStackScrollAlgorithm.getStackScrollState(mAmbientState, mCurrentStackScrollState);
1468 mCurrentStackScrollState.removeViewStateForView(child);
1631 mStateAnimator.startAnimationForEvents(mAnimationEvents, mCurrentStackScrollState,
1939 mStackScrollAlgorithm.onExpansionStarted(mCurrentStackScrollState);
2049 mCurrentStackScrollState.apply();

Completed in 12 milliseconds