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