Searched refs:mPropertyNames (Results 1 – 3 of 3) sorted by relevance
65 private final Map<String,Short> mPropertyNames = new HashMap<String, Short>(200); field in ViewHierarchyEncoder93 for (Map.Entry<String,Short> entry : mPropertyNames.entrySet()) { in endStream()149 Short index = mPropertyNames.get(name); in createPropertyIndex()152 mPropertyNames.put(name, index); in createPropertyIndex()
162 private final Set<String> mPropertyNames = new ArraySet<>(); field in AppSearchSchema.Builder177 if (!mPropertyNames.add(name)) { in addProperty()
67592 Landroid/view/ViewHierarchyEncoder;->mPropertyNames:Ljava/util/Map;