Searched refs:getViewMin (Results 1 – 1 of 1) sorted by relevance
1096 int getViewMin(View v) { in getViewMin() method in GridLayoutManager1691 return mReverseFlowPrimary ? getViewMax(v) : getViewMin(v);1930 int start = getViewMin(view); in fastRelayout()2164 minChangedEdge = Math.min(minChangedEdge, getViewMin(view)); in onLayoutChildren()2879 int viewMin = getViewMin(view);2898 if (viewMax - getViewMin(firstView) > clientSize) {2931 scrollPrimary = getViewMin(firstView) - paddingMin;3268 if (getViewMin(child) >= left && getViewMax(child) <= right) {3370 if (getViewMin(child) >= left && getViewMax(child) <= right) { in gridOnRequestFocusInDescendantsUnaligned()