Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java849 private int getPositionByView(View view) { in getPositionByView() method in GridLayoutManager
887 return getPositionByView(getChildAt(index)); in getPositionByIndex()
2408 if (getPositionByView(child) == NO_POSITION) {
2499 int pos = getPositionByView(view);
2524 int newFocusPosition = getPositionByView(view);
2565 int pos = getPositionByView(view);
3201 int position = getPositionByView(view); in onSaveInstanceState()