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.java967 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.java1070 public LayoutInflater getLayoutInflater() { method in class:Dialog
1071 return getWindow().getLayoutInflater();
H A DFragment.java1100 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) { method in class:Fragment
1101 return mActivity.getLayoutInflater();
H A DActivity.java3281 * {@link android.view.Window#getLayoutInflater}.
3283 public LayoutInflater getLayoutInflater() { method in class:Activity
3284 return getWindow().getLayoutInflater();
4657 * @see android.view.Window#getLayoutInflater
4671 * @see android.view.Window#getLayoutInflater
5065 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.java874 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) { method in class:Fragment
875 return mActivity.getLayoutInflater();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java800 public LayoutInflater getLayoutInflater() { method in class:InputMethodService
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java334 public LayoutInflater getLayoutInflater() { method in class:PhoneWindow

Completed in 1797 milliseconds