Home
last modified time | relevance | path

Searched refs:shadowPickerType (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
DRobolectricModel.java93 TypeElement shadowPickerType) { in addShadowType() argument
95 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.ShadowInfo
345 ShadowInfo(TypeElement shadowType, TypeElement actualType, TypeElement shadowPickerType, in ShadowInfo() argument
349 this.shadowPickerType = shadowPickerType; in ShadowInfo()
389 shadowPickerBinaryName = helpers.getBinaryName(shadowPickerType); in prepare()
438 return shadowPickerType != null; in hasShadowPicker()
DHelpers.java234 TypeMirror findInterface(TypeElement shadowPickerType, Class<?> interfaceClass) { in findInterface() argument
238 for (TypeMirror typeMirror : shadowPickerType.getInterfaces()) { in findInterface()