Searched refs:sPropertyIndexMap (Results 1 – 2 of 2) sorted by relevance
1174 private static final Map<String, Integer> sPropertyIndexMap = Map.of( field in VectorDrawable.VGroup1184 if (sPropertyIndexMap.containsKey(propertyName)) { in getPropertyIndex()1185 return sPropertyIndexMap.get(propertyName); in getPropertyIndex()1758 private static final Map<String, Integer> sPropertyIndexMap = Map.of( field in VectorDrawable.VFullPath1919 if (!sPropertyIndexMap.containsKey(propertyName)) { in getPropertyIndex()1922 return sPropertyIndexMap.get(propertyName); in getPropertyIndex()
17544 Landroid/graphics/drawable/VectorDrawable$VFullPath;->sPropertyIndexMap:Ljava/util/HashMap;17605 Landroid/graphics/drawable/VectorDrawable$VGroup;->sPropertyIndexMap:Ljava/util/HashMap;