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/notification/stack/
DNotificationStackScrollLayout.java279 private boolean mExpandedInThisMotion; field in NotificationStackScrollLayout
1780 if (!mExpandedInThisMotion) {
2636 if (mExpandedInThisMotion) {
2640 mExpandedInThisMotion && mOwnScrollY >= 0 ? 0 : Integer.MAX_VALUE / 2);
2684 mExpandedInThisMotion && !isScrolledToTop() ? 0 : Integer.MAX_VALUE / 2);
2770 && !mExpandedInThisMotion
2839 if (mExpandedInThisMotion) {
2856 return !onTop || mExpandedInThisMotion || mIsExpansionChanging || mPanelTracking
3641 if (mExpandedInThisMotion && !mExpandingNotification && wasExpandingBefore
3654 && !mExpandedInThisMotion
[all …]