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