Searched refs:sAnnotations (Results 1 – 2 of 2) sorted by relevance
351 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations; field in ViewDebug1296 if (sAnnotations == null) {1297 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512);1315 sAnnotations.put(field, field.getAnnotation(ExportedProperty.class));1331 if (sAnnotations == null) {1332 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512);1359 sAnnotations.put(method, method.getAnnotation(ExportedProperty.class));1448 final ExportedProperty property = sAnnotations.get(method);1533 final ExportedProperty property = sAnnotations.get(field);
78424 Landroid/view/ViewDebug;->sAnnotations:Ljava/util/HashMap;