Home
last modified time | relevance | path

Searched refs:changeViewPosition (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DRootNodeController.kt46 listContainer.changeViewPosition(child.view as ExpandableView, index)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java53 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition() method
H A DNotificationSectionsManager.kt219 parent.changeViewPosition(header, target)
H A DNotificationStackScrollLayoutController.java1612 public void changeViewPosition(ExpandableView child, int newIndex) {
1613 mView.changeViewPosition(child, newIndex);
H A DNotificationStackScrollLayout.java3042 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition() method
5215 changeViewPosition(mFgsSectionView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()
5217 changeViewPosition(mFooterView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()
5218 changeViewPosition(mEmptyShadeView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()
5222 changeViewPosition(mShelf, in onUpdateRowStates()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManagerTest.java220 verify(mNssl).changeViewPosition(mSectionsManager.getSilentHeaderView(), 2); in testMoveHeaderForward()
243 verify(mNssl).changeViewPosition(mSectionsManager.getSilentHeaderView(), 3); in testMoveHeaderBackward()
713 }).when(mNssl).changeViewPosition(any(), anyInt()); in setupMockStack()
H A DNotificationStackScrollLayoutTest.java410 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(expected)); in testUpdateFooter_atEnd()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManagerTest.java276 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition() method in NotificationViewHierarchyManagerTest.FakeListContainer
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java311 mListContainer.changeViewPosition(targetChild, i); in updateNotificationViews()