Home
last modified time | relevance | path

Searched defs:inflater (Results 1 – 25 of 46) 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.java884 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
893 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
913 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
/cts/tests/tests/view/src/android/view/cts/
DViewAttributeTest.java91 LayoutInflater inflater = LayoutInflater.from(context); in testGetExplicitStyle() local
109 LayoutInflater inflater = LayoutInflater.from(mActivityRule.getActivity()); in testGetAttributeResolutionStack() local
126 LayoutInflater inflater = LayoutInflater.from(mActivityRule.getActivity()); in testGetAttributeSourceResourceMap() local
/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/tests/autofillservice/src/android/autofillservice/cts/activities/
DFragmentWithMoreEditTexts.java35 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
DFragmentWithEditText.java35 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView()
DMultipleStepsSignInActivity.java150 final LayoutInflater inflater = LayoutInflater.from(this); in newStep() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
DComplexMovementResultDialog.java42 LayoutInflater inflater = getActivity().getLayoutInflater(); in onCreateDialog() local
DAccuracyResultDialog.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.kt67 val inflater = LayoutInflater.from(activityRule.getActivity()) in testGetAttributeResolutionStack() constant
127 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()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/
DIconHeaderItemPresenter.java40 LayoutInflater inflater = (LayoutInflater) viewGroup.getContext() in onCreateViewHolder() local
/cts/tests/tests/text/src/android/text/cts/
DFontResourceTest.java66 LayoutInflater inflater = LayoutInflater.from(ctx); in inflateWithInflator() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTvAppVerifierActivity.java126 public static View createAutoItem(LayoutInflater inflater, in createAutoItem()
147 public static View createButtonItem(LayoutInflater inflater, ViewGroup root, int buttonTextId, in createButtonItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DTestAdapter.java36 LayoutInflater inflater; field in TestAdapter
/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

12