Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java467 long[] storedOffsets = mStoredOffsets; in initialize() local
469 if (storedOffsets == null || storedOffsets.length != count) { in initialize()
470 storedOffsets = mStoredOffsets = new long[count]; in initialize()
472 } else if (storedOffsets != null) { in initialize()
473 storedOffsets = mStoredOffsets = null; in initialize()
496 storedOffsets[i] = offset; in initialize()