Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java546 Integer fullValue = meta.getPropertyInteger(namespace, fullWidthName); in queryLightCycle360() local
550 if (cropValue != null && fullValue != null) { in queryLightCycle360()
551 return cropValue.equals(fullValue); in queryLightCycle360()