Searched refs:sExportProperties (Results 1 – 1 of 1) sorted by relevance
429 private static HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> sExportProperties; field in ViewDebug1378 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);