Home
last modified time | relevance | path

Searched refs:focusIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java2855 int focusIndex = recyclerView.indexOfChild(view); in getChildDrawingOrder() local
2858 if (i < focusIndex) { in getChildDrawingOrder()
2861 return focusIndex + childCount - 1 - i; in getChildDrawingOrder()
2863 return focusIndex; in getChildDrawingOrder()
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridWidgetTest.java840 int focusIndex = mGridView.getSelectedPosition(); in testPendingSmoothScrollAndRemove() local
841 int leftEdge = mGridView.getLayoutManager().findViewByPosition(focusIndex).getLeft(); in testPendingSmoothScrollAndRemove()
851 mGridView.getLayoutManager().findViewByPosition(focusIndex).getLeft()); in testPendingSmoothScrollAndRemove()