Searched refs:otherValues (Results 1 – 1 of 1) sorted by relevance
3524 final float[] otherValues = other.mPackedAxisValues; in copyFrom() local3528 values = new float[otherValues.length]; in copyFrom()3531 System.arraycopy(otherValues, 0, values, 0, count); in copyFrom()