Searched refs:getAdapterPositionByView (Results 1 – 1 of 1) sorted by relevance
941 private int getAdapterPositionByView(View view) { in getAdapterPositionByView() method in GridLayoutManager979 return getAdapterPositionByView(getChildAt(index)); in getAdapterPositionByIndex()1962 if (position != getAdapterPositionByView(view)) { in fastRelayout()2673 && view != null && getAdapterPositionByView(view) == position) {2707 && view != null && getAdapterPositionByView(view) == position) {2874 if (getAdapterPositionByView(child) == NO_POSITION) {2951 int newFocusPosition = getAdapterPositionByView(view);2993 int pos = getAdapterPositionByView(view);3648 int position = getAdapterPositionByView(view); in onSaveInstanceState()