Searched refs:sConstructors (Results 1 – 2 of 2) sorted by relevance
51 private final static ArrayMap<String, Constructor> sConstructors = field in TransitionInflater207 synchronized (sConstructors) { in createCustom()208 Constructor constructor = sConstructors.get(className); in createCustom()215 sConstructors.put(className, constructor); in createCustom()
120 static final ThreadLocal<Map<String, Constructor<Behavior>>> sConstructors = field in CoordinatorLayout581 Map<String, Constructor<Behavior>> constructors = sConstructors.get(); in parseBehavior()584 sConstructors.set(constructors); in parseBehavior()