Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DRootNodeController.kt54 listContainer.changeViewPosition(child.view as ExpandableView, index)
/aosp14/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 DNotificationStackScrollLayoutController.java1717 public void changeViewPosition(ExpandableView child, int newIndex) {
1718 mView.changeViewPosition(child, newIndex);
H A DNotificationStackScrollLayout.java3153 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition() method
5406 changeViewPosition(mFooterView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()
5407 changeViewPosition(mEmptyShadeView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()
5411 changeViewPosition(mShelf, in onUpdateRowStates()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java588 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(expected)); in testUpdateFooter_atEnd()