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,
409 GLint width, GLint spanX, GLint spanY,
418 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/
CellLayout.java 742 cellInfo.spanY = lp.cellVSpan;
759 cellInfo.spanY = 1;
792 cellInfo.spanY = 0;
    [all...]
LauncherAppWidgetInfo.java 62 spanY = -1;
85 AppWidgetResizeFrame.updateWidgetSizeRanges(hostView, launcher, spanX, spanY);
PendingAddItemInfo.java 79 spanY = copy.spanY;
ItemInfo.java 86 int spanY = 1;
129 spanY = info.spanY;
174 values.put(LauncherSettings.Favorites.SPANY, spanY);
221 + " spanY=" + spanY + " dropPos=" + dropPos + " user=" + user
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 484 * the child are defined by x, y, spanX and spanY.
491 * @param spanY The number of cells spanned vertically by the child.
493 void addInScreen(View child, long container, int screen, int x, int y, int spanX, int spanY) {
494 addInScreen(child, container, screen, x, y, spanX, spanY, false);
499 * the child are defined by x, y, spanX and spanY.
506 * @param spanY The number of cells spanned vertically by the child.
509 void addInScreen(View child, long container, int screen, int x, int y, int spanX, int spanY,
550 lp = new CellLayout.LayoutParams(x, y, spanX, spanY);
556 lp.cellVSpan = spanY;
559 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 154 + " cellX=" + cellX + " cellY=" + cellY + " spanX=" + spanX + " spanY=" + spanY
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 758 void regionToCenterPoint(int cellX, int cellY, int spanX, int spanY, int[] result) {
764 (spanY * mCellHeight + (spanY - 1) * mHeightGap) / 2;
774 void regionToRect(int cellX, int cellY, int spanX, int spanY, Rect result) {
780 top + (spanY * mCellHeight + (spanY - 1) * mHeightGap));
    [all...]
LauncherAppWidgetInfo.java 96 spanY = -1;
124 AppWidgetResizeFrame.updateWidgetSizeRanges(hostView, launcher, spanX, spanY);
ItemInfo.java 88 int spanY = 1;
137 spanY = info.spanY;
163 values.put(LauncherSettings.Favorites.SPANY, spanY);
214 + " spanY=" + spanY + " dropPos=" + Arrays.toString(dropPos)
PendingAddItemInfo.java 97 spanY = copy.spanY;
AppWidgetResizeFrame.java 254 int spanY = lp.cellVSpan;
285 vSpanInc = Math.min(countY - (cellY + spanY), vSpanInc);
302 spanY += vSpanInc;
321 if (mCellLayout.createAreaForResize(cellX, cellY, spanX, spanY, mWidgetView,
326 lp.cellVSpan = spanY;
330 updateWidgetSizeRanges(mWidgetView, mLauncher, spanX, spanY);
337 int spanX, int spanY) {
339 getWidgetSizeRanges(launcher, spanX, spanY, mTmpRect);
344 static Rect getWidgetSizeRanges(Launcher launcher, int spanX, int spanY, Rect rect) {
358 int landHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density)
    [all...]
FolderInfo.java 122 + " spanY=" + spanY + " dropPos=" + Arrays.toString(dropPos) + ")";
Workspace.java 657 int spanY = customScreen.getCountY();
658 CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, spanX, spanY);
    [all...]
Hotseat.java 194 fi.spanY = 1;
204 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 81 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 742 milliseconds

1 2