Searched refs:sExportProperties (Results 1 – 1 of 1) sorted by relevance
439 private static HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> sExportProperties; field in ViewDebug1385 if (sExportProperties != null && sExportProperties.containsKey(klass)) {1466 if (sExportProperties == null) {1467 sExportProperties = new HashMap<>();1469 final HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> map = sExportProperties;1470 PropertyInfo<ExportedProperty, ?>[] properties = sExportProperties.get(klass);