Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java250 private boolean mChangePositionInProgress; field in NotificationStackScrollLayout
2890 if (mChangePositionInProgress) {
3291 if (mIsExpanded && mAnimationsEnabled && !mChangePositionInProgress) {
3299 if (isHeadsUp(child) && mAnimationsEnabled && !mChangePositionInProgress) {
3309 if (mChangePositionInProgress) {
3330 mChangePositionInProgress = true;
3335 mChangePositionInProgress = false;