Home
last modified time | relevance | path

Searched defs:inflater (Results 1 – 25 of 42) sorted by relevance

12

/cts/tests/fragment/src/android/fragment/cts/
DNestedInflatedFragmentTest.java69 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
78 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
87 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
DTransitionFragment.java65 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DCountCallsFragment.java37 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DStrictViewFragment.java40 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DPostponedTransitionTest.java879 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
888 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
908 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/cts/tests/tests/view/src/android/view/cts/
DViewAttributeTest.java73 LayoutInflater inflater = LayoutInflater.from(context); in testGetExplicitStyle() local
91 LayoutInflater inflater = LayoutInflater.from(mActivityRule.getActivity()); in testGetAttributeResolutionStack() local
108 LayoutInflater inflater = LayoutInflater.from(mActivityRule.getActivity()); in testGetAttributeSourceResourceMap() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DFragmentWithEditText.java32 @Nullable public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
DFragmentWithMoreEditTexts.java32 @Nullable public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DFragmentTest.java128 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
136 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
DAccuracyResultDialog.java42 LayoutInflater inflater = getActivity().getLayoutInflater(); in onCreateDialog() local
DComplexMovementResultDialog.java42 LayoutInflater inflater = getActivity().getLayoutInflater(); in onCreateDialog() local
DRobustnessResultDialog.java42 LayoutInflater inflater = getActivity().getLayoutInflater(); in onCreateDialog() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewFontVariationTest.java42 final LayoutInflater inflater = LayoutInflater.from(context); in getTextViewFontVariationSettings() local
DWidgetAttributeTest.kt66 val inflater = LayoutInflater.from(activityRule.getActivity()) in testGetAttributeResolutionStack() constant
128 val inflater = LayoutInflater.from(activityRule.getActivity()) in testGetAttributeSourceResourceMap() constant
DTextViewIsHorizontallyScrollableTest.java46 final LayoutInflater inflater = LayoutInflater.from(context); in setup() local
DTextViewFontWeightTest.java48 final LayoutInflater inflater = LayoutInflater.from(context); in getTextView() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DBottomActivity.java57 LayoutInflater inflater = getLayoutInflater(); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DPhaseStartFragment.java52 …public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView()
DComplexMovementFragment.java90 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
DRobustnessFragment.java92 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/
DIconHeaderItemPresenter.java40 LayoutInflater inflater = (LayoutInflater) viewGroup.getContext() in onCreateViewHolder() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DTestAdapter.java36 LayoutInflater inflater; field in TestAdapter
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListActivity.java118 MenuInflater inflater = getMenuInflater(); in onCreateOptionsMenu() local
/cts/tests/tests/transition/src/android/transition/cts/
DTransitionInflaterTest.java64 TransitionInflater inflater = TransitionInflater.from(mActivity); in testInflationConstructors() local
73 TransitionInflater inflater = TransitionInflater.from(mActivity); in testInflation() local
98 TransitionInflater inflater = TransitionInflater.from(mActivity); in testInflateTransitionManager() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/mtp/
DMtpHostTestActivity.java124 final LayoutInflater inflater = getLayoutInflater(); in onCreate() local

12