Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewDebug.java338 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations; field in ViewDebug
1023 if (sAnnotations == null) {
1024 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512);
1042 sAnnotations.put(field, field.getAnnotation(ExportedProperty.class));
1058 if (sAnnotations == null) {
1059 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512);
1086 sAnnotations.put(method, method.getAnnotation(ExportedProperty.class));
1175 final ExportedProperty property = sAnnotations.get(method);
1260 final ExportedProperty property = sAnnotations.get(field);
/frameworks/base/config/
Dhiddenapi-private-dex.txt97894 Landroid/view/ViewDebug;->sAnnotations:Ljava/util/HashMap;