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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java112 if (lp.cellVSpan < 0) lp.cellVSpan = mCellCountY;
411 public int cellVSpan; field in class:PagedViewCellLayout.LayoutParams
431 cellVSpan = 1;
437 cellVSpan = 1;
443 cellVSpan = 1;
451 this.cellVSpan = source.cellVSpan;
454 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { argument
459 this.cellVSpan
[all...]
H A DWidgetPreviewLoader.java442 int iconId, int cellHSpan, int cellVSpan, int maxPreviewWidth, int maxPreviewHeight,
468 if (cellVSpan < 1) cellVSpan = 1;
477 previewHeight = previewDrawableHeight * cellVSpan;
441 generateWidgetPreview(ComponentName provider, int previewImage, int iconId, int cellHSpan, int cellVSpan, int maxPreviewWidth, int maxPreviewHeight, Bitmap preview, int[] preScaledWidthOut) argument
H A DCellLayout.java640 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY;
742 cellInfo.spanY = lp.cellVSpan;
2202 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan);
2204 c = new CellAndSpan(lp.cellX, lp.cellY, lp.cellHSpan, lp.cellVSpan);
2227 lp.cellVSpan = c.spanY;
2415 info.spanX != lp.cellHSpan || info.spanY != lp.cellVSpan) {
2421 info.spanY = lp.cellVSpan;
2518 r1.set(lp.cellX, lp.cellY, lp.cellX + lp.cellHSpan, lp.cellY + lp.cellVSpan);
2961 * @param cellVSpan Heigh
2964 cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) argument
3204 public int cellVSpan; field in class:CellLayout.LayoutParams
3247 LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewCellLayout.java106 if (lp.cellVSpan < 0) lp.cellVSpan = mCellCountY;
405 public int cellVSpan; field in class:PagedViewCellLayout.LayoutParams
425 cellVSpan = 1;
431 cellVSpan = 1;
437 cellVSpan = 1;
445 this.cellVSpan = source.cellVSpan;
448 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { argument
453 this.cellVSpan
[all...]
H A DWidgetPreviewLoader.java437 int iconId, int cellHSpan, int cellVSpan, int maxPreviewWidth, int maxPreviewHeight,
463 if (cellVSpan < 1) cellVSpan = 1;
472 previewHeight = previewDrawableHeight * cellVSpan;
436 generateWidgetPreview(ComponentName provider, int previewImage, int iconId, int cellHSpan, int cellVSpan, int maxPreviewWidth, int maxPreviewHeight, Bitmap preview, int[] preScaledWidthOut) argument
H A DCellLayout.java623 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY;
728 cellInfo.spanY = lp.cellVSpan;
2177 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan);
2179 c = new CellAndSpan(lp.cellX, lp.cellY, lp.cellHSpan, lp.cellVSpan);
2202 lp.cellVSpan = c.spanY;
2390 info.spanX != lp.cellHSpan || info.spanY != lp.cellVSpan) {
2396 info.spanY = lp.cellVSpan;
2493 r1.set(lp.cellX, lp.cellY, lp.cellX + lp.cellHSpan, lp.cellY + lp.cellVSpan);
2936 * @param cellVSpan Heigh
2939 cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) argument
3182 public int cellVSpan; field in class:CellLayout.LayoutParams
3230 LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) argument
[all...]

Completed in 578 milliseconds