diff options
| author | 2016-09-07 23:35:43 +0000 | |
|---|---|---|
| committer | 2016-09-07 23:35:43 +0000 | |
| commit | c76ea3d727638acb94b84e4f88f7487d869a5f39 (patch) | |
| tree | a80f5acb86b0bc8cc7db916d883b34f3dd3ad2a5 | |
| parent | 711d0da35356bf3a72d0efb7481ea24b249c8b6a (diff) | |
| parent | c657eed270674dffebc5b9031dbec5b5e4ba041b (diff) | |
docs: fix grammar mistake in TextureView am: e8691d19cb
am: c657eed270
Change-Id: Ie27e53ef83f31dc528df7db8973e6484d1b53230
| -rw-r--r-- | core/java/android/view/TextureView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/TextureView.java b/core/java/android/view/TextureView.java index 52b5cf8a2056..645ab5cdd3fa 100644 --- a/core/java/android/view/TextureView.java +++ b/core/java/android/view/TextureView.java @@ -720,7 +720,7 @@ public class TextureView extends View { /** * Set the {@link SurfaceTexture} for this view to use. If a {@link * SurfaceTexture} is already being used by this view, it is immediately - * released and not be usable any more. The {@link + * released and not usable any more. The {@link * SurfaceTextureListener#onSurfaceTextureDestroyed} callback is <b>not</b> * called for the previous {@link SurfaceTexture}. Similarly, the {@link * SurfaceTextureListener#onSurfaceTextureAvailable} callback is <b>not</b> |