Searched refs:mIsExpanded (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java162 private boolean mIsExpanded = true; field in class:NotificationStackScrollLayout
370 if (mIsExpanded && mAnimationsEnabled) {
473 if (animate && mAnimationsEnabled && mIsExpanded) {
617 if (!mIsExpanded && isPinnedHeadsUp(animView) && canChildBeDismissed(animView)) {
627 if (mAnimationsEnabled && (mIsExpanded || !isPinnedHeadsUp(v))) {
719 if (!mIsExpanded && row.isHeadsUp() && row.isPinned()
819 if (mIsExpanded && !mSwipingInProgress && !mOnlyScrollingInThisMotion) {
831 if (mIsExpanded && !mSwipingInProgress && !mExpandingNotification
1665 if (mIsExpanded && mAnimationsEnabled && !isChildInInvisibleGroup(child)) {
1815 running &= mIsExpanded || isPinnedHeadsU
[all...]
H A DStackScrollAlgorithm.java61 private boolean mIsExpanded; field in class:StackScrollAlgorithm
529 if (mIsExpanded) {
848 mExpandedOnStart = mIsExpanded;
927 this.mIsExpanded = isExpanded;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java99 private boolean mIsExpanded; field in class:HeadsUpManager
208 return !mIsExpanded || hasFullScreenIntent(entry);
371 if (mIsExpanded) {
467 if (isExpanded != mIsExpanded) {
468 mIsExpanded = isExpanded;

Completed in 287 milliseconds