Home
last modified time | relevance | path

Searched refs:ImageSize (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java56 public static enum ImageSize { enum in ImageUtils
62 public static final ImageSize sUseImageSize;
66 sUseImageSize = ImageSize.NORMAL;
70 sUseImageSize = ImageSize.NORMAL;
73 sUseImageSize = ImageSize.SMALL;
76 sUseImageSize = ImageSize.EXTRA_SMALL;
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DValidatorResult.java133 public List<ImageSize> mImageSizes = new ArrayList<>();
177 public static class ImageSize { class in ValidatorResult
183 public ImageSize(int left, int top, int width, int height) { in ImageSize() method in ValidatorResult.ImageSize
DAtfBufferedImage.java19 import com.android.tools.idea.validator.ValidatorResult.ImageSize;
153 mMetric.mImageSizes.add(new ImageSize(mLeft, mTop, mWidth, mHeight)); in saveImage()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dimage_and_kernel.rsh5 typedef struct ImageSize {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java374 final ImageUtils.ImageSize imageSize = ImageUtils.sUseImageSize; in initMaxPhotoSize()