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()
120 private static final HashMap<String, Constructor<? extends View>> sConstructorMap = field in LayoutInflater691 Constructor<? extends View> constructor = sConstructorMap.get(name); in createView()694 sConstructorMap.remove(name); in createView()714 sConstructorMap.put(name, constructor); in createView()
39674 Landroid/preference/GenericInflater;->sConstructorMap:Ljava/util/HashMap;