Home
last modified time | relevance | path

Searched refs:newContext (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DPhoneLayoutInflater.java47 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { in PhoneLayoutInflater() argument
48 super(original, newContext); in PhoneLayoutInflater()
71 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
72 return new PhoneLayoutInflater(this, newContext); in cloneInContext()
/frameworks/base/core/java/android/preference/
DPreferenceInflater.java50 …r<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) { in PreferenceInflater() argument
51 super(original, newContext); in PreferenceInflater()
56 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext() argument
57 return new PreferenceInflater(this, mPreferenceManager, newContext); in cloneInContext()
DGenericInflater.java121 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { in GenericInflater() argument
122 mContext = newContext; in GenericInflater()
138 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() argument
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DBridgeInflater.java77 protected BridgeInflater(LayoutInflater original, Context newContext) { in BridgeInflater() argument
78 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() argument
317 return new BridgeInflater(this, newContext); in cloneInContext()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DItemInflater.java43 public ItemInflater cloneInContext(Context newContext) { in cloneInContext() argument
44 return new ItemInflater(newContext); in cloneInContext()
DGenericInflater.java117 protected GenericInflater(GenericInflater<T> original, Context newContext) { in GenericInflater() argument
118 mContext = newContext; in GenericInflater()
134 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() argument
/frameworks/support/v4/java/android/support/v4/view/
DAsyncLayoutInflater.java133 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
134 return new BasicInflater(newContext); in cloneInContext()
/frameworks/base/core/java/android/view/
DLayoutInflater.java219 protected LayoutInflater(LayoutInflater original, Context newContext) { in LayoutInflater() argument
220 mContext = newContext; in LayoutInflater()
251 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext() argument
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...