Searched refs:focusIndex (Results 1 – 2 of 2) sorted by relevance
2855 int focusIndex = recyclerView.indexOfChild(view); in getChildDrawingOrder() local2858 if (i < focusIndex) { in getChildDrawingOrder()2861 return focusIndex + childCount - 1 - i; in getChildDrawingOrder()2863 return focusIndex; in getChildDrawingOrder()
840 int focusIndex = mGridView.getSelectedPosition(); in testPendingSmoothScrollAndRemove() local841 int leftEdge = mGridView.getLayoutManager().findViewByPosition(focusIndex).getLeft(); in testPendingSmoothScrollAndRemove()851 mGridView.getLayoutManager().findViewByPosition(focusIndex).getLeft()); in testPendingSmoothScrollAndRemove()