Searched refs:mReplaceMap (Results 1 – 1 of 1) sorted by relevance
41 private Map<String, String> mReplaceMap; field in LayoutInflaterBuilder55 mReplaceMap = null; in LayoutInflaterBuilder()95 if (mReplaceMap == null) { in replace()96 mReplaceMap = new ArrayMap<String, String>(); in replace()98 mReplaceMap.put(tag, to.getName()); in replace()138 if (mReplaceMap == null) { in setFactoryIfNeeded()145 String replacingClassName = mReplaceMap.get(name); in setFactoryIfNeeded()