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 73 private boolean mChildrenExpanded;
445 if (mChildrenExpanded || mUserLocked) {
481 boolean childrenExpanded = mChildrenExpanded || mContainingNotification.isShowingAmbient();
539 boolean childrenExpandedAndNotAnimating = mChildrenExpanded
548 yPosition += mChildrenExpanded ? mDividerHeight : mChildPadding;
557 yPosition += mChildrenExpanded ? mNotificatonTopPadding + mDividerHeight : 0;
594 if (mContainingNotification.isShowingAmbient() || !mChildrenExpanded) {
662 if (!likeCollapsed && (mChildrenExpanded || mContainingNotification.isUserLocked())) {
690 float alpha = mChildrenExpanded && viewState.alpha != 0 ? 0.5f : 0;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 157 private boolean mChildrenExpanded;
550 return mChildrenExpanded;
605 if (!mIsSummaryWithChildren || !mChildrenExpanded) {
    [all...]

Completed in 308 milliseconds