Searched refs:position2 (Results 1 – 3 of 3) sorted by relevance
260 int position2 = track.getPlaybackHeadPosition(); in testPlaySmallBuffer() local261 while ((position1 == position2) in testPlaySmallBuffer()264 position2 = track.getPlaybackHeadPosition(); in testPlaySmallBuffer()266 assertTrue(TEST_NAME + ": did it start?, position after start = " + position2, in testPlaySmallBuffer()267 position2 > position1); in testPlaySmallBuffer()278 position2 = track.getPlaybackHeadPosition(); in testPlaySmallBuffer()280 framesWrittenTotal, position2); in testPlaySmallBuffer()305 int position2 = track.getPlaybackHeadPosition(); in testPlayPauseSmallBuffer() local306 int delta = position2 - position1; // safe from wrapping in testPlayPauseSmallBuffer()308 + ", p2 = " + position2, delta > 0); in testPlayPauseSmallBuffer()[all …]
2351 final int position2 = track.getPlaybackHeadPosition(); in testVariableRatePlayback() local2356 final int actual = position2 - position1; in testVariableRatePlayback()
576 int position2 = mListView.pointToPosition(50, middleOfSecondRow); in testPointToPosition() local579 assertEquals(mCountriesAdapter.getItemId(position2), in testPointToPosition()582 assertTrue(position2 > position1); in testPointToPosition()