diff options
| author | Jamie Gennis <jgennis@google.com> | 2012-04-13 16:15:20 -0700 |
|---|---|---|
| committer | Jamie Gennis <jgennis@google.com> | 2012-04-13 18:33:38 -0700 |
| commit | 33efb231cb92065c40c019319adae36abc413863 (patch) | |
| tree | ae3941f3c2d81d4c86ad463daa48481f4b20d89f /core/java/android/view/TextureView.java | |
| parent | dbed083ff07f4e6fa727ea22cdd7d758291630c1 (diff) | |
Unhide new SurfaceTexture & TextureView APIs
This change unhides the new SurfaceTexture and TextureView APIs that were added
to allow transferring ownership of the SurfaceTexture from the UI framework to
the application.
Change-Id: Ic4b781d907a59e99ff1a5974009305c1f9aee36a
Diffstat (limited to 'core/java/android/view/TextureView.java')
| -rw-r--r-- | core/java/android/view/TextureView.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/view/TextureView.java b/core/java/android/view/TextureView.java index 32029bad5816..214dc5c12b74 100644 --- a/core/java/android/view/TextureView.java +++ b/core/java/android/view/TextureView.java @@ -676,7 +676,6 @@ public class TextureView extends View { * * @param surfaceTexture The {@link SurfaceTexture} that the view should use. * @see SurfaceTexture#detachFromGLContext() - * @hide */ public void setSurfaceTexture(SurfaceTexture surfaceTexture) { if (surfaceTexture == null) { |
