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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 190 int canvasHeight = canvas.getHeight();
198 if (scaledHeight < canvasHeight) {
201 int pad = (canvasHeight - scaledHeight) / 2;
205 scale = (float) canvasHeight / photoHeight;
208 drawRect.set(pad, 0, pad + scaledWidth - 1, canvasHeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 859 int canvasHeight = canvasSize.height;
866 canvasHeight -= 4;
890 int vDelta = canvasHeight - sceneHeight;
899 double vScale = (canvasHeight - 2 * vMargin) / (double) sceneHeight;
    [all...]

Completed in 854 milliseconds