Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1170 private static final HashMap<String, Integer> sPropertyIndexMap = field in VectorDrawable.VGroup
1184 if (sPropertyIndexMap.containsKey(propertyName)) { in getPropertyIndex()
1185 return sPropertyIndexMap.get(propertyName); in getPropertyIndex()
1761 private final static HashMap<String, Integer> sPropertyIndexMap field in VectorDrawable.VFullPath
1930 if (!sPropertyIndexMap.containsKey(propertyName)) { in getPropertyIndex()
1933 return sPropertyIndexMap.get(propertyName); in getPropertyIndex()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20431 Landroid/graphics/drawable/VectorDrawable$VFullPath;->sPropertyIndexMap:Ljava/util/HashMap;
20492 Landroid/graphics/drawable/VectorDrawable$VGroup;->sPropertyIndexMap:Ljava/util/HashMap;