Home
last modified time | relevance | path

Searched refs:cellVSpan (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java599 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY; in addViewToCellLayout()
876 occupied.markCells(lp.cellX, lp.cellY, lp.cellHSpan, lp.cellVSpan, false); in animateChildToPosition()
877 occupied.markCells(cellX, cellY, lp.cellHSpan, lp.cellVSpan, true); in animateChildToPosition()
1831 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution()
1833 c = new CellAndSpan(lp.cellX, lp.cellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution()
1852 lp.cellVSpan = c.spanY; in copySolutionToTempState()
2092 || info.spanY != lp.cellVSpan); in commitTempPlacement()
2097 info.spanY = lp.cellVSpan; in commitTempPlacement()
2196 r1.set(lp.cellX, lp.cellY, lp.cellX + lp.cellHSpan, lp.cellY + lp.cellVSpan); in getViewsIntersectingRegion()
2511 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect() argument
[all …]
DAppWidgetResizeFrame.java296 int spanY = lp.cellVSpan; in resizeWidgetIfNeeded()
334 if (mStateAnnouncer != null && (lp.cellHSpan != spanX || lp.cellVSpan != spanY) ) { in resizeWidgetIfNeeded()
342 lp.cellVSpan = spanY; in resizeWidgetIfNeeded()
DWorkspaceLayoutManager.java113 lp.cellVSpan = spanY; in addInScreen()
DShortcutAndWidgetContainer.java70 (lp.cellY <= y) && (y < lp.cellY + lp.cellVSpan)) { in getChildAt()
DWorkspace.java1855 lp.cellVSpan = item.spanY; in onDrop()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java349 lp.cellVSpan ++; in performResizeAction()
352 lp.cellVSpan --; in performResizeAction()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java109 addStaggeredAnimationForView(child, lp.cellY + lp.cellVSpan, totalRows); in StaggeredWorkspaceAnim()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java218 lp.cellHSpan = lp.cellVSpan = 1; in createNewView()