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

/frameworks/base/core/java/android/view/
H A DViewDebug.java363 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations; field in class:ViewDebug
1283 if (sAnnotations == null) {
1284 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512);
1288 final HashMap<AccessibleObject, ExportedProperty> annotations = sAnnotations;
1318 if (sAnnotations == null) {
1319 sAnnotations = new HashMap<AccessibleObject, ExportedProperty>(512);
1323 final HashMap<AccessibleObject, ExportedProperty> annotations = sAnnotations;
1382 final ExportedProperty property = sAnnotations.get(method);
1455 final ExportedProperty property = sAnnotations.get(field);

Completed in 104 milliseconds