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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1174 private static final HashMap<String, Property> sPropertyMap = field in class:VectorDrawable.VGroup
1242 if (sPropertyMap.containsKey(propertyName)) {
1243 return sPropertyMap.get(propertyName);
1765 private final static HashMap<String, Property> sPropertyMap field in class:VectorDrawable.VFullPath
1806 if (sPropertyMap.containsKey(propertyName)) {
1807 return sPropertyMap.get(propertyName);

Completed in 14 milliseconds