summaryrefslogtreecommitdiff
path: root/core/java/android/window/SplashScreenView.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Clear the system bars color when removing the splash screen window." i...Wei Sheng Shih2022-04-151-71/+2
|\
| * Clear the system bars color when removing the splash screen window.wilsonshih2022-04-011-71/+2
* | Fix splashscreen listener not being calledVadim Caen2022-04-071-2/+4
|/
* Merge "Adjust branding image layout if needed." into tm-devWei Sheng Shih2022-03-281-0/+45
|\
| * Adjust branding image layout if needed.wilsonshih2022-03-211-0/+45
* | Deprecating windowSplashScreenAnimationDuration attr.wilsonshih2022-03-181-15/+10
|/
* Rename 'EMPTY' to 'SOLID_COLOR' for splash screen style.wilsonshih2022-03-021-4/+4
* Estimate animation duration for AVD and AnimationDrawablewilsonshih2022-02-251-4/+7
* SurfaceView: Synchronize add/remove SurfacePackage with VRI drawVishnu Nair2022-02-091-1/+1
* Allow app to receive onSplashscreenExit even for empty splash screen.wilsonshih2022-01-251-4/+16
* Instrument jank of splash screen AVD and exit animationWu Ahan2021-10-251-0/+28
* Fixes the flicker when transfer splash screen view to clientwilsonshih2021-10-061-7/+5
* Adding the SurfaceView on splash screen thread.wilsonshih2021-09-071-11/+42
* Use SystemUI theme to inflate FrameLayout and SplashScreenViewwilsonshih2021-09-061-4/+5
* Do not draw icon background if it shouldn't be seenVadim Caen2021-07-231-38/+45
* Implement the legacy splash screen behaviorVadim Caen2021-07-011-1/+18
* Clear padding and background after create view from context.wilsonshih2021-06-241-0/+1
* Release the SurfacePackageViewHost on splash screen removedVadim Caen2021-06-151-4/+60
* Always do the app reveal animation when dismissing the splash screenwilsonshih2021-06-111-20/+0
* Display Splashscreen AVD in a SurfaceViewVadim Caen2021-05-211-23/+150
* Drawing the legacy icon similar to the Launcher.wilsonshih2021-05-181-8/+5
* Draw splashscreen edge to edgeRiddle Hsu2021-05-141-34/+57
* Support enable default splash screen reveal aninatmionwilsonshih2021-05-031-0/+20
* Refine splash screen APIswilsonshih2021-04-011-26/+39
* Merge "Hide branding view when empty" into sc-devVadim Caen2021-03-231-3/+3
|\
| * Hide branding view when emptyVadim Caen2021-03-231-3/+3
* | Add trace for tracking the performance of new starting windowwilsonshih2021-03-221-0/+4
* | Add API windowSplashScreenIconBackground(12/N)wilsonshih2021-03-191-40/+54
* | Remove the timeout which used for cleanup splash screenwilsonshih2021-03-181-4/+14
|/
* Implement default exit animation for splash screen.(9/N)wilsonshih2021-03-121-3/+6
* Add two more Api for SplashScreenView(7/N)wilsonshih2021-02-151-25/+39
* Add API for show branding image on splash screen.(4/N)wilsonshih2021-02-151-33/+105
* Provide new APIs for customize splash screen window.(3/N)wilsonshih2021-02-151-0/+80
* Customizable exit splash screen animation.(2/N)wilsonshih2021-02-151-0/+344