/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/ |
D | PluginFragment.java | 33 return super.onGetLayoutInflater(savedInstanceState).cloneInContext(getContext()); in onGetLayoutInflater()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneLayoutInflater.java | 71 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in PhoneLayoutInflater
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceInflater.java | 63 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext() method in PreferenceInflater
|
D | GenericInflater.java | 145 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() method in GenericInflater
|
/frameworks/base/tests/testables/src/android/testing/ |
D | LayoutInflaterBuilder.java | 125 LayoutInflater.from(mFromContext).cloneInContext(mTargetContext); in build()
|
D | TestableContext.java | 181 return getBaseContext().getSystemService(LayoutInflater.class).cloneInContext(this); in getSystemService()
|
/frameworks/base/core/java/android/view/ |
D | ContextThemeWrapper.java | 184 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()
|
D | LayoutInflater.java | 286 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext() method in LayoutInflater 746 viewStub.setLayoutInflater(cloneInContext((Context) args[0])); in createView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/ |
D | RearDisplayDialogController.java | 143 LayoutInflater inflater = mLayoutInflater.cloneInContext(context); in createDialogView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSFragmentLegacy.java | 65 inflater = inflater.cloneInContext(new ContextThemeWrapper(getContext(), in onCreateView()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginActionManager.java | 425 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSImplTest.java | 620 when(mLayoutInflater.cloneInContext(any(Context.class))).thenReturn(mLayoutInflater); in setUpInflater()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | BridgeInflater.java | 651 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in BridgeInflater
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/ |
D | ControlsUiControllerImplTest.kt | 133 .cloneInContext(mContext) in setup()
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHostView.java | 803 inflater = inflater.cloneInContext(theirContext); in getDefaultView()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 9745 return result.cloneInContext(Activity.this);
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 6147 inflater = inflater.cloneInContext(inflationContext);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 21716 HSPLcom/android/internal/policy/PhoneLayoutInflater;->cloneInContext(Landroid/content/Context;)Land…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32756 method public abstract android.view.LayoutInflater cloneInContext(android.content.Context);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21780 HSPLcom/android/internal/policy/PhoneLayoutInflater;->cloneInContext(Landroid/content/Context;)Land…
|
/frameworks/base/core/api/ |
D | current.txt | 51622 method public abstract android.view.LayoutInflater cloneInContext(android.content.Context);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 39653 Landroid/preference/GenericInflater;->cloneInContext(Landroid/content/Context;)Landroid/preference/…
|