Home
last modified time | relevance | path

Searched refs:cloneInContext (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/
DPluginFragment.java33 return super.onGetLayoutInflater(savedInstanceState).cloneInContext(getContext()); in onGetLayoutInflater()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneLayoutInflater.java71 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in PhoneLayoutInflater
/frameworks/base/core/java/android/preference/
DPreferenceInflater.java63 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext() method in PreferenceInflater
DGenericInflater.java145 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() method in GenericInflater
/frameworks/base/tests/testables/src/android/testing/
DLayoutInflaterBuilder.java125 LayoutInflater.from(mFromContext).cloneInContext(mTargetContext); in build()
DTestableContext.java163 return getBaseContext().getSystemService(LayoutInflater.class).cloneInContext(this); in getSystemService()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java184 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()
DLayoutInflater.java300 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext() method in LayoutInflater
855 viewStub.setLayoutInflater(cloneInContext((Context) args[0])); in createView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPreviewInflater.java86 appInflater = appInflater.cloneInContext(appContext); in inflateWidgetView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java84 LayoutInflater ret = inflater.cloneInContext(inflater.getContext()); in injectable()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java259 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in NavigationBarFragmentTest.LayoutInflaterWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java113 inflater.cloneInContext(new ContextThemeWrapper(getContext(), R.style.qs_theme))); in onCreateView()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginInstanceManager.java442 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java530 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in BridgeInflater
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java613 inflater = inflater.cloneInContext(theirContext); in getDefaultView()
/frameworks/base/core/java/android/widget/
DRemoteViews.java3415 inflater = inflater.cloneInContext(inflationContext);
/frameworks/base/core/java/android/app/
DActivity.java8613 return result.cloneInContext(Activity.this); in onGetLayoutInflater()
/frameworks/base/config/
Dboot-image-profile.txt21548 HSPLcom/android/internal/policy/PhoneLayoutInflater;->cloneInContext(Landroid/content/Context;)Land…
Dhiddenapi-greylist-max-o.txt54181 Landroid/preference/GenericInflater;->cloneInContext(Landroid/content/Context;)Landroid/preference/…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32756 method public abstract android.view.LayoutInflater cloneInContext(android.content.Context);
/frameworks/base/non-updatable-api/
Dcurrent.txt50767 method public abstract android.view.LayoutInflater cloneInContext(android.content.Context);
/frameworks/base/api/
Dcurrent.txt50911 method public abstract android.view.LayoutInflater cloneInContext(android.content.Context);