Searched refs:newContext (Results 1 - 8 of 8) 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/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java121 private BridgeInflater(LayoutInflater original, Context newContext) { argument
122 super(original, newContext);
123 newContext = getBaseContext(newContext);
124 if (newContext instanceof BridgeContext) {
125 mLayoutlibCallback = ((BridgeContext) newContext).getLayoutlibCallback();
126 mLoadAppCompatViews = ((BridgeContext) newContext).isAppCompatTheme();
431 public LayoutInflater cloneInContext(Context newContext) { argument
432 return new BridgeInflater(this, newContext);
/frameworks/support/core-ui/java/android/support/v4/view/
H A DAsyncLayoutInflater.java136 public LayoutInflater cloneInContext(Context newContext) { argument
137 return new BasicInflater(newContext);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DPackageDexUsageTests.java638 private TestData updateClassLoaderContext(String newContext) { argument
640 mPrimaryOrSplit, mUsedBy, 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 341 milliseconds