Searched refs:annotationsItem (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DParameterAnnotationStruct.java40 private final UniformListItem<AnnotationSetRefItem> annotationsItem; field in class:ParameterAnnotationStruct
76 this.annotationsItem = new UniformListItem<AnnotationSetRefItem>(
105 wordData.add(annotationsItem);
111 int annotationsOff = annotationsItem.getAbsoluteOffset();
132 for (AnnotationSetRefItem item : annotationsItem.getItems()) {

Completed in 215 milliseconds