Searched refs:getLayoutInflater (Results 1 - 25 of 28) 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.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);
H A DFragmentManager.java866 f.mView = f.performCreateView(f.getLayoutInflater(
890 f.mView = f.performCreateView(f.getLayoutInflater(
/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 DFragmentActivity.java200 if (getLayoutInflater().getFactory() == null) {
201 getLayoutInflater().setFactory(this);
H A DFragment.java914 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) { method in class:Fragment
915 return mActivity.getLayoutInflater();
H A DFragmentManager.java900 f.mView = f.performCreateView(f.getLayoutInflater(
927 f.mView = f.performCreateView(f.getLayoutInflater(
/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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java174 LayoutInflater inflater = getLayoutInflater();
189 LayoutInflater inflater = getLayoutInflater();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DSelectPrinterFragment.java529 convertView = getActivity().getLayoutInflater().inflate(
H A DPrintJobConfigActivity.java1837 getLayoutInflater().inflate(showLayoutId, contentContainer, true);
1845 final View showingView = getLayoutInflater().inflate(showLayoutId,
2520 convertView = getLayoutInflater().inflate(
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java138 mActivity.getLayoutInflater().inflate(resId, contentParent);

Completed in 5047 milliseconds

12