Searched refs:shadowPickerType (Results 1 – 2 of 2) sorted by relevance
93 TypeElement shadowPickerType) { in addShadowType() argument95 if (shadowPickerType != null) { in addShadowType()96 TypeMirror iface = helpers.findInterface(shadowPickerType, ShadowPicker.class); in addShadowType()105 new ShadowInfo(shadowType, actualType, shadowPickerType, shadowBaseType); in addShadowType()332 private final TypeElement shadowPickerType; field in RobolectricModel.ShadowInfo345 ShadowInfo(TypeElement shadowType, TypeElement actualType, TypeElement shadowPickerType, in ShadowInfo() argument349 this.shadowPickerType = shadowPickerType; in ShadowInfo()389 shadowPickerBinaryName = helpers.getBinaryName(shadowPickerType); in prepare()438 return shadowPickerType != null; in hasShadowPicker()
234 TypeMirror findInterface(TypeElement shadowPickerType, Class<?> interfaceClass) { in findInterface() argument238 for (TypeMirror typeMirror : shadowPickerType.getInterfaces()) { in findInterface()