OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_COMPRESS_QUALITY
(Results
1 - 7
of
7
) sorted by null
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageCache.java
68
private static final int
DEFAULT_COMPRESS_QUALITY
= 70;
460
public int compressQuality =
DEFAULT_COMPRESS_QUALITY
;
/packages/apps/Camera2/src/com/android/camera/crop/
CropActivity.java
75
private static final int
DEFAULT_COMPRESS_QUALITY
= 90;
546
|| !crop.compress(cf,
DEFAULT_COMPRESS_QUALITY
, mOutStream)) {
555
if (crop.compress(cf,
DEFAULT_COMPRESS_QUALITY
, tmpOut)) {
ImageLoader.java
46
public static final int
DEFAULT_COMPRESS_QUALITY
= 95;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java
78
private static final int
DEFAULT_COMPRESS_QUALITY
= 90;
549
|| !crop.compress(cf,
DEFAULT_COMPRESS_QUALITY
, mOutStream)) {
558
if (crop.compress(cf,
DEFAULT_COMPRESS_QUALITY
, tmpOut)) {
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
63
private static final int
DEFAULT_COMPRESS_QUALITY
= 90;
755
if (crop.compress(cf,
DEFAULT_COMPRESS_QUALITY
, tmpOut)) {
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java
63
private static final int
DEFAULT_COMPRESS_QUALITY
= 90;
753
if (crop.compress(cf,
DEFAULT_COMPRESS_QUALITY
, tmpOut)) {
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java
56
public static final int
DEFAULT_COMPRESS_QUALITY
= 95;
Completed in 340 milliseconds