/cts/tests/fragment/src/android/fragment/cts/ |
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 | 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 | 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 | 884 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in PostponedTransitionTest.PostponedFragment1 893 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in PostponedTransitionTest.PostponedFragment2 913 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in PostponedTransitionTest.TransitionFragment2 915 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 | 1097 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/autofillservice/src/android/autofillservice/cts/activities/ |
D | FragmentWithMoreEditTexts.java | 35 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() method in FragmentWithMoreEditTexts
|
D | FragmentWithEditText.java | 35 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() method in FragmentWithEditText
|
/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/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 | ComplexMovementFragment.java | 90 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in ComplexMovementFragment
|
D | RobustnessFragment.java | 92 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in RobustnessFragment
|
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 | 467 public View onCreateView(String name, AttributeSet attrs) in onCreateView() method in LayoutInflaterTest.MockLayoutInflater 469 return super.onCreateView(name, attrs); in onCreateView() 494 public View onCreateView(Context viewContext, View parent, String name, in onCreateView() method in LayoutInflaterTest.CreateViewContextInflater
|
/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
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 873 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in testUpdateAppWidgetViaComponentName() 965 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in testUpdateAppWidgetViaWidgetId() 1037 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in testUpdateAppWidgetViaWidgetIds() 1131 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, in testPartiallyUpdateAppWidgetViaWidgetId() 1208 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/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 4504 …method @Nullable public android.view.View onCreateView(@NonNull String, @NonNull android.content.C… 4505 …method @Nullable public android.view.View onCreateView(@Nullable android.view.View, @NonNull Strin… 5797 …method @Deprecated @Nullable public android.view.View onCreateView(android.view.LayoutInflater, @N… 5919 …method @Deprecated public android.view.View onCreateView(android.view.View, String, android.conten… 9559 …method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, an… 34686 method @Deprecated @CallSuper protected android.view.View onCreateView(android.view.ViewGroup); 51628 …method protected android.view.View onCreateView(String, android.util.AttributeSet) throws java.lan… 51629 …method protected android.view.View onCreateView(android.view.View, String, android.util.AttributeS… 51630 …method @Nullable public android.view.View onCreateView(@NonNull android.content.Context, @Nullable… 51637 …method @Nullable public android.view.View onCreateView(@NonNull String, @NonNull android.content.C… [all …]
|