Searched refs:mIconAnimationStartMillis (Results 1 – 1 of 1) sorted by relevance
165 mIconAnimationStart = Instant.ofEpochMilli(parcelable.mIconAnimationStartMillis); in createFromParcel()700 private long mIconAnimationStartMillis; field in SplashScreenView.SplashScreenViewParcelable724 mIconAnimationStartMillis = view.getIconAnimationStart().toEpochMilli(); in SplashScreenViewParcelable()762 mIconAnimationStartMillis = source.readLong(); in readParcel()782 dest.writeLong(mIconAnimationStartMillis); in writeToParcel()