Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewDebug.java351 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations; field in ViewDebug
1296 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);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78424 Landroid/view/ViewDebug;->sAnnotations:Ljava/util/HashMap;