Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java234 private boolean mExpandedInThisMotion; field in NotificationStackScrollLayout
1367 if (!mExpandedInThisMotion) {
1369 mExpandedInThisMotion = true;
1515 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore
1528 && !mExpandedInThisMotion
1650 if (mExpandedInThisMotion) {
1760 if (!mExpandedInThisMotion) {
2553 if (mExpandedInThisMotion) {
2557 mExpandedInThisMotion && mOwnScrollY >= 0 ? 0 : Integer.MAX_VALUE / 2);
2570 && !mExpandedInThisMotion
[all …]