Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ExtractEditTextServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ExtractEditTextServer) FinishInternalChanges(_ context.Context, req *pb.FinishInternalChangesRequest) (*pb.FinishInternalChangesResponse, error) + func (s *ExtractEditTextServer) HasFocus(_ context.Context, req *pb.HasFocusRequest) (*pb.HasFocusResponse, error) + func (s *ExtractEditTextServer) HasVerticalScrollBar(_ context.Context, req *pb.HasVerticalScrollBarRequest) (*pb.HasVerticalScrollBarResponse, error) + func (s *ExtractEditTextServer) HasWindowFocus(_ context.Context, req *pb.HasWindowFocusRequest) (*pb.HasWindowFocusResponse, error) + func (s *ExtractEditTextServer) IsFocused(_ context.Context, req *pb.IsFocusedRequest) (*pb.IsFocusedResponse, error) + func (s *ExtractEditTextServer) IsInputMethodTarget(_ context.Context, req *pb.IsInputMethodTargetRequest) (*pb.IsInputMethodTargetResponse, error) + func (s *ExtractEditTextServer) NewExtractEditText(_ context.Context, req *pb.NewExtractEditTextRequest) (*pb.NewExtractEditTextResponse, error) + func (s *ExtractEditTextServer) OnTextContextMenuItem(_ context.Context, req *pb.OnTextContextMenuItemRequest) (*pb.OnTextContextMenuItemResponse, error) + func (s *ExtractEditTextServer) PerformClick(_ context.Context, req *pb.PerformClickRequest) (*pb.PerformClickResponse, error) + func (s *ExtractEditTextServer) SetExtractedText(_ context.Context, req *pb.SetExtractedTextRequest) (*pb.SetExtractedTextResponse, error) + func (s *ExtractEditTextServer) StartInternalChanges(_ context.Context, req *pb.StartInternalChangesRequest) (*pb.StartInternalChangesResponse, error) + type InputMethodServiceServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *InputMethodServiceServer) EnableHardwareAcceleration(_ context.Context, req *pb.EnableHardwareAccelerationRequest) (*pb.EnableHardwareAccelerationResponse, error) + func (s *InputMethodServiceServer) FinishConnectionlessStylusHandwriting(_ context.Context, req *pb.FinishConnectionlessStylusHandwritingRequest) (*pb.FinishConnectionlessStylusHandwritingResponse, error) + func (s *InputMethodServiceServer) FinishStylusHandwriting(_ context.Context, req *pb.FinishStylusHandwritingRequest) (*pb.FinishStylusHandwritingResponse, error) + func (s *InputMethodServiceServer) GetBackDisposition(_ context.Context, req *pb.GetBackDispositionRequest) (*pb.GetBackDispositionResponse, error) + func (s *InputMethodServiceServer) GetCandidatesHiddenVisibility(_ context.Context, req *pb.GetCandidatesHiddenVisibilityRequest) (*pb.GetCandidatesHiddenVisibilityResponse, error) + func (s *InputMethodServiceServer) GetCurrentInputBinding(_ context.Context, req *pb.GetCurrentInputBindingRequest) (*pb.GetCurrentInputBindingResponse, error) + func (s *InputMethodServiceServer) GetCurrentInputConnection(_ context.Context, req *pb.GetCurrentInputConnectionRequest) (*pb.GetCurrentInputConnectionResponse, error) + func (s *InputMethodServiceServer) GetCurrentInputEditorInfo(_ context.Context, req *pb.GetCurrentInputEditorInfoRequest) (*pb.GetCurrentInputEditorInfoResponse, error) + func (s *InputMethodServiceServer) GetCurrentInputStarted(_ context.Context, req *pb.GetCurrentInputStartedRequest) (*pb.GetCurrentInputStartedResponse, error) + func (s *InputMethodServiceServer) GetInputMethodWindowRecommendedHeight(_ context.Context, req *pb.GetInputMethodWindowRecommendedHeightRequest) (*pb.GetInputMethodWindowRecommendedHeightResponse, error) + func (s *InputMethodServiceServer) GetLayoutInflater(_ context.Context, req *pb.GetLayoutInflaterRequest) (*pb.GetLayoutInflaterResponse, error) + func (s *InputMethodServiceServer) GetMaxWidth(_ context.Context, req *pb.GetMaxWidthRequest) (*pb.GetMaxWidthResponse, error) + func (s *InputMethodServiceServer) GetStylusHandwritingIdleTimeoutMax(_ context.Context, req *pb.GetStylusHandwritingIdleTimeoutMaxRequest) (*pb.GetStylusHandwritingIdleTimeoutMaxResponse, error) + func (s *InputMethodServiceServer) GetStylusHandwritingSessionTimeout(_ context.Context, req *pb.GetStylusHandwritingSessionTimeoutRequest) (*pb.GetStylusHandwritingSessionTimeoutResponse, error) + func (s *InputMethodServiceServer) GetStylusHandwritingWindow(_ context.Context, req *pb.GetStylusHandwritingWindowRequest) (*pb.GetStylusHandwritingWindowResponse, error) + func (s *InputMethodServiceServer) GetSystemService(_ context.Context, req *pb.InputMethodServiceGetSystemServiceRequest) (*pb.GetSystemServiceResponse, error) + func (s *InputMethodServiceServer) GetTextForImeAction(_ context.Context, req *pb.GetTextForImeActionRequest) (*pb.GetTextForImeActionResponse, error) + func (s *InputMethodServiceServer) GetWindow(_ context.Context, req *pb.GetWindowRequest) (*pb.GetWindowResponse, error) + func (s *InputMethodServiceServer) HideStatusIcon(_ context.Context, req *pb.HideStatusIconRequest) (*pb.HideStatusIconResponse, error) + func (s *InputMethodServiceServer) HideWindow(_ context.Context, req *pb.HideWindowRequest) (*pb.HideWindowResponse, error) + func (s *InputMethodServiceServer) IsExtractViewShown(_ context.Context, req *pb.IsExtractViewShownRequest) (*pb.IsExtractViewShownResponse, error) + func (s *InputMethodServiceServer) IsFullscreenMode(_ context.Context, req *pb.IsFullscreenModeRequest) (*pb.IsFullscreenModeResponse, error) + func (s *InputMethodServiceServer) IsInputViewShown(_ context.Context, req *pb.IsInputViewShownRequest) (*pb.IsInputViewShownResponse, error) + func (s *InputMethodServiceServer) IsShowInputRequested(_ context.Context, req *pb.IsShowInputRequestedRequest) (*pb.IsShowInputRequestedResponse, error) + func (s *InputMethodServiceServer) NewInputMethodService(_ context.Context, req *pb.NewInputMethodServiceRequest) (*pb.NewInputMethodServiceResponse, error) + func (s *InputMethodServiceServer) OnAppPrivateCommand(_ context.Context, req *pb.OnAppPrivateCommandRequest) (*pb.OnAppPrivateCommandResponse, error) + func (s *InputMethodServiceServer) OnBindInput(_ context.Context, req *pb.OnBindInputRequest) (*pb.OnBindInputResponse, error) + func (s *InputMethodServiceServer) OnComputeInsets(_ context.Context, req *pb.OnComputeInsetsRequest) (*pb.OnComputeInsetsResponse, error) + func (s *InputMethodServiceServer) OnConfigurationChanged(_ context.Context, req *pb.InputMethodServiceOnConfigurationChangedRequest) (*pb.OnConfigurationChangedResponse, error) + func (s *InputMethodServiceServer) OnConfigureWindow(_ context.Context, req *pb.OnConfigureWindowRequest) (*pb.OnConfigureWindowResponse, error) + func (s *InputMethodServiceServer) OnCreate(_ context.Context, req *pb.OnCreateRequest) (*pb.OnCreateResponse, error) + func (s *InputMethodServiceServer) OnCreateCandidatesView(_ context.Context, req *pb.OnCreateCandidatesViewRequest) (*pb.OnCreateCandidatesViewResponse, error) + func (s *InputMethodServiceServer) OnCreateExtractTextView(_ context.Context, req *pb.OnCreateExtractTextViewRequest) (*pb.OnCreateExtractTextViewResponse, error) + func (s *InputMethodServiceServer) OnCreateInlineSuggestionsRequest(_ context.Context, req *pb.OnCreateInlineSuggestionsRequestRequest) (*pb.OnCreateInlineSuggestionsRequestResponse, error) + func (s *InputMethodServiceServer) OnCreateInputMethodInterface(_ context.Context, ...) (*pb.OnCreateInputMethodInterfaceResponse, error) + func (s *InputMethodServiceServer) OnCreateInputMethodSessionInterface(_ context.Context, ...) (*pb.OnCreateInputMethodSessionInterfaceResponse, error) + func (s *InputMethodServiceServer) OnCreateInputView(_ context.Context, req *pb.OnCreateInputViewRequest) (*pb.OnCreateInputViewResponse, error) + func (s *InputMethodServiceServer) OnCustomImeSwitcherButtonRequestedVisible(_ context.Context, req *pb.OnCustomImeSwitcherButtonRequestedVisibleRequest) (*pb.OnCustomImeSwitcherButtonRequestedVisibleResponse, error) + func (s *InputMethodServiceServer) OnDestroy(_ context.Context, req *pb.InputMethodServiceOnDestroyRequest) (*pb.OnDestroyResponse, error) + func (s *InputMethodServiceServer) OnDisplayCompletions(_ context.Context, req *pb.OnDisplayCompletionsRequest) (*pb.OnDisplayCompletionsResponse, error) + func (s *InputMethodServiceServer) OnEvaluateFullscreenMode(_ context.Context, req *pb.OnEvaluateFullscreenModeRequest) (*pb.OnEvaluateFullscreenModeResponse, error) + func (s *InputMethodServiceServer) OnEvaluateInputViewShown(_ context.Context, req *pb.OnEvaluateInputViewShownRequest) (*pb.OnEvaluateInputViewShownResponse, error) + func (s *InputMethodServiceServer) OnExtractTextContextMenuItem(_ context.Context, req *pb.OnExtractTextContextMenuItemRequest) (*pb.OnExtractTextContextMenuItemResponse, error) + func (s *InputMethodServiceServer) OnExtractedCursorMovement(_ context.Context, req *pb.OnExtractedCursorMovementRequest) (*pb.OnExtractedCursorMovementResponse, error) + func (s *InputMethodServiceServer) OnExtractedSelectionChanged(_ context.Context, req *pb.OnExtractedSelectionChangedRequest) (*pb.OnExtractedSelectionChangedResponse, error) + func (s *InputMethodServiceServer) OnExtractedTextClicked(_ context.Context, req *pb.OnExtractedTextClickedRequest) (*pb.OnExtractedTextClickedResponse, error) + func (s *InputMethodServiceServer) OnExtractingInputChanged(_ context.Context, req *pb.OnExtractingInputChangedRequest) (*pb.OnExtractingInputChangedResponse, error) + func (s *InputMethodServiceServer) OnFinishCandidatesView(_ context.Context, req *pb.OnFinishCandidatesViewRequest) (*pb.OnFinishCandidatesViewResponse, error) + func (s *InputMethodServiceServer) OnFinishInput(_ context.Context, req *pb.OnFinishInputRequest) (*pb.OnFinishInputResponse, error) + func (s *InputMethodServiceServer) OnFinishInputView(_ context.Context, req *pb.OnFinishInputViewRequest) (*pb.OnFinishInputViewResponse, error) + func (s *InputMethodServiceServer) OnFinishStylusHandwriting(_ context.Context, req *pb.OnFinishStylusHandwritingRequest) (*pb.OnFinishStylusHandwritingResponse, error) + func (s *InputMethodServiceServer) OnGenericMotionEvent(_ context.Context, req *pb.InputMethodServiceOnGenericMotionEventRequest) (*pb.OnGenericMotionEventResponse, error) + func (s *InputMethodServiceServer) OnInitializeInterface(_ context.Context, req *pb.OnInitializeInterfaceRequest) (*pb.OnInitializeInterfaceResponse, error) + func (s *InputMethodServiceServer) OnInlineSuggestionsResponse(_ context.Context, req *pb.OnInlineSuggestionsResponseRequest) (*pb.OnInlineSuggestionsResponseResponse, error) + func (s *InputMethodServiceServer) OnKeyDown(_ context.Context, req *pb.OnKeyDownRequest) (*pb.OnKeyDownResponse, error) + func (s *InputMethodServiceServer) OnKeyLongPress(_ context.Context, req *pb.OnKeyLongPressRequest) (*pb.OnKeyLongPressResponse, error) + func (s *InputMethodServiceServer) OnKeyMultiple(_ context.Context, req *pb.OnKeyMultipleRequest) (*pb.OnKeyMultipleResponse, error) + func (s *InputMethodServiceServer) OnKeyUp(_ context.Context, req *pb.OnKeyUpRequest) (*pb.OnKeyUpResponse, error) + func (s *InputMethodServiceServer) OnPrepareStylusHandwriting(_ context.Context, req *pb.OnPrepareStylusHandwritingRequest) (*pb.OnPrepareStylusHandwritingResponse, error) + func (s *InputMethodServiceServer) OnShouldVerifyKeyEvent(_ context.Context, req *pb.InputMethodServiceOnShouldVerifyKeyEventRequest) (*pb.OnShouldVerifyKeyEventResponse, error) + func (s *InputMethodServiceServer) OnShowInputRequested(_ context.Context, req *pb.OnShowInputRequestedRequest) (*pb.OnShowInputRequestedResponse, error) + func (s *InputMethodServiceServer) OnStartCandidatesView(_ context.Context, req *pb.OnStartCandidatesViewRequest) (*pb.OnStartCandidatesViewResponse, error) + func (s *InputMethodServiceServer) OnStartConnectionlessStylusHandwriting(_ context.Context, req *pb.OnStartConnectionlessStylusHandwritingRequest) (*pb.OnStartConnectionlessStylusHandwritingResponse, error) + func (s *InputMethodServiceServer) OnStartInput(_ context.Context, req *pb.OnStartInputRequest) (*pb.OnStartInputResponse, error) + func (s *InputMethodServiceServer) OnStartInputView(_ context.Context, req *pb.OnStartInputViewRequest) (*pb.OnStartInputViewResponse, error) + func (s *InputMethodServiceServer) OnStartStylusHandwriting(_ context.Context, req *pb.OnStartStylusHandwritingRequest) (*pb.OnStartStylusHandwritingResponse, error) + func (s *InputMethodServiceServer) OnStylusHandwritingMotionEvent(_ context.Context, req *pb.OnStylusHandwritingMotionEventRequest) (*pb.OnStylusHandwritingMotionEventResponse, error) + func (s *InputMethodServiceServer) OnTrackballEvent(_ context.Context, req *pb.InputMethodServiceOnTrackballEventRequest) (*pb.OnTrackballEventResponse, error) + func (s *InputMethodServiceServer) OnUnbindInput(_ context.Context, req *pb.OnUnbindInputRequest) (*pb.OnUnbindInputResponse, error) + func (s *InputMethodServiceServer) OnUpdateCursor(_ context.Context, req *pb.OnUpdateCursorRequest) (*pb.OnUpdateCursorResponse, error) + func (s *InputMethodServiceServer) OnUpdateCursorAnchorInfo(_ context.Context, req *pb.OnUpdateCursorAnchorInfoRequest) (*pb.OnUpdateCursorAnchorInfoResponse, error) + func (s *InputMethodServiceServer) OnUpdateEditorToolType(_ context.Context, req *pb.OnUpdateEditorToolTypeRequest) (*pb.OnUpdateEditorToolTypeResponse, error) + func (s *InputMethodServiceServer) OnUpdateExtractedText(_ context.Context, req *pb.OnUpdateExtractedTextRequest) (*pb.OnUpdateExtractedTextResponse, error) + func (s *InputMethodServiceServer) OnUpdateExtractingViews(_ context.Context, req *pb.OnUpdateExtractingViewsRequest) (*pb.OnUpdateExtractingViewsResponse, error) + func (s *InputMethodServiceServer) OnUpdateExtractingVisibility(_ context.Context, req *pb.OnUpdateExtractingVisibilityRequest) (*pb.OnUpdateExtractingVisibilityResponse, error) + func (s *InputMethodServiceServer) OnUpdateSelection(_ context.Context, req *pb.OnUpdateSelectionRequest) (*pb.OnUpdateSelectionResponse, error) + func (s *InputMethodServiceServer) OnViewClicked(_ context.Context, req *pb.OnViewClickedRequest) (*pb.OnViewClickedResponse, error) + func (s *InputMethodServiceServer) OnWindowHidden(_ context.Context, req *pb.OnWindowHiddenRequest) (*pb.OnWindowHiddenResponse, error) + func (s *InputMethodServiceServer) OnWindowShown(_ context.Context, req *pb.OnWindowShownRequest) (*pb.OnWindowShownResponse, error) + func (s *InputMethodServiceServer) RequestHideSelf(_ context.Context, req *pb.RequestHideSelfRequest) (*pb.RequestHideSelfResponse, error) + func (s *InputMethodServiceServer) RequestShowSelf(_ context.Context, req *pb.RequestShowSelfRequest) (*pb.RequestShowSelfResponse, error) + func (s *InputMethodServiceServer) SendDefaultEditorAction(_ context.Context, req *pb.SendDefaultEditorActionRequest) (*pb.SendDefaultEditorActionResponse, error) + func (s *InputMethodServiceServer) SendDownUpKeyEvents(_ context.Context, req *pb.SendDownUpKeyEventsRequest) (*pb.SendDownUpKeyEventsResponse, error) + func (s *InputMethodServiceServer) SendKeyChar(_ context.Context, req *pb.SendKeyCharRequest) (*pb.SendKeyCharResponse, error) + func (s *InputMethodServiceServer) SetBackDisposition(_ context.Context, req *pb.SetBackDispositionRequest) (*pb.SetBackDispositionResponse, error) + func (s *InputMethodServiceServer) SetCandidatesView(_ context.Context, req *pb.SetCandidatesViewRequest) (*pb.SetCandidatesViewResponse, error) + func (s *InputMethodServiceServer) SetCandidatesViewShown(_ context.Context, req *pb.SetCandidatesViewShownRequest) (*pb.SetCandidatesViewShownResponse, error) + func (s *InputMethodServiceServer) SetExtractView(_ context.Context, req *pb.SetExtractViewRequest) (*pb.SetExtractViewResponse, error) + func (s *InputMethodServiceServer) SetExtractViewShown(_ context.Context, req *pb.SetExtractViewShownRequest) (*pb.SetExtractViewShownResponse, error) + func (s *InputMethodServiceServer) SetInputView(_ context.Context, req *pb.SetInputViewRequest) (*pb.SetInputViewResponse, error) + func (s *InputMethodServiceServer) SetStylusHandwritingRegion(_ context.Context, req *pb.SetStylusHandwritingRegionRequest) (*pb.SetStylusHandwritingRegionResponse, error) + func (s *InputMethodServiceServer) SetStylusHandwritingSessionTimeout(_ context.Context, req *pb.SetStylusHandwritingSessionTimeoutRequest) (*pb.SetStylusHandwritingSessionTimeoutResponse, error) + func (s *InputMethodServiceServer) SetTheme(_ context.Context, req *pb.SetThemeRequest) (*pb.SetThemeResponse, error) + func (s *InputMethodServiceServer) ShouldOfferSwitchingToNextInputMethod(_ context.Context, req *pb.ShouldOfferSwitchingToNextInputMethodRequest) (*pb.ShouldOfferSwitchingToNextInputMethodResponse, error) + func (s *InputMethodServiceServer) ShowStatusIcon(_ context.Context, req *pb.ShowStatusIconRequest) (*pb.ShowStatusIconResponse, error) + func (s *InputMethodServiceServer) ShowWindow(_ context.Context, req *pb.ShowWindowRequest) (*pb.ShowWindowResponse, error) + func (s *InputMethodServiceServer) SwitchInputMethod1(_ context.Context, req *pb.SwitchInputMethod1Request) (*pb.SwitchInputMethod1Response, error) + func (s *InputMethodServiceServer) SwitchInputMethod2_1(_ context.Context, req *pb.SwitchInputMethod2_1Request) (*pb.SwitchInputMethod2_1Response, error) + func (s *InputMethodServiceServer) SwitchToNextInputMethod(_ context.Context, req *pb.SwitchToNextInputMethodRequest) (*pb.SwitchToNextInputMethodResponse, error) + func (s *InputMethodServiceServer) SwitchToPreviousInputMethod(_ context.Context, req *pb.SwitchToPreviousInputMethodRequest) (*pb.SwitchToPreviousInputMethodResponse, error) + func (s *InputMethodServiceServer) UpdateFullscreenMode(_ context.Context, req *pb.UpdateFullscreenModeRequest) (*pb.UpdateFullscreenModeResponse, error) + func (s *InputMethodServiceServer) UpdateInputViewShown(_ context.Context, req *pb.UpdateInputViewShownRequest) (*pb.UpdateInputViewShownResponse, error) + type KeyboardServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *KeyboardServer) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error) + func (s *KeyboardServer) GetKeys(_ context.Context, req *pb.GetKeysRequest) (*pb.GetKeysResponse, error) + func (s *KeyboardServer) GetMinWidth(_ context.Context, req *pb.GetMinWidthRequest) (*pb.GetMinWidthResponse, error) + func (s *KeyboardServer) GetModifierKeys(_ context.Context, req *pb.GetModifierKeysRequest) (*pb.GetModifierKeysResponse, error) + func (s *KeyboardServer) GetNearestKeys(_ context.Context, req *pb.GetNearestKeysRequest) (*pb.GetNearestKeysResponse, error) + func (s *KeyboardServer) GetShiftKeyIndex(_ context.Context, req *pb.GetShiftKeyIndexRequest) (*pb.GetShiftKeyIndexResponse, error) + func (s *KeyboardServer) IsShifted(_ context.Context, req *pb.IsShiftedRequest) (*pb.IsShiftedResponse, error) + func (s *KeyboardServer) NewKeyboard(_ context.Context, req *pb.NewKeyboardRequest) (*pb.NewKeyboardResponse, error) + func (s *KeyboardServer) SetShifted(_ context.Context, req *pb.SetShiftedRequest) (*pb.SetShiftedResponse, error) + type KeyboardViewServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *KeyboardViewServer) Closing(_ context.Context, req *pb.ClosingRequest) (*pb.ClosingResponse, error) + func (s *KeyboardViewServer) GetKeyboard(_ context.Context, req *pb.GetKeyboardRequest) (*pb.GetKeyboardResponse, error) + func (s *KeyboardViewServer) HandleBack(_ context.Context, req *pb.HandleBackRequest) (*pb.HandleBackResponse, error) + func (s *KeyboardViewServer) InvalidateAllKeys(_ context.Context, req *pb.InvalidateAllKeysRequest) (*pb.InvalidateAllKeysResponse, error) + func (s *KeyboardViewServer) InvalidateKey(_ context.Context, req *pb.InvalidateKeyRequest) (*pb.InvalidateKeyResponse, error) + func (s *KeyboardViewServer) IsPreviewEnabled(_ context.Context, req *pb.IsPreviewEnabledRequest) (*pb.IsPreviewEnabledResponse, error) + func (s *KeyboardViewServer) IsProximityCorrectionEnabled(_ context.Context, req *pb.IsProximityCorrectionEnabledRequest) (*pb.IsProximityCorrectionEnabledResponse, error) + func (s *KeyboardViewServer) IsShifted(_ context.Context, req *pb.IsShiftedRequest) (*pb.IsShiftedResponse, error) + func (s *KeyboardViewServer) NewKeyboardView(_ context.Context, req *pb.NewKeyboardViewRequest) (*pb.NewKeyboardViewResponse, error) + func (s *KeyboardViewServer) OnClick(_ context.Context, req *pb.OnClickRequest) (*pb.OnClickResponse, error) + func (s *KeyboardViewServer) OnDetachedFromWindow(_ context.Context, req *pb.OnDetachedFromWindowRequest) (*pb.OnDetachedFromWindowResponse, error) + func (s *KeyboardViewServer) OnDraw(_ context.Context, req *pb.OnDrawRequest) (*pb.OnDrawResponse, error) + func (s *KeyboardViewServer) OnHoverEvent(_ context.Context, req *pb.OnHoverEventRequest) (*pb.OnHoverEventResponse, error) + func (s *KeyboardViewServer) OnMeasure(_ context.Context, req *pb.OnMeasureRequest) (*pb.OnMeasureResponse, error) + func (s *KeyboardViewServer) OnSizeChanged(_ context.Context, req *pb.OnSizeChangedRequest) (*pb.OnSizeChangedResponse, error) + func (s *KeyboardViewServer) OnTouchEvent(_ context.Context, req *pb.OnTouchEventRequest) (*pb.OnTouchEventResponse, error) + func (s *KeyboardViewServer) SetKeyboard(_ context.Context, req *pb.SetKeyboardRequest) (*pb.SetKeyboardResponse, error) + func (s *KeyboardViewServer) SetOnKeyboardActionListener(_ context.Context, req *pb.SetOnKeyboardActionListenerRequest) (*pb.SetOnKeyboardActionListenerResponse, error) + func (s *KeyboardViewServer) SetPopupOffset(_ context.Context, req *pb.SetPopupOffsetRequest) (*pb.SetPopupOffsetResponse, error) + func (s *KeyboardViewServer) SetPopupParent(_ context.Context, req *pb.SetPopupParentRequest) (*pb.SetPopupParentResponse, error) + func (s *KeyboardViewServer) SetPreviewEnabled(_ context.Context, req *pb.SetPreviewEnabledRequest) (*pb.SetPreviewEnabledResponse, error) + func (s *KeyboardViewServer) SetProximityCorrectionEnabled(_ context.Context, req *pb.SetProximityCorrectionEnabledRequest) (*pb.SetProximityCorrectionEnabledResponse, error) + func (s *KeyboardViewServer) SetShifted(_ context.Context, req *pb.SetShiftedRequest) (*pb.SetShiftedResponse, error) + func (s *KeyboardViewServer) SetVerticalCorrection(_ context.Context, req *pb.SetVerticalCorrectionRequest) (*pb.SetVerticalCorrectionResponse, error)