Home
last modified time | relevance | path

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

/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneLayoutInflater.java44 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { in PhoneLayoutInflater() argument
45 super(original, newContext); in PhoneLayoutInflater()
68 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
69 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.java120 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { in GenericInflater() argument
121 mContext = newContext; in GenericInflater()
137 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() argument
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DBridgeInflater.java57 protected BridgeInflater(LayoutInflater original, Context newContext) { in BridgeInflater() argument
58 super(original, newContext); in BridgeInflater()
242 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
243 return new BridgeInflater(this, newContext); in cloneInContext()
/frameworks/base/core/java/android/view/
DLayoutInflater.java207 protected LayoutInflater(LayoutInflater original, Context newContext) { in LayoutInflater() argument
208 mContext = newContext; in LayoutInflater()
239 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext() argument