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.java53 public boolean isGroupExpanded(StatusBarNotification sbn) { method in class:NotificationGroupManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java473 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.java202 final boolean wasExpanded = mGroupManager.isGroupExpanded(mStatusBarNotification);
559 || !isChildInGroup() || isGroupExpanded()) {
799 boolean normalChild = !isChildInGroup() || isGroupExpanded();
1546 final boolean wasExpanded = mGroupManager.isGroupExpanded(mStatusBarNotification);
1583 if (mIsSummaryWithChildren && (userLocked || !isGroupExpanded())) {
1663 } else if ((isChildInGroup() && !isGroupExpanded())) {
1689 public boolean isGroupExpanded() { method in class:ExpandableNotificationRow
1690 return mGroupManager.isGroupExpanded(mStatusBarNotification);
1971 if (mIsSummaryWithChildren && isGroupExpanded()) {
2025 } else if (mIsSummaryWithChildren && !isGroupExpanded()
[all...]

Completed in 172 milliseconds