/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | GroupExpansionManagerImpl.java | 90 public boolean isGroupExpanded(NotificationEntry entry) { in isGroupExpanded() method in GroupExpansionManagerImpl 112 setGroupExpanded(entry, !isGroupExpanded(entry)); in toggleGroupExpansion() 113 return isGroupExpanded(entry); in toggleGroupExpansion()
|
H A D | GroupExpansionManager.java | 38 boolean isGroupExpanded(NotificationEntry entry); in isGroupExpanded() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableOutlineView.java | 337 return isGroupExpanded() && !isGroupExpansionChanging(); in needsOutline() 339 return !isGroupExpanded() || isGroupExpansionChanging(); in needsOutline()
|
H A D | ExpandableNotificationRow.java | 966 || !isChildInGroup() || isGroupExpanded()) { 1228 boolean normalChild = !isChildInGroup() || isGroupExpanded(); 2477 final boolean wasExpanded = mGroupExpansionManager.isGroupExpanded(mEntry); 2517 if (mIsSummaryWithChildren && (userLocked || !isGroupExpanded())) { 2604 } else if ((isChildInGroup() && !isGroupExpanded())) { 2646 public boolean isGroupExpanded() { 2647 return mGroupExpansionManager.isGroupExpanded(mEntry); 3280 mShowNoBackground = !mShowGroupBackgroundWhenExpanded && isGroupExpanded() 3291 final boolean showBackground = isGroupExpanded() 3349 nowExpanded = mGroupExpansionManager.isGroupExpanded(mEntry); [all …]
|
H A D | NotificationContentView.java | 800 if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight() 808 private boolean isGroupExpanded() { in isGroupExpanded() method in NotificationContentView 809 return mContainingNotification.isGroupExpanded(); in isGroupExpanded() 946 isGroupExpanded() || mContainingNotification.isUserLocked()) in getBackgroundColorForExpansionState() 1084 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType() 1092 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded() in calculateVisibleType() 1113 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight() 1127 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight()
|
H A D | ExpandableView.java | 613 public boolean isGroupExpanded() { in isGroupExpanded() method in ExpandableView
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ExpandableListView.java | 1032 public boolean isGroupExpanded(int groupPosition) { in isGroupExpanded() method in ExpandableListView 1033 return mConnector.isGroupExpanded(groupPosition); in isGroupExpanded() 1156 if (isGroupExpanded(metadata.position.groupPos)) { in onInitializeAccessibilityNodeInfoForItem()
|
H A D | ExpandableListConnector.java | 704 public boolean isGroupExpanded(int groupPosition) { in isGroupExpanded() method in ExpandableListConnector
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowTest.java | 701 when(row.isGroupExpanded()).thenReturn(true); in testSetContentAnimationRunningInGroupChild_Run() 722 when(group.isGroupExpanded()).thenReturn(true); in testSetIconAnimationRunningGroup_Run() 729 when(child.isGroupExpanded()).thenReturn(true); in testSetIconAnimationRunningGroup_Run()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 58582 method public boolean isGroupExpanded(int);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 67446 Landroid/widget/ExpandableListConnector;->isGroupExpanded(I)Z
|