/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithm.java | 79 reorderParameters.getSpanY(), direction, in findReorderSolution() 411 reorderParameters.getSpanY(), new int[2]); in dropInPlaceSolution() 417 result[1] + reorderParameters.getSpanY()), solution, in dropInPlaceSolution() 425 solution.spanY = reorderParameters.getSpanY(); in dropInPlaceSolution() 458 reorderParameters.getSpanY(), result, resultSpan); in closestEmptySpaceReorder() 537 reorderParameters.getSpanY(), targetDestination); in getDirectionVectorForDrop() 540 reorderParameters.getSpanX(), reorderParameters.getSpanY(), dragRect); in getDirectionVectorForDrop() 546 targetDestination[1] + reorderParameters.getSpanY()); in getDirectionVectorForDrop() 560 / reorderParameters.getSpanY(); in getDirectionVectorForDrop() 567 || reorderParameters.getSpanY() == mCellLayout.getCountY()) { in getDirectionVectorForDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | LauncherAppWidgetProviderInfo.java | 116 getSpanY(widgetPadding, minResizeHeight, dp.cellLayoutBorderSpacePx.y, in initSpans() 125 maxSpanY = Math.min(maxSpanY, getSpanY(widgetPadding, maxResizeHeight, in initSpans() 134 getSpanY(widgetPadding, minHeight, dp.cellLayoutBorderSpacePx.y, in initSpans() 180 private int getSpanY(Rect widgetPadding, int widgetHeight, int cellSpacing, float cellHeight) { in getSpanY() method in LauncherAppWidgetProviderInfo
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/board/ |
D | WidgetRect.java | 34 public int getSpanY() { in getSpanY() method in WidgetRect 57 + " xs = " + getSpanX() + " ys = " + getSpanY(); in toString()
|
D | TestWorkspaceBuilder.java | 67 for (int y = initY; y < initY + widgetRect.getSpanY(); y++) { in fillWithWidgets() 142 item.spanY = widgetRect.getSpanY(); in createWidgetInCell()
|
D | CellLayoutBoard.java | 81 Boolean isYInRect = y >= rect.getCellY() && y < rect.getCellY() + rect.getSpanY(); in pointInsideRect()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/ |
D | TaplReorderWidgetsTest.java | 161 widgetRect.getCellY(), widgetRect.getSpanX(), widgetRect.getSpanY()); in triggerWidgetResize() 185 testCase.moveMainTo.y, mainWidgetCellPos.getSpanX(), mainWidgetCellPos.getSpanY()); in runTestCase()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithmUnitTestCase.java | 115 public int getSpanY() { in getSpanY() method in ReorderAlgorithmUnitTestCase
|
D | ReorderAlgorithmUnitTest.java | 163 widget.getSpanX(), widget.getSpanY(), true) in solve() 288 && addedWidget.getSpanY() >= testCase.minSpanY; in validateIntegrity()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | StatsLogCompatManager.java | 171 info.getWidget().getSpanY(), in writeSnapshot() 209 info.getWidget().getSpanY(), // span_y = 18 [default = 1]; in buildStatsEvent()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
D | AppEventProducer.java | 275 int spanY = info.getWidget().getSpanY(); in getContainer()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | LoaderCursor.java | 253 public int getSpanY() { in getSpanY() method in LoaderCursor
|