HomeSort by relevance Sort by last modified time
    Searched refs:scaleW (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 614 float scaleW = mTmpRect.width() / (float) appWidth;
616 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1,
617 computePivot(mTmpRect.left, scaleW),
    [all...]
  /external/libvncserver/libvncserver/
scale.c 94 double scaleW = ((double) to->width) / ((double) from->width);
106 x1 = ((double) *x) * scaleW;
108 w1 = ((double) *w) * scaleW;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java     [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/bmfont/
BitmapFontWriter.java 140 * Likewise, the scaleW and scaleH are only for cleaner output. They are currently ignored by LibGDX's reader. For maximum
148 * @param scaleW the width of your texture pages
150 public static void writeFont (BitmapFontData fontData, String[] pageRefs, FileHandle outFntFile, FontInfo info, int scaleW,
191 .append(" scaleW=").append(quote(scaleW)).append(" scaleH=").append(quote(scaleH)).append(" pages=").append(quote(pages))
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]

Completed in 7311 milliseconds