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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1060 private static final HashMap<String, Integer> sPropertyIndexMap = field in class:VectorDrawable.VGroup
1074 if (sPropertyIndexMap.containsKey(propertyName)) {
1075 return sPropertyIndexMap.get(propertyName);
1646 private final static HashMap<String, Integer> sPropertyIndexMap field in class:VectorDrawable.VFullPath
1815 if (!sPropertyIndexMap.containsKey(propertyName)) {
1818 return sPropertyIndexMap.get(propertyName);

Completed in 94 milliseconds