window

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackEventClient

type BackEventClient struct {
	// contains filtered or unexported fields
}

BackEventClient wraps the gRPC BackEventService client.

func NewBackEventClient

func NewBackEventClient(cc grpc.ClientConnInterface) *BackEventClient

NewBackEventClient creates a new BackEvent client.

func (*BackEventClient) Equals

func (c *BackEventClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*BackEventClient) GetFrameTimeMillis

func (c *BackEventClient) GetFrameTimeMillis(ctx context.Context, handle int64) (int64, error)

GetFrameTimeMillis calls the GetFrameTimeMillis RPC.

func (*BackEventClient) GetProgress

func (c *BackEventClient) GetProgress(ctx context.Context, handle int64) (float32, error)

GetProgress calls the GetProgress RPC.

func (*BackEventClient) GetSwipeEdge

func (c *BackEventClient) GetSwipeEdge(ctx context.Context, handle int64) (int32, error)

GetSwipeEdge calls the GetSwipeEdge RPC.

func (*BackEventClient) GetTouchX

func (c *BackEventClient) GetTouchX(ctx context.Context, handle int64) (float32, error)

GetTouchX calls the GetTouchX RPC.

func (*BackEventClient) GetTouchY

func (c *BackEventClient) GetTouchY(ctx context.Context, handle int64) (float32, error)

GetTouchY calls the GetTouchY RPC.

func (*BackEventClient) ToString

func (c *BackEventClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

type InputTransferTokenClient

type InputTransferTokenClient struct {
	// contains filtered or unexported fields
}

InputTransferTokenClient wraps the gRPC InputTransferTokenService client.

func NewInputTransferTokenClient

func NewInputTransferTokenClient(cc grpc.ClientConnInterface) *InputTransferTokenClient

NewInputTransferTokenClient creates a new InputTransferToken client.

func (*InputTransferTokenClient) DescribeContents

func (c *InputTransferTokenClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*InputTransferTokenClient) Equals

func (c *InputTransferTokenClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*InputTransferTokenClient) HashCode

func (c *InputTransferTokenClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*InputTransferTokenClient) WriteToParcel

func (c *InputTransferTokenClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type OnBackInvokedCallbackClient

type OnBackInvokedCallbackClient struct {
	// contains filtered or unexported fields
}

OnBackInvokedCallbackClient wraps the gRPC OnBackInvokedCallbackService client.

func NewOnBackInvokedCallbackClient

func NewOnBackInvokedCallbackClient(cc grpc.ClientConnInterface) *OnBackInvokedCallbackClient

NewOnBackInvokedCallbackClient creates a new OnBackInvokedCallback client.

func (*OnBackInvokedCallbackClient) OnBackInvoked

func (c *OnBackInvokedCallbackClient) OnBackInvoked(ctx context.Context) error

OnBackInvoked calls the OnBackInvoked RPC.

type OnBackInvokedDispatcherClient

type OnBackInvokedDispatcherClient struct {
	// contains filtered or unexported fields
}

OnBackInvokedDispatcherClient wraps the gRPC OnBackInvokedDispatcherService client.

func NewOnBackInvokedDispatcherClient

func NewOnBackInvokedDispatcherClient(cc grpc.ClientConnInterface) *OnBackInvokedDispatcherClient

NewOnBackInvokedDispatcherClient creates a new OnBackInvokedDispatcher client.

func (*OnBackInvokedDispatcherClient) RegisterOnBackInvokedCallback

func (c *OnBackInvokedDispatcherClient) RegisterOnBackInvokedCallback(ctx context.Context, arg0 int32, arg1 int64) error

RegisterOnBackInvokedCallback calls the RegisterOnBackInvokedCallback RPC.

func (*OnBackInvokedDispatcherClient) UnregisterOnBackInvokedCallback

func (c *OnBackInvokedDispatcherClient) UnregisterOnBackInvokedCallback(ctx context.Context, arg0 int64) error

UnregisterOnBackInvokedCallback calls the UnregisterOnBackInvokedCallback RPC.

type SplashScreenClient

type SplashScreenClient struct {
	// contains filtered or unexported fields
}

SplashScreenClient wraps the gRPC SplashScreenService client.

func NewSplashScreenClient

func NewSplashScreenClient(cc grpc.ClientConnInterface) *SplashScreenClient

NewSplashScreenClient creates a new SplashScreen client.

func (*SplashScreenClient) ClearOnExitAnimationListener

func (c *SplashScreenClient) ClearOnExitAnimationListener(ctx context.Context) error

ClearOnExitAnimationListener calls the ClearOnExitAnimationListener RPC.

func (*SplashScreenClient) SetOnExitAnimationListener

func (c *SplashScreenClient) SetOnExitAnimationListener(ctx context.Context, arg0 int64) error

SetOnExitAnimationListener calls the SetOnExitAnimationListener RPC.

func (*SplashScreenClient) SetSplashScreenTheme

func (c *SplashScreenClient) SetSplashScreenTheme(ctx context.Context, arg0 int32) error

SetSplashScreenTheme calls the SetSplashScreenTheme RPC.

type SplashScreenOnExitAnimationListenerClient

type SplashScreenOnExitAnimationListenerClient struct {
	// contains filtered or unexported fields
}

SplashScreenOnExitAnimationListenerClient wraps the gRPC SplashScreenOnExitAnimationListenerService client.

func NewSplashScreenOnExitAnimationListenerClient

func NewSplashScreenOnExitAnimationListenerClient(cc grpc.ClientConnInterface) *SplashScreenOnExitAnimationListenerClient

NewSplashScreenOnExitAnimationListenerClient creates a new SplashScreenOnExitAnimationListener client.

func (*SplashScreenOnExitAnimationListenerClient) OnSplashScreenExit

func (c *SplashScreenOnExitAnimationListenerClient) OnSplashScreenExit(ctx context.Context, arg0 int64) error

OnSplashScreenExit calls the OnSplashScreenExit RPC.

type SplashScreenViewClient

type SplashScreenViewClient struct {
	// contains filtered or unexported fields
}

SplashScreenViewClient wraps the gRPC SplashScreenViewService client.

func NewSplashScreenViewClient

func NewSplashScreenViewClient(cc grpc.ClientConnInterface) *SplashScreenViewClient

NewSplashScreenViewClient creates a new SplashScreenView client.

func (*SplashScreenViewClient) GetIconAnimationDuration

func (c *SplashScreenViewClient) GetIconAnimationDuration(ctx context.Context) (int64, error)

GetIconAnimationDuration calls the GetIconAnimationDuration RPC.

func (*SplashScreenViewClient) GetIconAnimationStart

func (c *SplashScreenViewClient) GetIconAnimationStart(ctx context.Context) (int64, error)

GetIconAnimationStart calls the GetIconAnimationStart RPC.

func (*SplashScreenViewClient) GetIconView

func (c *SplashScreenViewClient) GetIconView(ctx context.Context) (int64, error)

GetIconView calls the GetIconView RPC.

func (*SplashScreenViewClient) Remove

Remove calls the Remove RPC.

func (*SplashScreenViewClient) SetAlpha

func (c *SplashScreenViewClient) SetAlpha(ctx context.Context, arg0 float32) error

SetAlpha calls the SetAlpha RPC.

type SurfaceSyncGroupClient

type SurfaceSyncGroupClient struct {
	// contains filtered or unexported fields
}

SurfaceSyncGroupClient wraps the gRPC SurfaceSyncGroupService client.

func NewSurfaceSyncGroupClient

func NewSurfaceSyncGroupClient(cc grpc.ClientConnInterface) *SurfaceSyncGroupClient

NewSurfaceSyncGroupClient creates a new SurfaceSyncGroup client.

func (*SurfaceSyncGroupClient) Add2

func (c *SurfaceSyncGroupClient) Add2(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

Add2 calls the Add2 RPC.

func (*SurfaceSyncGroupClient) Add2_1

func (c *SurfaceSyncGroupClient) Add2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

Add2_1 calls the Add2_1 RPC.

func (*SurfaceSyncGroupClient) AddTransaction

func (c *SurfaceSyncGroupClient) AddTransaction(ctx context.Context, handle int64, arg0 int64) error

AddTransaction calls the AddTransaction RPC.

func (*SurfaceSyncGroupClient) MarkSyncReady

func (c *SurfaceSyncGroupClient) MarkSyncReady(ctx context.Context, handle int64) error

MarkSyncReady calls the MarkSyncReady RPC.

type SystemOnBackInvokedCallbacksClient

type SystemOnBackInvokedCallbacksClient struct {
	// contains filtered or unexported fields
}

SystemOnBackInvokedCallbacksClient wraps the gRPC SystemOnBackInvokedCallbacksService client.

func NewSystemOnBackInvokedCallbacksClient

func NewSystemOnBackInvokedCallbacksClient(cc grpc.ClientConnInterface) *SystemOnBackInvokedCallbacksClient

NewSystemOnBackInvokedCallbacksClient creates a new SystemOnBackInvokedCallbacks client.

func (*SystemOnBackInvokedCallbacksClient) FinishAndRemoveTaskCallback

func (c *SystemOnBackInvokedCallbacksClient) FinishAndRemoveTaskCallback(ctx context.Context, arg0 int64) (int64, error)

FinishAndRemoveTaskCallback calls the FinishAndRemoveTaskCallback RPC.

func (*SystemOnBackInvokedCallbacksClient) MoveTaskToBackCallback

func (c *SystemOnBackInvokedCallbacksClient) MoveTaskToBackCallback(ctx context.Context, arg0 int64) (int64, error)

MoveTaskToBackCallback calls the MoveTaskToBackCallback RPC.

type TrustedPresentationThresholdsClient

type TrustedPresentationThresholdsClient struct {
	// contains filtered or unexported fields
}

TrustedPresentationThresholdsClient wraps the gRPC TrustedPresentationThresholdsService client.

func NewTrustedPresentationThresholdsClient

func NewTrustedPresentationThresholdsClient(cc grpc.ClientConnInterface) *TrustedPresentationThresholdsClient

NewTrustedPresentationThresholdsClient creates a new TrustedPresentationThresholds client.

func (*TrustedPresentationThresholdsClient) DescribeContents

func (c *TrustedPresentationThresholdsClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*TrustedPresentationThresholdsClient) Equals

func (c *TrustedPresentationThresholdsClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*TrustedPresentationThresholdsClient) GetMinAlpha

func (c *TrustedPresentationThresholdsClient) GetMinAlpha(ctx context.Context, handle int64) (float32, error)

GetMinAlpha calls the GetMinAlpha RPC.

func (*TrustedPresentationThresholdsClient) GetMinFractionRendered

func (c *TrustedPresentationThresholdsClient) GetMinFractionRendered(ctx context.Context, handle int64) (float32, error)

GetMinFractionRendered calls the GetMinFractionRendered RPC.

func (*TrustedPresentationThresholdsClient) GetStabilityRequirementMillis

func (c *TrustedPresentationThresholdsClient) GetStabilityRequirementMillis(ctx context.Context, handle int64) (int32, error)

GetStabilityRequirementMillis calls the GetStabilityRequirementMillis RPC.

func (*TrustedPresentationThresholdsClient) HashCode

HashCode calls the HashCode RPC.

func (*TrustedPresentationThresholdsClient) ToString

ToString calls the ToString RPC.

func (*TrustedPresentationThresholdsClient) WriteToParcel

func (c *TrustedPresentationThresholdsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL