Searched refs:getAdapterPositionByView (Results 1 – 1 of 1) sorted by relevance
902 private int getAdapterPositionByView(View view) { in getAdapterPositionByView() method in GridLayoutManager940 return getAdapterPositionByView(getChildAt(index)); in getAdapterPositionByIndex()1917 if (position != getAdapterPositionByView(view)) { in fastRelayout()2602 if (view != null && getAdapterPositionByView(view) == position) {2759 if (getAdapterPositionByView(child) == NO_POSITION) {2836 int newFocusPosition = getAdapterPositionByView(view);2878 int pos = getAdapterPositionByView(view);3531 int position = getAdapterPositionByView(view); in onSaveInstanceState()