Lines Matching defs:spanY

758     void regionToCenterPoint(int cellX, int cellY, int spanX, int spanY, int[] result) {  in regionToCenterPoint()
774 void regionToRect(int cellX, int cellY, int spanX, int spanY, Rect result) { in regionToRect()
1066 void estimateDropCell(int originX, int originY, int spanX, int spanY, int[] result) { in estimateDropCell()
1088 int cellY, int spanX, int spanY, boolean resize, Point dragOffset, Rect dragRegion) { in visualizeDropLocation()
1170 int[] findNearestVacantArea(int pixelX, int pixelY, int spanX, int spanY, in findNearestVacantArea()
1191 int spanY, int[] result, int[] resultSpan) { in findNearestVacantArea()
1210 int[] findNearestArea(int pixelX, int pixelY, int spanX, int spanY, View ignoreView, in findNearestArea()
1247 int[] findNearestArea(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, int spanY, in findNearestArea()
1392 private int[] findNearestArea(int cellX, int cellY, int spanX, int spanY, int[] direction, in findNearestArea()
1950 private boolean rearrangementExists(int cellX, int cellY, int spanX, int spanY, int[] direction, in rearrangementExists()
2032 int spanX, int spanY, int[] direction, View dragView, boolean decX, in findReorderSolution()
2181 int cellY1, int spanX, int spanY) { in ReorderPreviewAnimation()
2329 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle()
2360 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop()
2398 private void getViewsIntersectingRegion(int cellX, int cellY, int spanX, int spanY, in getViewsIntersectingRegion()
2421 boolean isNearestDropLocationOccupied(int pixelX, int pixelY, int spanX, int spanY, in isNearestDropLocationOccupied()
2447 boolean createAreaForResize(int cellX, int cellY, int spanX, int spanY, in createAreaForResize()
2478 int[] performReorder(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, int spanY, in performReorder()
2623 int spanX, spanY; field in CellLayout.CellAndSpan
2635 public CellAndSpan(int x, int y, int spanX, int spanY) { in CellAndSpan()
2662 int pixelX, int pixelY, int spanX, int spanY, View ignoreView, int[] result) { in findNearestVacantArea()
2682 int spanX, int spanY, View ignoreView, int[] result, int[] resultSpan) { in findNearestVacantArea()
2701 int pixelX, int pixelY, int spanX, int spanY, int[] result) { in findNearestArea()
2722 boolean findCellForSpan(int[] cellXY, int spanX, int spanY) { in findCellForSpan()
2736 boolean findCellForSpanIgnoring(int[] cellXY, int spanX, int spanY, View ignoreView) { in findCellForSpanIgnoring()
2753 boolean findCellForSpanThatIntersects(int[] cellXY, int spanX, int spanY, in findCellForSpanThatIntersects()
2762 boolean findCellForSpanThatIntersectsIgnoring(int[] cellXY, int spanX, int spanY, in findCellForSpanThatIntersectsIgnoring()
2919 int spanY = (int) Math.ceil(height / (float) smallerSize); in rectToCell() local
2968 public boolean getVacantCell(int[] vacant, int spanX, int spanY) { in getVacantCell()
2973 static boolean findVacantCell(int[] vacant, int spanX, int spanY, in findVacantCell()
3028 private void markCellsForView(int cellX, int cellY, int spanX, int spanY, boolean[][] occupied, in markCellsForView()
3245 int spanY; field in CellLayout.CellInfo