Searched refs:lastItemPos (Results 1 – 1 of 1) sorted by relevance
885 final int lastItemPos = mGridView.getChildCount() - 1; in testMoveIntoPrelayoutItems() local892 mGridView.getAdapter().notifyItemChanged(lastItemPos - 3); in testMoveIntoPrelayoutItems()893 mGridView.getAdapter().notifyItemChanged(lastItemPos - 2); in testMoveIntoPrelayoutItems()894 mGridView.getAdapter().notifyItemChanged(lastItemPos - 1); in testMoveIntoPrelayoutItems()895 mActivity.moveItem(900, lastItemPos + 2, true); in testMoveIntoPrelayoutItems()