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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneLayoutInflater.java69 public LayoutInflater cloneInContext(Context newContext) { method in class:PhoneLayoutInflater
/frameworks/base/core/java/android/preference/
H A DPreferenceInflater.java59 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { method in class:PreferenceInflater
H A DGenericInflater.java115 * changed. For use in implementing {@link #cloneInContext}.
137 public abstract GenericInflater cloneInContext(Context newContext); method in class:GenericInflater
186 * own factory to it, use {@link #cloneInContext} to clone the existing
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java113 mInflater = LayoutInflater.from(mBase).cloneInContext(this);
H A DLayoutInflater.java50 * own views, you can use {@link #cloneInContext} to clone an existing
194 * implementing {@link #cloneInContext}.
231 public abstract LayoutInflater cloneInContext(Context newContext); method in class:LayoutInflater
271 * {@link #cloneInContext} to clone the existing instance and then you
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java269 public LayoutInflater cloneInContext(Context newContext) { method in class:BridgeInflater
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java556 inflater = inflater.cloneInContext(theirContext);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCameraWidgetFrame.java194 cameraInflater = cameraInflater.cloneInContext(cameraContext);
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2412 inflater = inflater.cloneInContext(c);

Completed in 197 milliseconds