Searched refs:getViewMax (Results 1 – 1 of 1) sorted by relevance
1100 int getViewMax(View v) { in getViewMax() method in GridLayoutManager1691 return mReverseFlowPrimary ? getViewMax(v) : getViewMin(v);2165 maxChangeEdge = Math.max(maxChangeEdge, getViewMax(view)); in onLayoutChildren()2880 int viewMax = getViewMax(view);2915 if (getViewMax(lastView) - viewMin > clientSize) {2933 scrollPrimary = getViewMax(lastView) - (paddingMin + clientSize);3268 if (getViewMin(child) >= left && getViewMax(child) <= right) {3370 if (getViewMin(child) >= left && getViewMax(child) <= right) { in gridOnRequestFocusInDescendantsUnaligned()