HomeSort by relevance Sort by last modified time
    Searched defs:dimens (Results 1 - 2 of 2) 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);
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 49 PointF dimens; field in class:DeviceProfileQuery
55 dimens = new PointF(w, h);
412 return (int) (dist(xy, a.dimens) - dist(xy, b.dimens));
419 float w = weight(xy, p.dimens, pow);
430 float w = weight(xy, p.dimens, pow);
    [all...]

Completed in 39 milliseconds