Searched defs:newContext (Results 1 – 8 of 8) sorted by relevance
47 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { in PhoneLayoutInflater()71 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext()
57 …r<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) { in PreferenceInflater()63 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext()
128 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { in GenericInflater()145 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext()
102 private BridgeInflater(LayoutInflater original, Context newContext) { in BridgeInflater()530 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext()
259 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext()
267 protected LayoutInflater(LayoutInflater original, Context newContext) { in LayoutInflater()300 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext()
666 private TestData updateClassLoaderContext(String newContext) { in updateClassLoaderContext()
2437 Context newContext = context.createConfigurationContext(overrideConfig); in getResourcesForSubId() local