Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/animation/
DAnimationSet.java451 long[] storedOffsets = mStoredOffsets; in initialize() local
453 if (storedOffsets == null || storedOffsets.length != count) { in initialize()
454 storedOffsets = mStoredOffsets = new long[count]; in initialize()
456 } else if (storedOffsets != null) { in initialize()
457 storedOffsets = mStoredOffsets = null; in initialize()
480 storedOffsets[i] = offset; in initialize()