Searched refs:sConstructorMap (Results 1 – 2 of 2) sorted by relevance
58 private static final HashMap sConstructorMap = new HashMap(); field in GenericInflater369 Constructor constructor = (Constructor) sConstructorMap.get(name); in createItem()378 sConstructorMap.put(name, constructor); in createItem()
88 private static final HashMap<String, Constructor<? extends View>> sConstructorMap = field in LayoutInflater563 Constructor<? extends View> constructor = sConstructorMap.get(name); in createView()581 sConstructorMap.put(name, constructor); in createView()