OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shadowType
(Results
1 - 3
of
3
) sorted by null
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/generator/
JavadocJsonGenerator.java
45
String
shadowType
= entry.getKey();
47
shadowedTypes.put(
shadowType
, shadowedType);
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
InvokeDynamicSupport.java
132
Class<?>
shadowType
= mh.type().parameterType(0);
133
mh = filterArguments(mh, 0, GET_SHADOW.asType(methodType(
shadowType
, site.thisType())));
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
RobolectricModel.java
92
public void addShadowType(TypeElement
shadowType
, TypeElement actualType,
105
new ShadowInfo(
shadowType
, actualType, shadowPickerType, shadowBaseType);
108
registerType(shadowInfo.
shadowType
);
113
shadowTypes.put(
shadowType
.getQualifiedName().toString(), shadowInfo);
330
private final TypeElement
shadowType
;
345
ShadowInfo(TypeElement
shadowType
, TypeElement actualType, TypeElement shadowPickerType,
347
this.
shadowType
=
shadowType
;
387
shadowTypeReferent = referentResolver.getReferentFor(
shadowType
);
388
shadowBinaryName = helpers.getBinaryName(
shadowType
);
[
all
...]
Completed in 85 milliseconds