Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java131 private final StackStateAnimator mStateAnimator = new StackStateAnimator(this); field in NotificationStackScrollLayout
432 return mStateAnimator.isRunning(); in isCurrentlyAnimating()
1123 mStateAnimator.cancelOverScrollAnimators(onTop); in setOverScrollAmount()
1132 mStateAnimator.animateOverScrollToAmount(amount, onTop, isRubberbanded); in setOverScrollAmountInternal()
1722 mStateAnimator.startAnimationForEvents(mAnimationEvents, mCurrentStackScrollState, in startAnimationToState()