Searched defs:MEDIUM (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSegmentedButtons.java33 private static final Typeface MEDIUM = Typeface.create("sans-serif-medium", Typeface.NORMAL); field in class:SegmentedButtons
66 c.setTypeface(selected ? BOLD : MEDIUM);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java66 public enum PictureSize { SMALL, MEDIUM, LARGE }; enum constant in enum:CameraPairwiseTest.PictureSize
136 PictureSize.MEDIUM, Geotagging.OFF);
166 PictureSize.MEDIUM, Geotagging.OFF);
206 PictureSize.MEDIUM, Geotagging.OFF);
256 PictureSize.MEDIUM, Geotagging.ON);
276 PictureSize.MEDIUM, Geotagging.ON);
326 PictureSize.MEDIUM, Geotagging.OFF);
335 PictureSize.MEDIUM, Geotagging.OFF);
353 PictureSize.MEDIUM, Geotagging.ON);
371 PictureSize.MEDIUM, Geotaggin
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java94 * <li>MEDIUM makes 100% looking like in 160dpi</li>
100 MEDIUM(100), // 160dpi enum constant in enum:WebSettings.ZoomDensity
559 * thread. The default is {@link ZoomDensity#MEDIUM}.

Completed in 131 milliseconds