Searched refs:cloneInContext (Results 1 – 10 of 10) sorted by relevance
69 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in PhoneLayoutInflater
75 mInflater = LayoutInflater.from(mBase).cloneInContext(this); in getSystemService()
230 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext() method in LayoutInflater
59 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext() method in PreferenceInflater
137 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() method in GenericInflater
269 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in BridgeInflater
431 inflater = inflater.cloneInContext(theirContext); in getDefaultView()
1567 inflater = inflater.cloneInContext(c); in apply()
22288 method public abstract android.view.LayoutInflater cloneInContext(android.content.Context);