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.java275 private boolean mExpandedInThisMotion; field in NotificationStackScrollLayout
2053 if (!mExpandedInThisMotion) {
2622 if (mExpandedInThisMotion) {
2626 mExpandedInThisMotion && mOwnScrollY >= 0 ? 0 : Integer.MAX_VALUE / 2);
2639 && !mExpandedInThisMotion
2696 if (mExpandedInThisMotion) { in getRubberBandFactor()
2712 return !onTop || mExpandedInThisMotion || mIsExpansionChanging || mPanelTracking in isRubberbanded()
3634 if (mExpandedInThisMotion) { in onScrollTouch()
3834 mExpandedInThisMotion = false; in initDownStates()
5647 return mExpandedInThisMotion; in getExpandedInThisMotion()
[all …]