Searched refs:cloneInContext (Results 1 – 15 of 15) sorted by relevance
71 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in PhoneLayoutInflater
77 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()
56 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext() method in PreferenceInflater
138 public abstract GenericInflater cloneInContext(Context newContext); in cloneInContext() method in GenericInflater
119 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this); in getSystemService()
248 public abstract LayoutInflater cloneInContext(Context newContext); in cloneInContext() method in LayoutInflater623 viewStub.setLayoutInflater(cloneInContext((Context) args[0])); in createView()
83 appInflater = appInflater.cloneInContext(appContext); in inflateWidgetView()
481 return inflater.cloneInContext(ctw); in getThemeInflater()
284 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() method in BridgeInflater
543 inflater = inflater.cloneInContext(theirContext); in getDefaultView()
856 return FragmentActivity.this.getLayoutInflater().cloneInContext(FragmentActivity.this); in onGetLayoutInflater()
2760 inflater = inflater.cloneInContext(inflationContext); in apply()
6585 return result.cloneInContext(Activity.this); in onGetLayoutInflater()
35321 method public abstract android.view.LayoutInflater cloneInContext(android.content.Context);
37613 method public abstract android.view.LayoutInflater cloneInContext(android.content.Context);