Searched refs:sExportProperties (Results 1 – 1 of 1) sorted by relevance
429 private static HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> sExportProperties; field in ViewDebug1373 if (sExportProperties != null && sExportProperties.containsKey(klass)) {1454 if (sExportProperties == null) {1455 sExportProperties = new HashMap<>();1457 final HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> map = sExportProperties;1458 PropertyInfo<ExportedProperty, ?>[] properties = sExportProperties.get(klass);