Searched defs:shadowType (Results 1 – 4 of 4) sorted by relevance
92 public void addShadowType(TypeElement shadowType, TypeElement actualType, in addShadowType()330 private final TypeElement shadowType; field in RobolectricModel.ShadowInfo345 ShadowInfo(TypeElement shadowType, TypeElement actualType, TypeElement shadowPickerType, in ShadowInfo()452 private final TypeElement shadowType; field in RobolectricModel.ResetterInfo456 ResetterInfo(TypeElement shadowType, ExecutableElement executableElement) { in ResetterInfo()
45 String shadowType = entry.getKey(); in generate() local
73 public Void visitType(TypeElement shadowType, Element parent) { in visitType()167 private void addShadowNotInSdk(TypeElement shadowType, AnnotationValue av, AnnotationValue cv) { in addShadowNotInSdk()
132 Class<?> shadowType = mh.type().parameterType(0); in bindCallSite() local