Documentation
¶
Index ¶
- type BaseInputConnectionServer
- func (s *BaseInputConnectionServer) BeginBatchEdit(_ context.Context, req *pb.BaseInputConnectionBeginBatchEditRequest) (*pb.BeginBatchEditResponse, error)
- func (s *BaseInputConnectionServer) ClearMetaKeyStates(_ context.Context, req *pb.BaseInputConnectionClearMetaKeyStatesRequest) (*pb.ClearMetaKeyStatesResponse, error)
- func (s *BaseInputConnectionServer) CloseConnection(_ context.Context, req *pb.BaseInputConnectionCloseConnectionRequest) (*pb.CloseConnectionResponse, error)
- func (s *BaseInputConnectionServer) CommitCompletion(_ context.Context, req *pb.BaseInputConnectionCommitCompletionRequest) (*pb.CommitCompletionResponse, error)
- func (s *BaseInputConnectionServer) CommitContent(_ context.Context, req *pb.BaseInputConnectionCommitContentRequest) (*pb.CommitContentResponse, error)
- func (s *BaseInputConnectionServer) CommitCorrection(_ context.Context, req *pb.BaseInputConnectionCommitCorrectionRequest) (*pb.CommitCorrectionResponse, error)
- func (s *BaseInputConnectionServer) CommitText(_ context.Context, req *pb.BaseInputConnectionCommitTextRequest) (*pb.CommitTextResponse, error)
- func (s *BaseInputConnectionServer) DeleteSurroundingText(_ context.Context, req *pb.BaseInputConnectionDeleteSurroundingTextRequest) (*pb.DeleteSurroundingTextResponse, error)
- func (s *BaseInputConnectionServer) DeleteSurroundingTextInCodePoints(_ context.Context, ...) (*pb.DeleteSurroundingTextInCodePointsResponse, error)
- func (s *BaseInputConnectionServer) EndBatchEdit(_ context.Context, req *pb.BaseInputConnectionEndBatchEditRequest) (*pb.EndBatchEditResponse, error)
- func (s *BaseInputConnectionServer) FinishComposingText(_ context.Context, req *pb.BaseInputConnectionFinishComposingTextRequest) (*pb.FinishComposingTextResponse, error)
- func (s *BaseInputConnectionServer) GetComposingSpanEnd(_ context.Context, req *pb.GetComposingSpanEndRequest) (*pb.GetComposingSpanEndResponse, error)
- func (s *BaseInputConnectionServer) GetComposingSpanStart(_ context.Context, req *pb.GetComposingSpanStartRequest) (*pb.GetComposingSpanStartResponse, error)
- func (s *BaseInputConnectionServer) GetCursorCapsMode(_ context.Context, req *pb.BaseInputConnectionGetCursorCapsModeRequest) (*pb.GetCursorCapsModeResponse, error)
- func (s *BaseInputConnectionServer) GetEditable(_ context.Context, req *pb.GetEditableRequest) (*pb.GetEditableResponse, error)
- func (s *BaseInputConnectionServer) GetExtractedText(_ context.Context, req *pb.BaseInputConnectionGetExtractedTextRequest) (*pb.GetExtractedTextResponse, error)
- func (s *BaseInputConnectionServer) GetHandler(_ context.Context, req *pb.BaseInputConnectionGetHandlerRequest) (*pb.GetHandlerResponse, error)
- func (s *BaseInputConnectionServer) GetSelectedText(_ context.Context, req *pb.BaseInputConnectionGetSelectedTextRequest) (*pb.GetSelectedTextResponse, error)
- func (s *BaseInputConnectionServer) GetSurroundingText(_ context.Context, req *pb.GetSurroundingTextRequest) (*pb.GetSurroundingTextResponse, error)
- func (s *BaseInputConnectionServer) GetTextAfterCursor(_ context.Context, req *pb.BaseInputConnectionGetTextAfterCursorRequest) (*pb.GetTextAfterCursorResponse, error)
- func (s *BaseInputConnectionServer) GetTextBeforeCursor(_ context.Context, req *pb.BaseInputConnectionGetTextBeforeCursorRequest) (*pb.GetTextBeforeCursorResponse, error)
- func (s *BaseInputConnectionServer) NewBaseInputConnection(_ context.Context, req *pb.NewBaseInputConnectionRequest) (*pb.NewBaseInputConnectionResponse, error)
- func (s *BaseInputConnectionServer) PerformContextMenuAction(_ context.Context, req *pb.BaseInputConnectionPerformContextMenuActionRequest) (*pb.PerformContextMenuActionResponse, error)
- func (s *BaseInputConnectionServer) PerformEditorAction(_ context.Context, req *pb.BaseInputConnectionPerformEditorActionRequest) (*pb.PerformEditorActionResponse, error)
- func (s *BaseInputConnectionServer) PerformPrivateCommand(_ context.Context, req *pb.BaseInputConnectionPerformPrivateCommandRequest) (*pb.PerformPrivateCommandResponse, error)
- func (s *BaseInputConnectionServer) RemoveComposingSpans(_ context.Context, req *pb.RemoveComposingSpansRequest) (*pb.RemoveComposingSpansResponse, error)
- func (s *BaseInputConnectionServer) ReplaceText(_ context.Context, req *pb.ReplaceTextRequest) (*pb.ReplaceTextResponse, error)
- func (s *BaseInputConnectionServer) ReportFullscreenMode(_ context.Context, req *pb.BaseInputConnectionReportFullscreenModeRequest) (*pb.ReportFullscreenModeResponse, error)
- func (s *BaseInputConnectionServer) RequestCursorUpdates(_ context.Context, req *pb.BaseInputConnectionRequestCursorUpdatesRequest) (*pb.RequestCursorUpdatesResponse, error)
- func (s *BaseInputConnectionServer) SendKeyEvent(_ context.Context, req *pb.BaseInputConnectionSendKeyEventRequest) (*pb.SendKeyEventResponse, error)
- func (s *BaseInputConnectionServer) SetComposingRegion(_ context.Context, req *pb.BaseInputConnectionSetComposingRegionRequest) (*pb.SetComposingRegionResponse, error)
- func (s *BaseInputConnectionServer) SetComposingSpans(_ context.Context, req *pb.SetComposingSpansRequest) (*pb.SetComposingSpansResponse, error)
- func (s *BaseInputConnectionServer) SetComposingText(_ context.Context, req *pb.BaseInputConnectionSetComposingTextRequest) (*pb.SetComposingTextResponse, error)
- func (s *BaseInputConnectionServer) SetSelection(_ context.Context, req *pb.BaseInputConnectionSetSelectionRequest) (*pb.SetSelectionResponse, error)
- func (s *BaseInputConnectionServer) TakeSnapshot(_ context.Context, req *pb.TakeSnapshotRequest) (*pb.TakeSnapshotResponse, error)
- type CompletionInfoServer
- func (s *CompletionInfoServer) DescribeContents(_ context.Context, req *pb.CompletionInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *CompletionInfoServer) GetId(_ context.Context, req *pb.GetIdRequest) (*pb.GetIdResponse, error)
- func (s *CompletionInfoServer) GetLabel(_ context.Context, req *pb.GetLabelRequest) (*pb.GetLabelResponse, error)
- func (s *CompletionInfoServer) GetPosition(_ context.Context, req *pb.GetPositionRequest) (*pb.GetPositionResponse, error)
- func (s *CompletionInfoServer) GetText(_ context.Context, req *pb.GetTextRequest) (*pb.GetTextResponse, error)
- func (s *CompletionInfoServer) NewCompletionInfo(_ context.Context, req *pb.NewCompletionInfoRequest) (*pb.NewCompletionInfoResponse, error)
- func (s *CompletionInfoServer) ToString(_ context.Context, req *pb.CompletionInfoToStringRequest) (*pb.ToStringResponse, error)
- func (s *CompletionInfoServer) WriteToParcel(_ context.Context, req *pb.CompletionInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type CorrectionInfoServer
- func (s *CorrectionInfoServer) DescribeContents(_ context.Context, req *pb.CorrectionInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *CorrectionInfoServer) GetNewText(_ context.Context, req *pb.GetNewTextRequest) (*pb.GetNewTextResponse, error)
- func (s *CorrectionInfoServer) GetOffset(_ context.Context, req *pb.GetOffsetRequest) (*pb.GetOffsetResponse, error)
- func (s *CorrectionInfoServer) GetOldText(_ context.Context, req *pb.GetOldTextRequest) (*pb.GetOldTextResponse, error)
- func (s *CorrectionInfoServer) NewCorrectionInfo(_ context.Context, req *pb.NewCorrectionInfoRequest) (*pb.NewCorrectionInfoResponse, error)
- func (s *CorrectionInfoServer) ToString(_ context.Context, req *pb.CorrectionInfoToStringRequest) (*pb.ToStringResponse, error)
- func (s *CorrectionInfoServer) WriteToParcel(_ context.Context, req *pb.CorrectionInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type CursorAnchorInfoServer
- func (s *CursorAnchorInfoServer) DescribeContents(_ context.Context, req *pb.CursorAnchorInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *CursorAnchorInfoServer) Equals(_ context.Context, req *pb.CursorAnchorInfoEqualsRequest) (*pb.EqualsResponse, error)
- func (s *CursorAnchorInfoServer) GetCharacterBounds(_ context.Context, req *pb.CursorAnchorInfoGetCharacterBoundsRequest) (*pb.CursorAnchorInfoGetCharacterBoundsResponse, error)
- func (s *CursorAnchorInfoServer) GetCharacterBoundsFlags(_ context.Context, req *pb.GetCharacterBoundsFlagsRequest) (*pb.GetCharacterBoundsFlagsResponse, error)
- func (s *CursorAnchorInfoServer) GetComposingText(_ context.Context, req *pb.GetComposingTextRequest) (*pb.GetComposingTextResponse, error)
- func (s *CursorAnchorInfoServer) GetComposingTextStart(_ context.Context, req *pb.GetComposingTextStartRequest) (*pb.GetComposingTextStartResponse, error)
- func (s *CursorAnchorInfoServer) GetEditorBoundsInfo(_ context.Context, req *pb.GetEditorBoundsInfoRequest) (*pb.GetEditorBoundsInfoResponse, error)
- func (s *CursorAnchorInfoServer) GetInsertionMarkerBaseline(_ context.Context, req *pb.GetInsertionMarkerBaselineRequest) (*pb.GetInsertionMarkerBaselineResponse, error)
- func (s *CursorAnchorInfoServer) GetInsertionMarkerBottom(_ context.Context, req *pb.GetInsertionMarkerBottomRequest) (*pb.GetInsertionMarkerBottomResponse, error)
- func (s *CursorAnchorInfoServer) GetInsertionMarkerFlags(_ context.Context, req *pb.GetInsertionMarkerFlagsRequest) (*pb.GetInsertionMarkerFlagsResponse, error)
- func (s *CursorAnchorInfoServer) GetInsertionMarkerHorizontal(_ context.Context, req *pb.GetInsertionMarkerHorizontalRequest) (*pb.GetInsertionMarkerHorizontalResponse, error)
- func (s *CursorAnchorInfoServer) GetInsertionMarkerTop(_ context.Context, req *pb.GetInsertionMarkerTopRequest) (*pb.GetInsertionMarkerTopResponse, error)
- func (s *CursorAnchorInfoServer) GetMatrix(_ context.Context, req *pb.CursorAnchorInfoGetMatrixRequest) (*pb.CursorAnchorInfoGetMatrixResponse, error)
- func (s *CursorAnchorInfoServer) GetSelectionEnd(_ context.Context, req *pb.GetSelectionEndRequest) (*pb.GetSelectionEndResponse, error)
- func (s *CursorAnchorInfoServer) GetSelectionStart(_ context.Context, req *pb.GetSelectionStartRequest) (*pb.GetSelectionStartResponse, error)
- func (s *CursorAnchorInfoServer) GetTextAppearanceInfo(_ context.Context, req *pb.GetTextAppearanceInfoRequest) (*pb.GetTextAppearanceInfoResponse, error)
- func (s *CursorAnchorInfoServer) GetVisibleLineBounds(_ context.Context, req *pb.GetVisibleLineBoundsRequest) (*pb.GetVisibleLineBoundsResponse, error)
- func (s *CursorAnchorInfoServer) HashCode(_ context.Context, req *pb.CursorAnchorInfoHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *CursorAnchorInfoServer) NewCursorAnchorInfo(_ context.Context, req *pb.NewCursorAnchorInfoRequest) (*pb.NewCursorAnchorInfoResponse, error)
- func (s *CursorAnchorInfoServer) ToString(_ context.Context, req *pb.CursorAnchorInfoToStringRequest) (*pb.ToStringResponse, error)
- func (s *CursorAnchorInfoServer) WriteToParcel(_ context.Context, req *pb.CursorAnchorInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type EditorInfoServer
- func (s *EditorInfoServer) DescribeContents(_ context.Context, req *pb.EditorInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *EditorInfoServer) Dump(_ context.Context, req *pb.DumpRequest) (*pb.DumpResponse, error)
- func (s *EditorInfoServer) GetAutofillId(_ context.Context, req *pb.GetAutofillIdRequest) (*pb.GetAutofillIdResponse, error)
- func (s *EditorInfoServer) GetInitialSelectedText(_ context.Context, req *pb.GetInitialSelectedTextRequest) (*pb.GetInitialSelectedTextResponse, error)
- func (s *EditorInfoServer) GetInitialSurroundingText(_ context.Context, req *pb.GetInitialSurroundingTextRequest) (*pb.GetInitialSurroundingTextResponse, error)
- func (s *EditorInfoServer) GetInitialTextAfterCursor(_ context.Context, req *pb.GetInitialTextAfterCursorRequest) (*pb.GetInitialTextAfterCursorResponse, error)
- func (s *EditorInfoServer) GetInitialTextBeforeCursor(_ context.Context, req *pb.GetInitialTextBeforeCursorRequest) (*pb.GetInitialTextBeforeCursorResponse, error)
- func (s *EditorInfoServer) GetInitialToolType(_ context.Context, req *pb.GetInitialToolTypeRequest) (*pb.GetInitialToolTypeResponse, error)
- func (s *EditorInfoServer) IsStylusHandwritingEnabled(_ context.Context, req *pb.IsStylusHandwritingEnabledRequest) (*pb.IsStylusHandwritingEnabledResponse, error)
- func (s *EditorInfoServer) IsWritingToolsEnabled(_ context.Context, req *pb.IsWritingToolsEnabledRequest) (*pb.IsWritingToolsEnabledResponse, error)
- func (s *EditorInfoServer) MakeCompatible(_ context.Context, req *pb.MakeCompatibleRequest) (*pb.MakeCompatibleResponse, error)
- func (s *EditorInfoServer) NewEditorInfo(_ context.Context, req *pb.NewEditorInfoRequest) (*pb.NewEditorInfoResponse, error)
- func (s *EditorInfoServer) SetAutofillId(_ context.Context, req *pb.SetAutofillIdRequest) (*pb.SetAutofillIdResponse, error)
- func (s *EditorInfoServer) SetInitialSurroundingSubText(_ context.Context, req *pb.SetInitialSurroundingSubTextRequest) (*pb.SetInitialSurroundingSubTextResponse, error)
- func (s *EditorInfoServer) SetInitialSurroundingText(_ context.Context, req *pb.SetInitialSurroundingTextRequest) (*pb.SetInitialSurroundingTextResponse, error)
- func (s *EditorInfoServer) SetInitialToolType(_ context.Context, req *pb.SetInitialToolTypeRequest) (*pb.SetInitialToolTypeResponse, error)
- func (s *EditorInfoServer) SetStylusHandwritingEnabled(_ context.Context, req *pb.SetStylusHandwritingEnabledRequest) (*pb.SetStylusHandwritingEnabledResponse, error)
- func (s *EditorInfoServer) SetWritingToolsEnabled(_ context.Context, req *pb.SetWritingToolsEnabledRequest) (*pb.SetWritingToolsEnabledResponse, error)
- func (s *EditorInfoServer) WriteToParcel(_ context.Context, req *pb.EditorInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type ExtractedTextRequestServer
- func (s *ExtractedTextRequestServer) DescribeContents(_ context.Context, req *pb.ExtractedTextRequestDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *ExtractedTextRequestServer) NewExtractedTextRequestOp(_ context.Context, req *pb.NewExtractedTextRequestOpRequest) (*pb.NewExtractedTextRequestOpResponse, error)
- func (s *ExtractedTextRequestServer) WriteToParcel(_ context.Context, req *pb.ExtractedTextRequestWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type ExtractedTextServer
- func (s *ExtractedTextServer) DescribeContents(_ context.Context, req *pb.ExtractedTextDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *ExtractedTextServer) NewExtractedText(_ context.Context, req *pb.NewExtractedTextRequest) (*pb.NewExtractedTextResponse, error)
- func (s *ExtractedTextServer) WriteToParcel(_ context.Context, req *pb.ExtractedTextWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type InputBindingServer
- func (s *InputBindingServer) DescribeContents(_ context.Context, req *pb.InputBindingDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *InputBindingServer) GetConnection(_ context.Context, req *pb.GetConnectionRequest) (*pb.GetConnectionResponse, error)
- func (s *InputBindingServer) GetConnectionToken(_ context.Context, req *pb.GetConnectionTokenRequest) (*pb.GetConnectionTokenResponse, error)
- func (s *InputBindingServer) GetPid(_ context.Context, req *pb.GetPidRequest) (*pb.GetPidResponse, error)
- func (s *InputBindingServer) GetUid(_ context.Context, req *pb.GetUidRequest) (*pb.GetUidResponse, error)
- func (s *InputBindingServer) NewInputBinding(_ context.Context, req *pb.NewInputBindingRequest) (*pb.NewInputBindingResponse, error)
- func (s *InputBindingServer) ToString(_ context.Context, req *pb.InputBindingToStringRequest) (*pb.ToStringResponse, error)
- func (s *InputBindingServer) WriteToParcel(_ context.Context, req *pb.InputBindingWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type InputConnectionWrapperServer
- func (s *InputConnectionWrapperServer) BeginBatchEdit(_ context.Context, req *pb.InputConnectionWrapperBeginBatchEditRequest) (*pb.BeginBatchEditResponse, error)
- func (s *InputConnectionWrapperServer) ClearMetaKeyStates(_ context.Context, req *pb.InputConnectionWrapperClearMetaKeyStatesRequest) (*pb.ClearMetaKeyStatesResponse, error)
- func (s *InputConnectionWrapperServer) CloseConnection(_ context.Context, req *pb.InputConnectionWrapperCloseConnectionRequest) (*pb.CloseConnectionResponse, error)
- func (s *InputConnectionWrapperServer) CommitCompletion(_ context.Context, req *pb.InputConnectionWrapperCommitCompletionRequest) (*pb.CommitCompletionResponse, error)
- func (s *InputConnectionWrapperServer) CommitContent(_ context.Context, req *pb.InputConnectionWrapperCommitContentRequest) (*pb.CommitContentResponse, error)
- func (s *InputConnectionWrapperServer) CommitCorrection(_ context.Context, req *pb.InputConnectionWrapperCommitCorrectionRequest) (*pb.CommitCorrectionResponse, error)
- func (s *InputConnectionWrapperServer) CommitText2(_ context.Context, req *pb.CommitText2Request) (*pb.CommitText2Response, error)
- func (s *InputConnectionWrapperServer) CommitText3_1(_ context.Context, req *pb.CommitText3_1Request) (*pb.CommitText3_1Response, error)
- func (s *InputConnectionWrapperServer) DeleteSurroundingText(_ context.Context, req *pb.InputConnectionWrapperDeleteSurroundingTextRequest) (*pb.DeleteSurroundingTextResponse, error)
- func (s *InputConnectionWrapperServer) DeleteSurroundingTextInCodePoints(_ context.Context, ...) (*pb.DeleteSurroundingTextInCodePointsResponse, error)
- func (s *InputConnectionWrapperServer) EndBatchEdit(_ context.Context, req *pb.InputConnectionWrapperEndBatchEditRequest) (*pb.EndBatchEditResponse, error)
- func (s *InputConnectionWrapperServer) FinishComposingText(_ context.Context, req *pb.InputConnectionWrapperFinishComposingTextRequest) (*pb.FinishComposingTextResponse, error)
- func (s *InputConnectionWrapperServer) GetCursorCapsMode(_ context.Context, req *pb.InputConnectionWrapperGetCursorCapsModeRequest) (*pb.GetCursorCapsModeResponse, error)
- func (s *InputConnectionWrapperServer) GetExtractedText(_ context.Context, req *pb.InputConnectionWrapperGetExtractedTextRequest) (*pb.GetExtractedTextResponse, error)
- func (s *InputConnectionWrapperServer) GetHandler(_ context.Context, req *pb.InputConnectionWrapperGetHandlerRequest) (*pb.GetHandlerResponse, error)
- func (s *InputConnectionWrapperServer) GetSelectedText(_ context.Context, req *pb.InputConnectionWrapperGetSelectedTextRequest) (*pb.GetSelectedTextResponse, error)
- func (s *InputConnectionWrapperServer) GetSurroundingText(_ context.Context, req *pb.GetSurroundingTextRequest) (*pb.GetSurroundingTextResponse, error)
- func (s *InputConnectionWrapperServer) GetTextAfterCursor(_ context.Context, req *pb.InputConnectionWrapperGetTextAfterCursorRequest) (*pb.GetTextAfterCursorResponse, error)
- func (s *InputConnectionWrapperServer) GetTextBeforeCursor(_ context.Context, req *pb.InputConnectionWrapperGetTextBeforeCursorRequest) (*pb.GetTextBeforeCursorResponse, error)
- func (s *InputConnectionWrapperServer) NewInputConnectionWrapper(_ context.Context, req *pb.NewInputConnectionWrapperRequest) (*pb.NewInputConnectionWrapperResponse, error)
- func (s *InputConnectionWrapperServer) PerformContextMenuAction(_ context.Context, ...) (*pb.PerformContextMenuActionResponse, error)
- func (s *InputConnectionWrapperServer) PerformEditorAction(_ context.Context, req *pb.InputConnectionWrapperPerformEditorActionRequest) (*pb.PerformEditorActionResponse, error)
- func (s *InputConnectionWrapperServer) PerformHandwritingGesture(_ context.Context, req *pb.PerformHandwritingGestureRequest) (*pb.PerformHandwritingGestureResponse, error)
- func (s *InputConnectionWrapperServer) PerformPrivateCommand(_ context.Context, req *pb.InputConnectionWrapperPerformPrivateCommandRequest) (*pb.PerformPrivateCommandResponse, error)
- func (s *InputConnectionWrapperServer) PerformSpellCheck(_ context.Context, req *pb.PerformSpellCheckRequest) (*pb.PerformSpellCheckResponse, error)
- func (s *InputConnectionWrapperServer) PreviewHandwritingGesture(_ context.Context, req *pb.PreviewHandwritingGestureRequest) (*pb.PreviewHandwritingGestureResponse, error)
- func (s *InputConnectionWrapperServer) ReplaceText(_ context.Context, req *pb.ReplaceTextRequest) (*pb.ReplaceTextResponse, error)
- func (s *InputConnectionWrapperServer) ReportFullscreenMode(_ context.Context, req *pb.InputConnectionWrapperReportFullscreenModeRequest) (*pb.ReportFullscreenModeResponse, error)
- func (s *InputConnectionWrapperServer) RequestCursorUpdates1(_ context.Context, req *pb.RequestCursorUpdates1Request) (*pb.RequestCursorUpdates1Response, error)
- func (s *InputConnectionWrapperServer) RequestCursorUpdates2_1(_ context.Context, req *pb.RequestCursorUpdates2_1Request) (*pb.RequestCursorUpdates2_1Response, error)
- func (s *InputConnectionWrapperServer) SendKeyEvent(_ context.Context, req *pb.InputConnectionWrapperSendKeyEventRequest) (*pb.SendKeyEventResponse, error)
- func (s *InputConnectionWrapperServer) SetComposingRegion2(_ context.Context, req *pb.SetComposingRegion2Request) (*pb.SetComposingRegion2Response, error)
- func (s *InputConnectionWrapperServer) SetComposingRegion3_1(_ context.Context, req *pb.SetComposingRegion3_1Request) (*pb.SetComposingRegion3_1Response, error)
- func (s *InputConnectionWrapperServer) SetComposingText2(_ context.Context, req *pb.SetComposingText2Request) (*pb.SetComposingText2Response, error)
- func (s *InputConnectionWrapperServer) SetComposingText3_1(_ context.Context, req *pb.SetComposingText3_1Request) (*pb.SetComposingText3_1Response, error)
- func (s *InputConnectionWrapperServer) SetImeConsumesInput(_ context.Context, req *pb.SetImeConsumesInputRequest) (*pb.SetImeConsumesInputResponse, error)
- func (s *InputConnectionWrapperServer) SetSelection(_ context.Context, req *pb.InputConnectionWrapperSetSelectionRequest) (*pb.SetSelectionResponse, error)
- func (s *InputConnectionWrapperServer) SetTarget(_ context.Context, req *pb.SetTargetRequest) (*pb.SetTargetResponse, error)
- func (s *InputConnectionWrapperServer) TakeSnapshot(_ context.Context, req *pb.TakeSnapshotRequest) (*pb.TakeSnapshotResponse, error)
- type InputContentInfoServer
- func (s *InputContentInfoServer) DescribeContents(_ context.Context, req *pb.InputContentInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *InputContentInfoServer) GetContentUri(_ context.Context, req *pb.GetContentUriRequest) (*pb.GetContentUriResponse, error)
- func (s *InputContentInfoServer) GetDescription(_ context.Context, req *pb.GetDescriptionRequest) (*pb.GetDescriptionResponse, error)
- func (s *InputContentInfoServer) GetLinkUri(_ context.Context, req *pb.GetLinkUriRequest) (*pb.GetLinkUriResponse, error)
- func (s *InputContentInfoServer) NewInputContentInfo(_ context.Context, req *pb.NewInputContentInfoRequest) (*pb.NewInputContentInfoResponse, error)
- func (s *InputContentInfoServer) ReleasePermission(_ context.Context, req *pb.ReleasePermissionRequest) (*pb.ReleasePermissionResponse, error)
- func (s *InputContentInfoServer) RequestPermission(_ context.Context, req *pb.RequestPermissionRequest) (*pb.RequestPermissionResponse, error)
- func (s *InputContentInfoServer) WriteToParcel(_ context.Context, req *pb.InputContentInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type InputMethodInfoServer
- func (s *InputMethodInfoServer) CreateImeLanguageSettingsActivityIntent(_ context.Context, req *pb.CreateImeLanguageSettingsActivityIntentRequest) (*pb.CreateImeLanguageSettingsActivityIntentResponse, error)
- func (s *InputMethodInfoServer) CreateStylusHandwritingSettingsActivityIntent(_ context.Context, ...) (*pb.CreateStylusHandwritingSettingsActivityIntentResponse, error)
- func (s *InputMethodInfoServer) DescribeContents(_ context.Context, req *pb.InputMethodInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *InputMethodInfoServer) Dump(_ context.Context, req *pb.DumpRequest) (*pb.DumpResponse, error)
- func (s *InputMethodInfoServer) Equals(_ context.Context, req *pb.InputMethodInfoEqualsRequest) (*pb.EqualsResponse, error)
- func (s *InputMethodInfoServer) GetComponent(_ context.Context, req *pb.GetComponentRequest) (*pb.GetComponentResponse, error)
- func (s *InputMethodInfoServer) GetConfigChanges(_ context.Context, req *pb.GetConfigChangesRequest) (*pb.GetConfigChangesResponse, error)
- func (s *InputMethodInfoServer) GetId(_ context.Context, req *pb.GetIdRequest) (*pb.InputMethodInfoGetIdResponse, error)
- func (s *InputMethodInfoServer) GetIsDefaultResourceId(_ context.Context, req *pb.GetIsDefaultResourceIdRequest) (*pb.GetIsDefaultResourceIdResponse, error)
- func (s *InputMethodInfoServer) GetPackageName(_ context.Context, req *pb.GetPackageNameRequest) (*pb.GetPackageNameResponse, error)
- func (s *InputMethodInfoServer) GetServiceInfo(_ context.Context, req *pb.GetServiceInfoRequest) (*pb.GetServiceInfoResponse, error)
- func (s *InputMethodInfoServer) GetServiceName(_ context.Context, req *pb.GetServiceNameRequest) (*pb.GetServiceNameResponse, error)
- func (s *InputMethodInfoServer) GetSettingsActivity(_ context.Context, req *pb.GetSettingsActivityRequest) (*pb.GetSettingsActivityResponse, error)
- func (s *InputMethodInfoServer) GetSubtypeAt(_ context.Context, req *pb.GetSubtypeAtRequest) (*pb.GetSubtypeAtResponse, error)
- func (s *InputMethodInfoServer) GetSubtypeCount(_ context.Context, req *pb.GetSubtypeCountRequest) (*pb.GetSubtypeCountResponse, error)
- func (s *InputMethodInfoServer) HashCode(_ context.Context, req *pb.InputMethodInfoHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *InputMethodInfoServer) LoadIcon(_ context.Context, req *pb.LoadIconRequest) (*pb.LoadIconResponse, error)
- func (s *InputMethodInfoServer) LoadLabel(_ context.Context, req *pb.LoadLabelRequest) (*pb.LoadLabelResponse, error)
- func (s *InputMethodInfoServer) NewInputMethodInfo(_ context.Context, req *pb.NewInputMethodInfoRequest) (*pb.NewInputMethodInfoResponse, error)
- func (s *InputMethodInfoServer) ShouldShowInInputMethodPicker(_ context.Context, req *pb.ShouldShowInInputMethodPickerRequest) (*pb.ShouldShowInInputMethodPickerResponse, error)
- func (s *InputMethodInfoServer) SupportsConnectionlessStylusHandwriting(_ context.Context, req *pb.SupportsConnectionlessStylusHandwritingRequest) (*pb.SupportsConnectionlessStylusHandwritingResponse, error)
- func (s *InputMethodInfoServer) SupportsStylusHandwriting(_ context.Context, req *pb.SupportsStylusHandwritingRequest) (*pb.SupportsStylusHandwritingResponse, error)
- func (s *InputMethodInfoServer) SuppressesSpellChecker(_ context.Context, req *pb.SuppressesSpellCheckerRequest) (*pb.SuppressesSpellCheckerResponse, error)
- func (s *InputMethodInfoServer) ToString(_ context.Context, req *pb.InputMethodInfoToStringRequest) (*pb.ToStringResponse, error)
- func (s *InputMethodInfoServer) WriteToParcel(_ context.Context, req *pb.InputMethodInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type InputMethodManagerServer
- func (s *InputMethodManagerServer) AcceptStylusHandwritingDelegation1(_ context.Context, req *pb.AcceptStylusHandwritingDelegation1Request) (*pb.AcceptStylusHandwritingDelegation1Response, error)
- func (s *InputMethodManagerServer) AcceptStylusHandwritingDelegation2_1(_ context.Context, req *pb.AcceptStylusHandwritingDelegation2_1Request) (*pb.AcceptStylusHandwritingDelegation2_1Response, error)
- func (s *InputMethodManagerServer) DispatchKeyEventFromInputMethod(_ context.Context, req *pb.DispatchKeyEventFromInputMethodRequest) (*pb.DispatchKeyEventFromInputMethodResponse, error)
- func (s *InputMethodManagerServer) DisplayCompletions(_ context.Context, req *pb.InputMethodManagerDisplayCompletionsRequest) (*pb.DisplayCompletionsResponse, error)
- func (s *InputMethodManagerServer) GetCurrentInputMethodInfo(_ context.Context, req *pb.GetCurrentInputMethodInfoRequest) (*pb.GetCurrentInputMethodInfoResponse, error)
- func (s *InputMethodManagerServer) GetCurrentInputMethodSubtype(_ context.Context, req *pb.GetCurrentInputMethodSubtypeRequest) (*pb.GetCurrentInputMethodSubtypeResponse, error)
- func (s *InputMethodManagerServer) GetEnabledInputMethodList(_ context.Context, req *pb.GetEnabledInputMethodListRequest) (*pb.GetEnabledInputMethodListResponse, error)
- func (s *InputMethodManagerServer) GetEnabledInputMethodSubtypeList(_ context.Context, req *pb.GetEnabledInputMethodSubtypeListRequest) (*pb.GetEnabledInputMethodSubtypeListResponse, error)
- func (s *InputMethodManagerServer) GetInputMethodList(_ context.Context, req *pb.GetInputMethodListRequest) (*pb.GetInputMethodListResponse, error)
- func (s *InputMethodManagerServer) GetLastInputMethodSubtype(_ context.Context, req *pb.GetLastInputMethodSubtypeRequest) (*pb.GetLastInputMethodSubtypeResponse, error)
- func (s *InputMethodManagerServer) HideSoftInputFromInputMethod(_ context.Context, req *pb.HideSoftInputFromInputMethodRequest) (*pb.HideSoftInputFromInputMethodResponse, error)
- func (s *InputMethodManagerServer) HideSoftInputFromWindow2(_ context.Context, req *pb.HideSoftInputFromWindow2Request) (*pb.HideSoftInputFromWindow2Response, error)
- func (s *InputMethodManagerServer) HideSoftInputFromWindow3_1(_ context.Context, req *pb.HideSoftInputFromWindow3_1Request) (*pb.HideSoftInputFromWindow3_1Response, error)
- func (s *InputMethodManagerServer) HideStatusIcon(_ context.Context, req *pb.HideStatusIconRequest) (*pb.HideStatusIconResponse, error)
- func (s *InputMethodManagerServer) InvalidateInput(_ context.Context, req *pb.InvalidateInputRequest) (*pb.InvalidateInputResponse, error)
- func (s *InputMethodManagerServer) IsAcceptingText(_ context.Context, req *pb.IsAcceptingTextRequest) (*pb.IsAcceptingTextResponse, error)
- func (s *InputMethodManagerServer) IsActive0(_ context.Context, req *pb.IsActive0Request) (*pb.IsActive0Response, error)
- func (s *InputMethodManagerServer) IsActive1_1(_ context.Context, req *pb.IsActive1_1Request) (*pb.IsActive1_1Response, error)
- func (s *InputMethodManagerServer) IsConnectionlessStylusHandwritingAvailable(_ context.Context, req *pb.IsConnectionlessStylusHandwritingAvailableRequest) (*pb.IsConnectionlessStylusHandwritingAvailableResponse, error)
- func (s *InputMethodManagerServer) IsFullscreenMode(_ context.Context, req *pb.IsFullscreenModeRequest) (*pb.IsFullscreenModeResponse, error)
- func (s *InputMethodManagerServer) IsInputMethodSuppressingSpellChecker(_ context.Context, req *pb.IsInputMethodSuppressingSpellCheckerRequest) (*pb.IsInputMethodSuppressingSpellCheckerResponse, error)
- func (s *InputMethodManagerServer) IsStylusHandwritingAvailable(_ context.Context, req *pb.IsStylusHandwritingAvailableRequest) (*pb.IsStylusHandwritingAvailableResponse, error)
- func (s *InputMethodManagerServer) IsWatchingCursor(_ context.Context, req *pb.IsWatchingCursorRequest) (*pb.IsWatchingCursorResponse, error)
- func (s *InputMethodManagerServer) PrepareStylusHandwritingDelegation1(_ context.Context, req *pb.PrepareStylusHandwritingDelegation1Request) (*pb.PrepareStylusHandwritingDelegation1Response, error)
- func (s *InputMethodManagerServer) PrepareStylusHandwritingDelegation2_1(_ context.Context, req *pb.PrepareStylusHandwritingDelegation2_1Request) (*pb.PrepareStylusHandwritingDelegation2_1Response, error)
- func (s *InputMethodManagerServer) RestartInput(_ context.Context, req *pb.RestartInputRequest) (*pb.RestartInputResponse, error)
- func (s *InputMethodManagerServer) SendAppPrivateCommand(_ context.Context, req *pb.SendAppPrivateCommandRequest) (*pb.SendAppPrivateCommandResponse, error)
- func (s *InputMethodManagerServer) SetAdditionalInputMethodSubtypes(_ context.Context, req *pb.SetAdditionalInputMethodSubtypesRequest) (*pb.SetAdditionalInputMethodSubtypesResponse, error)
- func (s *InputMethodManagerServer) SetCurrentInputMethodSubtype(_ context.Context, req *pb.SetCurrentInputMethodSubtypeRequest) (*pb.SetCurrentInputMethodSubtypeResponse, error)
- func (s *InputMethodManagerServer) SetExplicitlyEnabledInputMethodSubtypes(_ context.Context, req *pb.SetExplicitlyEnabledInputMethodSubtypesRequest) (*pb.SetExplicitlyEnabledInputMethodSubtypesResponse, error)
- func (s *InputMethodManagerServer) SetInputMethod(_ context.Context, req *pb.SetInputMethodRequest) (*pb.SetInputMethodResponse, error)
- func (s *InputMethodManagerServer) SetInputMethodAndSubtype(_ context.Context, req *pb.SetInputMethodAndSubtypeRequest) (*pb.SetInputMethodAndSubtypeResponse, error)
- func (s *InputMethodManagerServer) ShouldOfferSwitchingToNextInputMethod(_ context.Context, req *pb.ShouldOfferSwitchingToNextInputMethodRequest) (*pb.ShouldOfferSwitchingToNextInputMethodResponse, error)
- func (s *InputMethodManagerServer) ShowInputMethodAndSubtypeEnabler(_ context.Context, req *pb.ShowInputMethodAndSubtypeEnablerRequest) (*pb.ShowInputMethodAndSubtypeEnablerResponse, error)
- func (s *InputMethodManagerServer) ShowInputMethodPicker(_ context.Context, req *pb.ShowInputMethodPickerRequest) (*pb.ShowInputMethodPickerResponse, error)
- func (s *InputMethodManagerServer) ShowSoftInput2(_ context.Context, req *pb.ShowSoftInput2Request) (*pb.ShowSoftInput2Response, error)
- func (s *InputMethodManagerServer) ShowSoftInput3_1(_ context.Context, req *pb.ShowSoftInput3_1Request) (*pb.ShowSoftInput3_1Response, error)
- func (s *InputMethodManagerServer) ShowSoftInputFromInputMethod(_ context.Context, req *pb.ShowSoftInputFromInputMethodRequest) (*pb.ShowSoftInputFromInputMethodResponse, error)
- func (s *InputMethodManagerServer) ShowStatusIcon(_ context.Context, req *pb.ShowStatusIconRequest) (*pb.ShowStatusIconResponse, error)
- func (s *InputMethodManagerServer) StartConnectionlessStylusHandwriting(_ context.Context, req *pb.StartConnectionlessStylusHandwritingRequest) (*pb.StartConnectionlessStylusHandwritingResponse, error)
- func (s *InputMethodManagerServer) StartConnectionlessStylusHandwritingForDelegation4_1(_ context.Context, ...) (*pb.StartConnectionlessStylusHandwritingForDelegation4_1Response, error)
- func (s *InputMethodManagerServer) StartConnectionlessStylusHandwritingForDelegation5(_ context.Context, ...) (*pb.StartConnectionlessStylusHandwritingForDelegation5Response, error)
- func (s *InputMethodManagerServer) StartStylusHandwriting(_ context.Context, req *pb.StartStylusHandwritingRequest) (*pb.StartStylusHandwritingResponse, error)
- func (s *InputMethodManagerServer) SwitchToLastInputMethod(_ context.Context, req *pb.SwitchToLastInputMethodRequest) (*pb.SwitchToLastInputMethodResponse, error)
- func (s *InputMethodManagerServer) SwitchToNextInputMethod(_ context.Context, req *pb.SwitchToNextInputMethodRequest) (*pb.SwitchToNextInputMethodResponse, error)
- func (s *InputMethodManagerServer) ToggleSoftInput(_ context.Context, req *pb.ToggleSoftInputRequest) (*pb.ToggleSoftInputResponse, error)
- func (s *InputMethodManagerServer) ToggleSoftInputFromWindow(_ context.Context, req *pb.ToggleSoftInputFromWindowRequest) (*pb.ToggleSoftInputFromWindowResponse, error)
- func (s *InputMethodManagerServer) UpdateCursor(_ context.Context, req *pb.InputMethodManagerUpdateCursorRequest) (*pb.UpdateCursorResponse, error)
- func (s *InputMethodManagerServer) UpdateCursorAnchorInfo(_ context.Context, req *pb.InputMethodManagerUpdateCursorAnchorInfoRequest) (*pb.UpdateCursorAnchorInfoResponse, error)
- func (s *InputMethodManagerServer) UpdateExtractedText(_ context.Context, req *pb.InputMethodManagerUpdateExtractedTextRequest) (*pb.UpdateExtractedTextResponse, error)
- func (s *InputMethodManagerServer) UpdateSelection(_ context.Context, req *pb.InputMethodManagerUpdateSelectionRequest) (*pb.UpdateSelectionResponse, error)
- func (s *InputMethodManagerServer) ViewClicked(_ context.Context, req *pb.InputMethodManagerViewClickedRequest) (*pb.ViewClickedResponse, error)
- type InputMethodSubtypeServer
- func (s *InputMethodSubtypeServer) ContainsExtraValueKey(_ context.Context, req *pb.ContainsExtraValueKeyRequest) (*pb.ContainsExtraValueKeyResponse, error)
- func (s *InputMethodSubtypeServer) DescribeContents(_ context.Context, req *pb.InputMethodSubtypeDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *InputMethodSubtypeServer) Equals(_ context.Context, req *pb.InputMethodSubtypeEqualsRequest) (*pb.EqualsResponse, error)
- func (s *InputMethodSubtypeServer) GetDisplayName(_ context.Context, req *pb.GetDisplayNameRequest) (*pb.GetDisplayNameResponse, error)
- func (s *InputMethodSubtypeServer) GetExtraValue(_ context.Context, req *pb.GetExtraValueRequest) (*pb.GetExtraValueResponse, error)
- func (s *InputMethodSubtypeServer) GetExtraValueOf(_ context.Context, req *pb.GetExtraValueOfRequest) (*pb.GetExtraValueOfResponse, error)
- func (s *InputMethodSubtypeServer) GetIconResId(_ context.Context, req *pb.GetIconResIdRequest) (*pb.GetIconResIdResponse, error)
- func (s *InputMethodSubtypeServer) GetLanguageTag(_ context.Context, req *pb.GetLanguageTagRequest) (*pb.GetLanguageTagResponse, error)
- func (s *InputMethodSubtypeServer) GetLayoutDisplayName(_ context.Context, req *pb.GetLayoutDisplayNameRequest) (*pb.GetLayoutDisplayNameResponse, error)
- func (s *InputMethodSubtypeServer) GetLayoutLabelNonLocalized(_ context.Context, req *pb.GetLayoutLabelNonLocalizedRequest) (*pb.GetLayoutLabelNonLocalizedResponse, error)
- func (s *InputMethodSubtypeServer) GetLayoutLabelResource(_ context.Context, req *pb.GetLayoutLabelResourceRequest) (*pb.GetLayoutLabelResourceResponse, error)
- func (s *InputMethodSubtypeServer) GetLocale(_ context.Context, req *pb.GetLocaleRequest) (*pb.GetLocaleResponse, error)
- func (s *InputMethodSubtypeServer) GetMode(_ context.Context, req *pb.GetModeRequest) (*pb.GetModeResponse, error)
- func (s *InputMethodSubtypeServer) GetNameOverride(_ context.Context, req *pb.GetNameOverrideRequest) (*pb.GetNameOverrideResponse, error)
- func (s *InputMethodSubtypeServer) GetNameResId(_ context.Context, req *pb.GetNameResIdRequest) (*pb.GetNameResIdResponse, error)
- func (s *InputMethodSubtypeServer) GetPhysicalKeyboardHintLanguageTag(_ context.Context, req *pb.GetPhysicalKeyboardHintLanguageTagRequest) (*pb.GetPhysicalKeyboardHintLanguageTagResponse, error)
- func (s *InputMethodSubtypeServer) GetPhysicalKeyboardHintLayoutType(_ context.Context, req *pb.GetPhysicalKeyboardHintLayoutTypeRequest) (*pb.GetPhysicalKeyboardHintLayoutTypeResponse, error)
- func (s *InputMethodSubtypeServer) HashCode(_ context.Context, req *pb.InputMethodSubtypeHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *InputMethodSubtypeServer) IsAsciiCapable(_ context.Context, req *pb.IsAsciiCapableRequest) (*pb.IsAsciiCapableResponse, error)
- func (s *InputMethodSubtypeServer) IsAuxiliary(_ context.Context, req *pb.IsAuxiliaryRequest) (*pb.IsAuxiliaryResponse, error)
- func (s *InputMethodSubtypeServer) NewInputMethodSubtype(_ context.Context, req *pb.NewInputMethodSubtypeRequest) (*pb.NewInputMethodSubtypeResponse, error)
- func (s *InputMethodSubtypeServer) OverridesImplicitlyEnabledSubtype(_ context.Context, req *pb.OverridesImplicitlyEnabledSubtypeRequest) (*pb.OverridesImplicitlyEnabledSubtypeResponse, error)
- func (s *InputMethodSubtypeServer) WriteToParcel(_ context.Context, req *pb.InputMethodSubtypeWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type SurroundingTextServer
- func (s *SurroundingTextServer) DescribeContents(_ context.Context, req *pb.SurroundingTextDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *SurroundingTextServer) GetOffset(_ context.Context, req *pb.GetOffsetRequest) (*pb.GetOffsetResponse, error)
- func (s *SurroundingTextServer) GetSelectionEnd(_ context.Context, req *pb.GetSelectionEndRequest) (*pb.GetSelectionEndResponse, error)
- func (s *SurroundingTextServer) GetSelectionStart(_ context.Context, req *pb.GetSelectionStartRequest) (*pb.GetSelectionStartResponse, error)
- func (s *SurroundingTextServer) GetText(_ context.Context, req *pb.GetTextRequest) (*pb.GetTextResponse, error)
- func (s *SurroundingTextServer) NewSurroundingText(_ context.Context, req *pb.NewSurroundingTextRequest) (*pb.NewSurroundingTextResponse, error)
- func (s *SurroundingTextServer) WriteToParcel(_ context.Context, req *pb.SurroundingTextWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type TextBoundsInfoResultServer
- func (s *TextBoundsInfoResultServer) GetResultCode(_ context.Context, req *pb.GetResultCodeRequest) (*pb.GetResultCodeResponse, error)
- func (s *TextBoundsInfoResultServer) GetTextBoundsInfo(_ context.Context, req *pb.GetTextBoundsInfoRequest) (*pb.GetTextBoundsInfoResponse, error)
- func (s *TextBoundsInfoResultServer) NewTextBoundsInfoResult(_ context.Context, req *pb.NewTextBoundsInfoResultRequest) (*pb.NewTextBoundsInfoResultResponse, error)
- type TextSnapshotServer
- func (s *TextSnapshotServer) GetCompositionEnd(_ context.Context, req *pb.GetCompositionEndRequest) (*pb.GetCompositionEndResponse, error)
- func (s *TextSnapshotServer) GetCompositionStart(_ context.Context, req *pb.GetCompositionStartRequest) (*pb.GetCompositionStartResponse, error)
- func (s *TextSnapshotServer) GetCursorCapsMode(_ context.Context, req *pb.TextSnapshotGetCursorCapsModeRequest) (*pb.GetCursorCapsModeResponse, error)
- func (s *TextSnapshotServer) GetSelectionEnd(_ context.Context, req *pb.GetSelectionEndRequest) (*pb.GetSelectionEndResponse, error)
- func (s *TextSnapshotServer) GetSelectionStart(_ context.Context, req *pb.GetSelectionStartRequest) (*pb.GetSelectionStartResponse, error)
- func (s *TextSnapshotServer) GetSurroundingText(_ context.Context, req *pb.TextSnapshotGetSurroundingTextRequest) (*pb.GetSurroundingTextResponse, error)
- func (s *TextSnapshotServer) NewTextSnapshot(_ context.Context, req *pb.NewTextSnapshotRequest) (*pb.NewTextSnapshotResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseInputConnectionServer ¶ added in v0.0.6
type BaseInputConnectionServer struct {
pb.UnimplementedBaseInputConnectionServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
BaseInputConnectionServer implements pb.BaseInputConnectionServiceServer.
func (*BaseInputConnectionServer) BeginBatchEdit ¶ added in v0.0.6
func (s *BaseInputConnectionServer) BeginBatchEdit(_ context.Context, req *pb.BaseInputConnectionBeginBatchEditRequest) (*pb.BeginBatchEditResponse, error)
func (*BaseInputConnectionServer) ClearMetaKeyStates ¶ added in v0.0.6
func (s *BaseInputConnectionServer) ClearMetaKeyStates(_ context.Context, req *pb.BaseInputConnectionClearMetaKeyStatesRequest) (*pb.ClearMetaKeyStatesResponse, error)
func (*BaseInputConnectionServer) CloseConnection ¶ added in v0.0.6
func (s *BaseInputConnectionServer) CloseConnection(_ context.Context, req *pb.BaseInputConnectionCloseConnectionRequest) (*pb.CloseConnectionResponse, error)
func (*BaseInputConnectionServer) CommitCompletion ¶ added in v0.0.6
func (s *BaseInputConnectionServer) CommitCompletion(_ context.Context, req *pb.BaseInputConnectionCommitCompletionRequest) (*pb.CommitCompletionResponse, error)
func (*BaseInputConnectionServer) CommitContent ¶ added in v0.0.6
func (s *BaseInputConnectionServer) CommitContent(_ context.Context, req *pb.BaseInputConnectionCommitContentRequest) (*pb.CommitContentResponse, error)
func (*BaseInputConnectionServer) CommitCorrection ¶ added in v0.0.6
func (s *BaseInputConnectionServer) CommitCorrection(_ context.Context, req *pb.BaseInputConnectionCommitCorrectionRequest) (*pb.CommitCorrectionResponse, error)
func (*BaseInputConnectionServer) CommitText ¶ added in v0.0.6
func (s *BaseInputConnectionServer) CommitText(_ context.Context, req *pb.BaseInputConnectionCommitTextRequest) (*pb.CommitTextResponse, error)
func (*BaseInputConnectionServer) DeleteSurroundingText ¶ added in v0.0.6
func (s *BaseInputConnectionServer) DeleteSurroundingText(_ context.Context, req *pb.BaseInputConnectionDeleteSurroundingTextRequest) (*pb.DeleteSurroundingTextResponse, error)
func (*BaseInputConnectionServer) DeleteSurroundingTextInCodePoints ¶ added in v0.0.6
func (s *BaseInputConnectionServer) DeleteSurroundingTextInCodePoints(_ context.Context, req *pb.BaseInputConnectionDeleteSurroundingTextInCodePointsRequest) (*pb.DeleteSurroundingTextInCodePointsResponse, error)
func (*BaseInputConnectionServer) EndBatchEdit ¶ added in v0.0.6
func (s *BaseInputConnectionServer) EndBatchEdit(_ context.Context, req *pb.BaseInputConnectionEndBatchEditRequest) (*pb.EndBatchEditResponse, error)
func (*BaseInputConnectionServer) FinishComposingText ¶ added in v0.0.6
func (s *BaseInputConnectionServer) FinishComposingText(_ context.Context, req *pb.BaseInputConnectionFinishComposingTextRequest) (*pb.FinishComposingTextResponse, error)
func (*BaseInputConnectionServer) GetComposingSpanEnd ¶ added in v0.0.6
func (s *BaseInputConnectionServer) GetComposingSpanEnd(_ context.Context, req *pb.GetComposingSpanEndRequest) (*pb.GetComposingSpanEndResponse, error)
func (*BaseInputConnectionServer) GetComposingSpanStart ¶ added in v0.0.6
func (s *BaseInputConnectionServer) GetComposingSpanStart(_ context.Context, req *pb.GetComposingSpanStartRequest) (*pb.GetComposingSpanStartResponse, error)
func (*BaseInputConnectionServer) GetCursorCapsMode ¶ added in v0.0.6
func (s *BaseInputConnectionServer) GetCursorCapsMode(_ context.Context, req *pb.BaseInputConnectionGetCursorCapsModeRequest) (*pb.GetCursorCapsModeResponse, error)
func (*BaseInputConnectionServer) GetEditable ¶ added in v0.0.6
func (s *BaseInputConnectionServer) GetEditable(_ context.Context, req *pb.GetEditableRequest) (*pb.GetEditableResponse, error)
func (*BaseInputConnectionServer) GetExtractedText ¶ added in v0.0.6
func (s *BaseInputConnectionServer) GetExtractedText(_ context.Context, req *pb.BaseInputConnectionGetExtractedTextRequest) (*pb.GetExtractedTextResponse, error)
func (*BaseInputConnectionServer) GetHandler ¶ added in v0.0.6
func (s *BaseInputConnectionServer) GetHandler(_ context.Context, req *pb.BaseInputConnectionGetHandlerRequest) (*pb.GetHandlerResponse, error)
func (*BaseInputConnectionServer) GetSelectedText ¶ added in v0.0.6
func (s *BaseInputConnectionServer) GetSelectedText(_ context.Context, req *pb.BaseInputConnectionGetSelectedTextRequest) (*pb.GetSelectedTextResponse, error)
func (*BaseInputConnectionServer) GetSurroundingText ¶ added in v0.0.6
func (s *BaseInputConnectionServer) GetSurroundingText(_ context.Context, req *pb.GetSurroundingTextRequest) (*pb.GetSurroundingTextResponse, error)
func (*BaseInputConnectionServer) GetTextAfterCursor ¶ added in v0.0.6
func (s *BaseInputConnectionServer) GetTextAfterCursor(_ context.Context, req *pb.BaseInputConnectionGetTextAfterCursorRequest) (*pb.GetTextAfterCursorResponse, error)
func (*BaseInputConnectionServer) GetTextBeforeCursor ¶ added in v0.0.6
func (s *BaseInputConnectionServer) GetTextBeforeCursor(_ context.Context, req *pb.BaseInputConnectionGetTextBeforeCursorRequest) (*pb.GetTextBeforeCursorResponse, error)
func (*BaseInputConnectionServer) NewBaseInputConnection ¶ added in v0.0.6
func (s *BaseInputConnectionServer) NewBaseInputConnection(_ context.Context, req *pb.NewBaseInputConnectionRequest) (*pb.NewBaseInputConnectionResponse, error)
func (*BaseInputConnectionServer) PerformContextMenuAction ¶ added in v0.0.6
func (s *BaseInputConnectionServer) PerformContextMenuAction(_ context.Context, req *pb.BaseInputConnectionPerformContextMenuActionRequest) (*pb.PerformContextMenuActionResponse, error)
func (*BaseInputConnectionServer) PerformEditorAction ¶ added in v0.0.6
func (s *BaseInputConnectionServer) PerformEditorAction(_ context.Context, req *pb.BaseInputConnectionPerformEditorActionRequest) (*pb.PerformEditorActionResponse, error)
func (*BaseInputConnectionServer) PerformPrivateCommand ¶ added in v0.0.6
func (s *BaseInputConnectionServer) PerformPrivateCommand(_ context.Context, req *pb.BaseInputConnectionPerformPrivateCommandRequest) (*pb.PerformPrivateCommandResponse, error)
func (*BaseInputConnectionServer) RemoveComposingSpans ¶ added in v0.0.6
func (s *BaseInputConnectionServer) RemoveComposingSpans(_ context.Context, req *pb.RemoveComposingSpansRequest) (*pb.RemoveComposingSpansResponse, error)
func (*BaseInputConnectionServer) ReplaceText ¶ added in v0.0.6
func (s *BaseInputConnectionServer) ReplaceText(_ context.Context, req *pb.ReplaceTextRequest) (*pb.ReplaceTextResponse, error)
func (*BaseInputConnectionServer) ReportFullscreenMode ¶ added in v0.0.6
func (s *BaseInputConnectionServer) ReportFullscreenMode(_ context.Context, req *pb.BaseInputConnectionReportFullscreenModeRequest) (*pb.ReportFullscreenModeResponse, error)
func (*BaseInputConnectionServer) RequestCursorUpdates ¶ added in v0.0.6
func (s *BaseInputConnectionServer) RequestCursorUpdates(_ context.Context, req *pb.BaseInputConnectionRequestCursorUpdatesRequest) (*pb.RequestCursorUpdatesResponse, error)
func (*BaseInputConnectionServer) SendKeyEvent ¶ added in v0.0.6
func (s *BaseInputConnectionServer) SendKeyEvent(_ context.Context, req *pb.BaseInputConnectionSendKeyEventRequest) (*pb.SendKeyEventResponse, error)
func (*BaseInputConnectionServer) SetComposingRegion ¶ added in v0.0.6
func (s *BaseInputConnectionServer) SetComposingRegion(_ context.Context, req *pb.BaseInputConnectionSetComposingRegionRequest) (*pb.SetComposingRegionResponse, error)
func (*BaseInputConnectionServer) SetComposingSpans ¶ added in v0.0.6
func (s *BaseInputConnectionServer) SetComposingSpans(_ context.Context, req *pb.SetComposingSpansRequest) (*pb.SetComposingSpansResponse, error)
func (*BaseInputConnectionServer) SetComposingText ¶ added in v0.0.6
func (s *BaseInputConnectionServer) SetComposingText(_ context.Context, req *pb.BaseInputConnectionSetComposingTextRequest) (*pb.SetComposingTextResponse, error)
func (*BaseInputConnectionServer) SetSelection ¶ added in v0.0.6
func (s *BaseInputConnectionServer) SetSelection(_ context.Context, req *pb.BaseInputConnectionSetSelectionRequest) (*pb.SetSelectionResponse, error)
func (*BaseInputConnectionServer) TakeSnapshot ¶ added in v0.0.6
func (s *BaseInputConnectionServer) TakeSnapshot(_ context.Context, req *pb.TakeSnapshotRequest) (*pb.TakeSnapshotResponse, error)
type CompletionInfoServer ¶ added in v0.0.6
type CompletionInfoServer struct {
pb.UnimplementedCompletionInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CompletionInfoServer implements pb.CompletionInfoServiceServer.
func (*CompletionInfoServer) DescribeContents ¶ added in v0.0.6
func (s *CompletionInfoServer) DescribeContents(_ context.Context, req *pb.CompletionInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*CompletionInfoServer) GetId ¶ added in v0.0.6
func (s *CompletionInfoServer) GetId(_ context.Context, req *pb.GetIdRequest) (*pb.GetIdResponse, error)
func (*CompletionInfoServer) GetLabel ¶ added in v0.0.6
func (s *CompletionInfoServer) GetLabel(_ context.Context, req *pb.GetLabelRequest) (*pb.GetLabelResponse, error)
func (*CompletionInfoServer) GetPosition ¶ added in v0.0.6
func (s *CompletionInfoServer) GetPosition(_ context.Context, req *pb.GetPositionRequest) (*pb.GetPositionResponse, error)
func (*CompletionInfoServer) GetText ¶ added in v0.0.6
func (s *CompletionInfoServer) GetText(_ context.Context, req *pb.GetTextRequest) (*pb.GetTextResponse, error)
func (*CompletionInfoServer) NewCompletionInfo ¶ added in v0.0.6
func (s *CompletionInfoServer) NewCompletionInfo(_ context.Context, req *pb.NewCompletionInfoRequest) (*pb.NewCompletionInfoResponse, error)
func (*CompletionInfoServer) ToString ¶ added in v0.0.6
func (s *CompletionInfoServer) ToString(_ context.Context, req *pb.CompletionInfoToStringRequest) (*pb.ToStringResponse, error)
func (*CompletionInfoServer) WriteToParcel ¶ added in v0.0.6
func (s *CompletionInfoServer) WriteToParcel(_ context.Context, req *pb.CompletionInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type CorrectionInfoServer ¶ added in v0.0.6
type CorrectionInfoServer struct {
pb.UnimplementedCorrectionInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CorrectionInfoServer implements pb.CorrectionInfoServiceServer.
func (*CorrectionInfoServer) DescribeContents ¶ added in v0.0.6
func (s *CorrectionInfoServer) DescribeContents(_ context.Context, req *pb.CorrectionInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*CorrectionInfoServer) GetNewText ¶ added in v0.0.6
func (s *CorrectionInfoServer) GetNewText(_ context.Context, req *pb.GetNewTextRequest) (*pb.GetNewTextResponse, error)
func (*CorrectionInfoServer) GetOffset ¶ added in v0.0.6
func (s *CorrectionInfoServer) GetOffset(_ context.Context, req *pb.GetOffsetRequest) (*pb.GetOffsetResponse, error)
func (*CorrectionInfoServer) GetOldText ¶ added in v0.0.6
func (s *CorrectionInfoServer) GetOldText(_ context.Context, req *pb.GetOldTextRequest) (*pb.GetOldTextResponse, error)
func (*CorrectionInfoServer) NewCorrectionInfo ¶ added in v0.0.6
func (s *CorrectionInfoServer) NewCorrectionInfo(_ context.Context, req *pb.NewCorrectionInfoRequest) (*pb.NewCorrectionInfoResponse, error)
func (*CorrectionInfoServer) ToString ¶ added in v0.0.6
func (s *CorrectionInfoServer) ToString(_ context.Context, req *pb.CorrectionInfoToStringRequest) (*pb.ToStringResponse, error)
func (*CorrectionInfoServer) WriteToParcel ¶ added in v0.0.6
func (s *CorrectionInfoServer) WriteToParcel(_ context.Context, req *pb.CorrectionInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type CursorAnchorInfoServer ¶ added in v0.0.6
type CursorAnchorInfoServer struct {
pb.UnimplementedCursorAnchorInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CursorAnchorInfoServer implements pb.CursorAnchorInfoServiceServer.
func (*CursorAnchorInfoServer) DescribeContents ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) DescribeContents(_ context.Context, req *pb.CursorAnchorInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*CursorAnchorInfoServer) Equals ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) Equals(_ context.Context, req *pb.CursorAnchorInfoEqualsRequest) (*pb.EqualsResponse, error)
func (*CursorAnchorInfoServer) GetCharacterBounds ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetCharacterBounds(_ context.Context, req *pb.CursorAnchorInfoGetCharacterBoundsRequest) (*pb.CursorAnchorInfoGetCharacterBoundsResponse, error)
func (*CursorAnchorInfoServer) GetCharacterBoundsFlags ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetCharacterBoundsFlags(_ context.Context, req *pb.GetCharacterBoundsFlagsRequest) (*pb.GetCharacterBoundsFlagsResponse, error)
func (*CursorAnchorInfoServer) GetComposingText ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetComposingText(_ context.Context, req *pb.GetComposingTextRequest) (*pb.GetComposingTextResponse, error)
func (*CursorAnchorInfoServer) GetComposingTextStart ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetComposingTextStart(_ context.Context, req *pb.GetComposingTextStartRequest) (*pb.GetComposingTextStartResponse, error)
func (*CursorAnchorInfoServer) GetEditorBoundsInfo ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetEditorBoundsInfo(_ context.Context, req *pb.GetEditorBoundsInfoRequest) (*pb.GetEditorBoundsInfoResponse, error)
func (*CursorAnchorInfoServer) GetInsertionMarkerBaseline ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetInsertionMarkerBaseline(_ context.Context, req *pb.GetInsertionMarkerBaselineRequest) (*pb.GetInsertionMarkerBaselineResponse, error)
func (*CursorAnchorInfoServer) GetInsertionMarkerBottom ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetInsertionMarkerBottom(_ context.Context, req *pb.GetInsertionMarkerBottomRequest) (*pb.GetInsertionMarkerBottomResponse, error)
func (*CursorAnchorInfoServer) GetInsertionMarkerFlags ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetInsertionMarkerFlags(_ context.Context, req *pb.GetInsertionMarkerFlagsRequest) (*pb.GetInsertionMarkerFlagsResponse, error)
func (*CursorAnchorInfoServer) GetInsertionMarkerHorizontal ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetInsertionMarkerHorizontal(_ context.Context, req *pb.GetInsertionMarkerHorizontalRequest) (*pb.GetInsertionMarkerHorizontalResponse, error)
func (*CursorAnchorInfoServer) GetInsertionMarkerTop ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetInsertionMarkerTop(_ context.Context, req *pb.GetInsertionMarkerTopRequest) (*pb.GetInsertionMarkerTopResponse, error)
func (*CursorAnchorInfoServer) GetMatrix ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetMatrix(_ context.Context, req *pb.CursorAnchorInfoGetMatrixRequest) (*pb.CursorAnchorInfoGetMatrixResponse, error)
func (*CursorAnchorInfoServer) GetSelectionEnd ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetSelectionEnd(_ context.Context, req *pb.GetSelectionEndRequest) (*pb.GetSelectionEndResponse, error)
func (*CursorAnchorInfoServer) GetSelectionStart ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetSelectionStart(_ context.Context, req *pb.GetSelectionStartRequest) (*pb.GetSelectionStartResponse, error)
func (*CursorAnchorInfoServer) GetTextAppearanceInfo ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetTextAppearanceInfo(_ context.Context, req *pb.GetTextAppearanceInfoRequest) (*pb.GetTextAppearanceInfoResponse, error)
func (*CursorAnchorInfoServer) GetVisibleLineBounds ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) GetVisibleLineBounds(_ context.Context, req *pb.GetVisibleLineBoundsRequest) (*pb.GetVisibleLineBoundsResponse, error)
func (*CursorAnchorInfoServer) HashCode ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) HashCode(_ context.Context, req *pb.CursorAnchorInfoHashCodeRequest) (*pb.HashCodeResponse, error)
func (*CursorAnchorInfoServer) NewCursorAnchorInfo ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) NewCursorAnchorInfo(_ context.Context, req *pb.NewCursorAnchorInfoRequest) (*pb.NewCursorAnchorInfoResponse, error)
func (*CursorAnchorInfoServer) ToString ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) ToString(_ context.Context, req *pb.CursorAnchorInfoToStringRequest) (*pb.ToStringResponse, error)
func (*CursorAnchorInfoServer) WriteToParcel ¶ added in v0.0.6
func (s *CursorAnchorInfoServer) WriteToParcel(_ context.Context, req *pb.CursorAnchorInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type EditorInfoServer ¶ added in v0.0.6
type EditorInfoServer struct {
pb.UnimplementedEditorInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
EditorInfoServer implements pb.EditorInfoServiceServer.
func (*EditorInfoServer) DescribeContents ¶ added in v0.0.6
func (s *EditorInfoServer) DescribeContents(_ context.Context, req *pb.EditorInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*EditorInfoServer) Dump ¶ added in v0.0.6
func (s *EditorInfoServer) Dump(_ context.Context, req *pb.DumpRequest) (*pb.DumpResponse, error)
func (*EditorInfoServer) GetAutofillId ¶ added in v0.0.6
func (s *EditorInfoServer) GetAutofillId(_ context.Context, req *pb.GetAutofillIdRequest) (*pb.GetAutofillIdResponse, error)
func (*EditorInfoServer) GetInitialSelectedText ¶ added in v0.0.6
func (s *EditorInfoServer) GetInitialSelectedText(_ context.Context, req *pb.GetInitialSelectedTextRequest) (*pb.GetInitialSelectedTextResponse, error)
func (*EditorInfoServer) GetInitialSurroundingText ¶ added in v0.0.6
func (s *EditorInfoServer) GetInitialSurroundingText(_ context.Context, req *pb.GetInitialSurroundingTextRequest) (*pb.GetInitialSurroundingTextResponse, error)
func (*EditorInfoServer) GetInitialTextAfterCursor ¶ added in v0.0.6
func (s *EditorInfoServer) GetInitialTextAfterCursor(_ context.Context, req *pb.GetInitialTextAfterCursorRequest) (*pb.GetInitialTextAfterCursorResponse, error)
func (*EditorInfoServer) GetInitialTextBeforeCursor ¶ added in v0.0.6
func (s *EditorInfoServer) GetInitialTextBeforeCursor(_ context.Context, req *pb.GetInitialTextBeforeCursorRequest) (*pb.GetInitialTextBeforeCursorResponse, error)
func (*EditorInfoServer) GetInitialToolType ¶ added in v0.0.6
func (s *EditorInfoServer) GetInitialToolType(_ context.Context, req *pb.GetInitialToolTypeRequest) (*pb.GetInitialToolTypeResponse, error)
func (*EditorInfoServer) IsStylusHandwritingEnabled ¶ added in v0.0.6
func (s *EditorInfoServer) IsStylusHandwritingEnabled(_ context.Context, req *pb.IsStylusHandwritingEnabledRequest) (*pb.IsStylusHandwritingEnabledResponse, error)
func (*EditorInfoServer) IsWritingToolsEnabled ¶ added in v0.0.6
func (s *EditorInfoServer) IsWritingToolsEnabled(_ context.Context, req *pb.IsWritingToolsEnabledRequest) (*pb.IsWritingToolsEnabledResponse, error)
func (*EditorInfoServer) MakeCompatible ¶ added in v0.0.6
func (s *EditorInfoServer) MakeCompatible(_ context.Context, req *pb.MakeCompatibleRequest) (*pb.MakeCompatibleResponse, error)
func (*EditorInfoServer) NewEditorInfo ¶ added in v0.0.6
func (s *EditorInfoServer) NewEditorInfo(_ context.Context, req *pb.NewEditorInfoRequest) (*pb.NewEditorInfoResponse, error)
func (*EditorInfoServer) SetAutofillId ¶ added in v0.0.6
func (s *EditorInfoServer) SetAutofillId(_ context.Context, req *pb.SetAutofillIdRequest) (*pb.SetAutofillIdResponse, error)
func (*EditorInfoServer) SetInitialSurroundingSubText ¶ added in v0.0.6
func (s *EditorInfoServer) SetInitialSurroundingSubText(_ context.Context, req *pb.SetInitialSurroundingSubTextRequest) (*pb.SetInitialSurroundingSubTextResponse, error)
func (*EditorInfoServer) SetInitialSurroundingText ¶ added in v0.0.6
func (s *EditorInfoServer) SetInitialSurroundingText(_ context.Context, req *pb.SetInitialSurroundingTextRequest) (*pb.SetInitialSurroundingTextResponse, error)
func (*EditorInfoServer) SetInitialToolType ¶ added in v0.0.6
func (s *EditorInfoServer) SetInitialToolType(_ context.Context, req *pb.SetInitialToolTypeRequest) (*pb.SetInitialToolTypeResponse, error)
func (*EditorInfoServer) SetStylusHandwritingEnabled ¶ added in v0.0.6
func (s *EditorInfoServer) SetStylusHandwritingEnabled(_ context.Context, req *pb.SetStylusHandwritingEnabledRequest) (*pb.SetStylusHandwritingEnabledResponse, error)
func (*EditorInfoServer) SetWritingToolsEnabled ¶ added in v0.0.6
func (s *EditorInfoServer) SetWritingToolsEnabled(_ context.Context, req *pb.SetWritingToolsEnabledRequest) (*pb.SetWritingToolsEnabledResponse, error)
func (*EditorInfoServer) WriteToParcel ¶ added in v0.0.6
func (s *EditorInfoServer) WriteToParcel(_ context.Context, req *pb.EditorInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type ExtractedTextRequestServer ¶ added in v0.0.6
type ExtractedTextRequestServer struct {
pb.UnimplementedExtractedTextRequestServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ExtractedTextRequestServer implements pb.ExtractedTextRequestServiceServer.
func (*ExtractedTextRequestServer) DescribeContents ¶ added in v0.0.6
func (s *ExtractedTextRequestServer) DescribeContents(_ context.Context, req *pb.ExtractedTextRequestDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*ExtractedTextRequestServer) NewExtractedTextRequestOp ¶ added in v0.0.6
func (s *ExtractedTextRequestServer) NewExtractedTextRequestOp(_ context.Context, req *pb.NewExtractedTextRequestOpRequest) (*pb.NewExtractedTextRequestOpResponse, error)
func (*ExtractedTextRequestServer) WriteToParcel ¶ added in v0.0.6
func (s *ExtractedTextRequestServer) WriteToParcel(_ context.Context, req *pb.ExtractedTextRequestWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type ExtractedTextServer ¶ added in v0.0.6
type ExtractedTextServer struct {
pb.UnimplementedExtractedTextServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ExtractedTextServer implements pb.ExtractedTextServiceServer.
func (*ExtractedTextServer) DescribeContents ¶ added in v0.0.6
func (s *ExtractedTextServer) DescribeContents(_ context.Context, req *pb.ExtractedTextDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*ExtractedTextServer) NewExtractedText ¶ added in v0.0.6
func (s *ExtractedTextServer) NewExtractedText(_ context.Context, req *pb.NewExtractedTextRequest) (*pb.NewExtractedTextResponse, error)
func (*ExtractedTextServer) WriteToParcel ¶ added in v0.0.6
func (s *ExtractedTextServer) WriteToParcel(_ context.Context, req *pb.ExtractedTextWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type InputBindingServer ¶ added in v0.0.6
type InputBindingServer struct {
pb.UnimplementedInputBindingServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
InputBindingServer implements pb.InputBindingServiceServer.
func (*InputBindingServer) DescribeContents ¶ added in v0.0.6
func (s *InputBindingServer) DescribeContents(_ context.Context, req *pb.InputBindingDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*InputBindingServer) GetConnection ¶ added in v0.0.6
func (s *InputBindingServer) GetConnection(_ context.Context, req *pb.GetConnectionRequest) (*pb.GetConnectionResponse, error)
func (*InputBindingServer) GetConnectionToken ¶ added in v0.0.6
func (s *InputBindingServer) GetConnectionToken(_ context.Context, req *pb.GetConnectionTokenRequest) (*pb.GetConnectionTokenResponse, error)
func (*InputBindingServer) GetPid ¶ added in v0.0.6
func (s *InputBindingServer) GetPid(_ context.Context, req *pb.GetPidRequest) (*pb.GetPidResponse, error)
func (*InputBindingServer) GetUid ¶ added in v0.0.6
func (s *InputBindingServer) GetUid(_ context.Context, req *pb.GetUidRequest) (*pb.GetUidResponse, error)
func (*InputBindingServer) NewInputBinding ¶ added in v0.0.6
func (s *InputBindingServer) NewInputBinding(_ context.Context, req *pb.NewInputBindingRequest) (*pb.NewInputBindingResponse, error)
func (*InputBindingServer) ToString ¶ added in v0.0.6
func (s *InputBindingServer) ToString(_ context.Context, req *pb.InputBindingToStringRequest) (*pb.ToStringResponse, error)
func (*InputBindingServer) WriteToParcel ¶ added in v0.0.6
func (s *InputBindingServer) WriteToParcel(_ context.Context, req *pb.InputBindingWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type InputConnectionWrapperServer ¶ added in v0.0.6
type InputConnectionWrapperServer struct {
pb.UnimplementedInputConnectionWrapperServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
InputConnectionWrapperServer implements pb.InputConnectionWrapperServiceServer.
func (*InputConnectionWrapperServer) BeginBatchEdit ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) BeginBatchEdit(_ context.Context, req *pb.InputConnectionWrapperBeginBatchEditRequest) (*pb.BeginBatchEditResponse, error)
func (*InputConnectionWrapperServer) ClearMetaKeyStates ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) ClearMetaKeyStates(_ context.Context, req *pb.InputConnectionWrapperClearMetaKeyStatesRequest) (*pb.ClearMetaKeyStatesResponse, error)
func (*InputConnectionWrapperServer) CloseConnection ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) CloseConnection(_ context.Context, req *pb.InputConnectionWrapperCloseConnectionRequest) (*pb.CloseConnectionResponse, error)
func (*InputConnectionWrapperServer) CommitCompletion ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) CommitCompletion(_ context.Context, req *pb.InputConnectionWrapperCommitCompletionRequest) (*pb.CommitCompletionResponse, error)
func (*InputConnectionWrapperServer) CommitContent ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) CommitContent(_ context.Context, req *pb.InputConnectionWrapperCommitContentRequest) (*pb.CommitContentResponse, error)
func (*InputConnectionWrapperServer) CommitCorrection ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) CommitCorrection(_ context.Context, req *pb.InputConnectionWrapperCommitCorrectionRequest) (*pb.CommitCorrectionResponse, error)
func (*InputConnectionWrapperServer) CommitText2 ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) CommitText2(_ context.Context, req *pb.CommitText2Request) (*pb.CommitText2Response, error)
func (*InputConnectionWrapperServer) CommitText3_1 ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) CommitText3_1(_ context.Context, req *pb.CommitText3_1Request) (*pb.CommitText3_1Response, error)
func (*InputConnectionWrapperServer) DeleteSurroundingText ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) DeleteSurroundingText(_ context.Context, req *pb.InputConnectionWrapperDeleteSurroundingTextRequest) (*pb.DeleteSurroundingTextResponse, error)
func (*InputConnectionWrapperServer) DeleteSurroundingTextInCodePoints ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) DeleteSurroundingTextInCodePoints(_ context.Context, req *pb.InputConnectionWrapperDeleteSurroundingTextInCodePointsRequest) (*pb.DeleteSurroundingTextInCodePointsResponse, error)
func (*InputConnectionWrapperServer) EndBatchEdit ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) EndBatchEdit(_ context.Context, req *pb.InputConnectionWrapperEndBatchEditRequest) (*pb.EndBatchEditResponse, error)
func (*InputConnectionWrapperServer) FinishComposingText ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) FinishComposingText(_ context.Context, req *pb.InputConnectionWrapperFinishComposingTextRequest) (*pb.FinishComposingTextResponse, error)
func (*InputConnectionWrapperServer) GetCursorCapsMode ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) GetCursorCapsMode(_ context.Context, req *pb.InputConnectionWrapperGetCursorCapsModeRequest) (*pb.GetCursorCapsModeResponse, error)
func (*InputConnectionWrapperServer) GetExtractedText ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) GetExtractedText(_ context.Context, req *pb.InputConnectionWrapperGetExtractedTextRequest) (*pb.GetExtractedTextResponse, error)
func (*InputConnectionWrapperServer) GetHandler ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) GetHandler(_ context.Context, req *pb.InputConnectionWrapperGetHandlerRequest) (*pb.GetHandlerResponse, error)
func (*InputConnectionWrapperServer) GetSelectedText ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) GetSelectedText(_ context.Context, req *pb.InputConnectionWrapperGetSelectedTextRequest) (*pb.GetSelectedTextResponse, error)
func (*InputConnectionWrapperServer) GetSurroundingText ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) GetSurroundingText(_ context.Context, req *pb.GetSurroundingTextRequest) (*pb.GetSurroundingTextResponse, error)
func (*InputConnectionWrapperServer) GetTextAfterCursor ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) GetTextAfterCursor(_ context.Context, req *pb.InputConnectionWrapperGetTextAfterCursorRequest) (*pb.GetTextAfterCursorResponse, error)
func (*InputConnectionWrapperServer) GetTextBeforeCursor ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) GetTextBeforeCursor(_ context.Context, req *pb.InputConnectionWrapperGetTextBeforeCursorRequest) (*pb.GetTextBeforeCursorResponse, error)
func (*InputConnectionWrapperServer) NewInputConnectionWrapper ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) NewInputConnectionWrapper(_ context.Context, req *pb.NewInputConnectionWrapperRequest) (*pb.NewInputConnectionWrapperResponse, error)
func (*InputConnectionWrapperServer) PerformContextMenuAction ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) PerformContextMenuAction(_ context.Context, req *pb.InputConnectionWrapperPerformContextMenuActionRequest) (*pb.PerformContextMenuActionResponse, error)
func (*InputConnectionWrapperServer) PerformEditorAction ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) PerformEditorAction(_ context.Context, req *pb.InputConnectionWrapperPerformEditorActionRequest) (*pb.PerformEditorActionResponse, error)
func (*InputConnectionWrapperServer) PerformHandwritingGesture ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) PerformHandwritingGesture(_ context.Context, req *pb.PerformHandwritingGestureRequest) (*pb.PerformHandwritingGestureResponse, error)
func (*InputConnectionWrapperServer) PerformPrivateCommand ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) PerformPrivateCommand(_ context.Context, req *pb.InputConnectionWrapperPerformPrivateCommandRequest) (*pb.PerformPrivateCommandResponse, error)
func (*InputConnectionWrapperServer) PerformSpellCheck ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) PerformSpellCheck(_ context.Context, req *pb.PerformSpellCheckRequest) (*pb.PerformSpellCheckResponse, error)
func (*InputConnectionWrapperServer) PreviewHandwritingGesture ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) PreviewHandwritingGesture(_ context.Context, req *pb.PreviewHandwritingGestureRequest) (*pb.PreviewHandwritingGestureResponse, error)
func (*InputConnectionWrapperServer) ReplaceText ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) ReplaceText(_ context.Context, req *pb.ReplaceTextRequest) (*pb.ReplaceTextResponse, error)
func (*InputConnectionWrapperServer) ReportFullscreenMode ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) ReportFullscreenMode(_ context.Context, req *pb.InputConnectionWrapperReportFullscreenModeRequest) (*pb.ReportFullscreenModeResponse, error)
func (*InputConnectionWrapperServer) RequestCursorUpdates1 ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) RequestCursorUpdates1(_ context.Context, req *pb.RequestCursorUpdates1Request) (*pb.RequestCursorUpdates1Response, error)
func (*InputConnectionWrapperServer) RequestCursorUpdates2_1 ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) RequestCursorUpdates2_1(_ context.Context, req *pb.RequestCursorUpdates2_1Request) (*pb.RequestCursorUpdates2_1Response, error)
func (*InputConnectionWrapperServer) SendKeyEvent ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) SendKeyEvent(_ context.Context, req *pb.InputConnectionWrapperSendKeyEventRequest) (*pb.SendKeyEventResponse, error)
func (*InputConnectionWrapperServer) SetComposingRegion2 ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) SetComposingRegion2(_ context.Context, req *pb.SetComposingRegion2Request) (*pb.SetComposingRegion2Response, error)
func (*InputConnectionWrapperServer) SetComposingRegion3_1 ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) SetComposingRegion3_1(_ context.Context, req *pb.SetComposingRegion3_1Request) (*pb.SetComposingRegion3_1Response, error)
func (*InputConnectionWrapperServer) SetComposingText2 ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) SetComposingText2(_ context.Context, req *pb.SetComposingText2Request) (*pb.SetComposingText2Response, error)
func (*InputConnectionWrapperServer) SetComposingText3_1 ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) SetComposingText3_1(_ context.Context, req *pb.SetComposingText3_1Request) (*pb.SetComposingText3_1Response, error)
func (*InputConnectionWrapperServer) SetImeConsumesInput ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) SetImeConsumesInput(_ context.Context, req *pb.SetImeConsumesInputRequest) (*pb.SetImeConsumesInputResponse, error)
func (*InputConnectionWrapperServer) SetSelection ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) SetSelection(_ context.Context, req *pb.InputConnectionWrapperSetSelectionRequest) (*pb.SetSelectionResponse, error)
func (*InputConnectionWrapperServer) SetTarget ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) SetTarget(_ context.Context, req *pb.SetTargetRequest) (*pb.SetTargetResponse, error)
func (*InputConnectionWrapperServer) TakeSnapshot ¶ added in v0.0.6
func (s *InputConnectionWrapperServer) TakeSnapshot(_ context.Context, req *pb.TakeSnapshotRequest) (*pb.TakeSnapshotResponse, error)
type InputContentInfoServer ¶ added in v0.0.6
type InputContentInfoServer struct {
pb.UnimplementedInputContentInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
InputContentInfoServer implements pb.InputContentInfoServiceServer.
func (*InputContentInfoServer) DescribeContents ¶ added in v0.0.6
func (s *InputContentInfoServer) DescribeContents(_ context.Context, req *pb.InputContentInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*InputContentInfoServer) GetContentUri ¶ added in v0.0.6
func (s *InputContentInfoServer) GetContentUri(_ context.Context, req *pb.GetContentUriRequest) (*pb.GetContentUriResponse, error)
func (*InputContentInfoServer) GetDescription ¶ added in v0.0.6
func (s *InputContentInfoServer) GetDescription(_ context.Context, req *pb.GetDescriptionRequest) (*pb.GetDescriptionResponse, error)
func (*InputContentInfoServer) GetLinkUri ¶ added in v0.0.6
func (s *InputContentInfoServer) GetLinkUri(_ context.Context, req *pb.GetLinkUriRequest) (*pb.GetLinkUriResponse, error)
func (*InputContentInfoServer) NewInputContentInfo ¶ added in v0.0.6
func (s *InputContentInfoServer) NewInputContentInfo(_ context.Context, req *pb.NewInputContentInfoRequest) (*pb.NewInputContentInfoResponse, error)
func (*InputContentInfoServer) ReleasePermission ¶ added in v0.0.6
func (s *InputContentInfoServer) ReleasePermission(_ context.Context, req *pb.ReleasePermissionRequest) (*pb.ReleasePermissionResponse, error)
func (*InputContentInfoServer) RequestPermission ¶ added in v0.0.6
func (s *InputContentInfoServer) RequestPermission(_ context.Context, req *pb.RequestPermissionRequest) (*pb.RequestPermissionResponse, error)
func (*InputContentInfoServer) WriteToParcel ¶ added in v0.0.6
func (s *InputContentInfoServer) WriteToParcel(_ context.Context, req *pb.InputContentInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type InputMethodInfoServer ¶ added in v0.0.6
type InputMethodInfoServer struct {
pb.UnimplementedInputMethodInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
InputMethodInfoServer implements pb.InputMethodInfoServiceServer.
func (*InputMethodInfoServer) CreateImeLanguageSettingsActivityIntent ¶ added in v0.0.6
func (s *InputMethodInfoServer) CreateImeLanguageSettingsActivityIntent(_ context.Context, req *pb.CreateImeLanguageSettingsActivityIntentRequest) (*pb.CreateImeLanguageSettingsActivityIntentResponse, error)
func (*InputMethodInfoServer) CreateStylusHandwritingSettingsActivityIntent ¶ added in v0.0.6
func (s *InputMethodInfoServer) CreateStylusHandwritingSettingsActivityIntent(_ context.Context, req *pb.CreateStylusHandwritingSettingsActivityIntentRequest) (*pb.CreateStylusHandwritingSettingsActivityIntentResponse, error)
func (*InputMethodInfoServer) DescribeContents ¶ added in v0.0.6
func (s *InputMethodInfoServer) DescribeContents(_ context.Context, req *pb.InputMethodInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*InputMethodInfoServer) Dump ¶ added in v0.0.6
func (s *InputMethodInfoServer) Dump(_ context.Context, req *pb.DumpRequest) (*pb.DumpResponse, error)
func (*InputMethodInfoServer) Equals ¶ added in v0.0.6
func (s *InputMethodInfoServer) Equals(_ context.Context, req *pb.InputMethodInfoEqualsRequest) (*pb.EqualsResponse, error)
func (*InputMethodInfoServer) GetComponent ¶ added in v0.0.6
func (s *InputMethodInfoServer) GetComponent(_ context.Context, req *pb.GetComponentRequest) (*pb.GetComponentResponse, error)
func (*InputMethodInfoServer) GetConfigChanges ¶ added in v0.0.6
func (s *InputMethodInfoServer) GetConfigChanges(_ context.Context, req *pb.GetConfigChangesRequest) (*pb.GetConfigChangesResponse, error)
func (*InputMethodInfoServer) GetId ¶ added in v0.0.6
func (s *InputMethodInfoServer) GetId(_ context.Context, req *pb.GetIdRequest) (*pb.InputMethodInfoGetIdResponse, error)
func (*InputMethodInfoServer) GetIsDefaultResourceId ¶ added in v0.0.6
func (s *InputMethodInfoServer) GetIsDefaultResourceId(_ context.Context, req *pb.GetIsDefaultResourceIdRequest) (*pb.GetIsDefaultResourceIdResponse, error)
func (*InputMethodInfoServer) GetPackageName ¶ added in v0.0.6
func (s *InputMethodInfoServer) GetPackageName(_ context.Context, req *pb.GetPackageNameRequest) (*pb.GetPackageNameResponse, error)
func (*InputMethodInfoServer) GetServiceInfo ¶ added in v0.0.6
func (s *InputMethodInfoServer) GetServiceInfo(_ context.Context, req *pb.GetServiceInfoRequest) (*pb.GetServiceInfoResponse, error)
func (*InputMethodInfoServer) GetServiceName ¶ added in v0.0.6
func (s *InputMethodInfoServer) GetServiceName(_ context.Context, req *pb.GetServiceNameRequest) (*pb.GetServiceNameResponse, error)
func (*InputMethodInfoServer) GetSettingsActivity ¶ added in v0.0.6
func (s *InputMethodInfoServer) GetSettingsActivity(_ context.Context, req *pb.GetSettingsActivityRequest) (*pb.GetSettingsActivityResponse, error)
func (*InputMethodInfoServer) GetSubtypeAt ¶ added in v0.0.6
func (s *InputMethodInfoServer) GetSubtypeAt(_ context.Context, req *pb.GetSubtypeAtRequest) (*pb.GetSubtypeAtResponse, error)
func (*InputMethodInfoServer) GetSubtypeCount ¶ added in v0.0.6
func (s *InputMethodInfoServer) GetSubtypeCount(_ context.Context, req *pb.GetSubtypeCountRequest) (*pb.GetSubtypeCountResponse, error)
func (*InputMethodInfoServer) HashCode ¶ added in v0.0.6
func (s *InputMethodInfoServer) HashCode(_ context.Context, req *pb.InputMethodInfoHashCodeRequest) (*pb.HashCodeResponse, error)
func (*InputMethodInfoServer) LoadIcon ¶ added in v0.0.6
func (s *InputMethodInfoServer) LoadIcon(_ context.Context, req *pb.LoadIconRequest) (*pb.LoadIconResponse, error)
func (*InputMethodInfoServer) LoadLabel ¶ added in v0.0.6
func (s *InputMethodInfoServer) LoadLabel(_ context.Context, req *pb.LoadLabelRequest) (*pb.LoadLabelResponse, error)
func (*InputMethodInfoServer) NewInputMethodInfo ¶ added in v0.0.6
func (s *InputMethodInfoServer) NewInputMethodInfo(_ context.Context, req *pb.NewInputMethodInfoRequest) (*pb.NewInputMethodInfoResponse, error)
func (*InputMethodInfoServer) ShouldShowInInputMethodPicker ¶ added in v0.0.6
func (s *InputMethodInfoServer) ShouldShowInInputMethodPicker(_ context.Context, req *pb.ShouldShowInInputMethodPickerRequest) (*pb.ShouldShowInInputMethodPickerResponse, error)
func (*InputMethodInfoServer) SupportsConnectionlessStylusHandwriting ¶ added in v0.0.6
func (s *InputMethodInfoServer) SupportsConnectionlessStylusHandwriting(_ context.Context, req *pb.SupportsConnectionlessStylusHandwritingRequest) (*pb.SupportsConnectionlessStylusHandwritingResponse, error)
func (*InputMethodInfoServer) SupportsStylusHandwriting ¶ added in v0.0.6
func (s *InputMethodInfoServer) SupportsStylusHandwriting(_ context.Context, req *pb.SupportsStylusHandwritingRequest) (*pb.SupportsStylusHandwritingResponse, error)
func (*InputMethodInfoServer) SuppressesSpellChecker ¶ added in v0.0.6
func (s *InputMethodInfoServer) SuppressesSpellChecker(_ context.Context, req *pb.SuppressesSpellCheckerRequest) (*pb.SuppressesSpellCheckerResponse, error)
func (*InputMethodInfoServer) ToString ¶ added in v0.0.6
func (s *InputMethodInfoServer) ToString(_ context.Context, req *pb.InputMethodInfoToStringRequest) (*pb.ToStringResponse, error)
func (*InputMethodInfoServer) WriteToParcel ¶ added in v0.0.6
func (s *InputMethodInfoServer) WriteToParcel(_ context.Context, req *pb.InputMethodInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type InputMethodManagerServer ¶
type InputMethodManagerServer struct {
pb.UnimplementedInputMethodManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
InputMethodManagerServer implements pb.InputMethodManagerServiceServer.
func (*InputMethodManagerServer) AcceptStylusHandwritingDelegation1 ¶
func (s *InputMethodManagerServer) AcceptStylusHandwritingDelegation1(_ context.Context, req *pb.AcceptStylusHandwritingDelegation1Request) (*pb.AcceptStylusHandwritingDelegation1Response, error)
func (*InputMethodManagerServer) AcceptStylusHandwritingDelegation2_1 ¶
func (s *InputMethodManagerServer) AcceptStylusHandwritingDelegation2_1(_ context.Context, req *pb.AcceptStylusHandwritingDelegation2_1Request) (*pb.AcceptStylusHandwritingDelegation2_1Response, error)
func (*InputMethodManagerServer) DispatchKeyEventFromInputMethod ¶
func (s *InputMethodManagerServer) DispatchKeyEventFromInputMethod(_ context.Context, req *pb.DispatchKeyEventFromInputMethodRequest) (*pb.DispatchKeyEventFromInputMethodResponse, error)
func (*InputMethodManagerServer) DisplayCompletions ¶
func (s *InputMethodManagerServer) DisplayCompletions(_ context.Context, req *pb.InputMethodManagerDisplayCompletionsRequest) (*pb.DisplayCompletionsResponse, error)
func (*InputMethodManagerServer) GetCurrentInputMethodInfo ¶
func (s *InputMethodManagerServer) GetCurrentInputMethodInfo(_ context.Context, req *pb.GetCurrentInputMethodInfoRequest) (*pb.GetCurrentInputMethodInfoResponse, error)
func (*InputMethodManagerServer) GetCurrentInputMethodSubtype ¶
func (s *InputMethodManagerServer) GetCurrentInputMethodSubtype(_ context.Context, req *pb.GetCurrentInputMethodSubtypeRequest) (*pb.GetCurrentInputMethodSubtypeResponse, error)
func (*InputMethodManagerServer) GetEnabledInputMethodList ¶
func (s *InputMethodManagerServer) GetEnabledInputMethodList(_ context.Context, req *pb.GetEnabledInputMethodListRequest) (*pb.GetEnabledInputMethodListResponse, error)
func (*InputMethodManagerServer) GetEnabledInputMethodSubtypeList ¶
func (s *InputMethodManagerServer) GetEnabledInputMethodSubtypeList(_ context.Context, req *pb.GetEnabledInputMethodSubtypeListRequest) (*pb.GetEnabledInputMethodSubtypeListResponse, error)
func (*InputMethodManagerServer) GetInputMethodList ¶
func (s *InputMethodManagerServer) GetInputMethodList(_ context.Context, req *pb.GetInputMethodListRequest) (*pb.GetInputMethodListResponse, error)
func (*InputMethodManagerServer) GetLastInputMethodSubtype ¶
func (s *InputMethodManagerServer) GetLastInputMethodSubtype(_ context.Context, req *pb.GetLastInputMethodSubtypeRequest) (*pb.GetLastInputMethodSubtypeResponse, error)
func (*InputMethodManagerServer) HideSoftInputFromInputMethod ¶
func (s *InputMethodManagerServer) HideSoftInputFromInputMethod(_ context.Context, req *pb.HideSoftInputFromInputMethodRequest) (*pb.HideSoftInputFromInputMethodResponse, error)
func (*InputMethodManagerServer) HideSoftInputFromWindow2 ¶
func (s *InputMethodManagerServer) HideSoftInputFromWindow2(_ context.Context, req *pb.HideSoftInputFromWindow2Request) (*pb.HideSoftInputFromWindow2Response, error)
func (*InputMethodManagerServer) HideSoftInputFromWindow3_1 ¶
func (s *InputMethodManagerServer) HideSoftInputFromWindow3_1(_ context.Context, req *pb.HideSoftInputFromWindow3_1Request) (*pb.HideSoftInputFromWindow3_1Response, error)
func (*InputMethodManagerServer) HideStatusIcon ¶
func (s *InputMethodManagerServer) HideStatusIcon(_ context.Context, req *pb.HideStatusIconRequest) (*pb.HideStatusIconResponse, error)
func (*InputMethodManagerServer) InvalidateInput ¶
func (s *InputMethodManagerServer) InvalidateInput(_ context.Context, req *pb.InvalidateInputRequest) (*pb.InvalidateInputResponse, error)
func (*InputMethodManagerServer) IsAcceptingText ¶
func (s *InputMethodManagerServer) IsAcceptingText(_ context.Context, req *pb.IsAcceptingTextRequest) (*pb.IsAcceptingTextResponse, error)
func (*InputMethodManagerServer) IsActive0 ¶
func (s *InputMethodManagerServer) IsActive0(_ context.Context, req *pb.IsActive0Request) (*pb.IsActive0Response, error)
func (*InputMethodManagerServer) IsActive1_1 ¶
func (s *InputMethodManagerServer) IsActive1_1(_ context.Context, req *pb.IsActive1_1Request) (*pb.IsActive1_1Response, error)
func (*InputMethodManagerServer) IsConnectionlessStylusHandwritingAvailable ¶
func (s *InputMethodManagerServer) IsConnectionlessStylusHandwritingAvailable(_ context.Context, req *pb.IsConnectionlessStylusHandwritingAvailableRequest) (*pb.IsConnectionlessStylusHandwritingAvailableResponse, error)
func (*InputMethodManagerServer) IsFullscreenMode ¶
func (s *InputMethodManagerServer) IsFullscreenMode(_ context.Context, req *pb.IsFullscreenModeRequest) (*pb.IsFullscreenModeResponse, error)
func (*InputMethodManagerServer) IsInputMethodSuppressingSpellChecker ¶
func (s *InputMethodManagerServer) IsInputMethodSuppressingSpellChecker(_ context.Context, req *pb.IsInputMethodSuppressingSpellCheckerRequest) (*pb.IsInputMethodSuppressingSpellCheckerResponse, error)
func (*InputMethodManagerServer) IsStylusHandwritingAvailable ¶
func (s *InputMethodManagerServer) IsStylusHandwritingAvailable(_ context.Context, req *pb.IsStylusHandwritingAvailableRequest) (*pb.IsStylusHandwritingAvailableResponse, error)
func (*InputMethodManagerServer) IsWatchingCursor ¶
func (s *InputMethodManagerServer) IsWatchingCursor(_ context.Context, req *pb.IsWatchingCursorRequest) (*pb.IsWatchingCursorResponse, error)
func (*InputMethodManagerServer) PrepareStylusHandwritingDelegation1 ¶
func (s *InputMethodManagerServer) PrepareStylusHandwritingDelegation1(_ context.Context, req *pb.PrepareStylusHandwritingDelegation1Request) (*pb.PrepareStylusHandwritingDelegation1Response, error)
func (*InputMethodManagerServer) PrepareStylusHandwritingDelegation2_1 ¶
func (s *InputMethodManagerServer) PrepareStylusHandwritingDelegation2_1(_ context.Context, req *pb.PrepareStylusHandwritingDelegation2_1Request) (*pb.PrepareStylusHandwritingDelegation2_1Response, error)
func (*InputMethodManagerServer) RestartInput ¶
func (s *InputMethodManagerServer) RestartInput(_ context.Context, req *pb.RestartInputRequest) (*pb.RestartInputResponse, error)
func (*InputMethodManagerServer) SendAppPrivateCommand ¶
func (s *InputMethodManagerServer) SendAppPrivateCommand(_ context.Context, req *pb.SendAppPrivateCommandRequest) (*pb.SendAppPrivateCommandResponse, error)
func (*InputMethodManagerServer) SetAdditionalInputMethodSubtypes ¶
func (s *InputMethodManagerServer) SetAdditionalInputMethodSubtypes(_ context.Context, req *pb.SetAdditionalInputMethodSubtypesRequest) (*pb.SetAdditionalInputMethodSubtypesResponse, error)
func (*InputMethodManagerServer) SetCurrentInputMethodSubtype ¶
func (s *InputMethodManagerServer) SetCurrentInputMethodSubtype(_ context.Context, req *pb.SetCurrentInputMethodSubtypeRequest) (*pb.SetCurrentInputMethodSubtypeResponse, error)
func (*InputMethodManagerServer) SetExplicitlyEnabledInputMethodSubtypes ¶
func (s *InputMethodManagerServer) SetExplicitlyEnabledInputMethodSubtypes(_ context.Context, req *pb.SetExplicitlyEnabledInputMethodSubtypesRequest) (*pb.SetExplicitlyEnabledInputMethodSubtypesResponse, error)
func (*InputMethodManagerServer) SetInputMethod ¶
func (s *InputMethodManagerServer) SetInputMethod(_ context.Context, req *pb.SetInputMethodRequest) (*pb.SetInputMethodResponse, error)
func (*InputMethodManagerServer) SetInputMethodAndSubtype ¶
func (s *InputMethodManagerServer) SetInputMethodAndSubtype(_ context.Context, req *pb.SetInputMethodAndSubtypeRequest) (*pb.SetInputMethodAndSubtypeResponse, error)
func (*InputMethodManagerServer) ShouldOfferSwitchingToNextInputMethod ¶
func (s *InputMethodManagerServer) ShouldOfferSwitchingToNextInputMethod(_ context.Context, req *pb.ShouldOfferSwitchingToNextInputMethodRequest) (*pb.ShouldOfferSwitchingToNextInputMethodResponse, error)
func (*InputMethodManagerServer) ShowInputMethodAndSubtypeEnabler ¶
func (s *InputMethodManagerServer) ShowInputMethodAndSubtypeEnabler(_ context.Context, req *pb.ShowInputMethodAndSubtypeEnablerRequest) (*pb.ShowInputMethodAndSubtypeEnablerResponse, error)
func (*InputMethodManagerServer) ShowInputMethodPicker ¶
func (s *InputMethodManagerServer) ShowInputMethodPicker(_ context.Context, req *pb.ShowInputMethodPickerRequest) (*pb.ShowInputMethodPickerResponse, error)
func (*InputMethodManagerServer) ShowSoftInput2 ¶
func (s *InputMethodManagerServer) ShowSoftInput2(_ context.Context, req *pb.ShowSoftInput2Request) (*pb.ShowSoftInput2Response, error)
func (*InputMethodManagerServer) ShowSoftInput3_1 ¶
func (s *InputMethodManagerServer) ShowSoftInput3_1(_ context.Context, req *pb.ShowSoftInput3_1Request) (*pb.ShowSoftInput3_1Response, error)
func (*InputMethodManagerServer) ShowSoftInputFromInputMethod ¶
func (s *InputMethodManagerServer) ShowSoftInputFromInputMethod(_ context.Context, req *pb.ShowSoftInputFromInputMethodRequest) (*pb.ShowSoftInputFromInputMethodResponse, error)
func (*InputMethodManagerServer) ShowStatusIcon ¶
func (s *InputMethodManagerServer) ShowStatusIcon(_ context.Context, req *pb.ShowStatusIconRequest) (*pb.ShowStatusIconResponse, error)
func (*InputMethodManagerServer) StartConnectionlessStylusHandwriting ¶
func (s *InputMethodManagerServer) StartConnectionlessStylusHandwriting(_ context.Context, req *pb.StartConnectionlessStylusHandwritingRequest) (*pb.StartConnectionlessStylusHandwritingResponse, error)
func (*InputMethodManagerServer) StartConnectionlessStylusHandwritingForDelegation4_1 ¶
func (s *InputMethodManagerServer) StartConnectionlessStylusHandwritingForDelegation4_1(_ context.Context, req *pb.StartConnectionlessStylusHandwritingForDelegation4_1Request) (*pb.StartConnectionlessStylusHandwritingForDelegation4_1Response, error)
func (*InputMethodManagerServer) StartConnectionlessStylusHandwritingForDelegation5 ¶
func (s *InputMethodManagerServer) StartConnectionlessStylusHandwritingForDelegation5(_ context.Context, req *pb.StartConnectionlessStylusHandwritingForDelegation5Request) (*pb.StartConnectionlessStylusHandwritingForDelegation5Response, error)
func (*InputMethodManagerServer) StartStylusHandwriting ¶
func (s *InputMethodManagerServer) StartStylusHandwriting(_ context.Context, req *pb.StartStylusHandwritingRequest) (*pb.StartStylusHandwritingResponse, error)
func (*InputMethodManagerServer) SwitchToLastInputMethod ¶
func (s *InputMethodManagerServer) SwitchToLastInputMethod(_ context.Context, req *pb.SwitchToLastInputMethodRequest) (*pb.SwitchToLastInputMethodResponse, error)
func (*InputMethodManagerServer) SwitchToNextInputMethod ¶
func (s *InputMethodManagerServer) SwitchToNextInputMethod(_ context.Context, req *pb.SwitchToNextInputMethodRequest) (*pb.SwitchToNextInputMethodResponse, error)
func (*InputMethodManagerServer) ToggleSoftInput ¶
func (s *InputMethodManagerServer) ToggleSoftInput(_ context.Context, req *pb.ToggleSoftInputRequest) (*pb.ToggleSoftInputResponse, error)
func (*InputMethodManagerServer) ToggleSoftInputFromWindow ¶
func (s *InputMethodManagerServer) ToggleSoftInputFromWindow(_ context.Context, req *pb.ToggleSoftInputFromWindowRequest) (*pb.ToggleSoftInputFromWindowResponse, error)
func (*InputMethodManagerServer) UpdateCursor ¶
func (s *InputMethodManagerServer) UpdateCursor(_ context.Context, req *pb.InputMethodManagerUpdateCursorRequest) (*pb.UpdateCursorResponse, error)
func (*InputMethodManagerServer) UpdateCursorAnchorInfo ¶
func (s *InputMethodManagerServer) UpdateCursorAnchorInfo(_ context.Context, req *pb.InputMethodManagerUpdateCursorAnchorInfoRequest) (*pb.UpdateCursorAnchorInfoResponse, error)
func (*InputMethodManagerServer) UpdateExtractedText ¶
func (s *InputMethodManagerServer) UpdateExtractedText(_ context.Context, req *pb.InputMethodManagerUpdateExtractedTextRequest) (*pb.UpdateExtractedTextResponse, error)
func (*InputMethodManagerServer) UpdateSelection ¶
func (s *InputMethodManagerServer) UpdateSelection(_ context.Context, req *pb.InputMethodManagerUpdateSelectionRequest) (*pb.UpdateSelectionResponse, error)
func (*InputMethodManagerServer) ViewClicked ¶
func (s *InputMethodManagerServer) ViewClicked(_ context.Context, req *pb.InputMethodManagerViewClickedRequest) (*pb.ViewClickedResponse, error)
type InputMethodSubtypeServer ¶ added in v0.0.6
type InputMethodSubtypeServer struct {
pb.UnimplementedInputMethodSubtypeServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
InputMethodSubtypeServer implements pb.InputMethodSubtypeServiceServer.
func (*InputMethodSubtypeServer) ContainsExtraValueKey ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) ContainsExtraValueKey(_ context.Context, req *pb.ContainsExtraValueKeyRequest) (*pb.ContainsExtraValueKeyResponse, error)
func (*InputMethodSubtypeServer) DescribeContents ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) DescribeContents(_ context.Context, req *pb.InputMethodSubtypeDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*InputMethodSubtypeServer) Equals ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) Equals(_ context.Context, req *pb.InputMethodSubtypeEqualsRequest) (*pb.EqualsResponse, error)
func (*InputMethodSubtypeServer) GetDisplayName ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetDisplayName(_ context.Context, req *pb.GetDisplayNameRequest) (*pb.GetDisplayNameResponse, error)
func (*InputMethodSubtypeServer) GetExtraValue ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetExtraValue(_ context.Context, req *pb.GetExtraValueRequest) (*pb.GetExtraValueResponse, error)
func (*InputMethodSubtypeServer) GetExtraValueOf ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetExtraValueOf(_ context.Context, req *pb.GetExtraValueOfRequest) (*pb.GetExtraValueOfResponse, error)
func (*InputMethodSubtypeServer) GetIconResId ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetIconResId(_ context.Context, req *pb.GetIconResIdRequest) (*pb.GetIconResIdResponse, error)
func (*InputMethodSubtypeServer) GetLanguageTag ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetLanguageTag(_ context.Context, req *pb.GetLanguageTagRequest) (*pb.GetLanguageTagResponse, error)
func (*InputMethodSubtypeServer) GetLayoutDisplayName ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetLayoutDisplayName(_ context.Context, req *pb.GetLayoutDisplayNameRequest) (*pb.GetLayoutDisplayNameResponse, error)
func (*InputMethodSubtypeServer) GetLayoutLabelNonLocalized ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetLayoutLabelNonLocalized(_ context.Context, req *pb.GetLayoutLabelNonLocalizedRequest) (*pb.GetLayoutLabelNonLocalizedResponse, error)
func (*InputMethodSubtypeServer) GetLayoutLabelResource ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetLayoutLabelResource(_ context.Context, req *pb.GetLayoutLabelResourceRequest) (*pb.GetLayoutLabelResourceResponse, error)
func (*InputMethodSubtypeServer) GetLocale ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetLocale(_ context.Context, req *pb.GetLocaleRequest) (*pb.GetLocaleResponse, error)
func (*InputMethodSubtypeServer) GetMode ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetMode(_ context.Context, req *pb.GetModeRequest) (*pb.GetModeResponse, error)
func (*InputMethodSubtypeServer) GetNameOverride ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetNameOverride(_ context.Context, req *pb.GetNameOverrideRequest) (*pb.GetNameOverrideResponse, error)
func (*InputMethodSubtypeServer) GetNameResId ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetNameResId(_ context.Context, req *pb.GetNameResIdRequest) (*pb.GetNameResIdResponse, error)
func (*InputMethodSubtypeServer) GetPhysicalKeyboardHintLanguageTag ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetPhysicalKeyboardHintLanguageTag(_ context.Context, req *pb.GetPhysicalKeyboardHintLanguageTagRequest) (*pb.GetPhysicalKeyboardHintLanguageTagResponse, error)
func (*InputMethodSubtypeServer) GetPhysicalKeyboardHintLayoutType ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) GetPhysicalKeyboardHintLayoutType(_ context.Context, req *pb.GetPhysicalKeyboardHintLayoutTypeRequest) (*pb.GetPhysicalKeyboardHintLayoutTypeResponse, error)
func (*InputMethodSubtypeServer) HashCode ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) HashCode(_ context.Context, req *pb.InputMethodSubtypeHashCodeRequest) (*pb.HashCodeResponse, error)
func (*InputMethodSubtypeServer) IsAsciiCapable ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) IsAsciiCapable(_ context.Context, req *pb.IsAsciiCapableRequest) (*pb.IsAsciiCapableResponse, error)
func (*InputMethodSubtypeServer) IsAuxiliary ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) IsAuxiliary(_ context.Context, req *pb.IsAuxiliaryRequest) (*pb.IsAuxiliaryResponse, error)
func (*InputMethodSubtypeServer) NewInputMethodSubtype ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) NewInputMethodSubtype(_ context.Context, req *pb.NewInputMethodSubtypeRequest) (*pb.NewInputMethodSubtypeResponse, error)
func (*InputMethodSubtypeServer) OverridesImplicitlyEnabledSubtype ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) OverridesImplicitlyEnabledSubtype(_ context.Context, req *pb.OverridesImplicitlyEnabledSubtypeRequest) (*pb.OverridesImplicitlyEnabledSubtypeResponse, error)
func (*InputMethodSubtypeServer) WriteToParcel ¶ added in v0.0.6
func (s *InputMethodSubtypeServer) WriteToParcel(_ context.Context, req *pb.InputMethodSubtypeWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type SurroundingTextServer ¶ added in v0.0.6
type SurroundingTextServer struct {
pb.UnimplementedSurroundingTextServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SurroundingTextServer implements pb.SurroundingTextServiceServer.
func (*SurroundingTextServer) DescribeContents ¶ added in v0.0.6
func (s *SurroundingTextServer) DescribeContents(_ context.Context, req *pb.SurroundingTextDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*SurroundingTextServer) GetOffset ¶ added in v0.0.6
func (s *SurroundingTextServer) GetOffset(_ context.Context, req *pb.GetOffsetRequest) (*pb.GetOffsetResponse, error)
func (*SurroundingTextServer) GetSelectionEnd ¶ added in v0.0.6
func (s *SurroundingTextServer) GetSelectionEnd(_ context.Context, req *pb.GetSelectionEndRequest) (*pb.GetSelectionEndResponse, error)
func (*SurroundingTextServer) GetSelectionStart ¶ added in v0.0.6
func (s *SurroundingTextServer) GetSelectionStart(_ context.Context, req *pb.GetSelectionStartRequest) (*pb.GetSelectionStartResponse, error)
func (*SurroundingTextServer) GetText ¶ added in v0.0.6
func (s *SurroundingTextServer) GetText(_ context.Context, req *pb.GetTextRequest) (*pb.GetTextResponse, error)
func (*SurroundingTextServer) NewSurroundingText ¶ added in v0.0.6
func (s *SurroundingTextServer) NewSurroundingText(_ context.Context, req *pb.NewSurroundingTextRequest) (*pb.NewSurroundingTextResponse, error)
func (*SurroundingTextServer) WriteToParcel ¶ added in v0.0.6
func (s *SurroundingTextServer) WriteToParcel(_ context.Context, req *pb.SurroundingTextWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type TextBoundsInfoResultServer ¶ added in v0.0.6
type TextBoundsInfoResultServer struct {
pb.UnimplementedTextBoundsInfoResultServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TextBoundsInfoResultServer implements pb.TextBoundsInfoResultServiceServer.
func (*TextBoundsInfoResultServer) GetResultCode ¶ added in v0.0.6
func (s *TextBoundsInfoResultServer) GetResultCode(_ context.Context, req *pb.GetResultCodeRequest) (*pb.GetResultCodeResponse, error)
func (*TextBoundsInfoResultServer) GetTextBoundsInfo ¶ added in v0.0.6
func (s *TextBoundsInfoResultServer) GetTextBoundsInfo(_ context.Context, req *pb.GetTextBoundsInfoRequest) (*pb.GetTextBoundsInfoResponse, error)
func (*TextBoundsInfoResultServer) NewTextBoundsInfoResult ¶ added in v0.0.6
func (s *TextBoundsInfoResultServer) NewTextBoundsInfoResult(_ context.Context, req *pb.NewTextBoundsInfoResultRequest) (*pb.NewTextBoundsInfoResultResponse, error)
type TextSnapshotServer ¶ added in v0.0.6
type TextSnapshotServer struct {
pb.UnimplementedTextSnapshotServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TextSnapshotServer implements pb.TextSnapshotServiceServer.
func (*TextSnapshotServer) GetCompositionEnd ¶ added in v0.0.6
func (s *TextSnapshotServer) GetCompositionEnd(_ context.Context, req *pb.GetCompositionEndRequest) (*pb.GetCompositionEndResponse, error)
func (*TextSnapshotServer) GetCompositionStart ¶ added in v0.0.6
func (s *TextSnapshotServer) GetCompositionStart(_ context.Context, req *pb.GetCompositionStartRequest) (*pb.GetCompositionStartResponse, error)
func (*TextSnapshotServer) GetCursorCapsMode ¶ added in v0.0.6
func (s *TextSnapshotServer) GetCursorCapsMode(_ context.Context, req *pb.TextSnapshotGetCursorCapsModeRequest) (*pb.GetCursorCapsModeResponse, error)
func (*TextSnapshotServer) GetSelectionEnd ¶ added in v0.0.6
func (s *TextSnapshotServer) GetSelectionEnd(_ context.Context, req *pb.GetSelectionEndRequest) (*pb.GetSelectionEndResponse, error)
func (*TextSnapshotServer) GetSelectionStart ¶ added in v0.0.6
func (s *TextSnapshotServer) GetSelectionStart(_ context.Context, req *pb.GetSelectionStartRequest) (*pb.GetSelectionStartResponse, error)
func (*TextSnapshotServer) GetSurroundingText ¶ added in v0.0.6
func (s *TextSnapshotServer) GetSurroundingText(_ context.Context, req *pb.TextSnapshotGetSurroundingTextRequest) (*pb.GetSurroundingTextResponse, error)
func (*TextSnapshotServer) NewTextSnapshot ¶ added in v0.0.6
func (s *TextSnapshotServer) NewTextSnapshot(_ context.Context, req *pb.NewTextSnapshotRequest) (*pb.NewTextSnapshotResponse, error)