Searched defs:cellVSpan (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java128 if (lp.cellVSpan < 0) lp.cellVSpan = mCellCountY;
427 public int cellVSpan; field in class:PagedViewCellLayout.LayoutParams
447 cellVSpan = 1;
453 cellVSpan = 1;
459 cellVSpan = 1;
467 this.cellVSpan = source.cellVSpan;
470 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { argument
475 this.cellVSpan
[all...]
H A DAppsCustomizePagedView.java1007 int cellHSpan, int cellVSpan, int maxWidth, int maxHeight) {
1031 maxHeight = Math.min(maxHeight, mWidgetSpacingLayout.estimateCellHeight(cellVSpan));
1037 bitmapHeight = mWidgetSpacingLayout.estimateCellHeight(cellVSpan);
1038 if (cellHSpan == cellVSpan) {
1070 if (cellHSpan != 1 || cellVSpan != 1) {
1006 getWidgetPreview(ComponentName provider, int previewImage, int iconId, int cellHSpan, int cellVSpan, int maxWidth, int maxHeight) argument
H A DCellLayout.java567 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY;
672 cellInfo.spanY = lp.cellVSpan;
1435 * @param cellVSpan Height in cells
1438 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, RectF resultRect) { argument
1448 int height = cellVSpan * cellHeight + ((cellVSpan - 1) * heightGap);
1575 for (int y = lp.cellY; y < lp.cellY + lp.cellVSpan; y++) {
1595 for (int y = lp.cellY; y < lp.cellY + lp.cellVSpan; y++) {
1603 for (int y = lp.cellY + lp.cellVSpan;
1706 public int cellVSpan; field in class:CellLayout.LayoutParams
1743 LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) argument
[all...]

Completed in 48 milliseconds