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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java121 private boolean mChangePositionInProgress; field in class:NotificationStackScrollLayout
1463 if (mChangePositionInProgress) {
1595 if (mIsExpanded && mAnimationsEnabled && !mChangePositionInProgress) {
1614 mChangePositionInProgress = true;
1617 mChangePositionInProgress = false;

Completed in 649 milliseconds