Home
last modified time | relevance | path

Searched defs:onCreateView (Results 1 – 25 of 1756) sorted by relevance

12345678910>>...71

/aosp_15_r20/external/lottie/sample/src/androidTest/java/com/airbnb/lottie/samples/
H A DFragmentVisibilityTests.kt62 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>() method in com.airbnb.lottie.samples.FragmentVisibilityTests.testRecyclerViewCanAutoPlayInOnBindRebind.TestFragment
106 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>() method in com.airbnb.lottie.samples.FragmentVisibilityTests.testAutoPlay.TestFragment
120 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>() method in com.airbnb.lottie.samples.FragmentVisibilityTests.testPauseBeforeCompositionLoadedStopsAutoPlay.TestFragment
136 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>() method in com.airbnb.lottie.samples.FragmentVisibilityTests.testDoesntAnimateWithAutoplayWhenGone.TestFragment
152 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>() method in com.airbnb.lottie.samples.FragmentVisibilityTests.testDoesntStopOnPause.TestFragment
177 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>() method in com.airbnb.lottie.samples.FragmentVisibilityTests.testStopsWhenLaunchingAnotherActivity.TestFragment
213 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>() method in com.airbnb.lottie.samples.FragmentVisibilityTests.testRecyclerViewCanAutoPlayInOnBind.TestFragment
242 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>() method in com.airbnb.lottie.samples.FragmentVisibilityTests.testDoesntAutoplay.TestFragment
253 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>() method in com.airbnb.lottie.samples.FragmentVisibilityTests.testDoesntAutoplayWhenManuallyPausedHiddenAndShown.TestFragment
273 …override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bun… in <lambda>() method in com.airbnb.lottie.samples.FragmentVisibilityTests.testCanPlayWhenCalledRightAway.TestFragment
[all …]
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DLayoutInflater.java176 View onCreateView(@NonNull String name, @NonNull Context context, in onCreateView() method
196 View onCreateView(@Nullable View parent, @NonNull String name, in onCreateView() method
212 public View onCreateView(@NonNull String name, @NonNull Context context, in onCreateView() method in LayoutInflater.FactoryMerger
220 public View onCreateView(@Nullable View parent, @NonNull String name, in onCreateView() method in LayoutInflater.FactoryMerger
799 protected View onCreateView(String name, AttributeSet attrs) in onCreateView() method in LayoutInflater
816 protected View onCreateView(View parent, String name, AttributeSet attrs) in onCreateView() method in LayoutInflater
835 public View onCreateView(@NonNull Context viewContext, @Nullable View parent, in onCreateView() method in LayoutInflater
/aosp_15_r20/cts/tests/fragment/src/android/fragment/cts/
H A DNestedInflatedFragmentTest.java69 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
H A DPostponedTransitionTest.java884 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
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DPreferredDynamicRangeInfo.java115 public View onCreateView( in onCreateView() method in PreferredDynamicRangeInfo.ForceSdrInfoFragment
134 public View onCreateView( in onCreateView() method in PreferredDynamicRangeInfo.ForceInfoFragment
150 public View onCreateView( in onCreateView() method in PreferredDynamicRangeInfo.BaseInfoFragment
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DRowInflaterTask.java129 protected View onCreateView(String name, AttributeSet attrs) throws ClassNotFoundException { in onCreateView() method in RowInflaterTask.BasicRowInflater
161 public View onCreateView(@Nullable View parent, @NonNull String name, in onCreateView() method in RowInflaterTask.RowAsyncLayoutInflater
179 public View onCreateView(@NonNull String name, @NonNull Context context, in onCreateView() method in RowInflaterTask.RowAsyncLayoutInflater
H A DNotifLayoutInflaterFactory.kt41 override fun onCreateView( in onCreateView() method in com.android.systemui.statusbar.notification.row.NotifLayoutInflaterFactory
63 override fun onCreateView(name: String, context: Context, attrs: AttributeSet): View? = in onCreateView() method in com.android.systemui.statusbar.notification.row.NotifLayoutInflaterFactory
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrConflictFragment.java177 public View onCreateView( in onCreateView() method in DvrConflictFragment.DvrProgramConflictFragment
232 public View onCreateView( in onCreateView() method in DvrConflictFragment.DvrChannelRecordConflictFragment
295 public View onCreateView( in onCreateView() method in DvrConflictFragment.DvrChannelWatchConflictFragment
/aosp_15_r20/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/app/
H A DBaseDemoActivity.kt39 override fun onCreateView( in onCreate() method
48 override fun onCreateView(name: String, context: Context, attrs: AttributeSet): View? { in onCreate() method
/aosp_15_r20/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
H A DCardFlipActivity.java172 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in CardFlipActivity.CardFrontFragment
186 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in CardFlipActivity.CardBackFragment
/aosp_15_r20/cts/tests/tests/app.usage/src/android/app/usage/cts/
H A DFragmentTest.java128 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
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/
DCarUiProxyLayoutInflaterFactory.java122 public View onCreateView(String name, Context context, AttributeSet attrs) { in onCreateView() method in CarUiProxyLayoutInflaterFactory
128 public View onCreateView(View parent, String name, Context context, AttributeSet attrs) { in onCreateView() method in CarUiProxyLayoutInflaterFactory
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
DMainActivity.java99 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.WhiteLightFragment
110 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.PartyLightFragment
/aosp_15_r20/developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
H A DMainActivity.java99 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.WhiteLightFragment
110 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.PartyLightFragment
/aosp_15_r20/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
H A DMainActivity.java99 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.WhiteLightFragment
110 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.PartyLightFragment
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DFragmentHideShow.java79 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentHideShow.FirstFragment
105 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in FragmentHideShow.SecondFragment
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/row/
DNotifLayoutInflaterFactory.java46 public android.view.View onCreateView(@org.jetbrains.annotations.Nullable() in onCreateView() method in NotifLayoutInflaterFactory
56 public android.view.View onCreateView(@org.jetbrains.annotations.NotNull() in onCreateView() method in NotifLayoutInflaterFactory
/aosp_15_r20/developers/samples/android/ui/views/EffectiveNavigation/app/src/main/java/com/example/android/effectivenavigation/
DMainActivity.java122 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.LaunchpadSectionFragment
166 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.DummySectionFragment
/aosp_15_r20/development/samples/training/TabCompat/src/com/example/android/tabcompat/
H A DMainActivity.java109 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.PhotosFragment
121 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.VideosFragment
/aosp_15_r20/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
H A DMainActivity.java152 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.LaunchpadSectionFragment
195 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in MainActivity.DummySectionFragment
/aosp_15_r20/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/
H A DCollapsingToolbarDelegate.java100 public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container) { in onCreateView() method in CollapsingToolbarDelegate
106 View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() method in CollapsingToolbarDelegate
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/leanback/leanback-preference/1.2.0-beta01/androidx.leanback_leanback-preference/android_common/aar/
Dandroidx.leanback_leanback-preference.jarandroidx/ androidx/leanback/ androidx/leanback/preference/ androidx/leanback/preference/internal ...
Dclasses.jarandroidx/ androidx/leanback/ androidx/leanback/preference/ androidx/leanback/preference/internal ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/leanback/leanback-preference/1.2.0-beta01/androidx.leanback_leanback-preference/android_common_apex30/aar/
Dandroidx.leanback_leanback-preference.jarandroidx/ androidx/leanback/ androidx/leanback/preference/ androidx/leanback/preference/internal ...
Dclasses.jarandroidx/ androidx/leanback/ androidx/leanback/preference/ androidx/leanback/preference/internal ...

12345678910>>...71