Searched refs:sConstructorMap (Results 1 – 3 of 3) sorted by relevance
66 private static final HashMap sConstructorMap = new HashMap(); field in GenericInflater377 Constructor constructor = (Constructor) sConstructorMap.get(name); in createItem()387 sConstructorMap.put(name, constructor); in createItem()
134 private static final HashMap<String, Constructor<? extends View>> sConstructorMap = field in LayoutInflater800 Constructor<? extends View> constructor = sConstructorMap.get(name); in createView()803 sConstructorMap.remove(name); in createView()823 sConstructorMap.put(name, constructor); in createView()
54202 Landroid/preference/GenericInflater;->sConstructorMap:Ljava/util/HashMap;