• Home
  • Raw
  • Download

Lines Matching defs:spanY

858     void regionToCenterPoint(int cellX, int cellY, int spanX, int spanY, int[] result) {  in regionToCenterPoint()
874 void regionToRect(int cellX, int cellY, int spanX, int spanY, Rect result) { in regionToRect()
1177 void estimateDropCell(int originX, int originY, int spanX, int spanY, int[] result) { in estimateDropCell()
1199 int cellY, int spanX, int spanY, boolean resize, Point dragOffset, Rect dragRegion) { in visualizeDropLocation()
1285 int[] findNearestVacantArea(int pixelX, int pixelY, int spanX, int spanY, in findNearestVacantArea()
1306 int spanY, int[] result, int[] resultSpan) { in findNearestVacantArea()
1325 int[] findNearestArea(int pixelX, int pixelY, int spanX, int spanY, View ignoreView, in findNearestArea()
1362 int[] findNearestArea(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, int spanY, in findNearestArea()
1507 private int[] findNearestArea(int cellX, int cellY, int spanX, int spanY, int[] direction, in findNearestArea()
2065 private boolean rearrangementExists(int cellX, int cellY, int spanX, int spanY, int[] direction, in rearrangementExists()
2145 int spanY, int[] direction, View dragView, boolean decX, ItemConfiguration solution) { in simpleSwap()
2281 int spanX, int spanY) { in ReorderHintAnimation()
2425 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle()
2456 int spanY, View dragView, int[] resultDirection) { in getDirectionVectorForDrop()
2494 private void getViewsIntersectingRegion(int cellX, int cellY, int spanX, int spanY, in getViewsIntersectingRegion()
2517 boolean isNearestDropLocationOccupied(int pixelX, int pixelY, int spanX, int spanY, in isNearestDropLocationOccupied()
2542 boolean createAreaForResize(int cellX, int cellY, int spanX, int spanY, in createAreaForResize()
2573 int[] createArea(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, int spanY, in createArea()
2699 int spanX, spanY; field in CellLayout.CellAndSpan
2711 public CellAndSpan(int x, int y, int spanX, int spanY) { in CellAndSpan()
2738 int pixelX, int pixelY, int spanX, int spanY, View ignoreView, int[] result) { in findNearestVacantArea()
2758 int spanX, int spanY, View ignoreView, int[] result, int[] resultSpan) { in findNearestVacantArea()
2777 int pixelX, int pixelY, int spanX, int spanY, int[] result) { in findNearestArea()
2798 boolean findCellForSpan(int[] cellXY, int spanX, int spanY) { in findCellForSpan()
2812 boolean findCellForSpanIgnoring(int[] cellXY, int spanX, int spanY, View ignoreView) { in findCellForSpanIgnoring()
2829 boolean findCellForSpanThatIntersects(int[] cellXY, int spanX, int spanY, in findCellForSpanThatIntersects()
2838 boolean findCellForSpanThatIntersectsIgnoring(int[] cellXY, int spanX, int spanY, in findCellForSpanThatIntersectsIgnoring()
2992 int spanY = (int) Math.ceil(height / (float) smallerSize); in rectToCell() local
3041 public boolean getVacantCell(int[] vacant, int spanX, int spanY) { in getVacantCell()
3046 static boolean findVacantCell(int[] vacant, int spanX, int spanY, in findVacantCell()
3101 private void markCellsForView(int cellX, int cellY, int spanX, int spanY, boolean[][] occupied, in markCellsForView()
3308 int spanY; field in CellLayout.CellInfo