Searched refs:changeViewPosition (Results 1 – 5 of 5) sorted by relevance
52 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition() method
1855 public void changeViewPosition(ExpandableView child, int newIndex) {1856 mView.changeViewPosition(child, newIndex);
3126 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition() method5477 changeViewPosition(mFooterView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()5478 changeViewPosition(mEmptyShadeView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()5482 changeViewPosition(mShelf, in onUpdateRowStates()
54 listContainer.changeViewPosition(child.view as ExpandableView, index) in moveChildTo()
560 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(expected)); in testFooterPosition_atEnd()