Searched refs:sPropertyMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java986 private static final HashMap<String, Integer> sPropertyMap = field in class:VectorDrawable.VGroup
1000 if (sPropertyMap.containsKey(propertyName)) {
1001 return sPropertyMap.get(propertyName);
1418 private final static HashMap<String, Integer> sPropertyMap field in class:VectorDrawable.VFullPath
1455 if (!sPropertyMap.containsKey(propertyName)) {
1458 return sPropertyMap.get(propertyName);

Completed in 191 milliseconds