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