Merge "Image: fix typo" into oc-mr1-dev

am: ad3a36b13b

Change-Id: I701cdbd6f46e88e5d0c95073a2d86a65a73c2258
This commit is contained in:
Yin-Chia Yeh
2017-08-23 01:29:29 +00:00
committed by android-build-merger

View File

@@ -31,7 +31,7 @@ import android.graphics.Rect;
* {@link java.nio.ByteBuffer ByteBuffers}. Each buffer is encapsulated in a
* {@link Plane} that describes the layout of the pixel data in that plane. Due
* to this direct access, and unlike the {@link android.graphics.Bitmap Bitmap} class,
* Images are not directly usable as as UI resources.</p>
* Images are not directly usable as UI resources.</p>
*
* <p>Since Images are often directly produced or consumed by hardware
* components, they are a limited resource shared across the system, and should