Home
last modified time | relevance | path

Searched refs:isGroupExpanded (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java282 final boolean wasExpanded = mGroupManager.isGroupExpanded(mStatusBarNotification);
867 || !isChildInGroup() || isGroupExpanded()) {
1116 boolean normalChild = !isChildInGroup() || isGroupExpanded();
2236 final boolean wasExpanded = mGroupManager.isGroupExpanded(mStatusBarNotification);
2276 if (mIsSummaryWithChildren && (userLocked || !isGroupExpanded())) {
2344 } else if ((isChildInGroup() && !isGroupExpanded())) {
2384 public boolean isGroupExpanded() {
2385 return mGroupManager.isGroupExpanded(mStatusBarNotification);
2725 if (mIsSummaryWithChildren && isGroupExpanded()) {
2779 } else if (mIsSummaryWithChildren && !isGroupExpanded() && !shouldShowPublic()) {
[all …]
DNotificationContentView.java792 } else if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight()
809 private boolean isGroupExpanded() { in isGroupExpanded() method in NotificationContentView
810 return mGroupManager.isGroupExpanded(mStatusBarNotification); in isGroupExpanded()
941 final int visibleType = (mContainingNotification.isGroupExpanded() in getBackgroundColorForExpansionState()
1074 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType()
1082 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded() in calculateVisibleType()
1104 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight()
1120 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight()
DExpandableOutlineView.java410 return isGroupExpanded() && !isGroupExpansionChanging(); in needsOutline()
412 return !isGroupExpanded() || isGroupExpansionChanging(); in needsOutline()
DExpandableView.java523 public boolean isGroupExpanded() { in isGroupExpanded() method in ExpandableView
/frameworks/base/core/java/android/widget/
DExpandableListView.java1031 public boolean isGroupExpanded(int groupPosition) { in isGroupExpanded() method in ExpandableListView
1032 return mConnector.isGroupExpanded(groupPosition); in isGroupExpanded()
DExpandableListConnector.java704 public boolean isGroupExpanded(int groupPosition) { in isGroupExpanded() method in ExpandableListConnector
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java75 public boolean isGroupExpanded(StatusBarNotification sbn) { in isGroupExpanded() method in NotificationGroupManager
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37342 method public boolean isGroupExpanded(int);
/frameworks/base/api/
Dcurrent.txt55542 method public boolean isGroupExpanded(int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt87744 Landroid/widget/ExpandableListConnector;->isGroupExpanded(I)Z