Home
last modified time | relevance | path

Searched defs:createSplashView (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DSplashScreen.java32 View createSplashView(@NonNull Context context, @Nullable Bundle savedInstanceState); in createSplashView() method
DDrawableSplashScreen.java51 public View createSplashView(@NonNull Context context, @Nullable Bundle savedInstanceState) { in createSplashView() method in DrawableSplashScreen
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/android/app/src/main/java/io/flutter/splash_screen_trans_rotate/
DVeryLongTransitionSplashScreen.java22 public View createSplashView(@NonNull Context context, @Nullable Bundle savedInstanceState) { in createSplashView() method in VeryLongTransitionSplashScreen
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_load_rotate/android/app/src/main/java/io/flutter/splash_screen_load_rotate/
DSplashScreenThatNeverEnds.java15 public View createSplashView(@NonNull Context context, @Nullable Bundle bundle) { in createSplashView() method in SplashScreenThatNeverEnds
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/src/main/java/io/flutter/splash_screen_kitchen_sink/
DFlutterZoomSplashScreen.java22 public View createSplashView(@NonNull Context context, @Nullable Bundle savedInstanceState) { in createSplashView() method in FlutterZoomSplashScreen