Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java52 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition() method
DNotificationStackScrollLayoutController.java1855 public void changeViewPosition(ExpandableView child, int newIndex) {
1856 mView.changeViewPosition(child, newIndex);
DNotificationStackScrollLayout.java3126 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition() method
5477 changeViewPosition(mFooterView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()
5478 changeViewPosition(mEmptyShadeView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()
5482 changeViewPosition(mShelf, in onUpdateRowStates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DRootNodeController.kt54 listContainer.changeViewPosition(child.view as ExpandableView, index) in moveChildTo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java560 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(expected)); in testFooterPosition_atEnd()