Searched refs:mIsHighQuality (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
H A DImagePreset.java37 private boolean mIsHighQuality = false; field in class:ImagePreset
285 bitmap = mGeoData.apply(original, mScaleFactor, mIsHighQuality);
291 bitmap = filter.apply(bitmap, mScaleFactor, mIsHighQuality);
296 bitmap = mImageBorder.apply(bitmap, mScaleFactor, mIsHighQuality);
320 return mIsHighQuality;
324 mIsHighQuality = value;

Completed in 28 milliseconds