Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/
H A DPluginFragment.java33 return super.onGetLayoutInflater(savedInstanceState).cloneInContext(getContext()); in onGetLayoutInflater()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneLayoutInflater.java71 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in PhoneLayoutInflater
/aosp14/frameworks/base/core/java/android/preference/
H A DPreferenceInflater.java63 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext() method in PreferenceInflater
H A DGenericInflater.java145 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() method in GenericInflater
/aosp14/frameworks/base/tests/testables/src/android/testing/
H A DLayoutInflaterBuilder.java125 LayoutInflater.from(mFromContext).cloneInContext(mTargetContext); in build()
H A DTestableContext.java168 return getBaseContext().getSystemService(LayoutInflater.class).cloneInContext(this); in getSystemService()
/aosp14/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java184 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()
H A DLayoutInflater.java307 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext() method in LayoutInflater
870 viewStub.setLayoutInflater(cloneInContext((Context) args[0])); in createView()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginActionManager.java425 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSFragmentTest.java572 when(mLayoutInflater.cloneInContext(any(Context.class))).thenReturn(mLayoutInflater); in setUpInflater()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImplTest.kt124 .cloneInContext(mContext)
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java787 inflater = inflater.cloneInContext(theirContext); in getDefaultView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java207 inflater = inflater.cloneInContext(new ContextThemeWrapper(getContext(), in onCreateView()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java9318 return result.cloneInContext(Activity.this);
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java5872 inflater = inflater.cloneInContext(inflationContext);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt22109 HSPLcom/android/internal/policy/PhoneLayoutInflater;->cloneInContext(Landroid/content/Context;)Land…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt22173 HSPLcom/android/internal/policy/PhoneLayoutInflater;->cloneInContext(Landroid/content/Context;)Land…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51141 method public abstract android.view.LayoutInflater cloneInContext(android.content.Context);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt40296 Landroid/preference/GenericInflater;->cloneInContext(Landroid/content/Context;)Landroid/preference/…