Searched defs:newContext (Results 1 – 5 of 5) sorted by relevance
44 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { in PhoneLayoutInflater()68 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext()
50 …r<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) { in PreferenceInflater()56 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext()
120 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { in GenericInflater()137 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext()
57 protected BridgeInflater(LayoutInflater original, Context newContext) { in BridgeInflater()242 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext()
207 protected LayoutInflater(LayoutInflater original, Context newContext) { in LayoutInflater()239 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext()