Merge "Fix doc bug for object size."

This commit is contained in:
Jason Sams
2015-03-27 00:58:43 +00:00
committed by Gerrit Code Review

View File

@@ -114,7 +114,8 @@ public class Element extends BaseObj {
* MATRIX the three matrix types contain FLOAT_32 elements and are treated
* as 32 bits for alignment purposes.
*
* RS_* objects. 32 bit opaque handles.
* RS_* objects: opaque handles with implementation dependent
* sizes.
*/
public enum DataType {
NONE (0, 0),