OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:annotationEnclosingClass
(Results
1 - 3
of
3
) sorted by null
/external/r8/src/main/java/com/android/tools/r8/graph/
DexAnnotation.java
64
return createSystemValueAnnotation(factory.
annotationEnclosingClass
, factory,
76
return annotation.annotation.type == factory.
annotationEnclosingClass
;
DexItemFactory.java
146
public final DexType
annotationEnclosingClass
= createType("Ldalvik/annotation/EnclosingClass;");
/external/r8/src/main/java/com/android/tools/r8/naming/
ClassNameMinifier.java
94
clazz.annotations.getFirstMatching(appInfo.dexItemFactory.
annotationEnclosingClass
);
Completed in 62 milliseconds