Searched refs:newOffset (Results 1 – 7 of 7) sorted by relevance
46 off64_t newOffset = fAsset->seek(size, SEEK_CUR); in read() local47 if (-1 == newOffset) { in read()51 amount = newOffset - oldOffset; in read()
94 off64_t newOffset = fAsset->seek(size, SEEK_CUR); in read() local95 if (-1 == newOffset) in read()98 amount = newOffset - oldOffset; in read()
317 off64_t newOffset; in handleSeek() local321 newOffset = offset; in handleSeek()324 newOffset = curPosn + offset; in handleSeek()327 newOffset = maxPosn + offset; in handleSeek()336 if (newOffset < 0 || newOffset > maxPosn) { in handleSeek()338 (long) newOffset, (long) maxPosn); in handleSeek()342 return newOffset; in handleSeek()
287 size_t newOffset; in sortByConfig() local291 newOffset = newEntries.add(oldEnt); in sortByConfig()292 newEntries.editItemAt(newOffset).indices.clear(); in sortByConfig()296 newOffset = origOffsetToNewOffset.valueAt(newIndexOfOffset); in sortByConfig()299 newEntries.editItemAt(newOffset).indices.add(i); in sortByConfig()301 newEntryArray.add(newOffset); in sortByConfig()
128 int newOffset, int newSize, long newTimeUs, int newFlags) { in set() argument129 offset = newOffset; in set()
682 final float newOffset; in onLayout() local685 newOffset = (float) (childWidth + childLeft) / childWidth; in onLayout()688 newOffset = (float) (width - childLeft) / childWidth; in onLayout()691 final boolean changeOffset = newOffset != lp.onScreen; in onLayout()729 setDrawerViewOffset(child, newOffset); in onLayout()
1073 final int newOffset = (int) ((1 - slideOffset) * mParallaxBy); in parallaxOtherViews() local1074 final int dx = oldOffset - newOffset; in parallaxOtherViews()