am eb15670c: am 92f373fe: Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]

* commit 'eb15670ccc46c688537cd99fa1af2e475a5fd2be':
  Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]
This commit is contained in:
Deepanshu Gupta
2015-08-26 20:22:11 +00:00
committed by Android Git Automerger

View File

@@ -673,7 +673,7 @@ public final class Matrix_Delegate {
return;
}
System.arraycopy(d.mValues, 0, d.mValues, 0, MATRIX_SIZE);
System.arraycopy(d.mValues, 0, values, 0, MATRIX_SIZE);
}
@LayoutlibDelegate