HomeSort by relevance Sort by last modified time
    Searched refs:mChildrenExpanded (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 75 private boolean mChildrenExpanded;
461 if (mChildrenExpanded || mUserLocked) {
497 boolean childrenExpanded = mChildrenExpanded || mContainingNotification.isShowingAmbient();
555 boolean childrenExpandedAndNotAnimating = mChildrenExpanded
564 yPosition += mChildrenExpanded ? mDividerHeight : mChildPadding;
573 yPosition += mChildrenExpanded ? mNotificatonTopPadding + mDividerHeight : 0;
611 if (mContainingNotification.isShowingAmbient() || !mChildrenExpanded) {
679 if (!likeCollapsed && (mChildrenExpanded || mContainingNotification.isUserLocked())) {
697 || (mChildrenExpanded && mShowDividersWhenExpanded)
709 float alpha = mChildrenExpanded && viewState.alpha != 0 ? mDividerAlpha : 0
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 161 private boolean mChildrenExpanded;
587 return mChildrenExpanded;
642 if (!mIsSummaryWithChildren || !mChildrenExpanded) {
    [all...]

Completed in 196 milliseconds