Searched defs:newContext (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneLayoutInflater.java47 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { argument
48 super(original, newContext);
71 public LayoutInflater cloneInContext(Context newContext) { argument
72 return new PhoneLayoutInflater(this, newContext);
/frameworks/base/core/java/android/preference/
H A DPreferenceInflater.java50 PreferenceInflater(GenericInflater<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) { argument
51 super(original, newContext);
56 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { argument
57 return new PreferenceInflater(this, mPreferenceManager, newContext);
H A DGenericInflater.java119 * @param newContext The new Context to use.
121 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { argument
122 mContext = newContext;
132 * @param newContext The new Context to associate with the new inflater.
138 public abstract GenericInflater cloneInContext(Context newContext); argument
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java72 protected BridgeInflater(LayoutInflater original, Context newContext) { argument
73 super(original, newContext);
74 newContext = getBaseContext(newContext);
75 if (newContext instanceof BridgeContext) {
76 mLayoutlibCallback = ((BridgeContext) newContext).getLayoutlibCallback();
284 public LayoutInflater cloneInContext(Context newContext) { argument
285 return new BridgeInflater(this, newContext);
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java214 * @param newContext The new Context to use.
216 protected LayoutInflater(LayoutInflater original, Context newContext) { argument
217 mContext = newContext;
242 * @param newContext The new Context to associate with the new LayoutInflater.
248 public abstract LayoutInflater cloneInContext(Context newContext); argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 131 milliseconds