Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java266 private boolean mExpandedInThisMotion; field in NotificationStackScrollLayout
1940 if (!mExpandedInThisMotion) {
2612 if (mExpandedInThisMotion) {
2629 && !mExpandedInThisMotion
2686 if (mExpandedInThisMotion) { in getRubberBandFactor()
2702 return !onTop || mExpandedInThisMotion || mIsExpansionChanging || mPanelTracking in isRubberbanded()
3600 if (mExpandedInThisMotion) { in onScrollTouch()
3796 mExpandedInThisMotion = false; in initDownStates()
5579 return mExpandedInThisMotion; in getExpandedInThisMotion()
6356 if (!mExpandedInThisMotion) {
[all …]