Searched refs:getLayoutInflater (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualActivity.java34 View root = getLayoutInflater().inflate(R.layout.gldual_activity, null);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewFlipperActivity.java35 final LayoutInflater inflater = getLayoutInflater();
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DBigEditTextActivityNonScrollablePanScan.java45 View view = getLayoutInflater().inflate(
H A DBigEditTextActivityNonScrollableResize.java45 View view = getLayoutInflater().inflate(
H A DBigEditTextActivityScrollablePanScan.java53 View view = getLayoutInflater().inflate(
H A DBigEditTextActivityScrollableResize.java53 View view = getLayoutInflater().inflate(
H A DBottomEditTextActivityPanScan.java47 View view = getLayoutInflater().inflate(R.layout.one_edit_text_activity, ((LinearLayout) mRootView), false);
H A DBottomEditTextActivityResize.java47 View view = getLayoutInflater().inflate(R.layout.one_edit_text_activity, ((LinearLayout) mRootView), false);
H A DInputTypeActivity.java51 mInflater = getLayoutInflater();
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DUniqueIds.java44 LayoutInflater inflater = getLayoutInflater();
/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 DFragmentActivity.java251 if (getLayoutInflater().getFactory() == null) {
252 getLayoutInflater().setFactory(this);
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/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/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java63 mContentView = getLayoutInflater().inflate(R.layout.voice_interaction_session, null);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewStubCompat.java138 public LayoutInflater getLayoutInflater() { method in class:ViewStubCompat
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java174 LayoutInflater inflater = getLayoutInflater();
189 LayoutInflater inflater = getLayoutInflater();
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java136 View layout = getLayoutInflater().inflate(R.layout.mainactivity, null);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java580 public LayoutInflater getLayoutInflater() { method in class:VoiceInteractionSession
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java532 convertView = getLayoutInflater().inflate(

Completed in 5356 milliseconds

12