Home | History | Annotate | Download | only in widget

Lines Matching refs:mPositions

83         long[] mPositions;
108 int index = Arrays.binarySearch(mPositions, 0, mPositionsLength, pos);
114 newPos = mPositions[index + 1];
124 newPos = mPositions[insertIndex];
135 newPos = mPositions[index - 1];
145 newPos = mPositions[insertIndex - 1];
373 mPositions = mSeekDataProvider != null ? mSeekDataProvider.getSeekPositions() : null;
374 if (mPositions != null) {
375 int pos = Arrays.binarySearch(mPositions, mTotalTimeInMs);
403 mPositions = null;