Searched defs:newContext (Results 1 – 7 of 7) 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()
270 protected LayoutInflater(LayoutInflater original, Context newContext) { in LayoutInflater()303 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext()
666 private TestData updateClassLoaderContext(String newContext) { in updateClassLoaderContext()