Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupExpansionManagerImpl.java98 public boolean isGroupExpanded(NotificationEntry entry) { in isGroupExpanded() method in GroupExpansionManagerImpl
130 setGroupExpanded(entry, !isGroupExpanded(entry)); in toggleGroupExpansion()
131 return isGroupExpanded(entry); in toggleGroupExpansion()
DGroupExpansionManager.java38 boolean isGroupExpanded(NotificationEntry entry); in isGroupExpanded() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java334 return isGroupExpanded() && !isGroupExpansionChanging(); in needsOutline()
336 return !isGroupExpanded() || isGroupExpansionChanging(); in needsOutline()
DExpandableNotificationRow.java334 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 …]
DNotificationContentView.java843 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()
DExpandableView.java636 public boolean isGroupExpanded() { in isGroupExpanded() method in ExpandableView
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/
DGroupExpansionManagerTest.kt114 assertThat(underTest.isGroupExpanded(summary1)).isTrue() in <lambda>()
/frameworks/base/core/java/android/widget/
DExpandableListView.java1037 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()
DExpandableListConnector.java704 public boolean isGroupExpanded(int groupPosition) { in isGroupExpanded() method in ExpandableListConnector
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java706 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37342 method public boolean isGroupExpanded(int);
/frameworks/base/core/api/
Dcurrent.txt59212 method public boolean isGroupExpanded(int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66803 Landroid/widget/ExpandableListConnector;->isGroupExpanded(I)Z