Home
last modified time | relevance | path

Searched refs:mIconAnimationDurationMillis (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/window/
DSplashScreenView.java170 mIconAnimationDuration = Duration.ofMillis(parcelable.mIconAnimationDurationMillis); in createFromParcel()
720 private long mIconAnimationDurationMillis; field in SplashScreenView.SplashScreenViewParcelable
746 mIconAnimationDurationMillis = view.getIconAnimationDuration().toMillis(); in SplashScreenViewParcelable()
782 mIconAnimationDurationMillis = source.readLong(); in readParcel()
802 dest.writeLong(mIconAnimationDurationMillis); in writeToParcel()