Searched refs:storedOffsets (Results 1 – 1 of 1) sorted by relevance
451 long[] storedOffsets = mStoredOffsets; in initialize() local453 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()