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.java476 int cellVSpan, int maxPreviewWidth, int maxPreviewHeight, Bitmap preview,
494 if (cellVSpan < 1) cellVSpan = 1;
503 previewHeight = previewDrawableHeight * cellVSpan;
475 generateWidgetPreview(AppWidgetProviderInfo info, 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.java508 public Bitmap generateWidgetPreview(AppWidgetProviderInfo info, int cellHSpan, int cellVSpan, argument
535 if (cellVSpan < 1) cellVSpan = 1;
545 previewHeight = previewDrawableHeight * cellVSpan;
H A DCellLayout.java613 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY;
2079 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan);
2081 c = new CellAndSpan(lp.cellX, lp.cellY, lp.cellHSpan, lp.cellVSpan);
2104 lp.cellVSpan = c.spanY;
2308 info.spanX != lp.cellHSpan || info.spanY != lp.cellVSpan) {
2314 info.spanY = lp.cellVSpan;
2411 r1.set(lp.cellX, lp.cellY, lp.cellX + lp.cellHSpan, lp.cellY + lp.cellVSpan);
2874 * @param cellVSpan Height in cells
2877 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rec argument
3120 public int cellVSpan; field in class:CellLayout.LayoutParams
3168 LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) argument
[all...]

Completed in 126 milliseconds