diff --git a/graphics/java/android/renderscript/Type.java b/graphics/java/android/renderscript/Type.java index ef08c295a3d3f..e0237390afc44 100644 --- a/graphics/java/android/renderscript/Type.java +++ b/graphics/java/android/renderscript/Type.java @@ -37,10 +37,11 @@ import android.util.Log; * faces. LOD and cube map faces are booleans to indicate present or not * present.
* - *A Type also supports YUV format information to support an {@link - * android.renderscript.Allocation} in a YUV format. The YUV formats supported - * are {@link android.graphics.ImageFormat#YV12} and {@link - * android.graphics.ImageFormat#NV21}.
+ *A Type also supports YUV format information to support an + * {@link android.renderscript.Allocation} in a YUV format. The YUV formats + * supported are {@link android.graphics.ImageFormat#YV12}, + * {@link android.graphics.ImageFormat#NV21}, and + * {@link android.graphics.ImageFormat#YUV_420_888}
* *