Searched refs:cloneInContext (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DPluginFragment.java33 return super.onGetLayoutInflater(savedInstanceState).cloneInContext(getContext());
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DHostCallbacks.java42 return mActivity.getLayoutInflater().cloneInContext(mActivity);
H A DFragmentLifecycleTest.java1384 return mActivity.getLayoutInflater().cloneInContext(mActivity);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneLayoutInflater.java71 public LayoutInflater cloneInContext(Context newContext) { method in class:PhoneLayoutInflater
/frameworks/base/core/java/android/preference/
H A DPreferenceInflater.java56 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { method in class:PreferenceInflater
H A DGenericInflater.java116 * changed. For use in implementing {@link #cloneInContext}.
138 public abstract GenericInflater cloneInContext(Context newContext); method in class:GenericInflater
187 * own factory to it, use {@link #cloneInContext} to clone the existing
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java167 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this);
H A DLayoutInflater.java55 * own views, you can use {@link #cloneInContext} to clone an existing
211 * implementing {@link #cloneInContext}.
248 public abstract LayoutInflater cloneInContext(Context newContext); method in class:LayoutInflater
288 * {@link #cloneInContext} to clone the existing instance and then you
651 viewStub.setLayoutInflater(cloneInContext((Context) args[0]));
/frameworks/base/tests/testables/src/android/testing/
H A DLayoutInflaterBuilder.java49 * {@link LayoutInflater#cloneInContext}. By default, the new LayoutInflater will point at
64 * {@link LayoutInflater#cloneInContext(Context)}.
125 LayoutInflater.from(mFromContext).cloneInContext(mTargetContext);
H A DTestableContext.java160 return getBaseContext().getSystemService(LayoutInflater.class).cloneInContext(this);
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java169 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this);
/frameworks/support/core-ui/java/android/support/v4/view/
H A DAsyncLayoutInflater.java136 public LayoutInflater cloneInContext(Context newContext) { method in class:AsyncLayoutInflater.BasicInflater
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DPreviewInflater.java83 appInflater = appInflater.cloneInContext(appContext);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DLayoutInflaterFactoryTestCase.java106 .cloneInContext(new ContextThemeWrapper(activity, R.style.MagentaThemeOverlay));
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginInstanceManager.java399 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java70 inflater =inflater.cloneInContext(new ContextThemeWrapper(getContext(), R.style.qs_theme));
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java690 inflater = inflater.cloneInContext(theirContext);
/frameworks/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java431 public LayoutInflater cloneInContext(Context newContext) { method in class:BridgeInflater
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentActivity.java891 return FragmentActivity.this.getLayoutInflater().cloneInContext(FragmentActivity.this);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java277 final LayoutInflater themedInflater = inflater.cloneInContext(themedContext);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DOnboardingFragment.java562 return mThemeWrapper == null ? inflater : inflater.cloneInContext(mThemeWrapper);
H A DOnboardingSupportFragment.java559 return mThemeWrapper == null ? inflater : inflater.cloneInContext(mThemeWrapper);
H A DGuidedStepFragment.java1375 return inflater.cloneInContext(mThemeWrapper);
H A DGuidedStepSupportFragment.java1372 return inflater.cloneInContext(mThemeWrapper);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java266 final LayoutInflater themedInflater = inflater.cloneInContext(themedContext);

Completed in 531 milliseconds

12