inputmethod

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 BaseInputConnectionClient added in v0.0.6

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

BaseInputConnectionClient wraps the gRPC BaseInputConnectionService client.

func NewBaseInputConnectionClient added in v0.0.6

func NewBaseInputConnectionClient(cc grpc.ClientConnInterface) *BaseInputConnectionClient

NewBaseInputConnectionClient creates a new BaseInputConnection client.

func (*BaseInputConnectionClient) BeginBatchEdit added in v0.0.6

func (c *BaseInputConnectionClient) BeginBatchEdit(ctx context.Context, handle int64) (bool, error)

BeginBatchEdit calls the BeginBatchEdit RPC.

func (*BaseInputConnectionClient) ClearMetaKeyStates added in v0.0.6

func (c *BaseInputConnectionClient) ClearMetaKeyStates(ctx context.Context, handle int64, arg0 int32) (bool, error)

ClearMetaKeyStates calls the ClearMetaKeyStates RPC.

func (*BaseInputConnectionClient) CloseConnection added in v0.0.6

func (c *BaseInputConnectionClient) CloseConnection(ctx context.Context, handle int64) error

CloseConnection calls the CloseConnection RPC.

func (*BaseInputConnectionClient) CommitCompletion added in v0.0.6

func (c *BaseInputConnectionClient) CommitCompletion(ctx context.Context, handle int64, arg0 int64) (bool, error)

CommitCompletion calls the CommitCompletion RPC.

func (*BaseInputConnectionClient) CommitContent added in v0.0.6

func (c *BaseInputConnectionClient) CommitContent(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (bool, error)

CommitContent calls the CommitContent RPC.

func (*BaseInputConnectionClient) CommitCorrection added in v0.0.6

func (c *BaseInputConnectionClient) CommitCorrection(ctx context.Context, handle int64, arg0 int64) (bool, error)

CommitCorrection calls the CommitCorrection RPC.

func (*BaseInputConnectionClient) CommitText added in v0.0.6

func (c *BaseInputConnectionClient) CommitText(ctx context.Context, handle int64, arg0 string, arg1 int32) (bool, error)

CommitText calls the CommitText RPC.

func (*BaseInputConnectionClient) DeleteSurroundingText added in v0.0.6

func (c *BaseInputConnectionClient) DeleteSurroundingText(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

DeleteSurroundingText calls the DeleteSurroundingText RPC.

func (*BaseInputConnectionClient) DeleteSurroundingTextInCodePoints added in v0.0.6

func (c *BaseInputConnectionClient) DeleteSurroundingTextInCodePoints(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

DeleteSurroundingTextInCodePoints calls the DeleteSurroundingTextInCodePoints RPC.

func (*BaseInputConnectionClient) EndBatchEdit added in v0.0.6

func (c *BaseInputConnectionClient) EndBatchEdit(ctx context.Context, handle int64) (bool, error)

EndBatchEdit calls the EndBatchEdit RPC.

func (*BaseInputConnectionClient) FinishComposingText added in v0.0.6

func (c *BaseInputConnectionClient) FinishComposingText(ctx context.Context, handle int64) (bool, error)

FinishComposingText calls the FinishComposingText RPC.

func (*BaseInputConnectionClient) GetComposingSpanEnd added in v0.0.6

func (c *BaseInputConnectionClient) GetComposingSpanEnd(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetComposingSpanEnd calls the GetComposingSpanEnd RPC.

func (*BaseInputConnectionClient) GetComposingSpanStart added in v0.0.6

func (c *BaseInputConnectionClient) GetComposingSpanStart(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetComposingSpanStart calls the GetComposingSpanStart RPC.

func (*BaseInputConnectionClient) GetCursorCapsMode added in v0.0.6

func (c *BaseInputConnectionClient) GetCursorCapsMode(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetCursorCapsMode calls the GetCursorCapsMode RPC.

func (*BaseInputConnectionClient) GetEditable added in v0.0.6

func (c *BaseInputConnectionClient) GetEditable(ctx context.Context, handle int64) (int64, error)

GetEditable calls the GetEditable RPC.

func (*BaseInputConnectionClient) GetExtractedText added in v0.0.6

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

GetExtractedText calls the GetExtractedText RPC.

func (*BaseInputConnectionClient) GetHandler added in v0.0.6

func (c *BaseInputConnectionClient) GetHandler(ctx context.Context, handle int64) (int64, error)

GetHandler calls the GetHandler RPC.

func (*BaseInputConnectionClient) GetSelectedText added in v0.0.6

func (c *BaseInputConnectionClient) GetSelectedText(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetSelectedText calls the GetSelectedText RPC.

func (*BaseInputConnectionClient) GetSurroundingText added in v0.0.6

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

GetSurroundingText calls the GetSurroundingText RPC.

func (*BaseInputConnectionClient) GetTextAfterCursor added in v0.0.6

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

GetTextAfterCursor calls the GetTextAfterCursor RPC.

func (*BaseInputConnectionClient) GetTextBeforeCursor added in v0.0.6

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

GetTextBeforeCursor calls the GetTextBeforeCursor RPC.

func (*BaseInputConnectionClient) PerformContextMenuAction added in v0.0.6

func (c *BaseInputConnectionClient) PerformContextMenuAction(ctx context.Context, handle int64, arg0 int32) (bool, error)

PerformContextMenuAction calls the PerformContextMenuAction RPC.

func (*BaseInputConnectionClient) PerformEditorAction added in v0.0.6

func (c *BaseInputConnectionClient) PerformEditorAction(ctx context.Context, handle int64, arg0 int32) (bool, error)

PerformEditorAction calls the PerformEditorAction RPC.

func (*BaseInputConnectionClient) PerformPrivateCommand added in v0.0.6

func (c *BaseInputConnectionClient) PerformPrivateCommand(ctx context.Context, handle int64, arg0 string, arg1 int64) (bool, error)

PerformPrivateCommand calls the PerformPrivateCommand RPC.

func (*BaseInputConnectionClient) RemoveComposingSpans added in v0.0.6

func (c *BaseInputConnectionClient) RemoveComposingSpans(ctx context.Context, handle int64, arg0 int64) error

RemoveComposingSpans calls the RemoveComposingSpans RPC.

func (*BaseInputConnectionClient) ReplaceText added in v0.0.6

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

ReplaceText calls the ReplaceText RPC.

func (*BaseInputConnectionClient) ReportFullscreenMode added in v0.0.6

func (c *BaseInputConnectionClient) ReportFullscreenMode(ctx context.Context, handle int64, arg0 bool) (bool, error)

ReportFullscreenMode calls the ReportFullscreenMode RPC.

func (*BaseInputConnectionClient) RequestCursorUpdates added in v0.0.6

func (c *BaseInputConnectionClient) RequestCursorUpdates(ctx context.Context, handle int64, arg0 int32) (bool, error)

RequestCursorUpdates calls the RequestCursorUpdates RPC.

func (*BaseInputConnectionClient) SendKeyEvent added in v0.0.6

func (c *BaseInputConnectionClient) SendKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

SendKeyEvent calls the SendKeyEvent RPC.

func (*BaseInputConnectionClient) SetComposingRegion added in v0.0.6

func (c *BaseInputConnectionClient) SetComposingRegion(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

SetComposingRegion calls the SetComposingRegion RPC.

func (*BaseInputConnectionClient) SetComposingSpans added in v0.0.6

func (c *BaseInputConnectionClient) SetComposingSpans(ctx context.Context, handle int64, arg0 int64) error

SetComposingSpans calls the SetComposingSpans RPC.

func (*BaseInputConnectionClient) SetComposingText added in v0.0.6

func (c *BaseInputConnectionClient) SetComposingText(ctx context.Context, handle int64, arg0 string, arg1 int32) (bool, error)

SetComposingText calls the SetComposingText RPC.

func (*BaseInputConnectionClient) SetSelection added in v0.0.6

func (c *BaseInputConnectionClient) SetSelection(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

SetSelection calls the SetSelection RPC.

func (*BaseInputConnectionClient) TakeSnapshot added in v0.0.6

func (c *BaseInputConnectionClient) TakeSnapshot(ctx context.Context, handle int64) (int64, error)

TakeSnapshot calls the TakeSnapshot RPC.

type CompletionInfoClient added in v0.0.6

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

CompletionInfoClient wraps the gRPC CompletionInfoService client.

func NewCompletionInfoClient added in v0.0.6

func NewCompletionInfoClient(cc grpc.ClientConnInterface) *CompletionInfoClient

NewCompletionInfoClient creates a new CompletionInfo client.

func (*CompletionInfoClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*CompletionInfoClient) GetId added in v0.0.6

func (c *CompletionInfoClient) GetId(ctx context.Context, handle int64) (int64, error)

GetId calls the GetId RPC.

func (*CompletionInfoClient) GetLabel added in v0.0.6

func (c *CompletionInfoClient) GetLabel(ctx context.Context, handle int64) (int64, error)

GetLabel calls the GetLabel RPC.

func (*CompletionInfoClient) GetPosition added in v0.0.6

func (c *CompletionInfoClient) GetPosition(ctx context.Context, handle int64) (int32, error)

GetPosition calls the GetPosition RPC.

func (*CompletionInfoClient) GetText added in v0.0.6

func (c *CompletionInfoClient) GetText(ctx context.Context, handle int64) (int64, error)

GetText calls the GetText RPC.

func (*CompletionInfoClient) ToString added in v0.0.6

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

ToString calls the ToString RPC.

func (*CompletionInfoClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type ConnectionlessHandwritingCallbackClient added in v0.0.6

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

ConnectionlessHandwritingCallbackClient wraps the gRPC ConnectionlessHandwritingCallbackService client.

func NewConnectionlessHandwritingCallbackClient added in v0.0.6

func NewConnectionlessHandwritingCallbackClient(cc grpc.ClientConnInterface) *ConnectionlessHandwritingCallbackClient

NewConnectionlessHandwritingCallbackClient creates a new ConnectionlessHandwritingCallback client.

func (*ConnectionlessHandwritingCallbackClient) OnError added in v0.0.6

OnError calls the OnError RPC.

func (*ConnectionlessHandwritingCallbackClient) OnResult added in v0.0.6

OnResult calls the OnResult RPC.

type CorrectionInfoClient added in v0.0.6

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

CorrectionInfoClient wraps the gRPC CorrectionInfoService client.

func NewCorrectionInfoClient added in v0.0.6

func NewCorrectionInfoClient(cc grpc.ClientConnInterface) *CorrectionInfoClient

NewCorrectionInfoClient creates a new CorrectionInfo client.

func (*CorrectionInfoClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*CorrectionInfoClient) GetNewText added in v0.0.6

func (c *CorrectionInfoClient) GetNewText(ctx context.Context, handle int64) (int64, error)

GetNewText calls the GetNewText RPC.

func (*CorrectionInfoClient) GetOffset added in v0.0.6

func (c *CorrectionInfoClient) GetOffset(ctx context.Context, handle int64) (int32, error)

GetOffset calls the GetOffset RPC.

func (*CorrectionInfoClient) GetOldText added in v0.0.6

func (c *CorrectionInfoClient) GetOldText(ctx context.Context, handle int64) (int64, error)

GetOldText calls the GetOldText RPC.

func (*CorrectionInfoClient) ToString added in v0.0.6

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

ToString calls the ToString RPC.

func (*CorrectionInfoClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type CursorAnchorInfoBuilderClient added in v0.0.6

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

CursorAnchorInfoBuilderClient wraps the gRPC CursorAnchorInfoBuilderService client.

func NewCursorAnchorInfoBuilderClient added in v0.0.6

func NewCursorAnchorInfoBuilderClient(cc grpc.ClientConnInterface) *CursorAnchorInfoBuilderClient

NewCursorAnchorInfoBuilderClient creates a new CursorAnchorInfoBuilder client.

func (*CursorAnchorInfoBuilderClient) AddCharacterBounds added in v0.0.6

func (c *CursorAnchorInfoBuilderClient) AddCharacterBounds(ctx context.Context, arg0 int32, arg1 float32, arg2 float32, arg3 float32, arg4 float32, arg5 int32) (int64, error)

AddCharacterBounds calls the AddCharacterBounds RPC.

func (*CursorAnchorInfoBuilderClient) AddVisibleLineBounds added in v0.0.6

func (c *CursorAnchorInfoBuilderClient) AddVisibleLineBounds(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (int64, error)

AddVisibleLineBounds calls the AddVisibleLineBounds RPC.

func (*CursorAnchorInfoBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*CursorAnchorInfoBuilderClient) ClearVisibleLineBounds added in v0.0.6

func (c *CursorAnchorInfoBuilderClient) ClearVisibleLineBounds(ctx context.Context) (int64, error)

ClearVisibleLineBounds calls the ClearVisibleLineBounds RPC.

func (*CursorAnchorInfoBuilderClient) Reset added in v0.0.6

Reset calls the Reset RPC.

func (*CursorAnchorInfoBuilderClient) SetComposingText added in v0.0.6

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

SetComposingText calls the SetComposingText RPC.

func (*CursorAnchorInfoBuilderClient) SetEditorBoundsInfo added in v0.0.6

func (c *CursorAnchorInfoBuilderClient) SetEditorBoundsInfo(ctx context.Context, arg0 int64) (int64, error)

SetEditorBoundsInfo calls the SetEditorBoundsInfo RPC.

func (*CursorAnchorInfoBuilderClient) SetInsertionMarkerLocation added in v0.0.6

func (c *CursorAnchorInfoBuilderClient) SetInsertionMarkerLocation(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int32) (int64, error)

SetInsertionMarkerLocation calls the SetInsertionMarkerLocation RPC.

func (*CursorAnchorInfoBuilderClient) SetMatrix added in v0.0.6

func (c *CursorAnchorInfoBuilderClient) SetMatrix(ctx context.Context, arg0 int64) (int64, error)

SetMatrix calls the SetMatrix RPC.

func (*CursorAnchorInfoBuilderClient) SetSelectionRange added in v0.0.6

func (c *CursorAnchorInfoBuilderClient) SetSelectionRange(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

SetSelectionRange calls the SetSelectionRange RPC.

func (*CursorAnchorInfoBuilderClient) SetTextAppearanceInfo added in v0.0.6

func (c *CursorAnchorInfoBuilderClient) SetTextAppearanceInfo(ctx context.Context, arg0 int64) (int64, error)

SetTextAppearanceInfo calls the SetTextAppearanceInfo RPC.

type CursorAnchorInfoClient added in v0.0.6

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

CursorAnchorInfoClient wraps the gRPC CursorAnchorInfoService client.

func NewCursorAnchorInfoClient added in v0.0.6

func NewCursorAnchorInfoClient(cc grpc.ClientConnInterface) *CursorAnchorInfoClient

NewCursorAnchorInfoClient creates a new CursorAnchorInfo client.

func (*CursorAnchorInfoClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*CursorAnchorInfoClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*CursorAnchorInfoClient) GetCharacterBounds added in v0.0.6

func (c *CursorAnchorInfoClient) GetCharacterBounds(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetCharacterBounds calls the GetCharacterBounds RPC.

func (*CursorAnchorInfoClient) GetCharacterBoundsFlags added in v0.0.6

func (c *CursorAnchorInfoClient) GetCharacterBoundsFlags(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetCharacterBoundsFlags calls the GetCharacterBoundsFlags RPC.

func (*CursorAnchorInfoClient) GetComposingText added in v0.0.6

func (c *CursorAnchorInfoClient) GetComposingText(ctx context.Context, handle int64) (int64, error)

GetComposingText calls the GetComposingText RPC.

func (*CursorAnchorInfoClient) GetComposingTextStart added in v0.0.6

func (c *CursorAnchorInfoClient) GetComposingTextStart(ctx context.Context, handle int64) (int32, error)

GetComposingTextStart calls the GetComposingTextStart RPC.

func (*CursorAnchorInfoClient) GetEditorBoundsInfo added in v0.0.6

func (c *CursorAnchorInfoClient) GetEditorBoundsInfo(ctx context.Context, handle int64) (int64, error)

GetEditorBoundsInfo calls the GetEditorBoundsInfo RPC.

func (*CursorAnchorInfoClient) GetInsertionMarkerBaseline added in v0.0.6

func (c *CursorAnchorInfoClient) GetInsertionMarkerBaseline(ctx context.Context, handle int64) (float32, error)

GetInsertionMarkerBaseline calls the GetInsertionMarkerBaseline RPC.

func (*CursorAnchorInfoClient) GetInsertionMarkerBottom added in v0.0.6

func (c *CursorAnchorInfoClient) GetInsertionMarkerBottom(ctx context.Context, handle int64) (float32, error)

GetInsertionMarkerBottom calls the GetInsertionMarkerBottom RPC.

func (*CursorAnchorInfoClient) GetInsertionMarkerFlags added in v0.0.6

func (c *CursorAnchorInfoClient) GetInsertionMarkerFlags(ctx context.Context, handle int64) (int32, error)

GetInsertionMarkerFlags calls the GetInsertionMarkerFlags RPC.

func (*CursorAnchorInfoClient) GetInsertionMarkerHorizontal added in v0.0.6

func (c *CursorAnchorInfoClient) GetInsertionMarkerHorizontal(ctx context.Context, handle int64) (float32, error)

GetInsertionMarkerHorizontal calls the GetInsertionMarkerHorizontal RPC.

func (*CursorAnchorInfoClient) GetInsertionMarkerTop added in v0.0.6

func (c *CursorAnchorInfoClient) GetInsertionMarkerTop(ctx context.Context, handle int64) (float32, error)

GetInsertionMarkerTop calls the GetInsertionMarkerTop RPC.

func (*CursorAnchorInfoClient) GetMatrix added in v0.0.6

func (c *CursorAnchorInfoClient) GetMatrix(ctx context.Context, handle int64) (int64, error)

GetMatrix calls the GetMatrix RPC.

func (*CursorAnchorInfoClient) GetSelectionEnd added in v0.0.6

func (c *CursorAnchorInfoClient) GetSelectionEnd(ctx context.Context, handle int64) (int32, error)

GetSelectionEnd calls the GetSelectionEnd RPC.

func (*CursorAnchorInfoClient) GetSelectionStart added in v0.0.6

func (c *CursorAnchorInfoClient) GetSelectionStart(ctx context.Context, handle int64) (int32, error)

GetSelectionStart calls the GetSelectionStart RPC.

func (*CursorAnchorInfoClient) GetTextAppearanceInfo added in v0.0.6

func (c *CursorAnchorInfoClient) GetTextAppearanceInfo(ctx context.Context, handle int64) (int64, error)

GetTextAppearanceInfo calls the GetTextAppearanceInfo RPC.

func (*CursorAnchorInfoClient) GetVisibleLineBounds added in v0.0.6

func (c *CursorAnchorInfoClient) GetVisibleLineBounds(ctx context.Context, handle int64) (int64, error)

GetVisibleLineBounds calls the GetVisibleLineBounds RPC.

func (*CursorAnchorInfoClient) HashCode added in v0.0.6

func (c *CursorAnchorInfoClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*CursorAnchorInfoClient) ToString added in v0.0.6

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

ToString calls the ToString RPC.

func (*CursorAnchorInfoClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type DeleteGestureBuilderClient added in v0.0.6

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

DeleteGestureBuilderClient wraps the gRPC DeleteGestureBuilderService client.

func NewDeleteGestureBuilderClient added in v0.0.6

func NewDeleteGestureBuilderClient(cc grpc.ClientConnInterface) *DeleteGestureBuilderClient

NewDeleteGestureBuilderClient creates a new DeleteGestureBuilder client.

func (*DeleteGestureBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*DeleteGestureBuilderClient) SetDeletionArea added in v0.0.6

func (c *DeleteGestureBuilderClient) SetDeletionArea(ctx context.Context, arg0 int64) (int64, error)

SetDeletionArea calls the SetDeletionArea RPC.

func (*DeleteGestureBuilderClient) SetFallbackText added in v0.0.6

func (c *DeleteGestureBuilderClient) SetFallbackText(ctx context.Context, arg0 string) (int64, error)

SetFallbackText calls the SetFallbackText RPC.

func (*DeleteGestureBuilderClient) SetGranularity added in v0.0.6

func (c *DeleteGestureBuilderClient) SetGranularity(ctx context.Context, arg0 int32) (int64, error)

SetGranularity calls the SetGranularity RPC.

type DeleteGestureClient added in v0.0.6

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

DeleteGestureClient wraps the gRPC DeleteGestureService client.

func NewDeleteGestureClient added in v0.0.6

func NewDeleteGestureClient(cc grpc.ClientConnInterface) *DeleteGestureClient

NewDeleteGestureClient creates a new DeleteGesture client.

func (*DeleteGestureClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*DeleteGestureClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*DeleteGestureClient) GetDeletionArea added in v0.0.6

func (c *DeleteGestureClient) GetDeletionArea(ctx context.Context) (int64, error)

GetDeletionArea calls the GetDeletionArea RPC.

func (*DeleteGestureClient) GetGranularity added in v0.0.6

func (c *DeleteGestureClient) GetGranularity(ctx context.Context) (int32, error)

GetGranularity calls the GetGranularity RPC.

func (*DeleteGestureClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*DeleteGestureClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type DeleteRangeGestureBuilderClient added in v0.0.6

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

DeleteRangeGestureBuilderClient wraps the gRPC DeleteRangeGestureBuilderService client.

func NewDeleteRangeGestureBuilderClient added in v0.0.6

func NewDeleteRangeGestureBuilderClient(cc grpc.ClientConnInterface) *DeleteRangeGestureBuilderClient

NewDeleteRangeGestureBuilderClient creates a new DeleteRangeGestureBuilder client.

func (*DeleteRangeGestureBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*DeleteRangeGestureBuilderClient) SetDeletionEndArea added in v0.0.6

func (c *DeleteRangeGestureBuilderClient) SetDeletionEndArea(ctx context.Context, arg0 int64) (int64, error)

SetDeletionEndArea calls the SetDeletionEndArea RPC.

func (*DeleteRangeGestureBuilderClient) SetDeletionStartArea added in v0.0.6

func (c *DeleteRangeGestureBuilderClient) SetDeletionStartArea(ctx context.Context, arg0 int64) (int64, error)

SetDeletionStartArea calls the SetDeletionStartArea RPC.

func (*DeleteRangeGestureBuilderClient) SetFallbackText added in v0.0.6

func (c *DeleteRangeGestureBuilderClient) SetFallbackText(ctx context.Context, arg0 string) (int64, error)

SetFallbackText calls the SetFallbackText RPC.

func (*DeleteRangeGestureBuilderClient) SetGranularity added in v0.0.6

func (c *DeleteRangeGestureBuilderClient) SetGranularity(ctx context.Context, arg0 int32) (int64, error)

SetGranularity calls the SetGranularity RPC.

type DeleteRangeGestureClient added in v0.0.6

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

DeleteRangeGestureClient wraps the gRPC DeleteRangeGestureService client.

func NewDeleteRangeGestureClient added in v0.0.6

func NewDeleteRangeGestureClient(cc grpc.ClientConnInterface) *DeleteRangeGestureClient

NewDeleteRangeGestureClient creates a new DeleteRangeGesture client.

func (*DeleteRangeGestureClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*DeleteRangeGestureClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*DeleteRangeGestureClient) GetDeletionEndArea added in v0.0.6

func (c *DeleteRangeGestureClient) GetDeletionEndArea(ctx context.Context) (int64, error)

GetDeletionEndArea calls the GetDeletionEndArea RPC.

func (*DeleteRangeGestureClient) GetDeletionStartArea added in v0.0.6

func (c *DeleteRangeGestureClient) GetDeletionStartArea(ctx context.Context) (int64, error)

GetDeletionStartArea calls the GetDeletionStartArea RPC.

func (*DeleteRangeGestureClient) GetGranularity added in v0.0.6

func (c *DeleteRangeGestureClient) GetGranularity(ctx context.Context) (int32, error)

GetGranularity calls the GetGranularity RPC.

func (*DeleteRangeGestureClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*DeleteRangeGestureClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type EditorBoundsInfoBuilderClient added in v0.0.6

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

EditorBoundsInfoBuilderClient wraps the gRPC EditorBoundsInfoBuilderService client.

func NewEditorBoundsInfoBuilderClient added in v0.0.6

func NewEditorBoundsInfoBuilderClient(cc grpc.ClientConnInterface) *EditorBoundsInfoBuilderClient

NewEditorBoundsInfoBuilderClient creates a new EditorBoundsInfoBuilder client.

func (*EditorBoundsInfoBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*EditorBoundsInfoBuilderClient) SetEditorBounds added in v0.0.6

func (c *EditorBoundsInfoBuilderClient) SetEditorBounds(ctx context.Context, arg0 int64) (int64, error)

SetEditorBounds calls the SetEditorBounds RPC.

func (*EditorBoundsInfoBuilderClient) SetHandwritingBounds added in v0.0.6

func (c *EditorBoundsInfoBuilderClient) SetHandwritingBounds(ctx context.Context, arg0 int64) (int64, error)

SetHandwritingBounds calls the SetHandwritingBounds RPC.

type EditorBoundsInfoClient added in v0.0.6

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

EditorBoundsInfoClient wraps the gRPC EditorBoundsInfoService client.

func NewEditorBoundsInfoClient added in v0.0.6

func NewEditorBoundsInfoClient(cc grpc.ClientConnInterface) *EditorBoundsInfoClient

NewEditorBoundsInfoClient creates a new EditorBoundsInfo client.

func (*EditorBoundsInfoClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*EditorBoundsInfoClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*EditorBoundsInfoClient) GetEditorBounds added in v0.0.6

func (c *EditorBoundsInfoClient) GetEditorBounds(ctx context.Context) (int64, error)

GetEditorBounds calls the GetEditorBounds RPC.

func (*EditorBoundsInfoClient) GetHandwritingBounds added in v0.0.6

func (c *EditorBoundsInfoClient) GetHandwritingBounds(ctx context.Context) (int64, error)

GetHandwritingBounds calls the GetHandwritingBounds RPC.

func (*EditorBoundsInfoClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*EditorBoundsInfoClient) ToString added in v0.0.6

func (c *EditorBoundsInfoClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*EditorBoundsInfoClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type EditorInfoClient added in v0.0.6

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

EditorInfoClient wraps the gRPC EditorInfoService client.

func NewEditorInfoClient added in v0.0.6

func NewEditorInfoClient(cc grpc.ClientConnInterface) *EditorInfoClient

NewEditorInfoClient creates a new EditorInfo client.

func (*EditorInfoClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*EditorInfoClient) Dump added in v0.0.6

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

Dump calls the Dump RPC.

func (*EditorInfoClient) GetAutofillId added in v0.0.6

func (c *EditorInfoClient) GetAutofillId(ctx context.Context, handle int64) (int64, error)

GetAutofillId calls the GetAutofillId RPC.

func (*EditorInfoClient) GetInitialSelectedText added in v0.0.6

func (c *EditorInfoClient) GetInitialSelectedText(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetInitialSelectedText calls the GetInitialSelectedText RPC.

func (*EditorInfoClient) GetInitialSurroundingText added in v0.0.6

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

GetInitialSurroundingText calls the GetInitialSurroundingText RPC.

func (*EditorInfoClient) GetInitialTextAfterCursor added in v0.0.6

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

GetInitialTextAfterCursor calls the GetInitialTextAfterCursor RPC.

func (*EditorInfoClient) GetInitialTextBeforeCursor added in v0.0.6

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

GetInitialTextBeforeCursor calls the GetInitialTextBeforeCursor RPC.

func (*EditorInfoClient) GetInitialToolType added in v0.0.6

func (c *EditorInfoClient) GetInitialToolType(ctx context.Context, handle int64) (int32, error)

GetInitialToolType calls the GetInitialToolType RPC.

func (*EditorInfoClient) IsStylusHandwritingEnabled added in v0.0.6

func (c *EditorInfoClient) IsStylusHandwritingEnabled(ctx context.Context, handle int64) (bool, error)

IsStylusHandwritingEnabled calls the IsStylusHandwritingEnabled RPC.

func (*EditorInfoClient) IsWritingToolsEnabled added in v0.0.6

func (c *EditorInfoClient) IsWritingToolsEnabled(ctx context.Context, handle int64) (bool, error)

IsWritingToolsEnabled calls the IsWritingToolsEnabled RPC.

func (*EditorInfoClient) MakeCompatible added in v0.0.6

func (c *EditorInfoClient) MakeCompatible(ctx context.Context, handle int64, arg0 int32) error

MakeCompatible calls the MakeCompatible RPC.

func (*EditorInfoClient) SetAutofillId added in v0.0.6

func (c *EditorInfoClient) SetAutofillId(ctx context.Context, handle int64, arg0 int64) error

SetAutofillId calls the SetAutofillId RPC.

func (*EditorInfoClient) SetInitialSurroundingSubText added in v0.0.6

func (c *EditorInfoClient) SetInitialSurroundingSubText(ctx context.Context, handle int64, arg0 string, arg1 int32) error

SetInitialSurroundingSubText calls the SetInitialSurroundingSubText RPC.

func (*EditorInfoClient) SetInitialSurroundingText added in v0.0.6

func (c *EditorInfoClient) SetInitialSurroundingText(ctx context.Context, handle int64, arg0 string) error

SetInitialSurroundingText calls the SetInitialSurroundingText RPC.

func (*EditorInfoClient) SetInitialToolType added in v0.0.6

func (c *EditorInfoClient) SetInitialToolType(ctx context.Context, handle int64, arg0 int32) error

SetInitialToolType calls the SetInitialToolType RPC.

func (*EditorInfoClient) SetStylusHandwritingEnabled added in v0.0.6

func (c *EditorInfoClient) SetStylusHandwritingEnabled(ctx context.Context, handle int64, arg0 bool) error

SetStylusHandwritingEnabled calls the SetStylusHandwritingEnabled RPC.

func (*EditorInfoClient) SetWritingToolsEnabled added in v0.0.6

func (c *EditorInfoClient) SetWritingToolsEnabled(ctx context.Context, handle int64, arg0 bool) error

SetWritingToolsEnabled calls the SetWritingToolsEnabled RPC.

func (*EditorInfoClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type ExtractedTextClient added in v0.0.6

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

ExtractedTextClient wraps the gRPC ExtractedTextService client.

func NewExtractedTextClient added in v0.0.6

func NewExtractedTextClient(cc grpc.ClientConnInterface) *ExtractedTextClient

NewExtractedTextClient creates a new ExtractedText client.

func (*ExtractedTextClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*ExtractedTextClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type ExtractedTextRequestClient added in v0.0.6

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

ExtractedTextRequestClient wraps the gRPC ExtractedTextRequestService client.

func NewExtractedTextRequestClient added in v0.0.6

func NewExtractedTextRequestClient(cc grpc.ClientConnInterface) *ExtractedTextRequestClient

NewExtractedTextRequestClient creates a new ExtractedTextRequest client.

func (*ExtractedTextRequestClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*ExtractedTextRequestClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type HandwritingGestureClient added in v0.0.6

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

HandwritingGestureClient wraps the gRPC HandwritingGestureService client.

func NewHandwritingGestureClient added in v0.0.6

func NewHandwritingGestureClient(cc grpc.ClientConnInterface) *HandwritingGestureClient

NewHandwritingGestureClient creates a new HandwritingGesture client.

func (*HandwritingGestureClient) GetFallbackText added in v0.0.6

func (c *HandwritingGestureClient) GetFallbackText(ctx context.Context) (string, error)

GetFallbackText calls the GetFallbackText RPC.

type InlineSuggestionClient added in v0.0.6

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

InlineSuggestionClient wraps the gRPC InlineSuggestionService client.

func NewInlineSuggestionClient added in v0.0.6

func NewInlineSuggestionClient(cc grpc.ClientConnInterface) *InlineSuggestionClient

NewInlineSuggestionClient creates a new InlineSuggestion client.

func (*InlineSuggestionClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*InlineSuggestionClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*InlineSuggestionClient) GetInfo added in v0.0.6

func (c *InlineSuggestionClient) GetInfo(ctx context.Context) (int64, error)

GetInfo calls the GetInfo RPC.

func (*InlineSuggestionClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*InlineSuggestionClient) ToString added in v0.0.6

func (c *InlineSuggestionClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*InlineSuggestionClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type InlineSuggestionInfoClient added in v0.0.6

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

InlineSuggestionInfoClient wraps the gRPC InlineSuggestionInfoService client.

func NewInlineSuggestionInfoClient added in v0.0.6

func NewInlineSuggestionInfoClient(cc grpc.ClientConnInterface) *InlineSuggestionInfoClient

NewInlineSuggestionInfoClient creates a new InlineSuggestionInfo client.

func (*InlineSuggestionInfoClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*InlineSuggestionInfoClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*InlineSuggestionInfoClient) GetAutofillHints added in v0.0.6

func (c *InlineSuggestionInfoClient) GetAutofillHints(ctx context.Context) (int64, error)

GetAutofillHints calls the GetAutofillHints RPC.

func (*InlineSuggestionInfoClient) GetInlinePresentationSpec added in v0.0.6

func (c *InlineSuggestionInfoClient) GetInlinePresentationSpec(ctx context.Context) (int64, error)

GetInlinePresentationSpec calls the GetInlinePresentationSpec RPC.

func (*InlineSuggestionInfoClient) GetSource added in v0.0.6

func (c *InlineSuggestionInfoClient) GetSource(ctx context.Context) (string, error)

GetSource calls the GetSource RPC.

func (*InlineSuggestionInfoClient) GetType added in v0.0.6

GetType calls the GetType RPC.

func (*InlineSuggestionInfoClient) HashCode added in v0.0.6

HashCode calls the HashCode RPC.

func (*InlineSuggestionInfoClient) IsPinned added in v0.0.6

func (c *InlineSuggestionInfoClient) IsPinned(ctx context.Context) (bool, error)

IsPinned calls the IsPinned RPC.

func (*InlineSuggestionInfoClient) ToString added in v0.0.6

ToString calls the ToString RPC.

func (*InlineSuggestionInfoClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type InlineSuggestionsRequestBuilderClient added in v0.0.6

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

InlineSuggestionsRequestBuilderClient wraps the gRPC InlineSuggestionsRequestBuilderService client.

func NewInlineSuggestionsRequestBuilderClient added in v0.0.6

func NewInlineSuggestionsRequestBuilderClient(cc grpc.ClientConnInterface) *InlineSuggestionsRequestBuilderClient

NewInlineSuggestionsRequestBuilderClient creates a new InlineSuggestionsRequestBuilder client.

func (*InlineSuggestionsRequestBuilderClient) AddInlinePresentationSpecs added in v0.0.6

func (c *InlineSuggestionsRequestBuilderClient) AddInlinePresentationSpecs(ctx context.Context, arg0 int64) (int64, error)

AddInlinePresentationSpecs calls the AddInlinePresentationSpecs RPC.

func (*InlineSuggestionsRequestBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*InlineSuggestionsRequestBuilderClient) SetExtras added in v0.0.6

SetExtras calls the SetExtras RPC.

func (*InlineSuggestionsRequestBuilderClient) SetInlineTooltipPresentationSpec added in v0.0.6

func (c *InlineSuggestionsRequestBuilderClient) SetInlineTooltipPresentationSpec(ctx context.Context, arg0 int64) (int64, error)

SetInlineTooltipPresentationSpec calls the SetInlineTooltipPresentationSpec RPC.

func (*InlineSuggestionsRequestBuilderClient) SetMaxSuggestionCount added in v0.0.6

func (c *InlineSuggestionsRequestBuilderClient) SetMaxSuggestionCount(ctx context.Context, arg0 int32) (int64, error)

SetMaxSuggestionCount calls the SetMaxSuggestionCount RPC.

func (*InlineSuggestionsRequestBuilderClient) SetSupportedLocales added in v0.0.6

func (c *InlineSuggestionsRequestBuilderClient) SetSupportedLocales(ctx context.Context, arg0 int64) (int64, error)

SetSupportedLocales calls the SetSupportedLocales RPC.

type InlineSuggestionsRequestClient added in v0.0.6

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

InlineSuggestionsRequestClient wraps the gRPC InlineSuggestionsRequestService client.

func NewInlineSuggestionsRequestClient added in v0.0.6

func NewInlineSuggestionsRequestClient(cc grpc.ClientConnInterface) *InlineSuggestionsRequestClient

NewInlineSuggestionsRequestClient creates a new InlineSuggestionsRequest client.

func (*InlineSuggestionsRequestClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*InlineSuggestionsRequestClient) Equals added in v0.0.6

Equals calls the Equals RPC.

func (*InlineSuggestionsRequestClient) GetExtras added in v0.0.6

GetExtras calls the GetExtras RPC.

func (*InlineSuggestionsRequestClient) GetHostPackageName added in v0.0.6

func (c *InlineSuggestionsRequestClient) GetHostPackageName(ctx context.Context) (string, error)

GetHostPackageName calls the GetHostPackageName RPC.

func (*InlineSuggestionsRequestClient) GetInlinePresentationSpecs added in v0.0.6

func (c *InlineSuggestionsRequestClient) GetInlinePresentationSpecs(ctx context.Context) (int64, error)

GetInlinePresentationSpecs calls the GetInlinePresentationSpecs RPC.

func (*InlineSuggestionsRequestClient) GetInlineTooltipPresentationSpec added in v0.0.6

func (c *InlineSuggestionsRequestClient) GetInlineTooltipPresentationSpec(ctx context.Context) (int64, error)

GetInlineTooltipPresentationSpec calls the GetInlineTooltipPresentationSpec RPC.

func (*InlineSuggestionsRequestClient) GetMaxSuggestionCount added in v0.0.6

func (c *InlineSuggestionsRequestClient) GetMaxSuggestionCount(ctx context.Context) (int32, error)

GetMaxSuggestionCount calls the GetMaxSuggestionCount RPC.

func (*InlineSuggestionsRequestClient) GetSupportedLocales added in v0.0.6

func (c *InlineSuggestionsRequestClient) GetSupportedLocales(ctx context.Context) (int64, error)

GetSupportedLocales calls the GetSupportedLocales RPC.

func (*InlineSuggestionsRequestClient) HashCode added in v0.0.6

HashCode calls the HashCode RPC.

func (*InlineSuggestionsRequestClient) ToString added in v0.0.6

ToString calls the ToString RPC.

func (*InlineSuggestionsRequestClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type InlineSuggestionsResponseClient added in v0.0.6

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

InlineSuggestionsResponseClient wraps the gRPC InlineSuggestionsResponseService client.

func NewInlineSuggestionsResponseClient added in v0.0.6

func NewInlineSuggestionsResponseClient(cc grpc.ClientConnInterface) *InlineSuggestionsResponseClient

NewInlineSuggestionsResponseClient creates a new InlineSuggestionsResponse client.

func (*InlineSuggestionsResponseClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*InlineSuggestionsResponseClient) Equals added in v0.0.6

Equals calls the Equals RPC.

func (*InlineSuggestionsResponseClient) GetInlineSuggestions added in v0.0.6

func (c *InlineSuggestionsResponseClient) GetInlineSuggestions(ctx context.Context) (int64, error)

GetInlineSuggestions calls the GetInlineSuggestions RPC.

func (*InlineSuggestionsResponseClient) HashCode added in v0.0.6

HashCode calls the HashCode RPC.

func (*InlineSuggestionsResponseClient) ToString added in v0.0.6

ToString calls the ToString RPC.

func (*InlineSuggestionsResponseClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type InputBindingClient added in v0.0.6

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

InputBindingClient wraps the gRPC InputBindingService client.

func NewInputBindingClient added in v0.0.6

func NewInputBindingClient(cc grpc.ClientConnInterface) *InputBindingClient

NewInputBindingClient creates a new InputBinding client.

func (*InputBindingClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*InputBindingClient) GetConnection added in v0.0.6

func (c *InputBindingClient) GetConnection(ctx context.Context, handle int64) (int64, error)

GetConnection calls the GetConnection RPC.

func (*InputBindingClient) GetConnectionToken added in v0.0.6

func (c *InputBindingClient) GetConnectionToken(ctx context.Context, handle int64) (int64, error)

GetConnectionToken calls the GetConnectionToken RPC.

func (*InputBindingClient) GetPid added in v0.0.6

func (c *InputBindingClient) GetPid(ctx context.Context, handle int64) (int32, error)

GetPid calls the GetPid RPC.

func (*InputBindingClient) GetUid added in v0.0.6

func (c *InputBindingClient) GetUid(ctx context.Context, handle int64) (int32, error)

GetUid calls the GetUid RPC.

func (*InputBindingClient) ToString added in v0.0.6

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

ToString calls the ToString RPC.

func (*InputBindingClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type InputConnectionClient added in v0.0.6

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

InputConnectionClient wraps the gRPC InputConnectionService client.

func NewInputConnectionClient added in v0.0.6

func NewInputConnectionClient(cc grpc.ClientConnInterface) *InputConnectionClient

NewInputConnectionClient creates a new InputConnection client.

func (*InputConnectionClient) BeginBatchEdit added in v0.0.6

func (c *InputConnectionClient) BeginBatchEdit(ctx context.Context) (bool, error)

BeginBatchEdit calls the BeginBatchEdit RPC.

func (*InputConnectionClient) ClearMetaKeyStates added in v0.0.6

func (c *InputConnectionClient) ClearMetaKeyStates(ctx context.Context, arg0 int32) (bool, error)

ClearMetaKeyStates calls the ClearMetaKeyStates RPC.

func (*InputConnectionClient) CloseConnection added in v0.0.6

func (c *InputConnectionClient) CloseConnection(ctx context.Context) error

CloseConnection calls the CloseConnection RPC.

func (*InputConnectionClient) CommitCompletion added in v0.0.6

func (c *InputConnectionClient) CommitCompletion(ctx context.Context, arg0 int64) (bool, error)

CommitCompletion calls the CommitCompletion RPC.

func (*InputConnectionClient) CommitContent added in v0.0.6

func (c *InputConnectionClient) CommitContent(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (bool, error)

CommitContent calls the CommitContent RPC.

func (*InputConnectionClient) CommitCorrection added in v0.0.6

func (c *InputConnectionClient) CommitCorrection(ctx context.Context, arg0 int64) (bool, error)

CommitCorrection calls the CommitCorrection RPC.

func (*InputConnectionClient) CommitText added in v0.0.6

func (c *InputConnectionClient) CommitText(ctx context.Context, arg0 string, arg1 int32) (bool, error)

CommitText calls the CommitText RPC.

func (*InputConnectionClient) DeleteSurroundingText added in v0.0.6

func (c *InputConnectionClient) DeleteSurroundingText(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

DeleteSurroundingText calls the DeleteSurroundingText RPC.

func (*InputConnectionClient) DeleteSurroundingTextInCodePoints added in v0.0.6

func (c *InputConnectionClient) DeleteSurroundingTextInCodePoints(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

DeleteSurroundingTextInCodePoints calls the DeleteSurroundingTextInCodePoints RPC.

func (*InputConnectionClient) EndBatchEdit added in v0.0.6

func (c *InputConnectionClient) EndBatchEdit(ctx context.Context) (bool, error)

EndBatchEdit calls the EndBatchEdit RPC.

func (*InputConnectionClient) FinishComposingText added in v0.0.6

func (c *InputConnectionClient) FinishComposingText(ctx context.Context) (bool, error)

FinishComposingText calls the FinishComposingText RPC.

func (*InputConnectionClient) GetCursorCapsMode added in v0.0.6

func (c *InputConnectionClient) GetCursorCapsMode(ctx context.Context, arg0 int32) (int32, error)

GetCursorCapsMode calls the GetCursorCapsMode RPC.

func (*InputConnectionClient) GetExtractedText added in v0.0.6

func (c *InputConnectionClient) GetExtractedText(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

GetExtractedText calls the GetExtractedText RPC.

func (*InputConnectionClient) GetHandler added in v0.0.6

func (c *InputConnectionClient) GetHandler(ctx context.Context) (int64, error)

GetHandler calls the GetHandler RPC.

func (*InputConnectionClient) GetSelectedText added in v0.0.6

func (c *InputConnectionClient) GetSelectedText(ctx context.Context, arg0 int32) (int64, error)

GetSelectedText calls the GetSelectedText RPC.

func (*InputConnectionClient) GetTextAfterCursor added in v0.0.6

func (c *InputConnectionClient) GetTextAfterCursor(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetTextAfterCursor calls the GetTextAfterCursor RPC.

func (*InputConnectionClient) GetTextBeforeCursor added in v0.0.6

func (c *InputConnectionClient) GetTextBeforeCursor(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetTextBeforeCursor calls the GetTextBeforeCursor RPC.

func (*InputConnectionClient) PerformContextMenuAction added in v0.0.6

func (c *InputConnectionClient) PerformContextMenuAction(ctx context.Context, arg0 int32) (bool, error)

PerformContextMenuAction calls the PerformContextMenuAction RPC.

func (*InputConnectionClient) PerformEditorAction added in v0.0.6

func (c *InputConnectionClient) PerformEditorAction(ctx context.Context, arg0 int32) (bool, error)

PerformEditorAction calls the PerformEditorAction RPC.

func (*InputConnectionClient) PerformPrivateCommand added in v0.0.6

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

PerformPrivateCommand calls the PerformPrivateCommand RPC.

func (*InputConnectionClient) ReportFullscreenMode added in v0.0.6

func (c *InputConnectionClient) ReportFullscreenMode(ctx context.Context, arg0 bool) (bool, error)

ReportFullscreenMode calls the ReportFullscreenMode RPC.

func (*InputConnectionClient) RequestCursorUpdates added in v0.0.6

func (c *InputConnectionClient) RequestCursorUpdates(ctx context.Context, arg0 int32) (bool, error)

RequestCursorUpdates calls the RequestCursorUpdates RPC.

func (*InputConnectionClient) SendKeyEvent added in v0.0.6

func (c *InputConnectionClient) SendKeyEvent(ctx context.Context, arg0 int64) (bool, error)

SendKeyEvent calls the SendKeyEvent RPC.

func (*InputConnectionClient) SetComposingRegion added in v0.0.6

func (c *InputConnectionClient) SetComposingRegion(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

SetComposingRegion calls the SetComposingRegion RPC.

func (*InputConnectionClient) SetComposingText added in v0.0.6

func (c *InputConnectionClient) SetComposingText(ctx context.Context, arg0 string, arg1 int32) (bool, error)

SetComposingText calls the SetComposingText RPC.

func (*InputConnectionClient) SetSelection added in v0.0.6

func (c *InputConnectionClient) SetSelection(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

SetSelection calls the SetSelection RPC.

type InputConnectionWrapperClient added in v0.0.6

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

InputConnectionWrapperClient wraps the gRPC InputConnectionWrapperService client.

func NewInputConnectionWrapperClient added in v0.0.6

func NewInputConnectionWrapperClient(cc grpc.ClientConnInterface) *InputConnectionWrapperClient

NewInputConnectionWrapperClient creates a new InputConnectionWrapper client.

func (*InputConnectionWrapperClient) BeginBatchEdit added in v0.0.6

func (c *InputConnectionWrapperClient) BeginBatchEdit(ctx context.Context, handle int64) (bool, error)

BeginBatchEdit calls the BeginBatchEdit RPC.

func (*InputConnectionWrapperClient) ClearMetaKeyStates added in v0.0.6

func (c *InputConnectionWrapperClient) ClearMetaKeyStates(ctx context.Context, handle int64, arg0 int32) (bool, error)

ClearMetaKeyStates calls the ClearMetaKeyStates RPC.

func (*InputConnectionWrapperClient) CloseConnection added in v0.0.6

func (c *InputConnectionWrapperClient) CloseConnection(ctx context.Context, handle int64) error

CloseConnection calls the CloseConnection RPC.

func (*InputConnectionWrapperClient) CommitCompletion added in v0.0.6

func (c *InputConnectionWrapperClient) CommitCompletion(ctx context.Context, handle int64, arg0 int64) (bool, error)

CommitCompletion calls the CommitCompletion RPC.

func (*InputConnectionWrapperClient) CommitContent added in v0.0.6

func (c *InputConnectionWrapperClient) CommitContent(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (bool, error)

CommitContent calls the CommitContent RPC.

func (*InputConnectionWrapperClient) CommitCorrection added in v0.0.6

func (c *InputConnectionWrapperClient) CommitCorrection(ctx context.Context, handle int64, arg0 int64) (bool, error)

CommitCorrection calls the CommitCorrection RPC.

func (*InputConnectionWrapperClient) CommitText2 added in v0.0.6

func (c *InputConnectionWrapperClient) CommitText2(ctx context.Context, handle int64, arg0 string, arg1 int32) (bool, error)

CommitText2 calls the CommitText2 RPC.

func (*InputConnectionWrapperClient) CommitText3_1 added in v0.0.6

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

CommitText3_1 calls the CommitText3_1 RPC.

func (*InputConnectionWrapperClient) DeleteSurroundingText added in v0.0.6

func (c *InputConnectionWrapperClient) DeleteSurroundingText(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

DeleteSurroundingText calls the DeleteSurroundingText RPC.

func (*InputConnectionWrapperClient) DeleteSurroundingTextInCodePoints added in v0.0.6

func (c *InputConnectionWrapperClient) DeleteSurroundingTextInCodePoints(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

DeleteSurroundingTextInCodePoints calls the DeleteSurroundingTextInCodePoints RPC.

func (*InputConnectionWrapperClient) EndBatchEdit added in v0.0.6

func (c *InputConnectionWrapperClient) EndBatchEdit(ctx context.Context, handle int64) (bool, error)

EndBatchEdit calls the EndBatchEdit RPC.

func (*InputConnectionWrapperClient) FinishComposingText added in v0.0.6

func (c *InputConnectionWrapperClient) FinishComposingText(ctx context.Context, handle int64) (bool, error)

FinishComposingText calls the FinishComposingText RPC.

func (*InputConnectionWrapperClient) GetCursorCapsMode added in v0.0.6

func (c *InputConnectionWrapperClient) GetCursorCapsMode(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetCursorCapsMode calls the GetCursorCapsMode RPC.

func (*InputConnectionWrapperClient) GetExtractedText added in v0.0.6

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

GetExtractedText calls the GetExtractedText RPC.

func (*InputConnectionWrapperClient) GetHandler added in v0.0.6

func (c *InputConnectionWrapperClient) GetHandler(ctx context.Context, handle int64) (int64, error)

GetHandler calls the GetHandler RPC.

func (*InputConnectionWrapperClient) GetSelectedText added in v0.0.6

func (c *InputConnectionWrapperClient) GetSelectedText(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetSelectedText calls the GetSelectedText RPC.

func (*InputConnectionWrapperClient) GetSurroundingText added in v0.0.6

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

GetSurroundingText calls the GetSurroundingText RPC.

func (*InputConnectionWrapperClient) GetTextAfterCursor added in v0.0.6

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

GetTextAfterCursor calls the GetTextAfterCursor RPC.

func (*InputConnectionWrapperClient) GetTextBeforeCursor added in v0.0.6

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

GetTextBeforeCursor calls the GetTextBeforeCursor RPC.

func (*InputConnectionWrapperClient) PerformContextMenuAction added in v0.0.6

func (c *InputConnectionWrapperClient) PerformContextMenuAction(ctx context.Context, handle int64, arg0 int32) (bool, error)

PerformContextMenuAction calls the PerformContextMenuAction RPC.

func (*InputConnectionWrapperClient) PerformEditorAction added in v0.0.6

func (c *InputConnectionWrapperClient) PerformEditorAction(ctx context.Context, handle int64, arg0 int32) (bool, error)

PerformEditorAction calls the PerformEditorAction RPC.

func (*InputConnectionWrapperClient) PerformHandwritingGesture added in v0.0.6

func (c *InputConnectionWrapperClient) PerformHandwritingGesture(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error

PerformHandwritingGesture calls the PerformHandwritingGesture RPC.

func (*InputConnectionWrapperClient) PerformPrivateCommand added in v0.0.6

func (c *InputConnectionWrapperClient) PerformPrivateCommand(ctx context.Context, handle int64, arg0 string, arg1 int64) (bool, error)

PerformPrivateCommand calls the PerformPrivateCommand RPC.

func (*InputConnectionWrapperClient) PerformSpellCheck added in v0.0.6

func (c *InputConnectionWrapperClient) PerformSpellCheck(ctx context.Context, handle int64) (bool, error)

PerformSpellCheck calls the PerformSpellCheck RPC.

func (*InputConnectionWrapperClient) PreviewHandwritingGesture added in v0.0.6

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

PreviewHandwritingGesture calls the PreviewHandwritingGesture RPC.

func (*InputConnectionWrapperClient) ReplaceText added in v0.0.6

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

ReplaceText calls the ReplaceText RPC.

func (*InputConnectionWrapperClient) ReportFullscreenMode added in v0.0.6

func (c *InputConnectionWrapperClient) ReportFullscreenMode(ctx context.Context, handle int64, arg0 bool) (bool, error)

ReportFullscreenMode calls the ReportFullscreenMode RPC.

func (*InputConnectionWrapperClient) RequestCursorUpdates1 added in v0.0.6

func (c *InputConnectionWrapperClient) RequestCursorUpdates1(ctx context.Context, handle int64, arg0 int32) (bool, error)

RequestCursorUpdates1 calls the RequestCursorUpdates1 RPC.

func (*InputConnectionWrapperClient) RequestCursorUpdates2_1 added in v0.0.6

func (c *InputConnectionWrapperClient) RequestCursorUpdates2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

RequestCursorUpdates2_1 calls the RequestCursorUpdates2_1 RPC.

func (*InputConnectionWrapperClient) SendKeyEvent added in v0.0.6

func (c *InputConnectionWrapperClient) SendKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

SendKeyEvent calls the SendKeyEvent RPC.

func (*InputConnectionWrapperClient) SetComposingRegion2 added in v0.0.6

func (c *InputConnectionWrapperClient) SetComposingRegion2(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

SetComposingRegion2 calls the SetComposingRegion2 RPC.

func (*InputConnectionWrapperClient) SetComposingRegion3_1 added in v0.0.6

func (c *InputConnectionWrapperClient) SetComposingRegion3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (bool, error)

SetComposingRegion3_1 calls the SetComposingRegion3_1 RPC.

func (*InputConnectionWrapperClient) SetComposingText2 added in v0.0.6

func (c *InputConnectionWrapperClient) SetComposingText2(ctx context.Context, handle int64, arg0 string, arg1 int32) (bool, error)

SetComposingText2 calls the SetComposingText2 RPC.

func (*InputConnectionWrapperClient) SetComposingText3_1 added in v0.0.6

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

SetComposingText3_1 calls the SetComposingText3_1 RPC.

func (*InputConnectionWrapperClient) SetImeConsumesInput added in v0.0.6

func (c *InputConnectionWrapperClient) SetImeConsumesInput(ctx context.Context, handle int64, arg0 bool) (bool, error)

SetImeConsumesInput calls the SetImeConsumesInput RPC.

func (*InputConnectionWrapperClient) SetSelection added in v0.0.6

func (c *InputConnectionWrapperClient) SetSelection(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

SetSelection calls the SetSelection RPC.

func (*InputConnectionWrapperClient) SetTarget added in v0.0.6

func (c *InputConnectionWrapperClient) SetTarget(ctx context.Context, handle int64, arg0 int64) error

SetTarget calls the SetTarget RPC.

func (*InputConnectionWrapperClient) TakeSnapshot added in v0.0.6

func (c *InputConnectionWrapperClient) TakeSnapshot(ctx context.Context, handle int64) (int64, error)

TakeSnapshot calls the TakeSnapshot RPC.

type InputContentInfoClient added in v0.0.6

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

InputContentInfoClient wraps the gRPC InputContentInfoService client.

func NewInputContentInfoClient added in v0.0.6

func NewInputContentInfoClient(cc grpc.ClientConnInterface) *InputContentInfoClient

NewInputContentInfoClient creates a new InputContentInfo client.

func (*InputContentInfoClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*InputContentInfoClient) GetContentUri added in v0.0.6

func (c *InputContentInfoClient) GetContentUri(ctx context.Context, handle int64) (int64, error)

GetContentUri calls the GetContentUri RPC.

func (*InputContentInfoClient) GetDescription added in v0.0.6

func (c *InputContentInfoClient) GetDescription(ctx context.Context, handle int64) (int64, error)

GetDescription calls the GetDescription RPC.

func (*InputContentInfoClient) GetLinkUri added in v0.0.6

func (c *InputContentInfoClient) GetLinkUri(ctx context.Context, handle int64) (int64, error)

GetLinkUri calls the GetLinkUri RPC.

func (*InputContentInfoClient) ReleasePermission added in v0.0.6

func (c *InputContentInfoClient) ReleasePermission(ctx context.Context, handle int64) error

ReleasePermission calls the ReleasePermission RPC.

func (*InputContentInfoClient) RequestPermission added in v0.0.6

func (c *InputContentInfoClient) RequestPermission(ctx context.Context, handle int64) error

RequestPermission calls the RequestPermission RPC.

func (*InputContentInfoClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type InputMethodClient added in v0.0.6

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

InputMethodClient wraps the gRPC InputMethodService client.

func NewInputMethodClient added in v0.0.6

func NewInputMethodClient(cc grpc.ClientConnInterface) *InputMethodClient

NewInputMethodClient creates a new InputMethod client.

func (*InputMethodClient) AttachToken added in v0.0.6

func (c *InputMethodClient) AttachToken(ctx context.Context, arg0 int64) error

AttachToken calls the AttachToken RPC.

func (*InputMethodClient) BindInput added in v0.0.6

func (c *InputMethodClient) BindInput(ctx context.Context, arg0 int64) error

BindInput calls the BindInput RPC.

func (*InputMethodClient) ChangeInputMethodSubtype added in v0.0.6

func (c *InputMethodClient) ChangeInputMethodSubtype(ctx context.Context, arg0 int64) error

ChangeInputMethodSubtype calls the ChangeInputMethodSubtype RPC.

func (*InputMethodClient) CreateSession added in v0.0.6

func (c *InputMethodClient) CreateSession(ctx context.Context, arg0 int64) error

CreateSession calls the CreateSession RPC.

func (*InputMethodClient) HideSoftInput added in v0.0.6

func (c *InputMethodClient) HideSoftInput(ctx context.Context, arg0 int32, arg1 int64) error

HideSoftInput calls the HideSoftInput RPC.

func (*InputMethodClient) RestartInput added in v0.0.6

func (c *InputMethodClient) RestartInput(ctx context.Context, arg0 int64, arg1 int64) error

RestartInput calls the RestartInput RPC.

func (*InputMethodClient) RevokeSession added in v0.0.6

func (c *InputMethodClient) RevokeSession(ctx context.Context, arg0 int64) error

RevokeSession calls the RevokeSession RPC.

func (*InputMethodClient) SetSessionEnabled added in v0.0.6

func (c *InputMethodClient) SetSessionEnabled(ctx context.Context, arg0 int64, arg1 bool) error

SetSessionEnabled calls the SetSessionEnabled RPC.

func (*InputMethodClient) ShowSoftInput added in v0.0.6

func (c *InputMethodClient) ShowSoftInput(ctx context.Context, arg0 int32, arg1 int64) error

ShowSoftInput calls the ShowSoftInput RPC.

func (*InputMethodClient) StartInput added in v0.0.6

func (c *InputMethodClient) StartInput(ctx context.Context, arg0 int64, arg1 int64) error

StartInput calls the StartInput RPC.

func (*InputMethodClient) UnbindInput added in v0.0.6

func (c *InputMethodClient) UnbindInput(ctx context.Context) error

UnbindInput calls the UnbindInput RPC.

type InputMethodInfoClient added in v0.0.6

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

InputMethodInfoClient wraps the gRPC InputMethodInfoService client.

func NewInputMethodInfoClient added in v0.0.6

func NewInputMethodInfoClient(cc grpc.ClientConnInterface) *InputMethodInfoClient

NewInputMethodInfoClient creates a new InputMethodInfo client.

func (*InputMethodInfoClient) CreateImeLanguageSettingsActivityIntent added in v0.0.6

func (c *InputMethodInfoClient) CreateImeLanguageSettingsActivityIntent(ctx context.Context, handle int64) (int64, error)

CreateImeLanguageSettingsActivityIntent calls the CreateImeLanguageSettingsActivityIntent RPC.

func (*InputMethodInfoClient) CreateStylusHandwritingSettingsActivityIntent added in v0.0.6

func (c *InputMethodInfoClient) CreateStylusHandwritingSettingsActivityIntent(ctx context.Context, handle int64) (int64, error)

CreateStylusHandwritingSettingsActivityIntent calls the CreateStylusHandwritingSettingsActivityIntent RPC.

func (*InputMethodInfoClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*InputMethodInfoClient) Dump added in v0.0.6

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

Dump calls the Dump RPC.

func (*InputMethodInfoClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*InputMethodInfoClient) GetComponent added in v0.0.6

func (c *InputMethodInfoClient) GetComponent(ctx context.Context, handle int64) (int64, error)

GetComponent calls the GetComponent RPC.

func (*InputMethodInfoClient) GetConfigChanges added in v0.0.6

func (c *InputMethodInfoClient) GetConfigChanges(ctx context.Context, handle int64) (int32, error)

GetConfigChanges calls the GetConfigChanges RPC.

func (*InputMethodInfoClient) GetId added in v0.0.6

func (c *InputMethodInfoClient) GetId(ctx context.Context, handle int64) (string, error)

GetId calls the GetId RPC.

func (*InputMethodInfoClient) GetIsDefaultResourceId added in v0.0.6

func (c *InputMethodInfoClient) GetIsDefaultResourceId(ctx context.Context, handle int64) (int32, error)

GetIsDefaultResourceId calls the GetIsDefaultResourceId RPC.

func (*InputMethodInfoClient) GetPackageName added in v0.0.6

func (c *InputMethodInfoClient) GetPackageName(ctx context.Context, handle int64) (string, error)

GetPackageName calls the GetPackageName RPC.

func (*InputMethodInfoClient) GetServiceInfo added in v0.0.6

func (c *InputMethodInfoClient) GetServiceInfo(ctx context.Context, handle int64) (int64, error)

GetServiceInfo calls the GetServiceInfo RPC.

func (*InputMethodInfoClient) GetServiceName added in v0.0.6

func (c *InputMethodInfoClient) GetServiceName(ctx context.Context, handle int64) (string, error)

GetServiceName calls the GetServiceName RPC.

func (*InputMethodInfoClient) GetSettingsActivity added in v0.0.6

func (c *InputMethodInfoClient) GetSettingsActivity(ctx context.Context, handle int64) (string, error)

GetSettingsActivity calls the GetSettingsActivity RPC.

func (*InputMethodInfoClient) GetSubtypeAt added in v0.0.6

func (c *InputMethodInfoClient) GetSubtypeAt(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetSubtypeAt calls the GetSubtypeAt RPC.

func (*InputMethodInfoClient) GetSubtypeCount added in v0.0.6

func (c *InputMethodInfoClient) GetSubtypeCount(ctx context.Context, handle int64) (int32, error)

GetSubtypeCount calls the GetSubtypeCount RPC.

func (*InputMethodInfoClient) HashCode added in v0.0.6

func (c *InputMethodInfoClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*InputMethodInfoClient) LoadIcon added in v0.0.6

func (c *InputMethodInfoClient) LoadIcon(ctx context.Context, handle int64, arg0 int64) (int64, error)

LoadIcon calls the LoadIcon RPC.

func (*InputMethodInfoClient) LoadLabel added in v0.0.6

func (c *InputMethodInfoClient) LoadLabel(ctx context.Context, handle int64, arg0 int64) (int64, error)

LoadLabel calls the LoadLabel RPC.

func (*InputMethodInfoClient) ShouldShowInInputMethodPicker added in v0.0.6

func (c *InputMethodInfoClient) ShouldShowInInputMethodPicker(ctx context.Context, handle int64) (bool, error)

ShouldShowInInputMethodPicker calls the ShouldShowInInputMethodPicker RPC.

func (*InputMethodInfoClient) SupportsConnectionlessStylusHandwriting added in v0.0.6

func (c *InputMethodInfoClient) SupportsConnectionlessStylusHandwriting(ctx context.Context, handle int64) (bool, error)

SupportsConnectionlessStylusHandwriting calls the SupportsConnectionlessStylusHandwriting RPC.

func (*InputMethodInfoClient) SupportsStylusHandwriting added in v0.0.6

func (c *InputMethodInfoClient) SupportsStylusHandwriting(ctx context.Context, handle int64) (bool, error)

SupportsStylusHandwriting calls the SupportsStylusHandwriting RPC.

func (*InputMethodInfoClient) SuppressesSpellChecker added in v0.0.6

func (c *InputMethodInfoClient) SuppressesSpellChecker(ctx context.Context, handle int64) (bool, error)

SuppressesSpellChecker calls the SuppressesSpellChecker RPC.

func (*InputMethodInfoClient) ToString added in v0.0.6

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

ToString calls the ToString RPC.

func (*InputMethodInfoClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type InputMethodManagerClient added in v0.0.6

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

InputMethodManagerClient wraps the gRPC InputMethodManagerService client.

func NewInputMethodManagerClient added in v0.0.6

func NewInputMethodManagerClient(cc grpc.ClientConnInterface) *InputMethodManagerClient

NewInputMethodManagerClient creates a new InputMethodManager client.

func (*InputMethodManagerClient) AcceptStylusHandwritingDelegation1 added in v0.0.6

func (c *InputMethodManagerClient) AcceptStylusHandwritingDelegation1(ctx context.Context, arg0 int64) (bool, error)

AcceptStylusHandwritingDelegation1 calls the AcceptStylusHandwritingDelegation1 RPC.

func (*InputMethodManagerClient) AcceptStylusHandwritingDelegation2_1 added in v0.0.6

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

AcceptStylusHandwritingDelegation2_1 calls the AcceptStylusHandwritingDelegation2_1 RPC.

func (*InputMethodManagerClient) DispatchKeyEventFromInputMethod added in v0.0.6

func (c *InputMethodManagerClient) DispatchKeyEventFromInputMethod(ctx context.Context, arg0 int64, arg1 int64) error

DispatchKeyEventFromInputMethod calls the DispatchKeyEventFromInputMethod RPC.

func (*InputMethodManagerClient) DisplayCompletions added in v0.0.6

func (c *InputMethodManagerClient) DisplayCompletions(ctx context.Context, arg0 int64, arg1 int64) error

DisplayCompletions calls the DisplayCompletions RPC.

func (*InputMethodManagerClient) GetCurrentInputMethodInfo added in v0.0.6

func (c *InputMethodManagerClient) GetCurrentInputMethodInfo(ctx context.Context) (int64, error)

GetCurrentInputMethodInfo calls the GetCurrentInputMethodInfo RPC.

func (*InputMethodManagerClient) GetCurrentInputMethodSubtype added in v0.0.6

func (c *InputMethodManagerClient) GetCurrentInputMethodSubtype(ctx context.Context) (int64, error)

GetCurrentInputMethodSubtype calls the GetCurrentInputMethodSubtype RPC.

func (*InputMethodManagerClient) GetEnabledInputMethodList added in v0.0.6

func (c *InputMethodManagerClient) GetEnabledInputMethodList(ctx context.Context) (int64, error)

GetEnabledInputMethodList calls the GetEnabledInputMethodList RPC.

func (*InputMethodManagerClient) GetEnabledInputMethodSubtypeList added in v0.0.6

func (c *InputMethodManagerClient) GetEnabledInputMethodSubtypeList(ctx context.Context, arg0 int64, arg1 bool) (int64, error)

GetEnabledInputMethodSubtypeList calls the GetEnabledInputMethodSubtypeList RPC.

func (*InputMethodManagerClient) GetInputMethodList added in v0.0.6

func (c *InputMethodManagerClient) GetInputMethodList(ctx context.Context) (int64, error)

GetInputMethodList calls the GetInputMethodList RPC.

func (*InputMethodManagerClient) GetLastInputMethodSubtype added in v0.0.6

func (c *InputMethodManagerClient) GetLastInputMethodSubtype(ctx context.Context) (int64, error)

GetLastInputMethodSubtype calls the GetLastInputMethodSubtype RPC.

func (*InputMethodManagerClient) HideSoftInputFromInputMethod added in v0.0.6

func (c *InputMethodManagerClient) HideSoftInputFromInputMethod(ctx context.Context, arg0 int64, arg1 int32) error

HideSoftInputFromInputMethod calls the HideSoftInputFromInputMethod RPC.

func (*InputMethodManagerClient) HideSoftInputFromWindow2 added in v0.0.6

func (c *InputMethodManagerClient) HideSoftInputFromWindow2(ctx context.Context, arg0 int64, arg1 int32) (bool, error)

HideSoftInputFromWindow2 calls the HideSoftInputFromWindow2 RPC.

func (*InputMethodManagerClient) HideSoftInputFromWindow3_1 added in v0.0.6

func (c *InputMethodManagerClient) HideSoftInputFromWindow3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (bool, error)

HideSoftInputFromWindow3_1 calls the HideSoftInputFromWindow3_1 RPC.

func (*InputMethodManagerClient) HideStatusIcon added in v0.0.6

func (c *InputMethodManagerClient) HideStatusIcon(ctx context.Context, arg0 int64) error

HideStatusIcon calls the HideStatusIcon RPC.

func (*InputMethodManagerClient) InvalidateInput added in v0.0.6

func (c *InputMethodManagerClient) InvalidateInput(ctx context.Context, arg0 int64) error

InvalidateInput calls the InvalidateInput RPC.

func (*InputMethodManagerClient) IsAcceptingText added in v0.0.6

func (c *InputMethodManagerClient) IsAcceptingText(ctx context.Context) (bool, error)

IsAcceptingText calls the IsAcceptingText RPC.

func (*InputMethodManagerClient) IsActive0 added in v0.0.6

func (c *InputMethodManagerClient) IsActive0(ctx context.Context) (bool, error)

IsActive0 calls the IsActive0 RPC.

func (*InputMethodManagerClient) IsActive1_1 added in v0.0.6

func (c *InputMethodManagerClient) IsActive1_1(ctx context.Context, arg0 int64) (bool, error)

IsActive1_1 calls the IsActive1_1 RPC.

func (*InputMethodManagerClient) IsConnectionlessStylusHandwritingAvailable added in v0.0.6

func (c *InputMethodManagerClient) IsConnectionlessStylusHandwritingAvailable(ctx context.Context) (bool, error)

IsConnectionlessStylusHandwritingAvailable calls the IsConnectionlessStylusHandwritingAvailable RPC.

func (*InputMethodManagerClient) IsFullscreenMode added in v0.0.6

func (c *InputMethodManagerClient) IsFullscreenMode(ctx context.Context) (bool, error)

IsFullscreenMode calls the IsFullscreenMode RPC.

func (*InputMethodManagerClient) IsInputMethodSuppressingSpellChecker added in v0.0.6

func (c *InputMethodManagerClient) IsInputMethodSuppressingSpellChecker(ctx context.Context) (bool, error)

IsInputMethodSuppressingSpellChecker calls the IsInputMethodSuppressingSpellChecker RPC.

func (*InputMethodManagerClient) IsStylusHandwritingAvailable added in v0.0.6

func (c *InputMethodManagerClient) IsStylusHandwritingAvailable(ctx context.Context) (bool, error)

IsStylusHandwritingAvailable calls the IsStylusHandwritingAvailable RPC.

func (*InputMethodManagerClient) IsWatchingCursor added in v0.0.6

func (c *InputMethodManagerClient) IsWatchingCursor(ctx context.Context, arg0 int64) (bool, error)

IsWatchingCursor calls the IsWatchingCursor RPC.

func (*InputMethodManagerClient) PrepareStylusHandwritingDelegation1 added in v0.0.6

func (c *InputMethodManagerClient) PrepareStylusHandwritingDelegation1(ctx context.Context, arg0 int64) error

PrepareStylusHandwritingDelegation1 calls the PrepareStylusHandwritingDelegation1 RPC.

func (*InputMethodManagerClient) PrepareStylusHandwritingDelegation2_1 added in v0.0.6

func (c *InputMethodManagerClient) PrepareStylusHandwritingDelegation2_1(ctx context.Context, arg0 int64, arg1 string) error

PrepareStylusHandwritingDelegation2_1 calls the PrepareStylusHandwritingDelegation2_1 RPC.

func (*InputMethodManagerClient) RestartInput added in v0.0.6

func (c *InputMethodManagerClient) RestartInput(ctx context.Context, arg0 int64) error

RestartInput calls the RestartInput RPC.

func (*InputMethodManagerClient) SendAppPrivateCommand added in v0.0.6

func (c *InputMethodManagerClient) SendAppPrivateCommand(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error

SendAppPrivateCommand calls the SendAppPrivateCommand RPC.

func (*InputMethodManagerClient) SetAdditionalInputMethodSubtypes added in v0.0.6

func (c *InputMethodManagerClient) SetAdditionalInputMethodSubtypes(ctx context.Context, arg0 string, arg1 int64) error

SetAdditionalInputMethodSubtypes calls the SetAdditionalInputMethodSubtypes RPC.

func (*InputMethodManagerClient) SetCurrentInputMethodSubtype added in v0.0.6

func (c *InputMethodManagerClient) SetCurrentInputMethodSubtype(ctx context.Context, arg0 int64) (bool, error)

SetCurrentInputMethodSubtype calls the SetCurrentInputMethodSubtype RPC.

func (*InputMethodManagerClient) SetExplicitlyEnabledInputMethodSubtypes added in v0.0.6

func (c *InputMethodManagerClient) SetExplicitlyEnabledInputMethodSubtypes(ctx context.Context, arg0 string, arg1 int64) error

SetExplicitlyEnabledInputMethodSubtypes calls the SetExplicitlyEnabledInputMethodSubtypes RPC.

func (*InputMethodManagerClient) SetInputMethod added in v0.0.6

func (c *InputMethodManagerClient) SetInputMethod(ctx context.Context, arg0 int64, arg1 string) error

SetInputMethod calls the SetInputMethod RPC.

func (*InputMethodManagerClient) SetInputMethodAndSubtype added in v0.0.6

func (c *InputMethodManagerClient) SetInputMethodAndSubtype(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error

SetInputMethodAndSubtype calls the SetInputMethodAndSubtype RPC.

func (*InputMethodManagerClient) ShouldOfferSwitchingToNextInputMethod added in v0.0.6

func (c *InputMethodManagerClient) ShouldOfferSwitchingToNextInputMethod(ctx context.Context, arg0 int64) (bool, error)

ShouldOfferSwitchingToNextInputMethod calls the ShouldOfferSwitchingToNextInputMethod RPC.

func (*InputMethodManagerClient) ShowInputMethodAndSubtypeEnabler added in v0.0.6

func (c *InputMethodManagerClient) ShowInputMethodAndSubtypeEnabler(ctx context.Context, arg0 string) error

ShowInputMethodAndSubtypeEnabler calls the ShowInputMethodAndSubtypeEnabler RPC.

func (*InputMethodManagerClient) ShowInputMethodPicker added in v0.0.6

func (c *InputMethodManagerClient) ShowInputMethodPicker(ctx context.Context) error

ShowInputMethodPicker calls the ShowInputMethodPicker RPC.

func (*InputMethodManagerClient) ShowSoftInput2 added in v0.0.6

func (c *InputMethodManagerClient) ShowSoftInput2(ctx context.Context, arg0 int64, arg1 int32) (bool, error)

ShowSoftInput2 calls the ShowSoftInput2 RPC.

func (*InputMethodManagerClient) ShowSoftInput3_1 added in v0.0.6

func (c *InputMethodManagerClient) ShowSoftInput3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (bool, error)

ShowSoftInput3_1 calls the ShowSoftInput3_1 RPC.

func (*InputMethodManagerClient) ShowSoftInputFromInputMethod added in v0.0.6

func (c *InputMethodManagerClient) ShowSoftInputFromInputMethod(ctx context.Context, arg0 int64, arg1 int32) error

ShowSoftInputFromInputMethod calls the ShowSoftInputFromInputMethod RPC.

func (*InputMethodManagerClient) ShowStatusIcon added in v0.0.6

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

ShowStatusIcon calls the ShowStatusIcon RPC.

func (*InputMethodManagerClient) StartConnectionlessStylusHandwriting added in v0.0.6

func (c *InputMethodManagerClient) StartConnectionlessStylusHandwriting(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

StartConnectionlessStylusHandwriting calls the StartConnectionlessStylusHandwriting RPC.

func (*InputMethodManagerClient) StartConnectionlessStylusHandwritingForDelegation4_1 added in v0.0.6

func (c *InputMethodManagerClient) StartConnectionlessStylusHandwritingForDelegation4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

StartConnectionlessStylusHandwritingForDelegation4_1 calls the StartConnectionlessStylusHandwritingForDelegation4_1 RPC.

func (*InputMethodManagerClient) StartConnectionlessStylusHandwritingForDelegation5 added in v0.0.6

func (c *InputMethodManagerClient) StartConnectionlessStylusHandwritingForDelegation5(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 int64) error

StartConnectionlessStylusHandwritingForDelegation5 calls the StartConnectionlessStylusHandwritingForDelegation5 RPC.

func (*InputMethodManagerClient) StartStylusHandwriting added in v0.0.6

func (c *InputMethodManagerClient) StartStylusHandwriting(ctx context.Context, arg0 int64) error

StartStylusHandwriting calls the StartStylusHandwriting RPC.

func (*InputMethodManagerClient) SwitchToLastInputMethod added in v0.0.6

func (c *InputMethodManagerClient) SwitchToLastInputMethod(ctx context.Context, arg0 int64) (bool, error)

SwitchToLastInputMethod calls the SwitchToLastInputMethod RPC.

func (*InputMethodManagerClient) SwitchToNextInputMethod added in v0.0.6

func (c *InputMethodManagerClient) SwitchToNextInputMethod(ctx context.Context, arg0 int64, arg1 bool) (bool, error)

SwitchToNextInputMethod calls the SwitchToNextInputMethod RPC.

func (*InputMethodManagerClient) ToggleSoftInput added in v0.0.6

func (c *InputMethodManagerClient) ToggleSoftInput(ctx context.Context, arg0 int32, arg1 int32) error

ToggleSoftInput calls the ToggleSoftInput RPC.

func (*InputMethodManagerClient) ToggleSoftInputFromWindow added in v0.0.6

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

ToggleSoftInputFromWindow calls the ToggleSoftInputFromWindow RPC.

func (*InputMethodManagerClient) UpdateCursor added in v0.0.6

func (c *InputMethodManagerClient) UpdateCursor(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error

UpdateCursor calls the UpdateCursor RPC.

func (*InputMethodManagerClient) UpdateCursorAnchorInfo added in v0.0.6

func (c *InputMethodManagerClient) UpdateCursorAnchorInfo(ctx context.Context, arg0 int64, arg1 int64) error

UpdateCursorAnchorInfo calls the UpdateCursorAnchorInfo RPC.

func (*InputMethodManagerClient) UpdateExtractedText added in v0.0.6

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

UpdateExtractedText calls the UpdateExtractedText RPC.

func (*InputMethodManagerClient) UpdateSelection added in v0.0.6

func (c *InputMethodManagerClient) UpdateSelection(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error

UpdateSelection calls the UpdateSelection RPC.

func (*InputMethodManagerClient) ViewClicked added in v0.0.6

func (c *InputMethodManagerClient) ViewClicked(ctx context.Context, arg0 int64) error

ViewClicked calls the ViewClicked RPC.

type InputMethodSessionCallbackClient added in v0.0.6

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

InputMethodSessionCallbackClient wraps the gRPC InputMethodSessionCallbackService client.

func NewInputMethodSessionCallbackClient added in v0.0.6

func NewInputMethodSessionCallbackClient(cc grpc.ClientConnInterface) *InputMethodSessionCallbackClient

NewInputMethodSessionCallbackClient creates a new InputMethodSessionCallback client.

func (*InputMethodSessionCallbackClient) SessionCreated added in v0.0.6

func (c *InputMethodSessionCallbackClient) SessionCreated(ctx context.Context, arg0 int64) error

SessionCreated calls the SessionCreated RPC.

type InputMethodSessionClient added in v0.0.6

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

InputMethodSessionClient wraps the gRPC InputMethodSessionService client.

func NewInputMethodSessionClient added in v0.0.6

func NewInputMethodSessionClient(cc grpc.ClientConnInterface) *InputMethodSessionClient

NewInputMethodSessionClient creates a new InputMethodSession client.

func (*InputMethodSessionClient) AppPrivateCommand added in v0.0.6

func (c *InputMethodSessionClient) AppPrivateCommand(ctx context.Context, arg0 string, arg1 int64) error

AppPrivateCommand calls the AppPrivateCommand RPC.

func (*InputMethodSessionClient) DispatchGenericMotionEvent added in v0.0.6

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

DispatchGenericMotionEvent calls the DispatchGenericMotionEvent RPC.

func (*InputMethodSessionClient) DispatchKeyEvent added in v0.0.6

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

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*InputMethodSessionClient) DispatchTrackballEvent added in v0.0.6

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

DispatchTrackballEvent calls the DispatchTrackballEvent RPC.

func (*InputMethodSessionClient) DisplayCompletions added in v0.0.6

func (c *InputMethodSessionClient) DisplayCompletions(ctx context.Context, arg0 int64) error

DisplayCompletions calls the DisplayCompletions RPC.

func (*InputMethodSessionClient) FinishInput added in v0.0.6

func (c *InputMethodSessionClient) FinishInput(ctx context.Context) error

FinishInput calls the FinishInput RPC.

func (*InputMethodSessionClient) ToggleSoftInput added in v0.0.6

func (c *InputMethodSessionClient) ToggleSoftInput(ctx context.Context, arg0 int32, arg1 int32) error

ToggleSoftInput calls the ToggleSoftInput RPC.

func (*InputMethodSessionClient) UpdateCursor added in v0.0.6

func (c *InputMethodSessionClient) UpdateCursor(ctx context.Context, arg0 int64) error

UpdateCursor calls the UpdateCursor RPC.

func (*InputMethodSessionClient) UpdateCursorAnchorInfo added in v0.0.6

func (c *InputMethodSessionClient) UpdateCursorAnchorInfo(ctx context.Context, arg0 int64) error

UpdateCursorAnchorInfo calls the UpdateCursorAnchorInfo RPC.

func (*InputMethodSessionClient) UpdateExtractedText added in v0.0.6

func (c *InputMethodSessionClient) UpdateExtractedText(ctx context.Context, arg0 int32, arg1 int64) error

UpdateExtractedText calls the UpdateExtractedText RPC.

func (*InputMethodSessionClient) UpdateSelection added in v0.0.6

func (c *InputMethodSessionClient) UpdateSelection(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 int32) error

UpdateSelection calls the UpdateSelection RPC.

func (*InputMethodSessionClient) ViewClicked added in v0.0.6

func (c *InputMethodSessionClient) ViewClicked(ctx context.Context, arg0 bool) error

ViewClicked calls the ViewClicked RPC.

type InputMethodSessionEventCallbackClient added in v0.0.6

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

InputMethodSessionEventCallbackClient wraps the gRPC InputMethodSessionEventCallbackService client.

func NewInputMethodSessionEventCallbackClient added in v0.0.6

func NewInputMethodSessionEventCallbackClient(cc grpc.ClientConnInterface) *InputMethodSessionEventCallbackClient

NewInputMethodSessionEventCallbackClient creates a new InputMethodSessionEventCallback client.

func (*InputMethodSessionEventCallbackClient) FinishedEvent added in v0.0.6

func (c *InputMethodSessionEventCallbackClient) FinishedEvent(ctx context.Context, arg0 int32, arg1 bool) error

FinishedEvent calls the FinishedEvent RPC.

type InputMethodSubtypeClient added in v0.0.6

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

InputMethodSubtypeClient wraps the gRPC InputMethodSubtypeService client.

func NewInputMethodSubtypeClient added in v0.0.6

func NewInputMethodSubtypeClient(cc grpc.ClientConnInterface) *InputMethodSubtypeClient

NewInputMethodSubtypeClient creates a new InputMethodSubtype client.

func (*InputMethodSubtypeClient) ContainsExtraValueKey added in v0.0.6

func (c *InputMethodSubtypeClient) ContainsExtraValueKey(ctx context.Context, handle int64, arg0 string) (bool, error)

ContainsExtraValueKey calls the ContainsExtraValueKey RPC.

func (*InputMethodSubtypeClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*InputMethodSubtypeClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*InputMethodSubtypeClient) GetDisplayName added in v0.0.6

func (c *InputMethodSubtypeClient) GetDisplayName(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error)

GetDisplayName calls the GetDisplayName RPC.

func (*InputMethodSubtypeClient) GetExtraValue added in v0.0.6

func (c *InputMethodSubtypeClient) GetExtraValue(ctx context.Context, handle int64) (string, error)

GetExtraValue calls the GetExtraValue RPC.

func (*InputMethodSubtypeClient) GetExtraValueOf added in v0.0.6

func (c *InputMethodSubtypeClient) GetExtraValueOf(ctx context.Context, handle int64, arg0 string) (string, error)

GetExtraValueOf calls the GetExtraValueOf RPC.

func (*InputMethodSubtypeClient) GetIconResId added in v0.0.6

func (c *InputMethodSubtypeClient) GetIconResId(ctx context.Context, handle int64) (int32, error)

GetIconResId calls the GetIconResId RPC.

func (*InputMethodSubtypeClient) GetLanguageTag added in v0.0.6

func (c *InputMethodSubtypeClient) GetLanguageTag(ctx context.Context, handle int64) (string, error)

GetLanguageTag calls the GetLanguageTag RPC.

func (*InputMethodSubtypeClient) GetLayoutDisplayName added in v0.0.6

func (c *InputMethodSubtypeClient) GetLayoutDisplayName(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

GetLayoutDisplayName calls the GetLayoutDisplayName RPC.

func (*InputMethodSubtypeClient) GetLayoutLabelNonLocalized added in v0.0.6

func (c *InputMethodSubtypeClient) GetLayoutLabelNonLocalized(ctx context.Context, handle int64) (int64, error)

GetLayoutLabelNonLocalized calls the GetLayoutLabelNonLocalized RPC.

func (*InputMethodSubtypeClient) GetLayoutLabelResource added in v0.0.6

func (c *InputMethodSubtypeClient) GetLayoutLabelResource(ctx context.Context, handle int64) (int32, error)

GetLayoutLabelResource calls the GetLayoutLabelResource RPC.

func (*InputMethodSubtypeClient) GetLocale added in v0.0.6

func (c *InputMethodSubtypeClient) GetLocale(ctx context.Context, handle int64) (string, error)

GetLocale calls the GetLocale RPC.

func (*InputMethodSubtypeClient) GetMode added in v0.0.6

func (c *InputMethodSubtypeClient) GetMode(ctx context.Context, handle int64) (string, error)

GetMode calls the GetMode RPC.

func (*InputMethodSubtypeClient) GetNameOverride added in v0.0.6

func (c *InputMethodSubtypeClient) GetNameOverride(ctx context.Context, handle int64) (int64, error)

GetNameOverride calls the GetNameOverride RPC.

func (*InputMethodSubtypeClient) GetNameResId added in v0.0.6

func (c *InputMethodSubtypeClient) GetNameResId(ctx context.Context, handle int64) (int32, error)

GetNameResId calls the GetNameResId RPC.

func (*InputMethodSubtypeClient) GetPhysicalKeyboardHintLanguageTag added in v0.0.6

func (c *InputMethodSubtypeClient) GetPhysicalKeyboardHintLanguageTag(ctx context.Context, handle int64) (int64, error)

GetPhysicalKeyboardHintLanguageTag calls the GetPhysicalKeyboardHintLanguageTag RPC.

func (*InputMethodSubtypeClient) GetPhysicalKeyboardHintLayoutType added in v0.0.6

func (c *InputMethodSubtypeClient) GetPhysicalKeyboardHintLayoutType(ctx context.Context, handle int64) (string, error)

GetPhysicalKeyboardHintLayoutType calls the GetPhysicalKeyboardHintLayoutType RPC.

func (*InputMethodSubtypeClient) HashCode added in v0.0.6

func (c *InputMethodSubtypeClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*InputMethodSubtypeClient) IsAsciiCapable added in v0.0.6

func (c *InputMethodSubtypeClient) IsAsciiCapable(ctx context.Context, handle int64) (bool, error)

IsAsciiCapable calls the IsAsciiCapable RPC.

func (*InputMethodSubtypeClient) IsAuxiliary added in v0.0.6

func (c *InputMethodSubtypeClient) IsAuxiliary(ctx context.Context, handle int64) (bool, error)

IsAuxiliary calls the IsAuxiliary RPC.

func (*InputMethodSubtypeClient) OverridesImplicitlyEnabledSubtype added in v0.0.6

func (c *InputMethodSubtypeClient) OverridesImplicitlyEnabledSubtype(ctx context.Context, handle int64) (bool, error)

OverridesImplicitlyEnabledSubtype calls the OverridesImplicitlyEnabledSubtype RPC.

func (*InputMethodSubtypeClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type InputMethodSubtypeInputMethodSubtypeBuilderClient added in v0.0.6

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

InputMethodSubtypeInputMethodSubtypeBuilderClient wraps the gRPC InputMethodSubtypeInputMethodSubtypeBuilderService client.

func NewInputMethodSubtypeInputMethodSubtypeBuilderClient added in v0.0.6

func NewInputMethodSubtypeInputMethodSubtypeBuilderClient(cc grpc.ClientConnInterface) *InputMethodSubtypeInputMethodSubtypeBuilderClient

NewInputMethodSubtypeInputMethodSubtypeBuilderClient creates a new InputMethodSubtypeInputMethodSubtypeBuilder client.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetIsAsciiCapable added in v0.0.6

SetIsAsciiCapable calls the SetIsAsciiCapable RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetIsAuxiliary added in v0.0.6

SetIsAuxiliary calls the SetIsAuxiliary RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetLanguageTag added in v0.0.6

SetLanguageTag calls the SetLanguageTag RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetLayoutLabelNonLocalized added in v0.0.6

func (c *InputMethodSubtypeInputMethodSubtypeBuilderClient) SetLayoutLabelNonLocalized(ctx context.Context, arg0 string) (int64, error)

SetLayoutLabelNonLocalized calls the SetLayoutLabelNonLocalized RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetLayoutLabelResource added in v0.0.6

func (c *InputMethodSubtypeInputMethodSubtypeBuilderClient) SetLayoutLabelResource(ctx context.Context, arg0 int32) (int64, error)

SetLayoutLabelResource calls the SetLayoutLabelResource RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetOverridesImplicitlyEnabledSubtype added in v0.0.6

func (c *InputMethodSubtypeInputMethodSubtypeBuilderClient) SetOverridesImplicitlyEnabledSubtype(ctx context.Context, arg0 bool) (int64, error)

SetOverridesImplicitlyEnabledSubtype calls the SetOverridesImplicitlyEnabledSubtype RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetPhysicalKeyboardHint added in v0.0.6

func (c *InputMethodSubtypeInputMethodSubtypeBuilderClient) SetPhysicalKeyboardHint(ctx context.Context, arg0 int64, arg1 string) (int64, error)

SetPhysicalKeyboardHint calls the SetPhysicalKeyboardHint RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetSubtypeExtraValue added in v0.0.6

SetSubtypeExtraValue calls the SetSubtypeExtraValue RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetSubtypeIconResId added in v0.0.6

SetSubtypeIconResId calls the SetSubtypeIconResId RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetSubtypeId added in v0.0.6

SetSubtypeId calls the SetSubtypeId RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetSubtypeLocale added in v0.0.6

SetSubtypeLocale calls the SetSubtypeLocale RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetSubtypeMode added in v0.0.6

SetSubtypeMode calls the SetSubtypeMode RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetSubtypeNameOverride added in v0.0.6

func (c *InputMethodSubtypeInputMethodSubtypeBuilderClient) SetSubtypeNameOverride(ctx context.Context, arg0 string) (int64, error)

SetSubtypeNameOverride calls the SetSubtypeNameOverride RPC.

func (*InputMethodSubtypeInputMethodSubtypeBuilderClient) SetSubtypeNameResId added in v0.0.6

SetSubtypeNameResId calls the SetSubtypeNameResId RPC.

type InsertGestureBuilderClient added in v0.0.6

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

InsertGestureBuilderClient wraps the gRPC InsertGestureBuilderService client.

func NewInsertGestureBuilderClient added in v0.0.6

func NewInsertGestureBuilderClient(cc grpc.ClientConnInterface) *InsertGestureBuilderClient

NewInsertGestureBuilderClient creates a new InsertGestureBuilder client.

func (*InsertGestureBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*InsertGestureBuilderClient) SetFallbackText added in v0.0.6

func (c *InsertGestureBuilderClient) SetFallbackText(ctx context.Context, arg0 string) (int64, error)

SetFallbackText calls the SetFallbackText RPC.

func (*InsertGestureBuilderClient) SetInsertionPoint added in v0.0.6

func (c *InsertGestureBuilderClient) SetInsertionPoint(ctx context.Context, arg0 int64) (int64, error)

SetInsertionPoint calls the SetInsertionPoint RPC.

func (*InsertGestureBuilderClient) SetTextToInsert added in v0.0.6

func (c *InsertGestureBuilderClient) SetTextToInsert(ctx context.Context, arg0 string) (int64, error)

SetTextToInsert calls the SetTextToInsert RPC.

type InsertGestureClient added in v0.0.6

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

InsertGestureClient wraps the gRPC InsertGestureService client.

func NewInsertGestureClient added in v0.0.6

func NewInsertGestureClient(cc grpc.ClientConnInterface) *InsertGestureClient

NewInsertGestureClient creates a new InsertGesture client.

func (*InsertGestureClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*InsertGestureClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*InsertGestureClient) GetInsertionPoint added in v0.0.6

func (c *InsertGestureClient) GetInsertionPoint(ctx context.Context) (int64, error)

GetInsertionPoint calls the GetInsertionPoint RPC.

func (*InsertGestureClient) GetTextToInsert added in v0.0.6

func (c *InsertGestureClient) GetTextToInsert(ctx context.Context) (string, error)

GetTextToInsert calls the GetTextToInsert RPC.

func (*InsertGestureClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*InsertGestureClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type InsertModeGestureBuilderClient added in v0.0.6

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

InsertModeGestureBuilderClient wraps the gRPC InsertModeGestureBuilderService client.

func NewInsertModeGestureBuilderClient added in v0.0.6

func NewInsertModeGestureBuilderClient(cc grpc.ClientConnInterface) *InsertModeGestureBuilderClient

NewInsertModeGestureBuilderClient creates a new InsertModeGestureBuilder client.

func (*InsertModeGestureBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*InsertModeGestureBuilderClient) SetCancellationSignal added in v0.0.6

func (c *InsertModeGestureBuilderClient) SetCancellationSignal(ctx context.Context, arg0 int64) (int64, error)

SetCancellationSignal calls the SetCancellationSignal RPC.

func (*InsertModeGestureBuilderClient) SetFallbackText added in v0.0.6

func (c *InsertModeGestureBuilderClient) SetFallbackText(ctx context.Context, arg0 string) (int64, error)

SetFallbackText calls the SetFallbackText RPC.

func (*InsertModeGestureBuilderClient) SetInsertionPoint added in v0.0.6

func (c *InsertModeGestureBuilderClient) SetInsertionPoint(ctx context.Context, arg0 int64) (int64, error)

SetInsertionPoint calls the SetInsertionPoint RPC.

type InsertModeGestureClient added in v0.0.6

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

InsertModeGestureClient wraps the gRPC InsertModeGestureService client.

func NewInsertModeGestureClient added in v0.0.6

func NewInsertModeGestureClient(cc grpc.ClientConnInterface) *InsertModeGestureClient

NewInsertModeGestureClient creates a new InsertModeGesture client.

func (*InsertModeGestureClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*InsertModeGestureClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*InsertModeGestureClient) GetCancellationSignal added in v0.0.6

func (c *InsertModeGestureClient) GetCancellationSignal(ctx context.Context) (int64, error)

GetCancellationSignal calls the GetCancellationSignal RPC.

func (*InsertModeGestureClient) GetInsertionPoint added in v0.0.6

func (c *InsertModeGestureClient) GetInsertionPoint(ctx context.Context) (int64, error)

GetInsertionPoint calls the GetInsertionPoint RPC.

func (*InsertModeGestureClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*InsertModeGestureClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type JoinOrSplitGestureBuilderClient added in v0.0.6

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

JoinOrSplitGestureBuilderClient wraps the gRPC JoinOrSplitGestureBuilderService client.

func NewJoinOrSplitGestureBuilderClient added in v0.0.6

func NewJoinOrSplitGestureBuilderClient(cc grpc.ClientConnInterface) *JoinOrSplitGestureBuilderClient

NewJoinOrSplitGestureBuilderClient creates a new JoinOrSplitGestureBuilder client.

func (*JoinOrSplitGestureBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*JoinOrSplitGestureBuilderClient) SetFallbackText added in v0.0.6

func (c *JoinOrSplitGestureBuilderClient) SetFallbackText(ctx context.Context, arg0 string) (int64, error)

SetFallbackText calls the SetFallbackText RPC.

func (*JoinOrSplitGestureBuilderClient) SetJoinOrSplitPoint added in v0.0.6

func (c *JoinOrSplitGestureBuilderClient) SetJoinOrSplitPoint(ctx context.Context, arg0 int64) (int64, error)

SetJoinOrSplitPoint calls the SetJoinOrSplitPoint RPC.

type JoinOrSplitGestureClient added in v0.0.6

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

JoinOrSplitGestureClient wraps the gRPC JoinOrSplitGestureService client.

func NewJoinOrSplitGestureClient added in v0.0.6

func NewJoinOrSplitGestureClient(cc grpc.ClientConnInterface) *JoinOrSplitGestureClient

NewJoinOrSplitGestureClient creates a new JoinOrSplitGesture client.

func (*JoinOrSplitGestureClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*JoinOrSplitGestureClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*JoinOrSplitGestureClient) GetJoinOrSplitPoint added in v0.0.6

func (c *JoinOrSplitGestureClient) GetJoinOrSplitPoint(ctx context.Context) (int64, error)

GetJoinOrSplitPoint calls the GetJoinOrSplitPoint RPC.

func (*JoinOrSplitGestureClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*JoinOrSplitGestureClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type RemoveSpaceGestureBuilderClient added in v0.0.6

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

RemoveSpaceGestureBuilderClient wraps the gRPC RemoveSpaceGestureBuilderService client.

func NewRemoveSpaceGestureBuilderClient added in v0.0.6

func NewRemoveSpaceGestureBuilderClient(cc grpc.ClientConnInterface) *RemoveSpaceGestureBuilderClient

NewRemoveSpaceGestureBuilderClient creates a new RemoveSpaceGestureBuilder client.

func (*RemoveSpaceGestureBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*RemoveSpaceGestureBuilderClient) SetFallbackText added in v0.0.6

func (c *RemoveSpaceGestureBuilderClient) SetFallbackText(ctx context.Context, arg0 string) (int64, error)

SetFallbackText calls the SetFallbackText RPC.

func (*RemoveSpaceGestureBuilderClient) SetPoints added in v0.0.6

func (c *RemoveSpaceGestureBuilderClient) SetPoints(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

SetPoints calls the SetPoints RPC.

type RemoveSpaceGestureClient added in v0.0.6

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

RemoveSpaceGestureClient wraps the gRPC RemoveSpaceGestureService client.

func NewRemoveSpaceGestureClient added in v0.0.6

func NewRemoveSpaceGestureClient(cc grpc.ClientConnInterface) *RemoveSpaceGestureClient

NewRemoveSpaceGestureClient creates a new RemoveSpaceGesture client.

func (*RemoveSpaceGestureClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*RemoveSpaceGestureClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*RemoveSpaceGestureClient) GetEndPoint added in v0.0.6

func (c *RemoveSpaceGestureClient) GetEndPoint(ctx context.Context) (int64, error)

GetEndPoint calls the GetEndPoint RPC.

func (*RemoveSpaceGestureClient) GetStartPoint added in v0.0.6

func (c *RemoveSpaceGestureClient) GetStartPoint(ctx context.Context) (int64, error)

GetStartPoint calls the GetStartPoint RPC.

func (*RemoveSpaceGestureClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*RemoveSpaceGestureClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type SelectGestureBuilderClient added in v0.0.6

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

SelectGestureBuilderClient wraps the gRPC SelectGestureBuilderService client.

func NewSelectGestureBuilderClient added in v0.0.6

func NewSelectGestureBuilderClient(cc grpc.ClientConnInterface) *SelectGestureBuilderClient

NewSelectGestureBuilderClient creates a new SelectGestureBuilder client.

func (*SelectGestureBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*SelectGestureBuilderClient) SetFallbackText added in v0.0.6

func (c *SelectGestureBuilderClient) SetFallbackText(ctx context.Context, arg0 string) (int64, error)

SetFallbackText calls the SetFallbackText RPC.

func (*SelectGestureBuilderClient) SetGranularity added in v0.0.6

func (c *SelectGestureBuilderClient) SetGranularity(ctx context.Context, arg0 int32) (int64, error)

SetGranularity calls the SetGranularity RPC.

func (*SelectGestureBuilderClient) SetSelectionArea added in v0.0.6

func (c *SelectGestureBuilderClient) SetSelectionArea(ctx context.Context, arg0 int64) (int64, error)

SetSelectionArea calls the SetSelectionArea RPC.

type SelectGestureClient added in v0.0.6

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

SelectGestureClient wraps the gRPC SelectGestureService client.

func NewSelectGestureClient added in v0.0.6

func NewSelectGestureClient(cc grpc.ClientConnInterface) *SelectGestureClient

NewSelectGestureClient creates a new SelectGesture client.

func (*SelectGestureClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*SelectGestureClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*SelectGestureClient) GetGranularity added in v0.0.6

func (c *SelectGestureClient) GetGranularity(ctx context.Context) (int32, error)

GetGranularity calls the GetGranularity RPC.

func (*SelectGestureClient) GetSelectionArea added in v0.0.6

func (c *SelectGestureClient) GetSelectionArea(ctx context.Context) (int64, error)

GetSelectionArea calls the GetSelectionArea RPC.

func (*SelectGestureClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*SelectGestureClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type SelectRangeGestureBuilderClient added in v0.0.6

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

SelectRangeGestureBuilderClient wraps the gRPC SelectRangeGestureBuilderService client.

func NewSelectRangeGestureBuilderClient added in v0.0.6

func NewSelectRangeGestureBuilderClient(cc grpc.ClientConnInterface) *SelectRangeGestureBuilderClient

NewSelectRangeGestureBuilderClient creates a new SelectRangeGestureBuilder client.

func (*SelectRangeGestureBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*SelectRangeGestureBuilderClient) SetFallbackText added in v0.0.6

func (c *SelectRangeGestureBuilderClient) SetFallbackText(ctx context.Context, arg0 string) (int64, error)

SetFallbackText calls the SetFallbackText RPC.

func (*SelectRangeGestureBuilderClient) SetGranularity added in v0.0.6

func (c *SelectRangeGestureBuilderClient) SetGranularity(ctx context.Context, arg0 int32) (int64, error)

SetGranularity calls the SetGranularity RPC.

func (*SelectRangeGestureBuilderClient) SetSelectionEndArea added in v0.0.6

func (c *SelectRangeGestureBuilderClient) SetSelectionEndArea(ctx context.Context, arg0 int64) (int64, error)

SetSelectionEndArea calls the SetSelectionEndArea RPC.

func (*SelectRangeGestureBuilderClient) SetSelectionStartArea added in v0.0.6

func (c *SelectRangeGestureBuilderClient) SetSelectionStartArea(ctx context.Context, arg0 int64) (int64, error)

SetSelectionStartArea calls the SetSelectionStartArea RPC.

type SelectRangeGestureClient added in v0.0.6

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

SelectRangeGestureClient wraps the gRPC SelectRangeGestureService client.

func NewSelectRangeGestureClient added in v0.0.6

func NewSelectRangeGestureClient(cc grpc.ClientConnInterface) *SelectRangeGestureClient

NewSelectRangeGestureClient creates a new SelectRangeGesture client.

func (*SelectRangeGestureClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*SelectRangeGestureClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*SelectRangeGestureClient) GetGranularity added in v0.0.6

func (c *SelectRangeGestureClient) GetGranularity(ctx context.Context) (int32, error)

GetGranularity calls the GetGranularity RPC.

func (*SelectRangeGestureClient) GetSelectionEndArea added in v0.0.6

func (c *SelectRangeGestureClient) GetSelectionEndArea(ctx context.Context) (int64, error)

GetSelectionEndArea calls the GetSelectionEndArea RPC.

func (*SelectRangeGestureClient) GetSelectionStartArea added in v0.0.6

func (c *SelectRangeGestureClient) GetSelectionStartArea(ctx context.Context) (int64, error)

GetSelectionStartArea calls the GetSelectionStartArea RPC.

func (*SelectRangeGestureClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*SelectRangeGestureClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type SurroundingTextClient added in v0.0.6

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

SurroundingTextClient wraps the gRPC SurroundingTextService client.

func NewSurroundingTextClient added in v0.0.6

func NewSurroundingTextClient(cc grpc.ClientConnInterface) *SurroundingTextClient

NewSurroundingTextClient creates a new SurroundingText client.

func (*SurroundingTextClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*SurroundingTextClient) GetOffset added in v0.0.6

func (c *SurroundingTextClient) GetOffset(ctx context.Context, handle int64) (int32, error)

GetOffset calls the GetOffset RPC.

func (*SurroundingTextClient) GetSelectionEnd added in v0.0.6

func (c *SurroundingTextClient) GetSelectionEnd(ctx context.Context, handle int64) (int32, error)

GetSelectionEnd calls the GetSelectionEnd RPC.

func (*SurroundingTextClient) GetSelectionStart added in v0.0.6

func (c *SurroundingTextClient) GetSelectionStart(ctx context.Context, handle int64) (int32, error)

GetSelectionStart calls the GetSelectionStart RPC.

func (*SurroundingTextClient) GetText added in v0.0.6

func (c *SurroundingTextClient) GetText(ctx context.Context, handle int64) (int64, error)

GetText calls the GetText RPC.

func (*SurroundingTextClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type TextAppearanceInfoBuilderClient added in v0.0.6

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

TextAppearanceInfoBuilderClient wraps the gRPC TextAppearanceInfoBuilderService client.

func NewTextAppearanceInfoBuilderClient added in v0.0.6

func NewTextAppearanceInfoBuilderClient(cc grpc.ClientConnInterface) *TextAppearanceInfoBuilderClient

NewTextAppearanceInfoBuilderClient creates a new TextAppearanceInfoBuilder client.

func (*TextAppearanceInfoBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*TextAppearanceInfoBuilderClient) SetAllCaps added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetAllCaps(ctx context.Context, arg0 bool) (int64, error)

SetAllCaps calls the SetAllCaps RPC.

func (*TextAppearanceInfoBuilderClient) SetElegantTextHeight added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetElegantTextHeight(ctx context.Context, arg0 bool) (int64, error)

SetElegantTextHeight calls the SetElegantTextHeight RPC.

func (*TextAppearanceInfoBuilderClient) SetFallbackLineSpacing added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetFallbackLineSpacing(ctx context.Context, arg0 bool) (int64, error)

SetFallbackLineSpacing calls the SetFallbackLineSpacing RPC.

func (*TextAppearanceInfoBuilderClient) SetFontFeatureSettings added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetFontFeatureSettings(ctx context.Context, arg0 string) (int64, error)

SetFontFeatureSettings calls the SetFontFeatureSettings RPC.

func (*TextAppearanceInfoBuilderClient) SetFontVariationSettings added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetFontVariationSettings(ctx context.Context, arg0 string) (int64, error)

SetFontVariationSettings calls the SetFontVariationSettings RPC.

func (*TextAppearanceInfoBuilderClient) SetHighlightTextColor added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetHighlightTextColor(ctx context.Context, arg0 int32) (int64, error)

SetHighlightTextColor calls the SetHighlightTextColor RPC.

func (*TextAppearanceInfoBuilderClient) SetHintTextColor added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetHintTextColor(ctx context.Context, arg0 int32) (int64, error)

SetHintTextColor calls the SetHintTextColor RPC.

func (*TextAppearanceInfoBuilderClient) SetLetterSpacing added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetLetterSpacing(ctx context.Context, arg0 float32) (int64, error)

SetLetterSpacing calls the SetLetterSpacing RPC.

func (*TextAppearanceInfoBuilderClient) SetLineBreakStyle added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetLineBreakStyle(ctx context.Context, arg0 int32) (int64, error)

SetLineBreakStyle calls the SetLineBreakStyle RPC.

func (*TextAppearanceInfoBuilderClient) SetLineBreakWordStyle added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetLineBreakWordStyle(ctx context.Context, arg0 int32) (int64, error)

SetLineBreakWordStyle calls the SetLineBreakWordStyle RPC.

func (*TextAppearanceInfoBuilderClient) SetLinkTextColor added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetLinkTextColor(ctx context.Context, arg0 int32) (int64, error)

SetLinkTextColor calls the SetLinkTextColor RPC.

func (*TextAppearanceInfoBuilderClient) SetShadowColor added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetShadowColor(ctx context.Context, arg0 int32) (int64, error)

SetShadowColor calls the SetShadowColor RPC.

func (*TextAppearanceInfoBuilderClient) SetShadowDx added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetShadowDx(ctx context.Context, arg0 float32) (int64, error)

SetShadowDx calls the SetShadowDx RPC.

func (*TextAppearanceInfoBuilderClient) SetShadowDy added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetShadowDy(ctx context.Context, arg0 float32) (int64, error)

SetShadowDy calls the SetShadowDy RPC.

func (*TextAppearanceInfoBuilderClient) SetShadowRadius added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetShadowRadius(ctx context.Context, arg0 float32) (int64, error)

SetShadowRadius calls the SetShadowRadius RPC.

func (*TextAppearanceInfoBuilderClient) SetSystemFontFamilyName added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetSystemFontFamilyName(ctx context.Context, arg0 string) (int64, error)

SetSystemFontFamilyName calls the SetSystemFontFamilyName RPC.

func (*TextAppearanceInfoBuilderClient) SetTextColor added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetTextColor(ctx context.Context, arg0 int32) (int64, error)

SetTextColor calls the SetTextColor RPC.

func (*TextAppearanceInfoBuilderClient) SetTextFontWeight added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetTextFontWeight(ctx context.Context, arg0 int32) (int64, error)

SetTextFontWeight calls the SetTextFontWeight RPC.

func (*TextAppearanceInfoBuilderClient) SetTextLocales added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetTextLocales(ctx context.Context, arg0 int64) (int64, error)

SetTextLocales calls the SetTextLocales RPC.

func (*TextAppearanceInfoBuilderClient) SetTextScaleX added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetTextScaleX(ctx context.Context, arg0 float32) (int64, error)

SetTextScaleX calls the SetTextScaleX RPC.

func (*TextAppearanceInfoBuilderClient) SetTextSize added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetTextSize(ctx context.Context, arg0 float32) (int64, error)

SetTextSize calls the SetTextSize RPC.

func (*TextAppearanceInfoBuilderClient) SetTextStyle added in v0.0.6

func (c *TextAppearanceInfoBuilderClient) SetTextStyle(ctx context.Context, arg0 int32) (int64, error)

SetTextStyle calls the SetTextStyle RPC.

type TextAppearanceInfoClient added in v0.0.6

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

TextAppearanceInfoClient wraps the gRPC TextAppearanceInfoService client.

func NewTextAppearanceInfoClient added in v0.0.6

func NewTextAppearanceInfoClient(cc grpc.ClientConnInterface) *TextAppearanceInfoClient

NewTextAppearanceInfoClient creates a new TextAppearanceInfo client.

func (*TextAppearanceInfoClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*TextAppearanceInfoClient) Equals added in v0.0.6

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

Equals calls the Equals RPC.

func (*TextAppearanceInfoClient) GetFontFeatureSettings added in v0.0.6

func (c *TextAppearanceInfoClient) GetFontFeatureSettings(ctx context.Context) (string, error)

GetFontFeatureSettings calls the GetFontFeatureSettings RPC.

func (*TextAppearanceInfoClient) GetFontVariationSettings added in v0.0.6

func (c *TextAppearanceInfoClient) GetFontVariationSettings(ctx context.Context) (string, error)

GetFontVariationSettings calls the GetFontVariationSettings RPC.

func (*TextAppearanceInfoClient) GetHighlightTextColor added in v0.0.6

func (c *TextAppearanceInfoClient) GetHighlightTextColor(ctx context.Context) (int32, error)

GetHighlightTextColor calls the GetHighlightTextColor RPC.

func (*TextAppearanceInfoClient) GetHintTextColor added in v0.0.6

func (c *TextAppearanceInfoClient) GetHintTextColor(ctx context.Context) (int32, error)

GetHintTextColor calls the GetHintTextColor RPC.

func (*TextAppearanceInfoClient) GetLetterSpacing added in v0.0.6

func (c *TextAppearanceInfoClient) GetLetterSpacing(ctx context.Context) (float32, error)

GetLetterSpacing calls the GetLetterSpacing RPC.

func (*TextAppearanceInfoClient) GetLineBreakStyle added in v0.0.6

func (c *TextAppearanceInfoClient) GetLineBreakStyle(ctx context.Context) (int32, error)

GetLineBreakStyle calls the GetLineBreakStyle RPC.

func (*TextAppearanceInfoClient) GetLineBreakWordStyle added in v0.0.6

func (c *TextAppearanceInfoClient) GetLineBreakWordStyle(ctx context.Context) (int32, error)

GetLineBreakWordStyle calls the GetLineBreakWordStyle RPC.

func (*TextAppearanceInfoClient) GetLinkTextColor added in v0.0.6

func (c *TextAppearanceInfoClient) GetLinkTextColor(ctx context.Context) (int32, error)

GetLinkTextColor calls the GetLinkTextColor RPC.

func (*TextAppearanceInfoClient) GetShadowColor added in v0.0.6

func (c *TextAppearanceInfoClient) GetShadowColor(ctx context.Context) (int32, error)

GetShadowColor calls the GetShadowColor RPC.

func (*TextAppearanceInfoClient) GetShadowDx added in v0.0.6

func (c *TextAppearanceInfoClient) GetShadowDx(ctx context.Context) (float32, error)

GetShadowDx calls the GetShadowDx RPC.

func (*TextAppearanceInfoClient) GetShadowDy added in v0.0.6

func (c *TextAppearanceInfoClient) GetShadowDy(ctx context.Context) (float32, error)

GetShadowDy calls the GetShadowDy RPC.

func (*TextAppearanceInfoClient) GetShadowRadius added in v0.0.6

func (c *TextAppearanceInfoClient) GetShadowRadius(ctx context.Context) (float32, error)

GetShadowRadius calls the GetShadowRadius RPC.

func (*TextAppearanceInfoClient) GetSystemFontFamilyName added in v0.0.6

func (c *TextAppearanceInfoClient) GetSystemFontFamilyName(ctx context.Context) (string, error)

GetSystemFontFamilyName calls the GetSystemFontFamilyName RPC.

func (*TextAppearanceInfoClient) GetTextColor added in v0.0.6

func (c *TextAppearanceInfoClient) GetTextColor(ctx context.Context) (int32, error)

GetTextColor calls the GetTextColor RPC.

func (*TextAppearanceInfoClient) GetTextFontWeight added in v0.0.6

func (c *TextAppearanceInfoClient) GetTextFontWeight(ctx context.Context) (int32, error)

GetTextFontWeight calls the GetTextFontWeight RPC.

func (*TextAppearanceInfoClient) GetTextLocales added in v0.0.6

func (c *TextAppearanceInfoClient) GetTextLocales(ctx context.Context) (int64, error)

GetTextLocales calls the GetTextLocales RPC.

func (*TextAppearanceInfoClient) GetTextScaleX added in v0.0.6

func (c *TextAppearanceInfoClient) GetTextScaleX(ctx context.Context) (float32, error)

GetTextScaleX calls the GetTextScaleX RPC.

func (*TextAppearanceInfoClient) GetTextSize added in v0.0.6

func (c *TextAppearanceInfoClient) GetTextSize(ctx context.Context) (float32, error)

GetTextSize calls the GetTextSize RPC.

func (*TextAppearanceInfoClient) GetTextStyle added in v0.0.6

func (c *TextAppearanceInfoClient) GetTextStyle(ctx context.Context) (int32, error)

GetTextStyle calls the GetTextStyle RPC.

func (*TextAppearanceInfoClient) HashCode added in v0.0.6

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

HashCode calls the HashCode RPC.

func (*TextAppearanceInfoClient) IsAllCaps added in v0.0.6

func (c *TextAppearanceInfoClient) IsAllCaps(ctx context.Context) (bool, error)

IsAllCaps calls the IsAllCaps RPC.

func (*TextAppearanceInfoClient) IsElegantTextHeight added in v0.0.6

func (c *TextAppearanceInfoClient) IsElegantTextHeight(ctx context.Context) (bool, error)

IsElegantTextHeight calls the IsElegantTextHeight RPC.

func (*TextAppearanceInfoClient) IsFallbackLineSpacing added in v0.0.6

func (c *TextAppearanceInfoClient) IsFallbackLineSpacing(ctx context.Context) (bool, error)

IsFallbackLineSpacing calls the IsFallbackLineSpacing RPC.

func (*TextAppearanceInfoClient) ToString added in v0.0.6

func (c *TextAppearanceInfoClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*TextAppearanceInfoClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type TextAttributeBuilderClient added in v0.0.6

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

TextAttributeBuilderClient wraps the gRPC TextAttributeBuilderService client.

func NewTextAttributeBuilderClient added in v0.0.6

func NewTextAttributeBuilderClient(cc grpc.ClientConnInterface) *TextAttributeBuilderClient

NewTextAttributeBuilderClient creates a new TextAttributeBuilder client.

func (*TextAttributeBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*TextAttributeBuilderClient) SetExtras added in v0.0.6

func (c *TextAttributeBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error)

SetExtras calls the SetExtras RPC.

type TextAttributeClient added in v0.0.6

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

TextAttributeClient wraps the gRPC TextAttributeService client.

func NewTextAttributeClient added in v0.0.6

func NewTextAttributeClient(cc grpc.ClientConnInterface) *TextAttributeClient

NewTextAttributeClient creates a new TextAttribute client.

func (*TextAttributeClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*TextAttributeClient) GetExtras added in v0.0.6

func (c *TextAttributeClient) GetExtras(ctx context.Context) (int64, error)

GetExtras calls the GetExtras RPC.

func (*TextAttributeClient) GetTextConversionSuggestions added in v0.0.6

func (c *TextAttributeClient) GetTextConversionSuggestions(ctx context.Context) (int64, error)

GetTextConversionSuggestions calls the GetTextConversionSuggestions RPC.

func (*TextAttributeClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type TextBoundsInfoBuilderClient added in v0.0.6

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

TextBoundsInfoBuilderClient wraps the gRPC TextBoundsInfoBuilderService client.

func NewTextBoundsInfoBuilderClient added in v0.0.6

func NewTextBoundsInfoBuilderClient(cc grpc.ClientConnInterface) *TextBoundsInfoBuilderClient

NewTextBoundsInfoBuilderClient creates a new TextBoundsInfoBuilder client.

func (*TextBoundsInfoBuilderClient) Build added in v0.0.6

Build calls the Build RPC.

func (*TextBoundsInfoBuilderClient) Clear added in v0.0.6

Clear calls the Clear RPC.

func (*TextBoundsInfoBuilderClient) SetCharacterBidiLevel added in v0.0.6

func (c *TextBoundsInfoBuilderClient) SetCharacterBidiLevel(ctx context.Context, arg0 int64) (int64, error)

SetCharacterBidiLevel calls the SetCharacterBidiLevel RPC.

func (*TextBoundsInfoBuilderClient) SetCharacterBounds added in v0.0.6

func (c *TextBoundsInfoBuilderClient) SetCharacterBounds(ctx context.Context, arg0 int64) (int64, error)

SetCharacterBounds calls the SetCharacterBounds RPC.

func (*TextBoundsInfoBuilderClient) SetCharacterFlags added in v0.0.6

func (c *TextBoundsInfoBuilderClient) SetCharacterFlags(ctx context.Context, arg0 int64) (int64, error)

SetCharacterFlags calls the SetCharacterFlags RPC.

func (*TextBoundsInfoBuilderClient) SetGraphemeSegmentFinder added in v0.0.6

func (c *TextBoundsInfoBuilderClient) SetGraphemeSegmentFinder(ctx context.Context, arg0 int64) (int64, error)

SetGraphemeSegmentFinder calls the SetGraphemeSegmentFinder RPC.

func (*TextBoundsInfoBuilderClient) SetLineSegmentFinder added in v0.0.6

func (c *TextBoundsInfoBuilderClient) SetLineSegmentFinder(ctx context.Context, arg0 int64) (int64, error)

SetLineSegmentFinder calls the SetLineSegmentFinder RPC.

func (*TextBoundsInfoBuilderClient) SetMatrix added in v0.0.6

func (c *TextBoundsInfoBuilderClient) SetMatrix(ctx context.Context, arg0 int64) (int64, error)

SetMatrix calls the SetMatrix RPC.

func (*TextBoundsInfoBuilderClient) SetStartAndEnd added in v0.0.6

func (c *TextBoundsInfoBuilderClient) SetStartAndEnd(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

SetStartAndEnd calls the SetStartAndEnd RPC.

func (*TextBoundsInfoBuilderClient) SetWordSegmentFinder added in v0.0.6

func (c *TextBoundsInfoBuilderClient) SetWordSegmentFinder(ctx context.Context, arg0 int64) (int64, error)

SetWordSegmentFinder calls the SetWordSegmentFinder RPC.

type TextBoundsInfoClient added in v0.0.6

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

TextBoundsInfoClient wraps the gRPC TextBoundsInfoService client.

func NewTextBoundsInfoClient added in v0.0.6

func NewTextBoundsInfoClient(cc grpc.ClientConnInterface) *TextBoundsInfoClient

NewTextBoundsInfoClient creates a new TextBoundsInfo client.

func (*TextBoundsInfoClient) DescribeContents added in v0.0.6

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

DescribeContents calls the DescribeContents RPC.

func (*TextBoundsInfoClient) GetCharacterBidiLevel added in v0.0.6

func (c *TextBoundsInfoClient) GetCharacterBidiLevel(ctx context.Context, arg0 int32) (int32, error)

GetCharacterBidiLevel calls the GetCharacterBidiLevel RPC.

func (*TextBoundsInfoClient) GetCharacterBounds added in v0.0.6

func (c *TextBoundsInfoClient) GetCharacterBounds(ctx context.Context, arg0 int32, arg1 int64) error

GetCharacterBounds calls the GetCharacterBounds RPC.

func (*TextBoundsInfoClient) GetCharacterFlags added in v0.0.6

func (c *TextBoundsInfoClient) GetCharacterFlags(ctx context.Context, arg0 int32) (int32, error)

GetCharacterFlags calls the GetCharacterFlags RPC.

func (*TextBoundsInfoClient) GetEndIndex added in v0.0.6

func (c *TextBoundsInfoClient) GetEndIndex(ctx context.Context) (int32, error)

GetEndIndex calls the GetEndIndex RPC.

func (*TextBoundsInfoClient) GetGraphemeSegmentFinder added in v0.0.6

func (c *TextBoundsInfoClient) GetGraphemeSegmentFinder(ctx context.Context) (int64, error)

GetGraphemeSegmentFinder calls the GetGraphemeSegmentFinder RPC.

func (*TextBoundsInfoClient) GetLineSegmentFinder added in v0.0.6

func (c *TextBoundsInfoClient) GetLineSegmentFinder(ctx context.Context) (int64, error)

GetLineSegmentFinder calls the GetLineSegmentFinder RPC.

func (*TextBoundsInfoClient) GetMatrix added in v0.0.6

func (c *TextBoundsInfoClient) GetMatrix(ctx context.Context, arg0 int64) error

GetMatrix calls the GetMatrix RPC.

func (*TextBoundsInfoClient) GetOffsetForPosition added in v0.0.6

func (c *TextBoundsInfoClient) GetOffsetForPosition(ctx context.Context, arg0 float32, arg1 float32) (int32, error)

GetOffsetForPosition calls the GetOffsetForPosition RPC.

func (*TextBoundsInfoClient) GetRangeForRect added in v0.0.6

func (c *TextBoundsInfoClient) GetRangeForRect(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

GetRangeForRect calls the GetRangeForRect RPC.

func (*TextBoundsInfoClient) GetStartIndex added in v0.0.6

func (c *TextBoundsInfoClient) GetStartIndex(ctx context.Context) (int32, error)

GetStartIndex calls the GetStartIndex RPC.

func (*TextBoundsInfoClient) GetWordSegmentFinder added in v0.0.6

func (c *TextBoundsInfoClient) GetWordSegmentFinder(ctx context.Context) (int64, error)

GetWordSegmentFinder calls the GetWordSegmentFinder RPC.

func (*TextBoundsInfoClient) WriteToParcel added in v0.0.6

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

WriteToParcel calls the WriteToParcel RPC.

type TextBoundsInfoResultClient added in v0.0.6

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

TextBoundsInfoResultClient wraps the gRPC TextBoundsInfoResultService client.

func NewTextBoundsInfoResultClient added in v0.0.6

func NewTextBoundsInfoResultClient(cc grpc.ClientConnInterface) *TextBoundsInfoResultClient

NewTextBoundsInfoResultClient creates a new TextBoundsInfoResult client.

func (*TextBoundsInfoResultClient) GetResultCode added in v0.0.6

func (c *TextBoundsInfoResultClient) GetResultCode(ctx context.Context, handle int64) (int32, error)

GetResultCode calls the GetResultCode RPC.

func (*TextBoundsInfoResultClient) GetTextBoundsInfo added in v0.0.6

func (c *TextBoundsInfoResultClient) GetTextBoundsInfo(ctx context.Context, handle int64) (int64, error)

GetTextBoundsInfo calls the GetTextBoundsInfo RPC.

type TextSnapshotClient added in v0.0.6

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

TextSnapshotClient wraps the gRPC TextSnapshotService client.

func NewTextSnapshotClient added in v0.0.6

func NewTextSnapshotClient(cc grpc.ClientConnInterface) *TextSnapshotClient

NewTextSnapshotClient creates a new TextSnapshot client.

func (*TextSnapshotClient) GetCompositionEnd added in v0.0.6

func (c *TextSnapshotClient) GetCompositionEnd(ctx context.Context, handle int64) (int32, error)

GetCompositionEnd calls the GetCompositionEnd RPC.

func (*TextSnapshotClient) GetCompositionStart added in v0.0.6

func (c *TextSnapshotClient) GetCompositionStart(ctx context.Context, handle int64) (int32, error)

GetCompositionStart calls the GetCompositionStart RPC.

func (*TextSnapshotClient) GetCursorCapsMode added in v0.0.6

func (c *TextSnapshotClient) GetCursorCapsMode(ctx context.Context, handle int64) (int32, error)

GetCursorCapsMode calls the GetCursorCapsMode RPC.

func (*TextSnapshotClient) GetSelectionEnd added in v0.0.6

func (c *TextSnapshotClient) GetSelectionEnd(ctx context.Context, handle int64) (int32, error)

GetSelectionEnd calls the GetSelectionEnd RPC.

func (*TextSnapshotClient) GetSelectionStart added in v0.0.6

func (c *TextSnapshotClient) GetSelectionStart(ctx context.Context, handle int64) (int32, error)

GetSelectionStart calls the GetSelectionStart RPC.

func (*TextSnapshotClient) GetSurroundingText added in v0.0.6

func (c *TextSnapshotClient) GetSurroundingText(ctx context.Context, handle int64) (int64, error)

GetSurroundingText calls the GetSurroundingText RPC.

Jump to

Keyboard shortcuts

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