Searched defs:mReturnType (Results 1 - 3 of 3) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DInjectedMethod.java34 private ModelClass mReturnType; field in class:InjectedMethod
74 if (mReturnType == null) {
75 mReturnType = ModelAnalyzer.getInstance().findClass(mReturnTypeName, null);
77 return mReturnType;
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DStubMethodAdapter.java38 private Type mReturnType; field in class:StubMethodAdapter
55 mReturnType = returnType;
79 int sort = mReturnType != null ? mReturnType.getSort() : Type.VOID;
152 mParentVisitor.visitTypeInsn(Opcodes.CHECKCAST, mReturnType.getInternalName());
162 switch(mReturnType != null ? mReturnType.getSort() : Type.VOID) {
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 173 milliseconds