Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java447 long[] storedOffsets = mStoredOffsets; in initialize() local
449 if (storedOffsets == null || storedOffsets.length != count) { in initialize()
450 storedOffsets = mStoredOffsets = new long[count]; in initialize()
452 } else if (storedOffsets != null) { in initialize()
453 storedOffsets = mStoredOffsets = null; in initialize()
476 storedOffsets[i] = offset; in initialize()