Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewDebug.java429 private static HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> sExportProperties; field in ViewDebug
1378 if (sExportProperties != null && sExportProperties.containsKey(klass)) {
1459 if (sExportProperties == null) {
1460 sExportProperties = new HashMap<>();
1462 final HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> map = sExportProperties;
1463 PropertyInfo<ExportedProperty, ?>[] properties = sExportProperties.get(klass);