Home
last modified time | relevance | path

Searched defs:vSpan (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java150 int vSpan = Math.min(info.spanY, profile.numRows); in applyFromAppWidgetProviderInfo() local
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewWidget.java120 int vSpan = Math.min(cellSpan[1], LauncherModel.getCellCountY()); in applyFromAppWidgetProviderInfo() local
DWorkspace.java356 public int[] estimateItemSize(int hSpan, int vSpan, in estimateItemSize()
376 int hCell, int vCell, int hSpan, int vSpan) { in estimateItemPosition()
DPagedViewCellLayout.java368 public int estimateCellHeight(int vSpan) { in estimateCellHeight()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java381 public Rect estimateItemPosition(CellLayout cl, int hCell, int vCell, int hSpan, int vSpan) { in estimateItemPosition()