/aosp_15_r20/external/lottie/sample/src/androidTest/java/com/airbnb/lottie/samples/ |
H A D | FragmentVisibilityTests.kt | 62 …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 D | LayoutInflater.java | 176 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 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
|
H A 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
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/ |
D | PreferredDynamicRangeInfo.java | 115 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 D | RowInflaterTask.java | 129 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 D | NotifLayoutInflaterFactory.kt | 41 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/ |
D | DvrConflictFragment.java | 177 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 D | BaseDemoActivity.kt | 39 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 D | CardFlipActivity.java | 172 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 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
|
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/ |
D | CarUiProxyLayoutInflaterFactory.java | 122 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/ |
D | MainActivity.java | 99 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 D | MainActivity.java | 99 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 D | MainActivity.java | 99 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 D | FragmentHideShow.java | 79 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/ |
D | NotifLayoutInflaterFactory.java | 46 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/ |
D | MainActivity.java | 122 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 D | MainActivity.java | 109 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 D | MainActivity.java | 152 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 D | CollapsingToolbarDelegate.java | 100 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/ |
D | androidx.leanback_leanback-preference.jar | androidx/
androidx/leanback/
androidx/leanback/preference/
androidx/leanback/preference/internal ... |
D | classes.jar | androidx/
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/ |
D | androidx.leanback_leanback-preference.jar | androidx/
androidx/leanback/
androidx/leanback/preference/
androidx/leanback/preference/internal ... |
D | classes.jar | androidx/
androidx/leanback/
androidx/leanback/preference/
androidx/leanback/preference/internal ... |