Searched refs:pos2 (Results 1 – 2 of 2) sorted by relevance
67 private static void swapBytes(byte[] buf, int pos1, int pos2, int len) { in swapBytes() argument70 buf[pos1 + i] = buf[pos2 + i]; in swapBytes()71 buf[pos2 + i] = b; in swapBytes()
71 float[] pos2 = { 1f, 2f }; in testGetPosTan() local73 assertFalse(mPathMeasure.getPosTan(distance, pos2, tan2)); in testGetPosTan()