Searched defs:cloneInContext (Results 1 - 5 of 5) 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/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java269 public LayoutInflater cloneInContext(Context newContext) { method in class:BridgeInflater
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java49 * own views, you can use {@link #cloneInContext} to clone an existing
193 * implementing {@link #cloneInContext}.
230 public abstract LayoutInflater cloneInContext(Context newContext); method in class:LayoutInflater
270 * {@link #cloneInContext} to clone the existing instance and then you

Completed in 739 milliseconds