Home
last modified time | relevance | path

Searched refs:layoutInflater (Results 1 – 11 of 11) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
DFragmentTransactionTest.java410 assertEquals(fragment1.layoutInflater, fragment1.getLayoutInflater()); in testGetLayoutInflater()
414 LayoutInflater layoutInflater = fragment1.layoutInflater; in testGetLayoutInflater() local
423 assertSame(layoutInflater, fragment1.getLayoutInflater()); in testGetLayoutInflater()
428 assertNotSame(layoutInflater, fragment1.getLayoutInflater()); in testGetLayoutInflater()
430 layoutInflater = fragment1.layoutInflater; in testGetLayoutInflater()
431 assertSame(layoutInflater, fragment1.getLayoutInflater()); in testGetLayoutInflater()
470 public LayoutInflater layoutInflater;
476 layoutInflater = super.onGetLayoutInflater(savedInstanceState);
480 return layoutInflater;
/cts/hostsidetests/theme/app/src/android/theme/app/
DThemeDeviceActivity.java89 LayoutInflater layoutInflater = LayoutInflater.from(inflationContext); in onCreate() local
90 setContentView(layoutInflater.inflate(R.layout.theme_test, null)); in onCreate()
151 final LayoutInflater layoutInflater = LayoutInflater.from(mViewGroup.getContext()); in setNextLayout() local
152 final View view = layoutInflater.inflate(layout.id, mViewGroup, false); in setNextLayout()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DHifiUltrasoundSpeakerTestActivity.java65 private LayoutInflater layoutInflater; field in HifiUltrasoundSpeakerTestActivity
134 layoutInflater = (LayoutInflater) getBaseContext().getSystemService( in onCreate()
136 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null); in onCreate()
139 instruView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup_instru, null); in onCreate()
DHifiUltrasoundTestActivity.java61 private LayoutInflater layoutInflater; field in HifiUltrasoundTestActivity
117 layoutInflater = (LayoutInflater) getBaseContext().getSystemService( in onCreate()
119 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null); in onCreate()
/cts/tests/tests/widget/src/android/widget/cts/
DResourceCursorTreeAdapterTest.java78 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService( in setup() local
80 mParent = (ViewGroup) layoutInflater.inflate(R.layout.cursoradapter_host, null); in setup()
DSimpleCursorAdapterTest.java357 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService( in testNewView() local
359 ViewGroup viewGroup = (ViewGroup) layoutInflater.inflate( in testNewView()
374 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService( in testNewDropDownView() local
376 ViewGroup viewGroup = (ViewGroup) layoutInflater.inflate( in testNewDropDownView()
DResourceCursorAdapterTest.java61 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService( in setup() local
63 mParent = (ViewGroup) layoutInflater.inflate(R.layout.cursoradapter_host, null); in setup()
DTextViewTest.java4515 final LayoutInflater layoutInflater = LayoutInflater.from(context);
4516 final View root = layoutInflater.inflate(R.layout.textview_singleline, null);
4526 final LayoutInflater layoutInflater = LayoutInflater.from(context);
4527 final View root = layoutInflater.inflate(R.layout.textview_singleline, null);
8447 LayoutInflater layoutInflater = (LayoutInflater) restrictedContext.getSystemService( in testFontResourcesXml_restrictedContext() local
8449 View root = layoutInflater.inflate(R.layout.textview_restricted_layout, null); in testFontResourcesXml_restrictedContext()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java326 LayoutInflater layoutInflater = LayoutInflater.from(mContext); in getCustomView() local
327 View view = layoutInflater.inflate(R.layout.dialog_custom_view, in getCustomView()
/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java94 LayoutInflater layoutInflater = new MockLayoutInflater(mLayoutInflater, in testFrom() local
96 assertNotNull(layoutInflater); in testFrom()
/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java1013 final LayoutInflater layoutInflater = (LayoutInflater) getContext().getSystemService( in testComplexColorDrawableAttributeInflation() local
1016 final View view = layoutInflater.inflate( in testComplexColorDrawableAttributeInflation()