Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java254 private boolean mExpandedInThisMotion; field in NotificationStackScrollLayout
1786 if (!mExpandedInThisMotion) {
2526 if (mExpandedInThisMotion) {
2544 && !mExpandedInThisMotion
2606 if (mExpandedInThisMotion) {
2623 return !onTop || mExpandedInThisMotion || mIsExpansionChanging || mPanelTracking
3508 if (mExpandedInThisMotion) { in onScrollTouch()
3674 mExpandedInThisMotion = false; in initDownStates()
5397 return mExpandedInThisMotion; in getExpandedInThisMotion()
6141 if (!mExpandedInThisMotion) {
[all …]