Searched defs:isGroupExpanded (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java704 public boolean isGroupExpanded(int groupPosition) { method in class:ExpandableListConnector
H A DExpandableListView.java1018 public boolean isGroupExpanded(int groupPosition) { method in class:ExpandableListView
1019 return mConnector.isGroupExpanded(groupPosition);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java52 public boolean isGroupExpanded(StatusBarNotification sbn) { method in class:NotificationGroupManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java461 public boolean isGroupExpanded() { method in class:ExpandableView
H A DNotificationContentView.java672 } else if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) {
688 private boolean isGroupExpanded() { method in class:NotificationContentView
689 return mGroupManager.isGroupExpanded(mStatusBarNotification);
812 final int visibleType = (mContainingNotification.isGroupExpanded()
960 int height = !mIsChildInGroup || isGroupExpanded()
968 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded()
989 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) {
1002 && (!mIsChildInGroup || isGroupExpanded()
H A DExpandableNotificationRow.java180 final boolean wasExpanded = mGroupManager.isGroupExpanded(mStatusBarNotification);
522 || !isChildInGroup() || isGroupExpanded()) {
745 boolean normalChild = !isChildInGroup() || isGroupExpanded();
1449 final boolean wasExpanded = mGroupManager.isGroupExpanded(mStatusBarNotification);
1482 if (mIsSummaryWithChildren && (userLocked || !isGroupExpanded())) {
1558 } else if ((isChildInGroup() && !isGroupExpanded())) {
1584 public boolean isGroupExpanded() { method in class:ExpandableNotificationRow
1585 return mGroupManager.isGroupExpanded(mStatusBarNotification);
1866 if (mIsSummaryWithChildren && isGroupExpanded()) {
1916 } else if (mIsSummaryWithChildren && !isGroupExpanded()
[all...]

Completed in 507 milliseconds