HomeSort by relevance Sort by last modified time
    Searched defs:canvasWidth (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 189 int canvasWidth = canvas.getWidth();
196 float scale = (float) canvasWidth / photoWidth;
202 drawRect.set(0, pad, canvasWidth, pad + scaledHeight - 1);
207 float pad = (canvasWidth - scaledWidth) / 2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 858 int canvasWidth = canvasSize.width;
863 canvasWidth = 2 * canvasWidth / 3;
865 canvasWidth -= 4;
882 int hDelta = canvasWidth - sceneWidth;
898 double hScale = (canvasWidth - 2 * hMargin) / (double) sceneWidth;
    [all...]

Completed in 71 milliseconds