Searched defs:getLayoutInflater (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewStub.java195 public LayoutInflater getLayoutInflater() { method in class:ViewStub
H A DWindow.java980 public abstract LayoutInflater getLayoutInflater(); method in class:Window
/frameworks/base/core/java/android/app/
H A DDialogFragment.java393 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) { method in class:DialogFragment
395 return super.getLayoutInflater(savedInstanceState);
H A DDialog.java1076 public LayoutInflater getLayoutInflater() { method in class:Dialog
1077 return getWindow().getLayoutInflater();
H A DFragment.java1105 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) { method in class:Fragment
1106 return mActivity.getLayoutInflater();
H A DActivity.java3335 * {@link android.view.Window#getLayoutInflater}.
3337 public LayoutInflater getLayoutInflater() { method in class:Activity
3338 return getWindow().getLayoutInflater();
4726 * @see android.view.Window#getLayoutInflater
4740 * @see android.view.Window#getLayoutInflater
5192 mWindow.getLayoutInflater().setPrivateFactory(this);
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java290 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) { method in class:DialogFragment
292 return super.getLayoutInflater(savedInstanceState);
H A DFragment.java914 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) { method in class:Fragment
915 return mActivity.getLayoutInflater();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java808 public LayoutInflater getLayoutInflater() { method in class:InputMethodService
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java354 public LayoutInflater getLayoutInflater() { method in class:PhoneWindow

Completed in 283 milliseconds