Searched refs:firstItemPos (Results 1 – 1 of 1) sorted by relevance
912 final int firstItemPos = mGridView.getChildAdapterPosition(mGridView.getChildAt(0)); in testMoveIntoPrelayoutItems2() local919 mGridView.getAdapter().notifyItemChanged(firstItemPos + 1); in testMoveIntoPrelayoutItems2()920 mGridView.getAdapter().notifyItemChanged(firstItemPos + 2); in testMoveIntoPrelayoutItems2()921 mGridView.getAdapter().notifyItemChanged(firstItemPos + 3); in testMoveIntoPrelayoutItems2()922 mActivity.moveItem(0, firstItemPos - 2, true); in testMoveIntoPrelayoutItems2()