Searched refs:changeViewPosition (Results 1 – 5 of 5) sorted by relevance
54 listContainer.changeViewPosition(child.view as ExpandableView, index)
53 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition() method
1717 public void changeViewPosition(ExpandableView child, int newIndex) {1718 mView.changeViewPosition(child, newIndex);
3153 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition() method5406 changeViewPosition(mFooterView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()5407 changeViewPosition(mEmptyShadeView, getChildCount() - offsetFromEnd++); in onUpdateRowStates()5411 changeViewPosition(mShelf, in onUpdateRowStates()
588 verify(mStackScroller).changeViewPosition(any(FooterView.class), eq(expected)); in testUpdateFooter_atEnd()