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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
H A DImagePreset.java58 public final GeometryMetadata mGeoData = new GeometryMetadata(); field in class:ImagePreset
98 mGeoData.set(source.mGeoData);
185 return mGeoData;
192 if (mGeoData.hasModifications()) {
208 if (mGeoData.hasModifications()) {
225 mGeoData.set(m);
295 if (mDoApplyGeometry && !mGeoData.equals(preset.mGeoData)) {
327 if (!mGeoData
[all...]

Completed in 105 milliseconds