Searched refs:onGetLayoutInflater (Results 1 – 11 of 11) sorted by relevance
32 public LayoutInflater onGetLayoutInflater(Bundle savedInstanceState) { in onGetLayoutInflater() method in PluginFragment33 return super.onGetLayoutInflater(savedInstanceState).cloneInContext(getContext()); in onGetLayoutInflater()
412 public LayoutInflater onGetLayoutInflater(Bundle savedInstanceState) { in onGetLayoutInflater() method in DialogFragment414 return super.onGetLayoutInflater(savedInstanceState); in onGetLayoutInflater()
116 public LayoutInflater onGetLayoutInflater() { in onGetLayoutInflater() method in FragmentHostCallback
1311 public LayoutInflater onGetLayoutInflater(Bundle savedInstanceState) {1316 final LayoutInflater result = mHost.onGetLayoutInflater();1351 LayoutInflater layoutInflater = onGetLayoutInflater(savedInstanceState);
8610 public LayoutInflater onGetLayoutInflater() { in onGetLayoutInflater() method in Activity.HostCallbacks
229 public LayoutInflater onGetLayoutInflater() { in onGetLayoutInflater() method in BaseFragmentTest.HostCallbacks
248 public LayoutInflater onGetLayoutInflater() { in onGetLayoutInflater() method in NavigationBarFragmentTest.HostCallbacksForExternalDisplay
250 public LayoutInflater onGetLayoutInflater() { in onGetLayoutInflater() method in FragmentHostManager.HostCallbacks
4593 method public android.view.LayoutInflater onGetLayoutInflater(android.os.Bundle);4776 method @Deprecated public android.view.LayoutInflater onGetLayoutInflater(android.os.Bundle);4909 method @Deprecated public android.view.LayoutInflater onGetLayoutInflater();
451 HSPLandroid/app/Activity$HostCallbacks;->onGetLayoutInflater()Landroid/view/LayoutInflater;1340 HSPLandroid/app/Fragment;->onGetLayoutInflater(Landroid/os/Bundle;)Landroid/view/LayoutInflater;