method

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 ArrowKeyMovementMethodClient

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

ArrowKeyMovementMethodClient wraps the gRPC ArrowKeyMovementMethodService client.

func NewArrowKeyMovementMethodClient

func NewArrowKeyMovementMethodClient(cc grpc.ClientConnInterface) *ArrowKeyMovementMethodClient

NewArrowKeyMovementMethodClient creates a new ArrowKeyMovementMethod client.

func (*ArrowKeyMovementMethodClient) CanSelectArbitrarily

func (c *ArrowKeyMovementMethodClient) CanSelectArbitrarily(ctx context.Context, handle int64) (bool, error)

CanSelectArbitrarily calls the CanSelectArbitrarily RPC.

func (*ArrowKeyMovementMethodClient) GetInstance

func (c *ArrowKeyMovementMethodClient) GetInstance(ctx context.Context, handle int64) (int64, error)

GetInstance calls the GetInstance RPC.

func (*ArrowKeyMovementMethodClient) Initialize

func (c *ArrowKeyMovementMethodClient) Initialize(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

Initialize calls the Initialize RPC.

func (*ArrowKeyMovementMethodClient) NextParagraph

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

NextParagraph calls the NextParagraph RPC.

func (*ArrowKeyMovementMethodClient) OnTakeFocus

func (c *ArrowKeyMovementMethodClient) OnTakeFocus(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) error

OnTakeFocus calls the OnTakeFocus RPC.

func (*ArrowKeyMovementMethodClient) OnTouchEvent

func (c *ArrowKeyMovementMethodClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

func (*ArrowKeyMovementMethodClient) PreviousParagraph

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

PreviousParagraph calls the PreviousParagraph RPC.

type BaseKeyListenerClient

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

BaseKeyListenerClient wraps the gRPC BaseKeyListenerService client.

func NewBaseKeyListenerClient

func NewBaseKeyListenerClient(cc grpc.ClientConnInterface) *BaseKeyListenerClient

NewBaseKeyListenerClient creates a new BaseKeyListener client.

func (*BaseKeyListenerClient) Backspace

func (c *BaseKeyListenerClient) Backspace(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

Backspace calls the Backspace RPC.

func (*BaseKeyListenerClient) ForwardDelete

func (c *BaseKeyListenerClient) ForwardDelete(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

ForwardDelete calls the ForwardDelete RPC.

func (*BaseKeyListenerClient) OnKeyDown

func (c *BaseKeyListenerClient) OnKeyDown(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*BaseKeyListenerClient) OnKeyOther

func (c *BaseKeyListenerClient) OnKeyOther(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnKeyOther calls the OnKeyOther RPC.

type BaseMovementMethodClient

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

BaseMovementMethodClient wraps the gRPC BaseMovementMethodService client.

func NewBaseMovementMethodClient

func NewBaseMovementMethodClient(cc grpc.ClientConnInterface) *BaseMovementMethodClient

NewBaseMovementMethodClient creates a new BaseMovementMethod client.

func (*BaseMovementMethodClient) CanSelectArbitrarily

func (c *BaseMovementMethodClient) CanSelectArbitrarily(ctx context.Context, handle int64) (bool, error)

CanSelectArbitrarily calls the CanSelectArbitrarily RPC.

func (*BaseMovementMethodClient) Initialize

func (c *BaseMovementMethodClient) Initialize(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

Initialize calls the Initialize RPC.

func (*BaseMovementMethodClient) NextParagraph

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

NextParagraph calls the NextParagraph RPC.

func (*BaseMovementMethodClient) OnGenericMotionEvent

func (c *BaseMovementMethodClient) OnGenericMotionEvent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*BaseMovementMethodClient) OnKeyDown

func (c *BaseMovementMethodClient) OnKeyDown(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*BaseMovementMethodClient) OnKeyOther

func (c *BaseMovementMethodClient) OnKeyOther(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnKeyOther calls the OnKeyOther RPC.

func (*BaseMovementMethodClient) OnKeyUp

func (c *BaseMovementMethodClient) OnKeyUp(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyUp calls the OnKeyUp RPC.

func (*BaseMovementMethodClient) OnTakeFocus

func (c *BaseMovementMethodClient) OnTakeFocus(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) error

OnTakeFocus calls the OnTakeFocus RPC.

func (*BaseMovementMethodClient) OnTouchEvent

func (c *BaseMovementMethodClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

func (*BaseMovementMethodClient) OnTrackballEvent

func (c *BaseMovementMethodClient) OnTrackballEvent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnTrackballEvent calls the OnTrackballEvent RPC.

func (*BaseMovementMethodClient) PreviousParagraph

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

PreviousParagraph calls the PreviousParagraph RPC.

type CharacterPickerDialogClient

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

CharacterPickerDialogClient wraps the gRPC CharacterPickerDialogService client.

func NewCharacterPickerDialogClient

func NewCharacterPickerDialogClient(cc grpc.ClientConnInterface) *CharacterPickerDialogClient

NewCharacterPickerDialogClient creates a new CharacterPickerDialog client.

func (*CharacterPickerDialogClient) OnClick

func (c *CharacterPickerDialogClient) OnClick(ctx context.Context, handle int64, arg0 int64) error

OnClick calls the OnClick RPC.

func (*CharacterPickerDialogClient) OnItemClick

func (c *CharacterPickerDialogClient) OnItemClick(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int64) error

OnItemClick calls the OnItemClick RPC.

type DateKeyListenerClient

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

DateKeyListenerClient wraps the gRPC DateKeyListenerService client.

func NewDateKeyListenerClient

func NewDateKeyListenerClient(cc grpc.ClientConnInterface) *DateKeyListenerClient

NewDateKeyListenerClient creates a new DateKeyListener client.

func (*DateKeyListenerClient) GetInputType

func (c *DateKeyListenerClient) GetInputType(ctx context.Context, handle int64) (int32, error)

GetInputType calls the GetInputType RPC.

func (*DateKeyListenerClient) GetInstance0

func (c *DateKeyListenerClient) GetInstance0(ctx context.Context, handle int64) (int64, error)

GetInstance0 calls the GetInstance0 RPC.

func (*DateKeyListenerClient) GetInstance1_1

func (c *DateKeyListenerClient) GetInstance1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetInstance1_1 calls the GetInstance1_1 RPC.

type DateTimeKeyListenerClient

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

DateTimeKeyListenerClient wraps the gRPC DateTimeKeyListenerService client.

func NewDateTimeKeyListenerClient

func NewDateTimeKeyListenerClient(cc grpc.ClientConnInterface) *DateTimeKeyListenerClient

NewDateTimeKeyListenerClient creates a new DateTimeKeyListener client.

func (*DateTimeKeyListenerClient) GetInputType

func (c *DateTimeKeyListenerClient) GetInputType(ctx context.Context, handle int64) (int32, error)

GetInputType calls the GetInputType RPC.

func (*DateTimeKeyListenerClient) GetInstance0

func (c *DateTimeKeyListenerClient) GetInstance0(ctx context.Context, handle int64) (int64, error)

GetInstance0 calls the GetInstance0 RPC.

func (*DateTimeKeyListenerClient) GetInstance1_1

func (c *DateTimeKeyListenerClient) GetInstance1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetInstance1_1 calls the GetInstance1_1 RPC.

type DialerKeyListenerClient

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

DialerKeyListenerClient wraps the gRPC DialerKeyListenerService client.

func NewDialerKeyListenerClient

func NewDialerKeyListenerClient(cc grpc.ClientConnInterface) *DialerKeyListenerClient

NewDialerKeyListenerClient creates a new DialerKeyListener client.

func (*DialerKeyListenerClient) GetInputType

func (c *DialerKeyListenerClient) GetInputType(ctx context.Context, handle int64) (int32, error)

GetInputType calls the GetInputType RPC.

func (*DialerKeyListenerClient) GetInstance

func (c *DialerKeyListenerClient) GetInstance(ctx context.Context, handle int64) (int64, error)

GetInstance calls the GetInstance RPC.

type DigitsKeyListenerClient

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

DigitsKeyListenerClient wraps the gRPC DigitsKeyListenerService client.

func NewDigitsKeyListenerClient

func NewDigitsKeyListenerClient(cc grpc.ClientConnInterface) *DigitsKeyListenerClient

NewDigitsKeyListenerClient creates a new DigitsKeyListener client.

func (*DigitsKeyListenerClient) Filter

func (c *DigitsKeyListenerClient) Filter(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int64, arg4 int32, arg5 int32) (int64, error)

Filter calls the Filter RPC.

func (*DigitsKeyListenerClient) GetInputType

func (c *DigitsKeyListenerClient) GetInputType(ctx context.Context, handle int64) (int32, error)

GetInputType calls the GetInputType RPC.

func (*DigitsKeyListenerClient) GetInstance0

func (c *DigitsKeyListenerClient) GetInstance0(ctx context.Context, handle int64) (int64, error)

GetInstance0 calls the GetInstance0 RPC.

func (*DigitsKeyListenerClient) GetInstance1_2

func (c *DigitsKeyListenerClient) GetInstance1_2(ctx context.Context, handle int64, arg0 string) (int64, error)

GetInstance1_2 calls the GetInstance1_2 RPC.

func (*DigitsKeyListenerClient) GetInstance1_3

func (c *DigitsKeyListenerClient) GetInstance1_3(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetInstance1_3 calls the GetInstance1_3 RPC.

func (*DigitsKeyListenerClient) GetInstance2_1

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

GetInstance2_1 calls the GetInstance2_1 RPC.

func (*DigitsKeyListenerClient) GetInstance3_4

func (c *DigitsKeyListenerClient) GetInstance3_4(ctx context.Context, handle int64, arg0 int64, arg1 bool, arg2 bool) (int64, error)

GetInstance3_4 calls the GetInstance3_4 RPC.

type HideReturnsTransformationMethodClient

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

HideReturnsTransformationMethodClient wraps the gRPC HideReturnsTransformationMethodService client.

func NewHideReturnsTransformationMethodClient

func NewHideReturnsTransformationMethodClient(cc grpc.ClientConnInterface) *HideReturnsTransformationMethodClient

NewHideReturnsTransformationMethodClient creates a new HideReturnsTransformationMethod client.

func (*HideReturnsTransformationMethodClient) GetInstance

func (c *HideReturnsTransformationMethodClient) GetInstance(ctx context.Context, handle int64) (int64, error)

GetInstance calls the GetInstance RPC.

type KeyListenerClient

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

KeyListenerClient wraps the gRPC KeyListenerService client.

func NewKeyListenerClient

func NewKeyListenerClient(cc grpc.ClientConnInterface) *KeyListenerClient

NewKeyListenerClient creates a new KeyListener client.

func (*KeyListenerClient) ClearMetaKeyState

func (c *KeyListenerClient) ClearMetaKeyState(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

ClearMetaKeyState calls the ClearMetaKeyState RPC.

func (*KeyListenerClient) GetInputType

func (c *KeyListenerClient) GetInputType(ctx context.Context) (int32, error)

GetInputType calls the GetInputType RPC.

func (*KeyListenerClient) OnKeyDown

func (c *KeyListenerClient) OnKeyDown(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*KeyListenerClient) OnKeyOther

func (c *KeyListenerClient) OnKeyOther(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnKeyOther calls the OnKeyOther RPC.

func (*KeyListenerClient) OnKeyUp

func (c *KeyListenerClient) OnKeyUp(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyUp calls the OnKeyUp RPC.

type LinkMovementMethodClient

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

LinkMovementMethodClient wraps the gRPC LinkMovementMethodService client.

func NewLinkMovementMethodClient

func NewLinkMovementMethodClient(cc grpc.ClientConnInterface) *LinkMovementMethodClient

NewLinkMovementMethodClient creates a new LinkMovementMethod client.

func (*LinkMovementMethodClient) CanSelectArbitrarily

func (c *LinkMovementMethodClient) CanSelectArbitrarily(ctx context.Context, handle int64) (bool, error)

CanSelectArbitrarily calls the CanSelectArbitrarily RPC.

func (*LinkMovementMethodClient) GetInstance

func (c *LinkMovementMethodClient) GetInstance(ctx context.Context, handle int64) (int64, error)

GetInstance calls the GetInstance RPC.

func (*LinkMovementMethodClient) Initialize

func (c *LinkMovementMethodClient) Initialize(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

Initialize calls the Initialize RPC.

func (*LinkMovementMethodClient) OnTakeFocus

func (c *LinkMovementMethodClient) OnTakeFocus(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) error

OnTakeFocus calls the OnTakeFocus RPC.

func (*LinkMovementMethodClient) OnTouchEvent

func (c *LinkMovementMethodClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

type MetaKeyKeyListenerClient

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

MetaKeyKeyListenerClient wraps the gRPC MetaKeyKeyListenerService client.

func NewMetaKeyKeyListenerClient

func NewMetaKeyKeyListenerClient(cc grpc.ClientConnInterface) *MetaKeyKeyListenerClient

NewMetaKeyKeyListenerClient creates a new MetaKeyKeyListener client.

func (*MetaKeyKeyListenerClient) AdjustMetaAfterKeypress1

func (c *MetaKeyKeyListenerClient) AdjustMetaAfterKeypress1(ctx context.Context, arg0 int64) error

AdjustMetaAfterKeypress1 calls the AdjustMetaAfterKeypress1 RPC.

func (*MetaKeyKeyListenerClient) AdjustMetaAfterKeypress1_1

func (c *MetaKeyKeyListenerClient) AdjustMetaAfterKeypress1_1(ctx context.Context, arg0 int64) (int64, error)

AdjustMetaAfterKeypress1_1 calls the AdjustMetaAfterKeypress1_1 RPC.

func (*MetaKeyKeyListenerClient) ClearMetaKeyState2

func (c *MetaKeyKeyListenerClient) ClearMetaKeyState2(ctx context.Context, arg0 int64, arg1 int32) error

ClearMetaKeyState2 calls the ClearMetaKeyState2 RPC.

func (*MetaKeyKeyListenerClient) ClearMetaKeyState2_2

func (c *MetaKeyKeyListenerClient) ClearMetaKeyState2_2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

ClearMetaKeyState2_2 calls the ClearMetaKeyState2_2 RPC.

func (*MetaKeyKeyListenerClient) ClearMetaKeyState3_1

func (c *MetaKeyKeyListenerClient) ClearMetaKeyState3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

ClearMetaKeyState3_1 calls the ClearMetaKeyState3_1 RPC.

func (*MetaKeyKeyListenerClient) GetMetaState1

func (c *MetaKeyKeyListenerClient) GetMetaState1(ctx context.Context, arg0 string) (int32, error)

GetMetaState1 calls the GetMetaState1 RPC.

func (*MetaKeyKeyListenerClient) GetMetaState1_4

func (c *MetaKeyKeyListenerClient) GetMetaState1_4(ctx context.Context, arg0 int64) (int32, error)

GetMetaState1_4 calls the GetMetaState1_4 RPC.

func (*MetaKeyKeyListenerClient) GetMetaState2_1

func (c *MetaKeyKeyListenerClient) GetMetaState2_1(ctx context.Context, arg0 string, arg1 int64) (int32, error)

GetMetaState2_1 calls the GetMetaState2_1 RPC.

func (*MetaKeyKeyListenerClient) GetMetaState2_2

func (c *MetaKeyKeyListenerClient) GetMetaState2_2(ctx context.Context, arg0 string, arg1 int32) (int32, error)

GetMetaState2_2 calls the GetMetaState2_2 RPC.

func (*MetaKeyKeyListenerClient) GetMetaState2_5

func (c *MetaKeyKeyListenerClient) GetMetaState2_5(ctx context.Context, arg0 int64, arg1 int32) (int32, error)

GetMetaState2_5 calls the GetMetaState2_5 RPC.

func (*MetaKeyKeyListenerClient) GetMetaState3_3

func (c *MetaKeyKeyListenerClient) GetMetaState3_3(ctx context.Context, arg0 string, arg1 int32, arg2 int64) (int32, error)

GetMetaState3_3 calls the GetMetaState3_3 RPC.

func (*MetaKeyKeyListenerClient) HandleKeyDown

func (c *MetaKeyKeyListenerClient) HandleKeyDown(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (int64, error)

HandleKeyDown calls the HandleKeyDown RPC.

func (*MetaKeyKeyListenerClient) HandleKeyUp

func (c *MetaKeyKeyListenerClient) HandleKeyUp(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (int64, error)

HandleKeyUp calls the HandleKeyUp RPC.

func (*MetaKeyKeyListenerClient) IsMetaTracker

func (c *MetaKeyKeyListenerClient) IsMetaTracker(ctx context.Context, arg0 string, arg1 int64) (bool, error)

IsMetaTracker calls the IsMetaTracker RPC.

func (*MetaKeyKeyListenerClient) IsSelectingMetaTracker

func (c *MetaKeyKeyListenerClient) IsSelectingMetaTracker(ctx context.Context, arg0 string, arg1 int64) (bool, error)

IsSelectingMetaTracker calls the IsSelectingMetaTracker RPC.

func (*MetaKeyKeyListenerClient) OnKeyDown

func (c *MetaKeyKeyListenerClient) OnKeyDown(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*MetaKeyKeyListenerClient) OnKeyUp

func (c *MetaKeyKeyListenerClient) OnKeyUp(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyUp calls the OnKeyUp RPC.

func (*MetaKeyKeyListenerClient) ResetLockedMeta

func (c *MetaKeyKeyListenerClient) ResetLockedMeta(ctx context.Context, arg0 int64) (int64, error)

ResetLockedMeta calls the ResetLockedMeta RPC.

func (*MetaKeyKeyListenerClient) ResetMetaState

func (c *MetaKeyKeyListenerClient) ResetMetaState(ctx context.Context, arg0 int64) error

ResetMetaState calls the ResetMetaState RPC.

type MovementMethodClient

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

MovementMethodClient wraps the gRPC MovementMethodService client.

func NewMovementMethodClient

func NewMovementMethodClient(cc grpc.ClientConnInterface) *MovementMethodClient

NewMovementMethodClient creates a new MovementMethod client.

func (*MovementMethodClient) CanSelectArbitrarily

func (c *MovementMethodClient) CanSelectArbitrarily(ctx context.Context) (bool, error)

CanSelectArbitrarily calls the CanSelectArbitrarily RPC.

func (*MovementMethodClient) Initialize

func (c *MovementMethodClient) Initialize(ctx context.Context, arg0 int64, arg1 int64) error

Initialize calls the Initialize RPC.

func (*MovementMethodClient) OnGenericMotionEvent

func (c *MovementMethodClient) OnGenericMotionEvent(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*MovementMethodClient) OnKeyDown

func (c *MovementMethodClient) OnKeyDown(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*MovementMethodClient) OnKeyOther

func (c *MovementMethodClient) OnKeyOther(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnKeyOther calls the OnKeyOther RPC.

func (*MovementMethodClient) OnKeyUp

func (c *MovementMethodClient) OnKeyUp(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyUp calls the OnKeyUp RPC.

func (*MovementMethodClient) OnTakeFocus

func (c *MovementMethodClient) OnTakeFocus(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

OnTakeFocus calls the OnTakeFocus RPC.

func (*MovementMethodClient) OnTouchEvent

func (c *MovementMethodClient) OnTouchEvent(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

func (*MovementMethodClient) OnTrackballEvent

func (c *MovementMethodClient) OnTrackballEvent(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnTrackballEvent calls the OnTrackballEvent RPC.

type MultiTapKeyListenerClient

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

MultiTapKeyListenerClient wraps the gRPC MultiTapKeyListenerService client.

func NewMultiTapKeyListenerClient

func NewMultiTapKeyListenerClient(cc grpc.ClientConnInterface) *MultiTapKeyListenerClient

NewMultiTapKeyListenerClient creates a new MultiTapKeyListener client.

func (*MultiTapKeyListenerClient) GetInputType

func (c *MultiTapKeyListenerClient) GetInputType(ctx context.Context, handle int64) (int32, error)

GetInputType calls the GetInputType RPC.

func (*MultiTapKeyListenerClient) GetInstance

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

GetInstance calls the GetInstance RPC.

func (*MultiTapKeyListenerClient) OnKeyDown

func (c *MultiTapKeyListenerClient) OnKeyDown(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*MultiTapKeyListenerClient) OnSpanAdded

func (c *MultiTapKeyListenerClient) OnSpanAdded(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int32) error

OnSpanAdded calls the OnSpanAdded RPC.

func (*MultiTapKeyListenerClient) OnSpanChanged

func (c *MultiTapKeyListenerClient) OnSpanChanged(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int32, arg5 int32) error

OnSpanChanged calls the OnSpanChanged RPC.

func (*MultiTapKeyListenerClient) OnSpanRemoved

func (c *MultiTapKeyListenerClient) OnSpanRemoved(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int32) error

OnSpanRemoved calls the OnSpanRemoved RPC.

type NumberKeyListenerClient

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

NumberKeyListenerClient wraps the gRPC NumberKeyListenerService client.

func NewNumberKeyListenerClient

func NewNumberKeyListenerClient(cc grpc.ClientConnInterface) *NumberKeyListenerClient

NewNumberKeyListenerClient creates a new NumberKeyListener client.

func (*NumberKeyListenerClient) Filter

func (c *NumberKeyListenerClient) Filter(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 int64, arg4 int32, arg5 int32) (int64, error)

Filter calls the Filter RPC.

func (*NumberKeyListenerClient) OnKeyDown

func (c *NumberKeyListenerClient) OnKeyDown(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

type PasswordTransformationMethodClient

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

PasswordTransformationMethodClient wraps the gRPC PasswordTransformationMethodService client.

func NewPasswordTransformationMethodClient

func NewPasswordTransformationMethodClient(cc grpc.ClientConnInterface) *PasswordTransformationMethodClient

NewPasswordTransformationMethodClient creates a new PasswordTransformationMethod client.

func (*PasswordTransformationMethodClient) AfterTextChanged

func (c *PasswordTransformationMethodClient) AfterTextChanged(ctx context.Context, handle int64, arg0 int64) error

AfterTextChanged calls the AfterTextChanged RPC.

func (*PasswordTransformationMethodClient) BeforeTextChanged

func (c *PasswordTransformationMethodClient) BeforeTextChanged(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int32) error

BeforeTextChanged calls the BeforeTextChanged RPC.

func (*PasswordTransformationMethodClient) GetInstance

func (c *PasswordTransformationMethodClient) GetInstance(ctx context.Context, handle int64) (int64, error)

GetInstance calls the GetInstance RPC.

func (*PasswordTransformationMethodClient) GetTransformation

func (c *PasswordTransformationMethodClient) GetTransformation(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)

GetTransformation calls the GetTransformation RPC.

func (*PasswordTransformationMethodClient) OnFocusChanged

func (c *PasswordTransformationMethodClient) OnFocusChanged(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 bool, arg3 int32, arg4 int64) error

OnFocusChanged calls the OnFocusChanged RPC.

func (*PasswordTransformationMethodClient) OnTextChanged

func (c *PasswordTransformationMethodClient) OnTextChanged(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int32) error

OnTextChanged calls the OnTextChanged RPC.

type QwertyKeyListenerClient

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

QwertyKeyListenerClient wraps the gRPC QwertyKeyListenerService client.

func NewQwertyKeyListenerClient

func NewQwertyKeyListenerClient(cc grpc.ClientConnInterface) *QwertyKeyListenerClient

NewQwertyKeyListenerClient creates a new QwertyKeyListener client.

func (*QwertyKeyListenerClient) GetInputType

func (c *QwertyKeyListenerClient) GetInputType(ctx context.Context, handle int64) (int32, error)

GetInputType calls the GetInputType RPC.

func (*QwertyKeyListenerClient) GetInstance

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

GetInstance calls the GetInstance RPC.

func (*QwertyKeyListenerClient) GetInstanceForFullKeyboard

func (c *QwertyKeyListenerClient) GetInstanceForFullKeyboard(ctx context.Context, handle int64) (int64, error)

GetInstanceForFullKeyboard calls the GetInstanceForFullKeyboard RPC.

func (*QwertyKeyListenerClient) MarkAsReplaced

func (c *QwertyKeyListenerClient) MarkAsReplaced(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, arg3 string) error

MarkAsReplaced calls the MarkAsReplaced RPC.

func (*QwertyKeyListenerClient) OnKeyDown

func (c *QwertyKeyListenerClient) OnKeyDown(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

type ReplacementTransformationMethodClient

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

ReplacementTransformationMethodClient wraps the gRPC ReplacementTransformationMethodService client.

func NewReplacementTransformationMethodClient

func NewReplacementTransformationMethodClient(cc grpc.ClientConnInterface) *ReplacementTransformationMethodClient

NewReplacementTransformationMethodClient creates a new ReplacementTransformationMethod client.

func (*ReplacementTransformationMethodClient) GetTransformation

func (c *ReplacementTransformationMethodClient) GetTransformation(ctx context.Context, arg0 string, arg1 int64) (int64, error)

GetTransformation calls the GetTransformation RPC.

func (*ReplacementTransformationMethodClient) OnFocusChanged

func (c *ReplacementTransformationMethodClient) OnFocusChanged(ctx context.Context, arg0 int64, arg1 string, arg2 bool, arg3 int32, arg4 int64) error

OnFocusChanged calls the OnFocusChanged RPC.

type ScrollingMovementMethodClient

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

ScrollingMovementMethodClient wraps the gRPC ScrollingMovementMethodService client.

func NewScrollingMovementMethodClient

func NewScrollingMovementMethodClient(cc grpc.ClientConnInterface) *ScrollingMovementMethodClient

NewScrollingMovementMethodClient creates a new ScrollingMovementMethod client.

func (*ScrollingMovementMethodClient) GetInstance

func (c *ScrollingMovementMethodClient) GetInstance(ctx context.Context, handle int64) (int64, error)

GetInstance calls the GetInstance RPC.

func (*ScrollingMovementMethodClient) OnTakeFocus

func (c *ScrollingMovementMethodClient) OnTakeFocus(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) error

OnTakeFocus calls the OnTakeFocus RPC.

func (*ScrollingMovementMethodClient) OnTouchEvent

func (c *ScrollingMovementMethodClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

type SingleLineTransformationMethodClient

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

SingleLineTransformationMethodClient wraps the gRPC SingleLineTransformationMethodService client.

func NewSingleLineTransformationMethodClient

func NewSingleLineTransformationMethodClient(cc grpc.ClientConnInterface) *SingleLineTransformationMethodClient

NewSingleLineTransformationMethodClient creates a new SingleLineTransformationMethod client.

func (*SingleLineTransformationMethodClient) GetInstance

func (c *SingleLineTransformationMethodClient) GetInstance(ctx context.Context, handle int64) (int64, error)

GetInstance calls the GetInstance RPC.

type TextKeyListenerCapitalizeClient

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

TextKeyListenerCapitalizeClient wraps the gRPC TextKeyListenerCapitalizeService client.

func NewTextKeyListenerCapitalizeClient

func NewTextKeyListenerCapitalizeClient(cc grpc.ClientConnInterface) *TextKeyListenerCapitalizeClient

NewTextKeyListenerCapitalizeClient creates a new TextKeyListenerCapitalize client.

func (*TextKeyListenerCapitalizeClient) ValueOf

ValueOf calls the ValueOf RPC.

func (*TextKeyListenerCapitalizeClient) Values

Values calls the Values RPC.

type TextKeyListenerClient

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

TextKeyListenerClient wraps the gRPC TextKeyListenerService client.

func NewTextKeyListenerClient

func NewTextKeyListenerClient(cc grpc.ClientConnInterface) *TextKeyListenerClient

NewTextKeyListenerClient creates a new TextKeyListener client.

func (*TextKeyListenerClient) Clear

func (c *TextKeyListenerClient) Clear(ctx context.Context, handle int64, arg0 int64) error

Clear calls the Clear RPC.

func (*TextKeyListenerClient) GetInputType

func (c *TextKeyListenerClient) GetInputType(ctx context.Context, handle int64) (int32, error)

GetInputType calls the GetInputType RPC.

func (*TextKeyListenerClient) GetInstance0

func (c *TextKeyListenerClient) GetInstance0(ctx context.Context, handle int64) (int64, error)

GetInstance0 calls the GetInstance0 RPC.

func (*TextKeyListenerClient) GetInstance2_1

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

GetInstance2_1 calls the GetInstance2_1 RPC.

func (*TextKeyListenerClient) OnKeyDown

func (c *TextKeyListenerClient) OnKeyDown(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*TextKeyListenerClient) OnKeyOther

func (c *TextKeyListenerClient) OnKeyOther(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnKeyOther calls the OnKeyOther RPC.

func (*TextKeyListenerClient) OnKeyUp

func (c *TextKeyListenerClient) OnKeyUp(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnKeyUp calls the OnKeyUp RPC.

func (*TextKeyListenerClient) OnSpanAdded

func (c *TextKeyListenerClient) OnSpanAdded(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int32) error

OnSpanAdded calls the OnSpanAdded RPC.

func (*TextKeyListenerClient) OnSpanChanged

func (c *TextKeyListenerClient) OnSpanChanged(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int32, arg5 int32) error

OnSpanChanged calls the OnSpanChanged RPC.

func (*TextKeyListenerClient) OnSpanRemoved

func (c *TextKeyListenerClient) OnSpanRemoved(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int32) error

OnSpanRemoved calls the OnSpanRemoved RPC.

func (*TextKeyListenerClient) Release

func (c *TextKeyListenerClient) Release(ctx context.Context, handle int64) error

Release calls the Release RPC.

func (*TextKeyListenerClient) ShouldCap

func (c *TextKeyListenerClient) ShouldCap(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int32) (bool, error)

ShouldCap calls the ShouldCap RPC.

type TimeKeyListenerClient

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

TimeKeyListenerClient wraps the gRPC TimeKeyListenerService client.

func NewTimeKeyListenerClient

func NewTimeKeyListenerClient(cc grpc.ClientConnInterface) *TimeKeyListenerClient

NewTimeKeyListenerClient creates a new TimeKeyListener client.

func (*TimeKeyListenerClient) GetInputType

func (c *TimeKeyListenerClient) GetInputType(ctx context.Context, handle int64) (int32, error)

GetInputType calls the GetInputType RPC.

func (*TimeKeyListenerClient) GetInstance0

func (c *TimeKeyListenerClient) GetInstance0(ctx context.Context, handle int64) (int64, error)

GetInstance0 calls the GetInstance0 RPC.

func (*TimeKeyListenerClient) GetInstance1_1

func (c *TimeKeyListenerClient) GetInstance1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetInstance1_1 calls the GetInstance1_1 RPC.

type TouchClient

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

TouchClient wraps the gRPC TouchService client.

func NewTouchClient

func NewTouchClient(cc grpc.ClientConnInterface) *TouchClient

NewTouchClient creates a new Touch client.

func (*TouchClient) GetInitialScrollX

func (c *TouchClient) GetInitialScrollX(ctx context.Context, arg0 int64, arg1 int64) (int32, error)

GetInitialScrollX calls the GetInitialScrollX RPC.

func (*TouchClient) GetInitialScrollY

func (c *TouchClient) GetInitialScrollY(ctx context.Context, arg0 int64, arg1 int64) (int32, error)

GetInitialScrollY calls the GetInitialScrollY RPC.

func (*TouchClient) OnTouchEvent

func (c *TouchClient) OnTouchEvent(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

func (*TouchClient) ScrollTo

func (c *TouchClient) ScrollTo(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) error

ScrollTo calls the ScrollTo RPC.

type TransformationMethodClient

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

TransformationMethodClient wraps the gRPC TransformationMethodService client.

func NewTransformationMethodClient

func NewTransformationMethodClient(cc grpc.ClientConnInterface) *TransformationMethodClient

NewTransformationMethodClient creates a new TransformationMethod client.

func (*TransformationMethodClient) GetTransformation

func (c *TransformationMethodClient) GetTransformation(ctx context.Context, arg0 string, arg1 int64) (int64, error)

GetTransformation calls the GetTransformation RPC.

func (*TransformationMethodClient) OnFocusChanged

func (c *TransformationMethodClient) OnFocusChanged(ctx context.Context, arg0 int64, arg1 string, arg2 bool, arg3 int32, arg4 int64) error

OnFocusChanged calls the OnFocusChanged RPC.

Jump to

Keyboard shortcuts

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