Lines Matching refs:resultSpan
1305 int spanY, int[] result, int[] resultSpan) {
1307 result, resultSpan);
1362 View ignoreView, boolean ignoreOccupied, int[] result, int[] resultSpan,
1465 if (resultSpan != null) {
1466 resultSpan[0] = xSize;
1467 resultSpan[1] = ySize;
2445 int[] resultSpan = new int[2];
2447 resultSpan);
2452 solution.dragViewSpanX = resultSpan[0];
2453 solution.dragViewSpanY = resultSpan[1];
2593 View dragView, int[] result, int resultSpan[], int mode) {
2597 if (resultSpan == null) {
2598 resultSpan = new int[2];
2643 resultSpan[0] = finalSolution.dragViewSpanX;
2644 resultSpan[1] = finalSolution.dragViewSpanY;
2646 result[0] = result[1] = resultSpan[0] = resultSpan[1] = -1;
2659 resultSpan[0] = finalSolution.dragViewSpanX;
2660 resultSpan[1] = finalSolution.dragViewSpanY;
2684 result[0] = result[1] = resultSpan[0] = resultSpan[1] = -1;
2796 int spanX, int spanY, View ignoreView, int[] result, int[] resultSpan) {
2798 result, resultSpan, mOccupied);