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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java55 private boolean mIsExpanded; field in class:StackScrollAlgorithm
418 if (mIsExpanded) {
427 if (!isTopEntry && (!mIsExpanded
633 this.mIsExpanded = isExpanded;
H A DNotificationStackScrollLayout.java190 private boolean mIsExpanded = true; field in class:NotificationStackScrollLayout
525 if (mAnimationsEnabled && (mIsExpanded || row != null && row.isPinned())) {
657 if (animate && mAnimationsEnabled && mIsExpanded) {
874 if (!mIsExpanded && isPinnedHeadsUp(animView) && canChildBeDismissed(animView)) {
887 if (mAnimationsEnabled && (mIsExpanded || !isPinnedHeadsUp(v))) {
998 if (!mIsExpanded && row.isHeadsUp() && row.isPinned()
1018 && (mIsExpanded || !((ExpandableNotificationRow) v).isPinned());
1197 boolean animate = mIsExpanded || isPinnedHeadsUp(child);
1209 if (mIsExpanded && !mSwipingInProgress && !mOnlyScrollingInThisMotion) {
1221 if (mIsExpanded
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java99 private boolean mIsExpanded; field in class:HeadsUpManager
213 return !mIsExpanded || hasFullScreenIntent(entry);
384 if (mIsExpanded || mBar.isBouncerShowing()) {
487 if (isExpanded != mIsExpanded) {
488 mIsExpanded = isExpanded;

Completed in 69 milliseconds