Searched refs:cropValue (Results 1 – 3 of 3) sorted by relevance
545 Integer cropValue = meta.getPropertyInteger(namespace, cropWidthName); in queryLightCycle360() local550 if (cropValue != null && fullValue != null) { in queryLightCycle360()551 return cropValue.equals(fullValue); in queryLightCycle360()
302 String cropValue = myExtras != null ? myExtras.getString("crop") : null;303 if (cropValue != null) {305 if (cropValue.equals("circle")) {
78 String cropValue = myExtras.getString("crop"); in onEnter() local