Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSplashScreenView.java169 mIconAnimationStart = Instant.ofEpochMilli(parcelable.mIconAnimationStartMillis); in createFromParcel()
719 private long mIconAnimationStartMillis; field in SplashScreenView.SplashScreenViewParcelable
743 mIconAnimationStartMillis = view.getIconAnimationStart().toEpochMilli(); in SplashScreenViewParcelable()
781 mIconAnimationStartMillis = source.readLong(); in readParcel()
801 dest.writeLong(mIconAnimationStartMillis); in writeToParcel()