Searched refs:newContext (Results 1 – 9 of 9) sorted by relevance
47 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { in PhoneLayoutInflater() argument48 super(original, newContext); in PhoneLayoutInflater()71 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument72 return new PhoneLayoutInflater(this, newContext); in cloneInContext()
50 …r<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) { in PreferenceInflater() argument51 super(original, newContext); in PreferenceInflater()56 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext() argument57 return new PreferenceInflater(this, mPreferenceManager, newContext); in cloneInContext()
121 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { in GenericInflater() argument122 mContext = newContext; in GenericInflater()138 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() argument
77 protected BridgeInflater(LayoutInflater original, Context newContext) { in BridgeInflater() argument78 super(original, newContext); in BridgeInflater()79 newContext = getBaseContext(newContext); in BridgeInflater()80 if (newContext instanceof BridgeContext) { in BridgeInflater()81 mLayoutlibCallback = ((BridgeContext) newContext).getLayoutlibCallback(); in BridgeInflater()316 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument317 return new BridgeInflater(this, newContext); in cloneInContext()
43 public ItemInflater cloneInContext(Context newContext) { in cloneInContext() argument44 return new ItemInflater(newContext); in cloneInContext()
117 protected GenericInflater(GenericInflater<T> original, Context newContext) { in GenericInflater() argument118 mContext = newContext; in GenericInflater()134 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() argument
133 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument134 return new BasicInflater(newContext); in cloneInContext()
219 protected LayoutInflater(LayoutInflater original, Context newContext) { in LayoutInflater() argument220 mContext = newContext; in LayoutInflater()251 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext() argument
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...