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

/frameworks/base/core/java/android/view/
H A DViewStub.java200 public LayoutInflater getLayoutInflater() { method in class:ViewStub
H A DWindow.java1065 public abstract LayoutInflater getLayoutInflater(); method in class:Window
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewStubCompat.java138 public LayoutInflater getLayoutInflater() { method in class:ViewStubCompat
/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.java1101 public LayoutInflater getLayoutInflater() { method in class:Dialog
1102 return getWindow().getLayoutInflater();
H A DFragment.java1126 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) { method in class:Fragment
1129 LayoutInflater result = mActivity.getLayoutInflater().cloneInContext(mActivity);
1134 return mActivity.getLayoutInflater();
H A DActivity.java3642 * {@link android.view.Window#getLayoutInflater}.
3645 public LayoutInflater getLayoutInflater() { method in class:Activity
3646 return getWindow().getLayoutInflater();
5306 * @see android.view.Window#getLayoutInflater
5321 * @see android.view.Window#getLayoutInflater
5935 mWindow.getLayoutInflater().setPrivateFactory(this);
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java302 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) { method in class:DialogFragment
304 return super.getLayoutInflater(savedInstanceState);
H A DFragment.java932 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) { method in class:Fragment
933 LayoutInflater result = mActivity.getLayoutInflater().cloneInContext(mActivity);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java580 public LayoutInflater getLayoutInflater() { method in class:VoiceInteractionSession
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java826 public LayoutInflater getLayoutInflater() { method in class:InputMethodService
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java466 public LayoutInflater getLayoutInflater() { method in class:PhoneWindow

Completed in 3745 milliseconds