Home
last modified time | relevance | path

Searched refs:newContext (Results 1 – 8 of 8) 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.java57 …r<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) { in PreferenceInflater() argument
58 super(original, newContext); in PreferenceInflater()
63 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext() argument
64 return new PreferenceInflater(this, mPreferenceManager, newContext); in cloneInContext()
DGenericInflater.java128 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { in GenericInflater() argument
129 mContext = newContext; in GenericInflater()
145 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() argument
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java102 private BridgeInflater(LayoutInflater original, Context newContext) { in BridgeInflater() argument
103 super(original, newContext); in BridgeInflater()
104 newContext = getBaseContext(newContext); in BridgeInflater()
105 mLayoutlibCallback = (newContext instanceof BridgeContext) ? in BridgeInflater()
106 ((BridgeContext) newContext).getLayoutlibCallback() : in BridgeInflater()
530 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
531 return new BridgeInflater(this, newContext); in cloneInContext()
/frameworks/base/core/java/android/view/
DLayoutInflater.java270 protected LayoutInflater(LayoutInflater original, Context newContext) { in LayoutInflater() argument
271 mContext = newContext; in LayoutInflater()
303 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext() argument
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DPackageDexUsageTests.java666 private TestData updateClassLoaderContext(String newContext) { in updateClassLoaderContext() argument
668 mPrimaryOrSplit, mUsedBy, newContext); in updateClassLoaderContext()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java259 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...