Searched refs:getAnnotationIntValue (Results 1 – 2 of 2) sorted by relevance
89 int minSdk = minSdkVal == null ? -1 : Helpers.getAnnotationIntValue(minSdkVal); in visitType()91 int maxSdk = maxSdkVal == null ? -1 : Helpers.getAnnotationIntValue(maxSdkVal); in visitType()
84 public static int getAnnotationIntValue(AnnotationValue av) { in getAnnotationIntValue() method in Helpers