Searched refs:getViewMin (Results 1 – 1 of 1) sorted by relevance
915 private int getViewMin(View v) { in getViewMin() method in GridLayoutManager1467 return getViewMin(findViewByPosition(index));1612 int start = getViewMin(view); in fastRelayout()2294 final int viewMin = getViewMin(view);2312 if (isMin && getViewMin(v) < viewMin) {2404 int viewMin = getViewMin(view);2423 if (viewMax - getViewMin(firstView) > clientSize) {2456 scrollPrimary = getViewMin(firstView) - paddingLow;2676 if (getViewMin(child) >= left && getViewMax(child) <= right) { in onAddFocusables()2797 if (getViewMin(child) >= left && getViewMax(child) <= right) { in gridOnRequestFocusInDescendantsUnaligned()