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
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java
69
private static final int
DEFAULT_COMPRESS_QUALITY
= 70;
473
public int compressQuality =
DEFAULT_COMPRESS_QUALITY
;
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java
69
private static final int
DEFAULT_COMPRESS_QUALITY
= 70;
473
public int compressQuality =
DEFAULT_COMPRESS_QUALITY
;
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java
69
private static final int
DEFAULT_COMPRESS_QUALITY
= 70;
473
public int compressQuality =
DEFAULT_COMPRESS_QUALITY
;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java
57
private static final int
DEFAULT_COMPRESS_QUALITY
= 90;
382
if (crop.compress(CompressFormat.JPEG,
DEFAULT_COMPRESS_QUALITY
, tmpOut)) {
/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
62
private static final int
DEFAULT_COMPRESS_QUALITY
= 90;
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java
56
public static final int
DEFAULT_COMPRESS_QUALITY
= 95;
Completed in 367 milliseconds