Searched refs:sTwoInts (Results 1 – 1 of 1) sorted by relevance
260 if (getScrollPosition(targetView, null, sTwoInts)) { in onTargetFound()263 dx = sTwoInts[0]; in onTargetFound()264 dy = sTwoInts[1]; in onTargetFound()266 dx = sTwoInts[1]; in onTargetFound()267 dy = sTwoInts[0]; in onTargetFound()697 static int[] sTwoInts = new int[2]; field in GridLayoutManager2553 maxEdge = mGrid.findRowMax(true, sTwoInts);2554 View maxChild = findViewByPosition(sTwoInts[1]);2567 minEdge = mGrid.findRowMin(false, sTwoInts);2568 View minChild = findViewByPosition(sTwoInts[1]);[all …]