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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGInputStream.java 166 Point dimens = new Point(0, 0); local
167 int flag = setup(dimens, in, mFormat);
176 mWidth = dimens.x;
177 mHeight = dimens.y;
182 native private int setup(Point dimens, InputStream in, int format);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 530 int[] dimens = new int[2]; local
531 LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDimens(surface, /*out*/dimens));
533 return new Size(dimens[0], dimens[1]);
640 int[] dimens = new int[2]; local
642 /*out*/dimens));
644 return new Size(dimens[0], dimens[1]);
656 /*out*/int[/*2*/] dimens);
674 /*out*/int[/*2*/] dimens);
    [all...]
SurfaceTextureRenderer.java 258 Size dimens; local
260 dimens = LegacyCameraDevice.getTextureSize(st);
265 float texWidth = dimens.getWidth();
266 float texHeight = dimens.getHeight();
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 51 PointF dimens; field in class:DeviceProfileQuery
57 dimens = new PointF(widthDps, heightDps);
471 return (int) (dist(xy, a.dimens) - dist(xy, b.dimens));
492 float w = weight(xy, p.dimens, pow);
503 float w = weight(xy, p.dimens, pow);
    [all...]

Completed in 1935 milliseconds