HomeSort by relevance Sort by last modified time
    Searched refs:spanY (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.h 47 GLint width, GLint spanX, GLint spanY,
52 GLint width, GLint spanX, GLint spanY,
s_zoom.c 42 * \param spanX, spanY position of span being drawing
50 GLint spanX, GLint spanY, GLint width,
57 ASSERT(spanY >= imageY);
79 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY);
80 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY);
362 GLint width, GLint spanX, GLint spanY,
369 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width,
405 GLint width, GLint spanX, GLint spanY,
414 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width,
  /external/mesa3d/src/mesa/swrast/
s_zoom.h 47 GLint width, GLint spanX, GLint spanY,
52 GLint width, GLint spanX, GLint spanY,
s_zoom.c 42 * \param spanX, spanY position of span being drawing
50 GLint spanX, GLint spanY, GLint width,
57 ASSERT(spanY >= imageY);
79 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY);
80 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY);
362 GLint width, GLint spanX, GLint spanY,
369 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width,
405 GLint width, GLint spanX, GLint spanY,
414 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width,
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetInfo.java 61 spanY = -1;
84 AppWidgetResizeFrame.updateWidgetSizeRanges(hostView, launcher, spanX, spanY);
ItemInfo.java 78 int spanY = 1;
113 spanY = info.spanY;
148 values.put(LauncherSettings.Favorites.SPANY, spanY);
192 + " spanY=" + spanY + " dropPos=" + dropPos + ")";
CellLayout.java 742 cellInfo.spanY = lp.cellVSpan;
759 cellInfo.spanY = 1;
792 cellInfo.spanY = 0;
    [all...]
PendingAddItemInfo.java 97 spanY = copy.spanY;
AppWidgetResizeFrame.java 257 int spanY = lp.cellVSpan;
288 vSpanInc = Math.min(countY - (cellY + spanY), vSpanInc);
305 spanY += vSpanInc;
324 if (mCellLayout.createAreaForResize(cellX, cellY, spanX, spanY, mWidgetView,
329 lp.cellVSpan = spanY;
333 updateWidgetSizeRanges(mWidgetView, mLauncher, spanX, spanY);
340 int spanX, int spanY) {
342 getWidgetSizeRanges(launcher, spanX, spanY, mTmpRect);
347 static Rect getWidgetSizeRanges(Launcher launcher, int spanX, int spanY, Rect rect) {
361 int landHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density)
    [all...]
Workspace.java 483 * the child are defined by x, y, spanX and spanY.
490 * @param spanY The number of cells spanned vertically by the child.
492 void addInScreen(View child, long container, int screen, int x, int y, int spanX, int spanY) {
493 addInScreen(child, container, screen, x, y, spanX, spanY, false);
498 * the child are defined by x, y, spanX and spanY.
505 * @param spanY The number of cells spanned vertically by the child.
508 void addInScreen(View child, long container, int screen, int x, int y, int spanX, int spanY,
549 lp = new CellLayout.LayoutParams(x, y, spanX, spanY);
555 lp.cellVSpan = spanY;
558 if (spanX < 0 && spanY < 0)
    [all...]
InstallShortcutReceiver.java 343 int cellX, cellY, spanX, spanY;
351 spanY = item.spanY;
353 for (int y = cellY; 0 <= y && y < cellY + spanY && y < yCount; y++) {
ShortcutInfo.java 149 + " cellX=" + cellX + " cellY=" + cellY + " spanX=" + spanX + " spanY=" + spanY
  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfo.java 78 int spanY = 1;
113 spanY = info.spanY;
137 values.put(LauncherSettings.Favorites.SPANY, spanY);
181 + " spanY=" + spanY + " dropPos=" + dropPos + ")";
CellLayout.java 728 cellInfo.spanY = lp.cellVSpan;
745 cellInfo.spanY = 1;
778 cellInfo.spanY = 0;
854 void regionToCenterPoint(int cellX, int cellY, int spanX, int spanY, int[] result) {
860 (spanY * mCellHeight + (spanY - 1) * mHeightGap) / 2;
    [all...]
LauncherAppWidgetInfo.java 61 spanY = -1;
85 AppWidgetResizeFrame.updateWidgetSizeRanges(hostView, launcher, spanX, spanY);
PendingAddItemInfo.java 97 spanY = copy.spanY;
AppWidgetResizeFrame.java 256 int spanY = lp.cellVSpan;
287 vSpanInc = Math.min(countY - (cellY + spanY), vSpanInc);
304 spanY += vSpanInc;
323 if (mCellLayout.createAreaForResize(cellX, cellY, spanX, spanY, mWidgetView,
328 lp.cellVSpan = spanY;
332 updateWidgetSizeRanges(mWidgetView, mLauncher, spanX, spanY);
339 int spanX, int spanY) {
341 getWidgetSizeRanges(launcher, spanX, spanY, mTmpRect);
346 static Rect getWidgetSizeRanges(Launcher launcher, int spanX, int spanY, Rect rect) {
360 int landHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density)
    [all...]
Workspace.java 612 int spanY = customScreen.getCountY();
613 CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, spanX, spanY);
773 int x, int y, int spanX, int spanY) {
774 addInScreen(child, container, screenId, x, y, spanX, spanY, false, false);
780 int spanX, int spanY) {
781 addInScreen(child, container, screenId, x, y, spanX, spanY, false, true);
785 void addInScreen(View child, long container, long screenId, int x, int y, int spanX, int spanY,
787 addInScreen(child, container, screenId, x, y, spanX, spanY, insert, false);
792 * the child are defined by x, y, spanX and spanY.
799 * @param spanY The number of cells spanned vertically by the child
    [all...]
FolderInfo.java 117 + " spanY=" + spanY + " dropPos=" + dropPos + ")";
Hotseat.java 198 fi.spanY = 1;
208 fi.spanX, fi.spanY);
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 392 final float spanY = devY * 2;
395 span = spanY;
397 span = FloatMath.sqrt(spanX * spanX + spanY * spanY);
414 mPrevSpanY = mCurrSpanY = spanY;
422 mPrevSpanY = mCurrSpanY = spanY;
431 mCurrSpanY = spanY;
  /packages/apps/Launcher2/
print_db.py 84 spanY = cell["spanY"]
92 spanX, spanY,
93 (CELL_SIZE*spanX), (CELL_SIZE*spanY),
203 spanY = row["spanY"]
204 for j in range(cellY, cellY+spanY):
  /packages/apps/Launcher3/
print_db.py 115 spanY = cell["spanY"]
123 spanX, spanY,
124 (CELL_SIZE*spanX), (CELL_SIZE*spanY),
166 if d["spanY"] is None:
167 d["spanY"] = 1
264 spanY = row["spanY"]
265 for j in range(cellY, cellY+spanY):
  /packages/apps/Launcher3/protos/
backup.proto 57 optional int32 spanY = 9;
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 211 int spanY = (height + smallerSize) / smallerSize;
216 height = spanY * previewCellSize + ((spanY - 1) * heightGap);

Completed in 368 milliseconds

1 2