Table of Contents

Class SurfaceView

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class SurfaceView : View, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAccessibilityEventSource
Inheritance
JVMBridgeBase
JVMBridgeBase<View>
SurfaceView
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<View>.IsAssignableFrom(IJavaType)
JVMBridgeBase<View>.IsAssignableFrom<T>()
JVMBridgeBase<View>.Execute<T>(params T[])
JVMBridgeBase<View>.DynBridgeClazz
JVMBridgeBase<View>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

SurfaceView()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public SurfaceView()

SurfaceView(Context)

public SurfaceView(Context arg0)

Parameters

arg0 Context

Context

SurfaceView(Context, AttributeSet)

public SurfaceView(Context arg0, AttributeSet arg1)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

SurfaceView(Context, AttributeSet, int)

public SurfaceView(Context arg0, AttributeSet arg1, int arg2)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

SurfaceView(Context, AttributeSet, int, int)

public SurfaceView(Context arg0, AttributeSet arg1, int arg2, int arg3)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

arg3 int

int

SurfaceView(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public SurfaceView(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SURFACE_LIFECYCLE_DEFAULT

public static int SURFACE_LIFECYCLE_DEFAULT { get; }

Property Value

int

SURFACE_LIFECYCLE_FOLLOWS_ATTACHMENT

public static int SURFACE_LIFECYCLE_FOLLOWS_ATTACHMENT { get; }

Property Value

int

SURFACE_LIFECYCLE_FOLLOWS_VISIBILITY

public static int SURFACE_LIFECYCLE_FOLLOWS_VISIBILITY { get; }

Property Value

int

Methods

ApplyTransactionToFrame(Transaction)

public void ApplyTransactionToFrame(SurfaceControl.Transaction arg0)

Parameters

arg0 SurfaceControl.Transaction

SurfaceControl.Transaction

GetHolder()

public SurfaceHolder GetHolder()

Returns

SurfaceHolder

SurfaceHolder

GetHostToken()

[Obsolete]
public IBinder GetHostToken()

Returns

IBinder

IBinder

GetSurfaceControl()

public SurfaceControl GetSurfaceControl()

Returns

SurfaceControl

SurfaceControl

SetChildSurfacePackage(SurfacePackage)

public void SetChildSurfacePackage(SurfaceControlViewHost.SurfacePackage arg0)

Parameters

arg0 SurfaceControlViewHost.SurfacePackage

SurfaceControlViewHost.SurfacePackage

SetDesiredHdrHeadroom(float)

public void SetDesiredHdrHeadroom(float arg0)

Parameters

arg0 float

float

SetSecure(bool)

public void SetSecure(bool arg0)

Parameters

arg0 bool

bool

SetSurfaceLifecycle(int)

public void SetSurfaceLifecycle(int arg0)

Parameters

arg0 int

int

SetZOrderMediaOverlay(bool)

public void SetZOrderMediaOverlay(bool arg0)

Parameters

arg0 bool

bool

SetZOrderOnTop(bool)

public void SetZOrderOnTop(bool arg0)

Parameters

arg0 bool

bool