Uses of Class
android.view.Surface

Packages that use Surface
android.media   
android.renderscript   
android.view   
 

Uses of Surface in android.media
 

Methods in android.media with parameters of type Surface
 void MediaCodec.configure(MediaFormat format, Surface surface, MediaCrypto crypto, int flags)
           
 void MediaRecorder.setPreviewDisplay(Surface sv)
           
 void MediaPlayer.setSurface(Surface surface)
           
 

Uses of Surface in android.renderscript
 

Methods in android.renderscript that return Surface
 Surface Allocation.getSurface()
           
 

Methods in android.renderscript with parameters of type Surface
 void Allocation.setSurface(Surface sur)
           
 

Uses of Surface in android.view
 

Fields in android.view with type parameters of type Surface
static Parcelable.Creator<Surface> Surface.CREATOR
           
 

Methods in android.view that return Surface
 Surface SurfaceHolder.getSurface()
           
 



Copyright © 2008-2012. All Rights Reserved.