Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreenView.java165 mIconAnimationStart = Instant.ofEpochMilli(parcelable.mIconAnimationStartMillis); in createFromParcel()
700 private long mIconAnimationStartMillis; field in SplashScreenView.SplashScreenViewParcelable
724 mIconAnimationStartMillis = view.getIconAnimationStart().toEpochMilli(); in SplashScreenViewParcelable()
762 mIconAnimationStartMillis = source.readLong(); in readParcel()
782 dest.writeLong(mIconAnimationStartMillis); in writeToParcel()