Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java50 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition() method
DNotificationSectionsManager.java181 mParent.changeViewPosition(mGentleHeader, targetIndex); in adjustGentleHeaderVisibilityAndPosition()
DNotificationStackScrollLayout.java3349 public void changeViewPosition(ExpandableView child, int newIndex) {
5630 changeViewPosition(mFooterView, -1);
5637 changeViewPosition(mEmptyShadeView,
5642 changeViewPosition(mShelf,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java150 verify(mNssl).changeViewPosition(mSectionsManager.getGentleHeaderView(), 2); in testMoveHeaderForward()
173 verify(mNssl).changeViewPosition(mSectionsManager.getGentleHeaderView(), 3); in testMoveHeaderBackward()
DNotificationStackScrollLayoutTest.java368 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(-1 /* end */)); in testUpdateFooter_atEnd()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java288 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition() method in NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java255 mListContainer.changeViewPosition(targetChild, i); in updateNotificationViews()