Searched defs:getTypeUtils (Results 1 - 4 of 4) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationAnalyzer.java81 Types typeUtils = getTypeUtils();
99 return addDimension(getTypeUtils().getNoType(TypeKind.VOID), numDimensions);
132 Types typeUtils = getTypeUtils();
140 type = getTypeUtils().getArrayType(type);
214 public Types getTypeUtils() { method in class:AnnotationAnalyzer
215 return mProcessingEnv.getTypeUtils();
H A DAnnotationMethod.java48 Types typeUtils = AnnotationAnalyzer.get().getTypeUtils();
65 List<? extends TypeMirror> supers = getTypeUtils().directSupertypes(subType);
167 private static Types getTypeUtils() { method in class:AnnotationMethod
168 return AnnotationAnalyzer.get().mProcessingEnv.getTypeUtils();
H A DAnnotationClass.java98 Types typeUtil = getTypeUtils();
217 Types typeUtils = getTypeUtils();
272 return new AnnotationClass(getTypeUtils().unboxedType(mTypeMirror));
284 return new AnnotationClass(getTypeUtils().boxedClass((PrimitiveType) mTypeMirror).asType());
300 return getTypeUtils().isAssignable(thatAnnotationClass.mTypeMirror, this.mTypeMirror);
337 return getTypeUtils().erasure(mTypeMirror).toString();
342 final TypeMirror erasure = getTypeUtils().erasure(mTypeMirror);
374 private static Types getTypeUtils() { method in class:AnnotationClass
375 return AnnotationAnalyzer.get().mProcessingEnv.getTypeUtils();
390 return getTypeUtils()
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1272 milliseconds