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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DViewStubCompat.java141 public LayoutInflater getLayoutInflater() { method in class:ViewStubCompat
/frameworks/base/core/java/android/view/
H A DViewStub.java207 public LayoutInflater getLayoutInflater() { method in class:ViewStub
H A DWindow.java1412 public abstract LayoutInflater getLayoutInflater(); method in class:Window
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java82 public LayoutInflater getLayoutInflater() { method in class:MockWindow
/frameworks/base/core/java/android/app/
H A DDialog.java1196 public @NonNull LayoutInflater getLayoutInflater() { method in class:Dialog
1197 return getWindow().getLayoutInflater();
H A DFragment.java514 // getLayoutInflater()
1413 public final LayoutInflater getLayoutInflater() { method in class:Fragment
1422 * {@link #getLayoutInflater()}.
H A DActivity.java4214 * {@link android.view.Window#getLayoutInflater}.
4217 public LayoutInflater getLayoutInflater() { method in class:Activity
4218 return getWindow().getLayoutInflater();
6165 * @see android.view.Window#getLayoutInflater
6180 * @see android.view.Window#getLayoutInflater
6917 mWindow.getLayoutInflater().setPrivateFactory(this);
7576 final LayoutInflater result = Activity.this.getLayoutInflater();
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java1337 public LayoutInflater getLayoutInflater() { method in class:VoiceInteractionSession
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java983 public LayoutInflater getLayoutInflater() { method in class:InputMethodService
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragment.java340 // getLayoutInflater()
1185 // TODO: move the implementation in getLayoutInflater to here
1186 return getLayoutInflater(savedInstanceState);
1200 public final LayoutInflater getLayoutInflater() { method in class:Fragment
1209 * {@link #getLayoutInflater()}.
1223 * LayoutInflater or call {@link #getLayoutInflater()} when you want to
1228 * {@link #getLayoutInflater()} instead of this method.
1232 public LayoutInflater getLayoutInflater(Bundle savedFragmentState) { method in class:Fragment
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java529 public LayoutInflater getLayoutInflater() { method in class:PhoneWindow

Completed in 2208 milliseconds