Table of Contents

Class InlineContentView

Namespace
Android.Widget.Inline
Assembly
MASES.Netdroid.dll
public class InlineContentView : ViewGroup, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAccessibilityEventSource, IViewParent, IViewManager
Inheritance
JVMBridgeBase
JVMBridgeBase<View>
InlineContentView
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
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

InlineContentView()

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

public InlineContentView()

InlineContentView(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 InlineContentView(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

Methods

GetSurfaceControl()

public SurfaceControl GetSurfaceControl()

Returns

SurfaceControl

SurfaceControl

IsZOrderedOnTop()

public bool IsZOrderedOnTop()

Returns

bool

bool

OnLayout(bool, int, int, int, int)

public void OnLayout(bool arg0, int arg1, int arg2, int arg3, int arg4)

Parameters

arg0 bool

bool

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

SetSurfaceControlCallback(SurfaceControlCallback)

public void SetSurfaceControlCallback(InlineContentView.SurfaceControlCallback arg0)

Parameters

arg0 InlineContentView.SurfaceControlCallback

InlineContentView.SurfaceControlCallback

SetZOrderedOnTop(bool)

public bool SetZOrderedOnTop(bool arg0)

Parameters

arg0 bool

bool

Returns

bool

bool