/cts/tests/fragment/src/android/fragment/cts/ |
D | NestedInflatedFragmentTest.java | 69 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() method in NestedInflatedFragmentTest.ParentFragment 78 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() method in NestedInflatedFragmentTest.InflatedChildFragment 87 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() method in NestedInflatedFragmentTest.SimpleFragment
|
D | CountCallsFragment.java | 37 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in CountCallsFragment 40 return super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
D | TransitionFragment.java | 65 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in TransitionFragment 70 return super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
D | StrictViewFragment.java | 40 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in StrictViewFragment
|
D | PostponedTransitionTest.java | 879 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in PostponedTransitionTest.PostponedFragment1 888 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in PostponedTransitionTest.PostponedFragment2 908 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in PostponedTransitionTest.TransitionFragment2 910 super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
D | FragmentTransactionTest.java | 462 public View onCreateView(LayoutInflater inflater, ViewGroup container, 484 public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
D | FragmentViewTests.java | 1030 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentViewTests.ParentFragment 1032 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView() 1049 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentViewTests.SimpleViewFragment
|
D | FragmentLifecycleTest.java | 1093 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentLifecycleTest.ChildFragmentManagerFragment
|
/cts/tests/tests/preference/src/android/preference/cts/ |
D | CustomPreference.java | 116 protected View onCreateView(ViewGroup parent) { in onCreateView() method in CustomPreference 117 return super.onCreateView(parent); in onCreateView()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | FragmentTest.java | 128 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentTest.FragmentA 136 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentTest.FragmentB
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | FragmentWithEditText.java | 32 @Nullable public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() method in FragmentWithEditText
|
D | FragmentWithMoreEditTexts.java | 32 @Nullable public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() method in FragmentWithMoreEditTexts
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/ |
D | PhaseStartFragment.java | 52 …public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { in onCreateView() method in PhaseStartFragment
|
D | RobustnessFragment.java | 92 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in RobustnessFragment
|
D | ComplexMovementFragment.java | 90 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in ComplexMovementFragment
|
D | AccuracyFragment.java | 102 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in AccuracyFragment
|
/cts/tests/app/app/src/android/app/stubs/ |
D | FragmentTestActivity.java | 117 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentTestActivity.TestFragment
|
/cts/tests/tests/view/src/android/view/cts/ |
D | LayoutInflaterTest.java | 465 public View onCreateView(String name, AttributeSet attrs) in onCreateView() method in LayoutInflaterTest.MockLayoutInflater 467 return super.onCreateView(name, attrs); in onCreateView() 492 public View onCreateView(Context viewContext, View parent, String name, in onCreateView() method in LayoutInflaterTest.CreateViewContextInflater
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 752 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in testUpdateAppWidgetViaComponentName() 844 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in testUpdateAppWidgetViaWidgetId() 916 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in testUpdateAppWidgetViaWidgetIds() 1010 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in testPartiallyUpdateAppWidgetViaWidgetId() 1087 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in testPartiallyUpdateAppWidgetViaWidgetIds()
|
D | DarkTextThemeTest.java | 108 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in bindNewWidget()
|
D | WidgetTransitionTest.java | 115 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in bindNewWidget()
|
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/ |
D | SimpleAppWidgetHostService.java | 214 … protected AppWidgetHostView onCreateView(Context context, int id, AppWidgetProviderInfo info) { in onCreateView() method in SimpleAppWidgetHostService.SimpleAppWidgetHost
|