Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewDebug.java429 private static HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> sExportProperties; field in ViewDebug
1373 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);