Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1152 private static final HashMap<String, Integer> sPropertyIndexMap = field in VectorDrawable.VGroup
1166 if (sPropertyIndexMap.containsKey(propertyName)) { in getPropertyIndex()
1167 return sPropertyIndexMap.get(propertyName); in getPropertyIndex()
1738 private final static HashMap<String, Integer> sPropertyIndexMap field in VectorDrawable.VFullPath
1907 if (!sPropertyIndexMap.containsKey(propertyName)) { in getPropertyIndex()
1910 return sPropertyIndexMap.get(propertyName); in getPropertyIndex()