Lines Matching defs:spanX
868 void regionToCenterPoint(int cellX, int cellY, int spanX, int spanY, int[] result) { in regionToCenterPoint()
884 void regionToRect(int cellX, int cellY, int spanX, int spanY, Rect result) { in regionToRect()
1188 void estimateDropCell(int originX, int originY, int spanX, int spanY, int[] result) { in estimateDropCell()
1210 int cellY, int spanX, int spanY, boolean resize, Point dragOffset, Rect dragRegion) { in visualizeDropLocation()
1296 int[] findNearestVacantArea(int pixelX, int pixelY, int spanX, int spanY, in findNearestVacantArea()
1316 int[] findNearestVacantArea(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, in findNearestVacantArea()
1336 int[] findNearestArea(int pixelX, int pixelY, int spanX, int spanY, View ignoreView, in findNearestArea()
1373 int[] findNearestArea(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, int spanY, in findNearestArea()
1518 private int[] findNearestArea(int cellX, int cellY, int spanX, int spanY, int[] direction, in findNearestArea()
2076 private boolean rearrangementExists(int cellX, int cellY, int spanX, int spanY, int[] direction, in rearrangementExists()
2155 ItemConfiguration simpleSwap(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, in simpleSwap()
2292 int spanX, int spanY) { in ReorderHintAnimation()
2436 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle()
2466 private void getDirectionVectorForDrop(int dragViewCenterX, int dragViewCenterY, int spanX, in getDirectionVectorForDrop()
2505 private void getViewsIntersectingRegion(int cellX, int cellY, int spanX, int spanY, in getViewsIntersectingRegion()
2528 boolean isNearestDropLocationOccupied(int pixelX, int pixelY, int spanX, int spanY, in isNearestDropLocationOccupied()
2553 boolean createAreaForResize(int cellX, int cellY, int spanX, int spanY, in createAreaForResize()
2584 int[] createArea(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, int spanY, in createArea()
2710 int spanX, spanY; field in CellLayout.CellAndSpan
2722 public CellAndSpan(int x, int y, int spanX, int spanY) { in CellAndSpan()
2749 int pixelX, int pixelY, int spanX, int spanY, View ignoreView, int[] result) { in findNearestVacantArea()
2769 int spanX, int spanY, View ignoreView, int[] result, int[] resultSpan) { in findNearestVacantArea()
2788 int pixelX, int pixelY, int spanX, int spanY, int[] result) { in findNearestArea()
2809 boolean findCellForSpan(int[] cellXY, int spanX, int spanY) { in findCellForSpan()
2823 boolean findCellForSpanIgnoring(int[] cellXY, int spanX, int spanY, View ignoreView) { in findCellForSpanIgnoring()
2840 boolean findCellForSpanThatIntersects(int[] cellXY, int spanX, int spanY, in findCellForSpanThatIntersects()
2849 boolean findCellForSpanThatIntersectsIgnoring(int[] cellXY, int spanX, int spanY, in findCellForSpanThatIntersectsIgnoring()
3002 int spanX = (int) Math.ceil(width / (float) smallerSize); in rectToCell() local
3052 public boolean getVacantCell(int[] vacant, int spanX, int spanY) { in getVacantCell()
3057 static boolean findVacantCell(int[] vacant, int spanX, int spanY, in findVacantCell()
3112 private void markCellsForView(int cellX, int cellY, int spanX, int spanY, boolean[][] occupied, in markCellsForView()
3323 int spanX; field in CellLayout.CellInfo