/packages/apps/Launcher2/src/com/android/launcher2/ |
D | PagedViewCellLayout.java | 112 if (lp.cellVSpan < 0) lp.cellVSpan = mCellCountY; in addViewToCellLayout() 411 public int cellVSpan; field in PagedViewCellLayout.LayoutParams 431 cellVSpan = 1; in LayoutParams() 437 cellVSpan = 1; in LayoutParams() 443 cellVSpan = 1; in LayoutParams() 451 this.cellVSpan = source.cellVSpan; in LayoutParams() 454 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { in LayoutParams() argument 459 this.cellVSpan = cellVSpan; in LayoutParams() 466 final int myCellVSpan = cellVSpan; in setup() 494 this.cellHSpan + ", " + this.cellVSpan + ")"; in toString()
|
D | CellLayout.java | 640 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY; in addViewToCellLayout() 742 cellInfo.spanY = lp.cellVSpan; in setTagToCellInfoForPoint() 2202 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution() 2204 c = new CellAndSpan(lp.cellX, lp.cellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution() 2227 lp.cellVSpan = c.spanY; in copySolutionToTempState() 2415 info.spanX != lp.cellHSpan || info.spanY != lp.cellVSpan) { in commitTempPlacement() 2421 info.spanY = lp.cellVSpan; in commitTempPlacement() 2518 r1.set(lp.cellX, lp.cellY, lp.cellX + lp.cellHSpan, lp.cellY + lp.cellVSpan); in getViewsIntersectingRegion() 2964 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect() argument 2974 int height = cellVSpan * cellHeight + ((cellVSpan - 1) * heightGap); in cellToRect() [all …]
|
D | AppWidgetResizeFrame.java | 257 int spanY = lp.cellVSpan; in resizeWidgetIfNeeded() 282 cellYInc = Math.min(lp.cellVSpan - mMinVSpan, cellYInc); in resizeWidgetIfNeeded() 285 vSpanInc = Math.max(-(lp.cellVSpan - mMinVSpan), vSpanInc); in resizeWidgetIfNeeded() 289 vSpanInc = Math.max(-(lp.cellVSpan - mMinVSpan), vSpanInc); in resizeWidgetIfNeeded() 329 lp.cellVSpan = spanY; in resizeWidgetIfNeeded()
|
D | WidgetPreviewLoader.java | 476 int cellVSpan, int maxPreviewWidth, int maxPreviewHeight, Bitmap preview, in generateWidgetPreview() argument 494 if (cellVSpan < 1) cellVSpan = 1; in generateWidgetPreview() 503 previewHeight = previewDrawableHeight * cellVSpan; in generateWidgetPreview()
|
D | ShortcutAndWidgetContainer.java | 67 (lp.cellY <= y) && (y < lp.cellY + lp.cellVSpan)) { in getChildAt()
|
D | Workspace.java | 556 lp.cellVSpan = spanY; in addInScreen() 2273 lp.cellVSpan = item.spanY;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 626 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY; in addViewToCellLayout() 929 occupied.markCells(lp.cellX, lp.cellY, lp.cellHSpan, lp.cellVSpan, false); in animateChildToPosition() 930 occupied.markCells(cellX, cellY, lp.cellHSpan, lp.cellVSpan, true); in animateChildToPosition() 1889 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution() 1891 c = new CellAndSpan(lp.cellX, lp.cellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution() 1910 lp.cellVSpan = c.spanY; in copySolutionToTempState() 2140 || info.spanY != lp.cellVSpan); in commitTempPlacement() 2145 info.spanY = lp.cellVSpan; in commitTempPlacement() 2242 r1.set(lp.cellX, lp.cellY, lp.cellX + lp.cellHSpan, lp.cellY + lp.cellVSpan); in getViewsIntersectingRegion() 2558 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect() argument [all …]
|
D | AppWidgetResizeFrame.java | 257 int spanY = lp.cellVSpan; in resizeWidgetIfNeeded() 295 if (mStateAnnouncer != null && (lp.cellHSpan != spanX || lp.cellVSpan != spanY) ) { in resizeWidgetIfNeeded() 303 lp.cellVSpan = spanY; in resizeWidgetIfNeeded()
|
D | ShortcutAndWidgetContainer.java | 65 (lp.cellY <= y) && (y < lp.cellY + lp.cellVSpan)) { in getChildAt()
|
D | Workspace.java | 1145 lp.cellVSpan = spanY; in addInScreen() 2635 lp.cellVSpan = item.spanY; in onDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 294 lp.cellVSpan ++; in performResizeAction() 297 lp.cellVSpan --; in performResizeAction()
|