Home
last modified time | relevance | path

Searched defs:ImageSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DValidatorResult.java177 public static class ImageSize { class in ValidatorResult
183 public ImageSize(int left, int top, int width, int height) { in ImageSize() method in ValidatorResult.ImageSize
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java56 public static enum ImageSize { enum in ImageUtils