/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
D | GroupExpansionManagerImpl.java | 98 public boolean isGroupExpanded(NotificationEntry entry) { in isGroupExpanded() method in GroupExpansionManagerImpl 130 setGroupExpanded(entry, !isGroupExpanded(entry)); in toggleGroupExpansion() 131 return isGroupExpanded(entry); in toggleGroupExpansion()
|
D | GroupExpansionManager.java | 38 boolean isGroupExpanded(NotificationEntry entry); in isGroupExpanded() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableOutlineView.java | 334 return isGroupExpanded() && !isGroupExpansionChanging(); in needsOutline() 336 return !isGroupExpanded() || isGroupExpansionChanging(); in needsOutline()
|
D | ExpandableNotificationRow.java | 334 final boolean wasExpanded = mGroupExpansionManager.isGroupExpanded(mEntry); 1004 || !isChildInGroup() || isGroupExpanded()) { 1282 boolean normalChild = !isChildInGroup() || isGroupExpanded(); 2625 final boolean wasExpanded = mGroupExpansionManager.isGroupExpanded(mEntry); 2665 if (mIsSummaryWithChildren && (userLocked || !isGroupExpanded())) { 2729 } else if ((isChildInGroup() && !isGroupExpanded())) { 2772 public boolean isGroupExpanded() { 2773 return mGroupExpansionManager.isGroupExpanded(mEntry); 3292 } else if (mIsSummaryWithChildren && !isGroupExpanded() && !shouldShowPublic()) { 3390 mShowNoBackground = !mShowGroupBackgroundWhenExpanded && isGroupExpanded() [all …]
|
D | NotificationContentView.java | 843 if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight() 861 private boolean isGroupExpanded() { in isGroupExpanded() method in NotificationContentView 862 return mContainingNotification.isGroupExpanded(); in isGroupExpanded() 1001 isGroupExpanded() || mContainingNotification.isUserLocked()) in getBackgroundColorForExpansionState() 1181 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType() 1189 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded() in calculateVisibleType() 1210 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight() 1224 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight()
|
D | ExpandableView.java | 636 public boolean isGroupExpanded() { in isGroupExpanded() method in ExpandableView
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/ |
D | GroupExpansionManagerTest.kt | 114 assertThat(underTest.isGroupExpanded(summary1)).isTrue() in <lambda>()
|
/frameworks/base/core/java/android/widget/ |
D | ExpandableListView.java | 1037 public boolean isGroupExpanded(int groupPosition) { in isGroupExpanded() method in ExpandableListView 1038 return mConnector.isGroupExpanded(groupPosition); in isGroupExpanded() 1163 if (isGroupExpanded(metadata.position.groupPos)) { in onInitializeAccessibilityNodeInfoForItem()
|
D | ExpandableListConnector.java | 704 public boolean isGroupExpanded(int groupPosition) { in isGroupExpanded() method in ExpandableListConnector
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowTest.java | 706 when(row.isGroupExpanded()).thenReturn(true); in testSetContentAnimationRunningInGroupChild_Run() 727 when(group.isGroupExpanded()).thenReturn(true); in testSetIconAnimationRunningGroup_Run() 734 when(child.isGroupExpanded()).thenReturn(true); in testSetIconAnimationRunningGroup_Run()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 37342 method public boolean isGroupExpanded(int);
|
/frameworks/base/core/api/ |
D | current.txt | 59212 method public boolean isGroupExpanded(int);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 66803 Landroid/widget/ExpandableListConnector;->isGroupExpanded(I)Z
|