Searched refs:mIsExpanded (Results 1 – 6 of 6) sorted by relevance
50 private boolean mIsExpanded = false; field in ExpandableSwitchItem72 return mIsExpanded ? getExpandedSummary() : getCollapsedSummary(); in getSummary()79 return mIsExpanded; in isExpanded()86 if (mIsExpanded == expanded) { in setExpanded()89 mIsExpanded = expanded; in setExpanded()
57 private boolean mIsExpanded; field in HeadsUpAppearanceController179 if (!mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp()) { in updateTopEntry()190 animateIsolation = !mIsExpanded; in updateTopEntry()195 animateIsolation = !mIsExpanded; in updateTopEntry()234 return !mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp(); in shouldBeVisible()251 if (isExpanded != mIsExpanded) { in setExpandedHeight()252 mIsExpanded = isExpanded; in setExpandedHeight()
68 private boolean mIsExpanded; field in HeadsUpManagerPhone175 if (isExpanded != mIsExpanded) { in setIsPanelExpanded()176 mIsExpanded = isExpanded; in setIsPanelExpanded()284 if (mIsExpanded || mBar.isBouncerShowing()) { in onComputeInternalInsets()349 return mStatusBarState != StatusBarState.KEYGUARD && !mIsExpanded in shouldHeadsUpBecomePinned()
80 private boolean mIsExpanded; field in ActionBar295 mIsExpanded = !mIsExpanded; in onExpandCollapse()296 mSlots[getSlotIndex(SLOT_EXPAND_COLLAPSE)].setActivated(mIsExpanded); in onExpandCollapse()298 int animationDuration = getContext().getResources().getInteger(mIsExpanded in onExpandCollapse()308 mRowsContainer.getChildAt(i).setVisibility(mIsExpanded ? View.VISIBLE : View.GONE); in onExpandCollapse()
229 private boolean mIsExpanded = true; field in NotificationStackScrollLayout687 if (mAnimationsEnabled && (mIsExpanded || row != null && row.isPinned())) { in requestAnimationOnViewResize()858 if (animate && mAnimationsEnabled && mIsExpanded) { in setTopPadding()1174 if (mAnimationsEnabled && (mIsExpanded || !isPinnedHeadsUp(v))) {1302 if (!mIsExpanded && row.isHeadsUp() && row.isPinned()1322 && (mIsExpanded || !((ExpandableNotificationRow) v).isPinned());1492 boolean animate = mIsExpanded || isPinnedHeadsUp(child);1509 if (mIsExpanded && !mSwipingInProgress && !mOnlyScrollingInThisMotion) {1521 if (mIsExpanded && !mSwipingInProgress && !mExpandingNotification1561 if (!isScrollingEnabled() || !mIsExpanded || mSwipingInProgress || mExpandingNotification[all …]
50 private boolean mIsExpanded; field in StackScrollAlgorithm452 if (mIsExpanded) {468 if (topState != null && !isTopEntry && (!mIsExpanded611 this.mIsExpanded = isExpanded;