Home
last modified time | relevance | path

Searched refs:cropValue (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java545 Integer cropValue = meta.getPropertyInteger(namespace, cropWidthName); in queryLightCycle360() local
550 if (cropValue != null && fullValue != null) { in queryLightCycle360()
551 return cropValue.equals(fullValue); in queryLightCycle360()
/packages/apps/Gallery/src/com/android/camera/
DImageGallery.java302 String cropValue = myExtras != null ? myExtras.getString("crop") : null;
303 if (cropValue != null) {
305 if (cropValue.equals("circle")) {
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateSavingPicture.java78 String cropValue = myExtras.getString("crop"); in onEnter() local