Searched refs:sConstructorMap (Results 1 – 4 of 4) sorted by relevance
75 private static final Map<String, Constructor<? extends View>> sConstructorMap field in AppCompatViewInflater214 Constructor<? extends View> constructor = sConstructorMap.get(name); in createView()223 sConstructorMap.put(name, constructor); in createView()
59 private static final HashMap<String, Constructor<?>> sConstructorMap = new HashMap<>(); field in GenericInflater359 Constructor constructor = sConstructorMap.get(name); in createItem()369 sConstructorMap.put(name, constructor); in createItem()
59 private static final HashMap sConstructorMap = new HashMap(); field in GenericInflater370 Constructor constructor = (Constructor) sConstructorMap.get(name); in createItem()380 sConstructorMap.put(name, constructor); in createItem()
96 private static final HashMap<String, Constructor<? extends View>> sConstructorMap = field in LayoutInflater597 Constructor<? extends View> constructor = sConstructorMap.get(name); in createView()600 sConstructorMap.remove(name); in createView()620 sConstructorMap.put(name, constructor); in createView()