Searched refs:getViewMax (Results 1 – 1 of 1) sorted by relevance
1095 int getViewMax(View v) { in getViewMax() method in GridLayoutManager1662 return mReverseFlowPrimary ? getViewMax(v) : getViewMin(v);2124 maxChangeEdge = Math.max(maxChangeEdge, getViewMax(view)); in onLayoutChildren()2893 int viewMax = getViewMax(view);2928 if (getViewMax(lastView) - viewMin > clientSize) {2946 scrollPrimary = getViewMax(lastView) - (paddingMin + clientSize);3281 if (getViewMin(child) >= left && getViewMax(child) <= right) {3374 if (getViewMin(child) >= left && getViewMax(child) <= right) { in gridOnRequestFocusInDescendantsUnaligned()