Searched refs:time2 (Results 1 – 3 of 3) sorted by relevance
91 long time2 = 0L; in testCurrentAnimationTimeMillis() local92 for (int i = 0; i < 1000 && time1 >= time2; i++) { in testCurrentAnimationTimeMillis()93 time2 = AnimationUtils.currentAnimationTimeMillis(); in testCurrentAnimationTimeMillis()98 assertTrue(time2 > 0); in testCurrentAnimationTimeMillis()100 assertTrue(time2 > time1); in testCurrentAnimationTimeMillis()
120 int time2 = mReverb.getDecayTime(); in test1_1Decay() local122 ((float)time2 > (float)(time / DELAY_TOLERANCE)) && in test1_1Decay()123 ((float)time2 < (float)(time * DELAY_TOLERANCE))); in test1_1Decay()167 int time2 = mReverb.getReverbDelay(); in test1_2Reverb() local
457 int time2 = mEffect.byteArrayToInt(value); in test3_3SetParameterIntByteArray() local459 ((float)time2 > (float)(time / DELAY_TOLERANCE)) && in test3_3SetParameterIntByteArray()460 ((float)time2 < (float)(time * DELAY_TOLERANCE))); in test3_3SetParameterIntByteArray()565 int time2 = mEffect.byteArrayToInt(value); in test3_6SetParameterIntArrayByteArray() local567 ((float)time2 > (float)(time / DELAY_TOLERANCE)) && in test3_6SetParameterIntArrayByteArray()568 ((float)time2 < (float)(time * DELAY_TOLERANCE))); in test3_6SetParameterIntArrayByteArray()