Documentation
¶
Index ¶
- type ContentViewClient
- func (c *ContentViewClient) GetSurfaceControl(ctx context.Context) (int64, error)
- func (c *ContentViewClient) IsZOrderedOnTop(ctx context.Context) (bool, error)
- func (c *ContentViewClient) OnLayout(ctx context.Context, arg0 bool, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error
- func (c *ContentViewClient) SetClipBounds(ctx context.Context, arg0 int64) error
- func (c *ContentViewClient) SetSurfaceControlCallback(ctx context.Context, arg0 int64) error
- func (c *ContentViewClient) SetZOrderedOnTop(ctx context.Context, arg0 bool) (bool, error)
- type ContentViewSurfaceControlCallbackClient
- type PresentationSpecBuilderClient
- type PresentationSpecClient
- func (c *PresentationSpecClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *PresentationSpecClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *PresentationSpecClient) GetMaxSize(ctx context.Context) (int64, error)
- func (c *PresentationSpecClient) GetMinSize(ctx context.Context) (int64, error)
- func (c *PresentationSpecClient) GetStyle(ctx context.Context) (int64, error)
- func (c *PresentationSpecClient) HashCode(ctx context.Context) (int32, error)
- func (c *PresentationSpecClient) ToString(ctx context.Context) (string, error)
- func (c *PresentationSpecClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentViewClient ¶
type ContentViewClient struct {
// contains filtered or unexported fields
}
ContentViewClient wraps the gRPC ContentViewService client.
func NewContentViewClient ¶
func NewContentViewClient(cc grpc.ClientConnInterface) *ContentViewClient
NewContentViewClient creates a new ContentView client.
func (*ContentViewClient) GetSurfaceControl ¶
func (c *ContentViewClient) GetSurfaceControl(ctx context.Context) (int64, error)
GetSurfaceControl calls the GetSurfaceControl RPC.
func (*ContentViewClient) IsZOrderedOnTop ¶
func (c *ContentViewClient) IsZOrderedOnTop(ctx context.Context) (bool, error)
IsZOrderedOnTop calls the IsZOrderedOnTop RPC.
func (*ContentViewClient) OnLayout ¶
func (c *ContentViewClient) OnLayout(ctx context.Context, arg0 bool, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error
OnLayout calls the OnLayout RPC.
func (*ContentViewClient) SetClipBounds ¶
func (c *ContentViewClient) SetClipBounds(ctx context.Context, arg0 int64) error
SetClipBounds calls the SetClipBounds RPC.
func (*ContentViewClient) SetSurfaceControlCallback ¶
func (c *ContentViewClient) SetSurfaceControlCallback(ctx context.Context, arg0 int64) error
SetSurfaceControlCallback calls the SetSurfaceControlCallback RPC.
func (*ContentViewClient) SetZOrderedOnTop ¶
SetZOrderedOnTop calls the SetZOrderedOnTop RPC.
type ContentViewSurfaceControlCallbackClient ¶
type ContentViewSurfaceControlCallbackClient struct {
// contains filtered or unexported fields
}
ContentViewSurfaceControlCallbackClient wraps the gRPC ContentViewSurfaceControlCallbackService client.
func NewContentViewSurfaceControlCallbackClient ¶
func NewContentViewSurfaceControlCallbackClient(cc grpc.ClientConnInterface) *ContentViewSurfaceControlCallbackClient
NewContentViewSurfaceControlCallbackClient creates a new ContentViewSurfaceControlCallback client.
func (*ContentViewSurfaceControlCallbackClient) OnCreated ¶
func (c *ContentViewSurfaceControlCallbackClient) OnCreated(ctx context.Context, arg0 int64) error
OnCreated calls the OnCreated RPC.
func (*ContentViewSurfaceControlCallbackClient) OnDestroyed ¶
func (c *ContentViewSurfaceControlCallbackClient) OnDestroyed(ctx context.Context, arg0 int64) error
OnDestroyed calls the OnDestroyed RPC.
type PresentationSpecBuilderClient ¶
type PresentationSpecBuilderClient struct {
// contains filtered or unexported fields
}
PresentationSpecBuilderClient wraps the gRPC PresentationSpecBuilderService client.
func NewPresentationSpecBuilderClient ¶
func NewPresentationSpecBuilderClient(cc grpc.ClientConnInterface) *PresentationSpecBuilderClient
NewPresentationSpecBuilderClient creates a new PresentationSpecBuilder client.
type PresentationSpecClient ¶
type PresentationSpecClient struct {
// contains filtered or unexported fields
}
PresentationSpecClient wraps the gRPC PresentationSpecService client.
func NewPresentationSpecClient ¶
func NewPresentationSpecClient(cc grpc.ClientConnInterface) *PresentationSpecClient
NewPresentationSpecClient creates a new PresentationSpec client.
func (*PresentationSpecClient) DescribeContents ¶
func (c *PresentationSpecClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PresentationSpecClient) GetMaxSize ¶
func (c *PresentationSpecClient) GetMaxSize(ctx context.Context) (int64, error)
GetMaxSize calls the GetMaxSize RPC.
func (*PresentationSpecClient) GetMinSize ¶
func (c *PresentationSpecClient) GetMinSize(ctx context.Context) (int64, error)
GetMinSize calls the GetMinSize RPC.
func (*PresentationSpecClient) GetStyle ¶
func (c *PresentationSpecClient) GetStyle(ctx context.Context) (int64, error)
GetStyle calls the GetStyle RPC.
func (*PresentationSpecClient) HashCode ¶
func (c *PresentationSpecClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*PresentationSpecClient) ToString ¶
func (c *PresentationSpecClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*PresentationSpecClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.