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