Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java535 String cropWidthName = "GPano:CroppedAreaImageWidthPixels"; in queryLightCycle360() local
538 if (!meta.doesPropertyExist(namespace, cropWidthName)) { in queryLightCycle360()
545 Integer cropValue = meta.getPropertyInteger(namespace, cropWidthName); in queryLightCycle360()