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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java148 private boolean mExpandedInThisMotion; field in class:NotificationStackScrollLayout
625 if (!mExpandedInThisMotion) {
627 mExpandedInThisMotion = true;
697 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore
709 && !mExpandedInThisMotion
778 if (mExpandedInThisMotion) {
883 if (!mExpandedInThisMotion) {
1336 && !mExpandedInThisMotion
1383 if (mExpandedInThisMotion) {
1399 return !onTop || mExpandedInThisMotion || mIsExpansionChangin
[all...]

Completed in 26 milliseconds