/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/packages/SystemUI/src/com/android/systemui/util/ |
D | InjectionInflationController.java | 62 LayoutInflater ret = inflater.cloneInContext(inflater.getContext()); in injectable()
|
/frameworks/base/tests/testables/src/android/testing/ |
D | LayoutInflaterBuilder.java | 125 LayoutInflater.from(mFromContext).cloneInContext(mTargetContext); in build()
|
D | TestableContext.java | 163 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 | 307 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext() method in LayoutInflater 862 viewStub.setLayoutInflater(cloneInContext((Context) args[0])); in createView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | PreviewInflater.java | 86 appInflater = appInflater.cloneInContext(appContext); in inflateWidgetView()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginInstanceManager.java | 438 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | BridgeInflater.java | 529 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in BridgeInflater
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSFragment.java | 167 inflater.cloneInContext(new ContextThemeWrapper(getContext(), in onCreateView()
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHostView.java | 765 inflater = inflater.cloneInContext(theirContext); in getDefaultView()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 8861 return result.cloneInContext(Activity.this);
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 5482 inflater = inflater.cloneInContext(inflationContext);
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 21980 HSPLcom/android/internal/policy/PhoneLayoutInflater;->cloneInContext(Landroid/content/Context;)Land…
|
/frameworks/base/core/api/ |
D | current.txt | 47754 method public abstract android.view.LayoutInflater cloneInContext(android.content.Context);
|
/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 | 22027 HSPLcom/android/internal/policy/PhoneLayoutInflater;->cloneInContext(Landroid/content/Context;)Land…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 43619 Landroid/preference/GenericInflater;->cloneInContext(Landroid/content/Context;)Landroid/preference/…
|