/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentTransactionTest.java | 410 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/ |
D | ThemeDeviceActivity.java | 89 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/ |
D | HifiUltrasoundSpeakerTestActivity.java | 62 private LayoutInflater layoutInflater; field in HifiUltrasoundSpeakerTestActivity 131 layoutInflater = (LayoutInflater) getBaseContext().getSystemService( in onCreate() 133 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null); in onCreate() 136 instruView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup_instru, null); in onCreate()
|
D | HifiUltrasoundTestActivity.java | 58 private LayoutInflater layoutInflater; field in HifiUltrasoundTestActivity 114 layoutInflater = (LayoutInflater) getBaseContext().getSystemService( in onCreate() 116 popupView = layoutInflater.inflate(R.layout.hifi_ultrasound_popup, null); in onCreate()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ResourceCursorTreeAdapterTest.java | 78 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService( in setup() local 80 mParent = (ViewGroup) layoutInflater.inflate(R.layout.cursoradapter_host, null); in setup()
|
D | SimpleCursorAdapterTest.java | 357 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()
|
D | ResourceCursorAdapterTest.java | 61 LayoutInflater layoutInflater = (LayoutInflater) mContext.getSystemService( in setup() local 63 mParent = (ViewGroup) layoutInflater.inflate(R.layout.cursoradapter_host, null); in setup()
|
D | TextViewTest.java | 4372 final LayoutInflater layoutInflater = LayoutInflater.from(context); 4373 final View root = layoutInflater.inflate(R.layout.textview_singleline, null); 4383 final LayoutInflater layoutInflater = LayoutInflater.from(context); 4384 final View root = layoutInflater.inflate(R.layout.textview_singleline, null); 8210 LayoutInflater layoutInflater = (LayoutInflater) restrictedContext.getSystemService( in testFontResourcesXml_restrictedContext() local 8212 View root = layoutInflater.inflate(R.layout.textview_restricted_layout, null); in testFontResourcesXml_restrictedContext()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | DialogTestListActivity.java | 306 LayoutInflater layoutInflater = LayoutInflater.from(mContext); in getCustomView() local 307 View view = layoutInflater.inflate(R.layout.dialog_custom_view, in getCustomView()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | LayoutInflaterTest.java | 94 LayoutInflater layoutInflater = new MockLayoutInflater(mLayoutInflater, in testFrom() local 96 assertNotNull(layoutInflater); in testFrom()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ResourcesTest.java | 965 LayoutInflater layoutInflater = (LayoutInflater) context.getSystemService( in testComplextColorDrawableAttrInflation() local 968 View view = layoutInflater.inflate(R.layout.complex_color_drawable_attr_layout, null); in testComplextColorDrawableAttrInflation()
|