inputmethod

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 8 Imported by: 0

Documentation

Index

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 (*BaseInputConnectionServer) ClearMetaKeyStates added in v0.0.6

func (*BaseInputConnectionServer) CloseConnection added in v0.0.6

func (*BaseInputConnectionServer) CommitCompletion added in v0.0.6

func (*BaseInputConnectionServer) CommitContent added in v0.0.6

func (*BaseInputConnectionServer) CommitCorrection added in v0.0.6

func (*BaseInputConnectionServer) CommitText added in v0.0.6

func (*BaseInputConnectionServer) DeleteSurroundingText added in v0.0.6

func (*BaseInputConnectionServer) EndBatchEdit added in v0.0.6

func (*BaseInputConnectionServer) FinishComposingText added in v0.0.6

func (*BaseInputConnectionServer) GetComposingSpanEnd added in v0.0.6

func (*BaseInputConnectionServer) GetComposingSpanStart added in v0.0.6

func (*BaseInputConnectionServer) GetCursorCapsMode added in v0.0.6

func (*BaseInputConnectionServer) GetEditable added in v0.0.6

func (*BaseInputConnectionServer) GetExtractedText added in v0.0.6

func (*BaseInputConnectionServer) GetHandler added in v0.0.6

func (*BaseInputConnectionServer) GetSelectedText added in v0.0.6

func (*BaseInputConnectionServer) GetSurroundingText added in v0.0.6

func (*BaseInputConnectionServer) GetTextAfterCursor added in v0.0.6

func (*BaseInputConnectionServer) GetTextBeforeCursor added in v0.0.6

func (*BaseInputConnectionServer) NewBaseInputConnection added in v0.0.6

func (*BaseInputConnectionServer) PerformContextMenuAction added in v0.0.6

func (*BaseInputConnectionServer) PerformEditorAction added in v0.0.6

func (*BaseInputConnectionServer) PerformPrivateCommand added in v0.0.6

func (*BaseInputConnectionServer) RemoveComposingSpans added in v0.0.6

func (*BaseInputConnectionServer) ReplaceText added in v0.0.6

func (*BaseInputConnectionServer) ReportFullscreenMode added in v0.0.6

func (*BaseInputConnectionServer) RequestCursorUpdates added in v0.0.6

func (*BaseInputConnectionServer) SendKeyEvent added in v0.0.6

func (*BaseInputConnectionServer) SetComposingRegion added in v0.0.6

func (*BaseInputConnectionServer) SetComposingSpans added in v0.0.6

func (*BaseInputConnectionServer) SetComposingText added in v0.0.6

func (*BaseInputConnectionServer) SetSelection added in v0.0.6

func (*BaseInputConnectionServer) TakeSnapshot added in v0.0.6

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 (*CompletionInfoServer) GetId added in v0.0.6

func (*CompletionInfoServer) GetLabel added in v0.0.6

func (*CompletionInfoServer) GetPosition added in v0.0.6

func (*CompletionInfoServer) GetText added in v0.0.6

func (*CompletionInfoServer) NewCompletionInfo added in v0.0.6

func (*CompletionInfoServer) ToString added in v0.0.6

func (*CompletionInfoServer) WriteToParcel added in v0.0.6

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 (*CorrectionInfoServer) GetNewText added in v0.0.6

func (*CorrectionInfoServer) GetOffset added in v0.0.6

func (*CorrectionInfoServer) GetOldText added in v0.0.6

func (*CorrectionInfoServer) NewCorrectionInfo added in v0.0.6

func (*CorrectionInfoServer) ToString added in v0.0.6

func (*CorrectionInfoServer) WriteToParcel added in v0.0.6

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 (*CursorAnchorInfoServer) Equals added in v0.0.6

func (*CursorAnchorInfoServer) GetCharacterBounds added in v0.0.6

func (*CursorAnchorInfoServer) GetCharacterBoundsFlags added in v0.0.6

func (*CursorAnchorInfoServer) GetComposingText added in v0.0.6

func (*CursorAnchorInfoServer) GetComposingTextStart added in v0.0.6

func (*CursorAnchorInfoServer) GetEditorBoundsInfo added in v0.0.6

func (*CursorAnchorInfoServer) GetInsertionMarkerBaseline added in v0.0.6

func (*CursorAnchorInfoServer) GetInsertionMarkerBottom added in v0.0.6

func (*CursorAnchorInfoServer) GetInsertionMarkerFlags added in v0.0.6

func (*CursorAnchorInfoServer) GetInsertionMarkerHorizontal added in v0.0.6

func (*CursorAnchorInfoServer) GetInsertionMarkerTop added in v0.0.6

func (*CursorAnchorInfoServer) GetMatrix added in v0.0.6

func (*CursorAnchorInfoServer) GetSelectionEnd added in v0.0.6

func (*CursorAnchorInfoServer) GetSelectionStart added in v0.0.6

func (*CursorAnchorInfoServer) GetTextAppearanceInfo added in v0.0.6

func (*CursorAnchorInfoServer) GetVisibleLineBounds added in v0.0.6

func (*CursorAnchorInfoServer) HashCode added in v0.0.6

func (*CursorAnchorInfoServer) NewCursorAnchorInfo added in v0.0.6

func (*CursorAnchorInfoServer) ToString added in v0.0.6

func (*CursorAnchorInfoServer) WriteToParcel added in v0.0.6

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 (*EditorInfoServer) Dump added in v0.0.6

func (*EditorInfoServer) GetAutofillId added in v0.0.6

func (*EditorInfoServer) GetInitialSelectedText added in v0.0.6

func (*EditorInfoServer) GetInitialSurroundingText added in v0.0.6

func (*EditorInfoServer) GetInitialTextAfterCursor added in v0.0.6

func (*EditorInfoServer) GetInitialTextBeforeCursor added in v0.0.6

func (*EditorInfoServer) GetInitialToolType added in v0.0.6

func (*EditorInfoServer) IsStylusHandwritingEnabled added in v0.0.6

func (*EditorInfoServer) IsWritingToolsEnabled added in v0.0.6

func (*EditorInfoServer) MakeCompatible added in v0.0.6

func (*EditorInfoServer) NewEditorInfo added in v0.0.6

func (*EditorInfoServer) SetAutofillId added in v0.0.6

func (*EditorInfoServer) SetInitialSurroundingSubText added in v0.0.6

func (*EditorInfoServer) SetInitialSurroundingText added in v0.0.6

func (*EditorInfoServer) SetInitialToolType added in v0.0.6

func (*EditorInfoServer) SetStylusHandwritingEnabled added in v0.0.6

func (*EditorInfoServer) SetWritingToolsEnabled added in v0.0.6

func (*EditorInfoServer) WriteToParcel added in v0.0.6

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 (*ExtractedTextRequestServer) NewExtractedTextRequestOp added in v0.0.6

func (*ExtractedTextRequestServer) WriteToParcel added in v0.0.6

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 (*ExtractedTextServer) NewExtractedText added in v0.0.6

func (*ExtractedTextServer) WriteToParcel added in v0.0.6

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 (*InputBindingServer) GetConnection added in v0.0.6

func (*InputBindingServer) GetConnectionToken added in v0.0.6

func (*InputBindingServer) GetPid added in v0.0.6

func (*InputBindingServer) GetUid added in v0.0.6

func (*InputBindingServer) NewInputBinding added in v0.0.6

func (*InputBindingServer) ToString added in v0.0.6

func (*InputBindingServer) WriteToParcel added in v0.0.6

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 (*InputConnectionWrapperServer) ClearMetaKeyStates added in v0.0.6

func (*InputConnectionWrapperServer) CloseConnection added in v0.0.6

func (*InputConnectionWrapperServer) CommitCompletion added in v0.0.6

func (*InputConnectionWrapperServer) CommitContent added in v0.0.6

func (*InputConnectionWrapperServer) CommitCorrection added in v0.0.6

func (*InputConnectionWrapperServer) CommitText2 added in v0.0.6

func (*InputConnectionWrapperServer) CommitText3_1 added in v0.0.6

func (*InputConnectionWrapperServer) DeleteSurroundingText added in v0.0.6

func (*InputConnectionWrapperServer) EndBatchEdit added in v0.0.6

func (*InputConnectionWrapperServer) FinishComposingText added in v0.0.6

func (*InputConnectionWrapperServer) GetCursorCapsMode added in v0.0.6

func (*InputConnectionWrapperServer) GetExtractedText added in v0.0.6

func (*InputConnectionWrapperServer) GetHandler added in v0.0.6

func (*InputConnectionWrapperServer) GetSelectedText added in v0.0.6

func (*InputConnectionWrapperServer) GetSurroundingText added in v0.0.6

func (*InputConnectionWrapperServer) GetTextAfterCursor added in v0.0.6

func (*InputConnectionWrapperServer) GetTextBeforeCursor added in v0.0.6

func (*InputConnectionWrapperServer) NewInputConnectionWrapper added in v0.0.6

func (*InputConnectionWrapperServer) PerformContextMenuAction added in v0.0.6

func (*InputConnectionWrapperServer) PerformEditorAction added in v0.0.6

func (*InputConnectionWrapperServer) PerformHandwritingGesture added in v0.0.6

func (*InputConnectionWrapperServer) PerformPrivateCommand added in v0.0.6

func (*InputConnectionWrapperServer) PerformSpellCheck added in v0.0.6

func (*InputConnectionWrapperServer) PreviewHandwritingGesture added in v0.0.6

func (*InputConnectionWrapperServer) ReplaceText added in v0.0.6

func (*InputConnectionWrapperServer) ReportFullscreenMode added in v0.0.6

func (*InputConnectionWrapperServer) RequestCursorUpdates1 added in v0.0.6

func (*InputConnectionWrapperServer) RequestCursorUpdates2_1 added in v0.0.6

func (*InputConnectionWrapperServer) SendKeyEvent added in v0.0.6

func (*InputConnectionWrapperServer) SetComposingRegion2 added in v0.0.6

func (*InputConnectionWrapperServer) SetComposingRegion3_1 added in v0.0.6

func (*InputConnectionWrapperServer) SetComposingText2 added in v0.0.6

func (*InputConnectionWrapperServer) SetComposingText3_1 added in v0.0.6

func (*InputConnectionWrapperServer) SetImeConsumesInput added in v0.0.6

func (*InputConnectionWrapperServer) SetSelection added in v0.0.6

func (*InputConnectionWrapperServer) SetTarget added in v0.0.6

func (*InputConnectionWrapperServer) TakeSnapshot added in v0.0.6

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 (*InputContentInfoServer) GetContentUri added in v0.0.6

func (*InputContentInfoServer) GetDescription added in v0.0.6

func (*InputContentInfoServer) GetLinkUri added in v0.0.6

func (*InputContentInfoServer) NewInputContentInfo added in v0.0.6

func (*InputContentInfoServer) ReleasePermission added in v0.0.6

func (*InputContentInfoServer) RequestPermission added in v0.0.6

func (*InputContentInfoServer) WriteToParcel added in v0.0.6

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 (*InputMethodInfoServer) DescribeContents added in v0.0.6

func (*InputMethodInfoServer) Dump added in v0.0.6

func (*InputMethodInfoServer) Equals added in v0.0.6

func (*InputMethodInfoServer) GetComponent added in v0.0.6

func (*InputMethodInfoServer) GetConfigChanges added in v0.0.6

func (*InputMethodInfoServer) GetId added in v0.0.6

func (*InputMethodInfoServer) GetIsDefaultResourceId added in v0.0.6

func (*InputMethodInfoServer) GetPackageName added in v0.0.6

func (*InputMethodInfoServer) GetServiceInfo added in v0.0.6

func (*InputMethodInfoServer) GetServiceName added in v0.0.6

func (*InputMethodInfoServer) GetSettingsActivity added in v0.0.6

func (*InputMethodInfoServer) GetSubtypeAt added in v0.0.6

func (*InputMethodInfoServer) GetSubtypeCount added in v0.0.6

func (*InputMethodInfoServer) HashCode added in v0.0.6

func (*InputMethodInfoServer) LoadIcon added in v0.0.6

func (*InputMethodInfoServer) LoadLabel added in v0.0.6

func (*InputMethodInfoServer) NewInputMethodInfo added in v0.0.6

func (*InputMethodInfoServer) ShouldShowInInputMethodPicker added in v0.0.6

func (*InputMethodInfoServer) SupportsConnectionlessStylusHandwriting added in v0.0.6

func (*InputMethodInfoServer) SupportsStylusHandwriting added in v0.0.6

func (*InputMethodInfoServer) SuppressesSpellChecker added in v0.0.6

func (*InputMethodInfoServer) ToString added in v0.0.6

func (*InputMethodInfoServer) WriteToParcel added in v0.0.6

type InputMethodManagerServer

type InputMethodManagerServer struct {
	pb.UnimplementedInputMethodManagerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

InputMethodManagerServer implements pb.InputMethodManagerServiceServer.

func (*InputMethodManagerServer) GetCurrentInputMethodInfo

func (*InputMethodManagerServer) GetEnabledInputMethodList

func (*InputMethodManagerServer) GetInputMethodList

func (*InputMethodManagerServer) GetLastInputMethodSubtype

func (*InputMethodManagerServer) HideSoftInputFromWindow2

func (*InputMethodManagerServer) HideStatusIcon

func (*InputMethodManagerServer) InvalidateInput

func (*InputMethodManagerServer) IsAcceptingText

func (*InputMethodManagerServer) IsActive0

func (*InputMethodManagerServer) IsActive1_1

func (*InputMethodManagerServer) IsFullscreenMode

func (*InputMethodManagerServer) IsWatchingCursor

func (*InputMethodManagerServer) RestartInput

func (*InputMethodManagerServer) SendAppPrivateCommand

func (*InputMethodManagerServer) SetInputMethod

func (*InputMethodManagerServer) SetInputMethodAndSubtype

func (*InputMethodManagerServer) ShowInputMethodPicker

func (*InputMethodManagerServer) ShowSoftInput2

func (*InputMethodManagerServer) ShowSoftInput3_1

func (*InputMethodManagerServer) ShowStatusIcon

func (*InputMethodManagerServer) StartStylusHandwriting

func (*InputMethodManagerServer) SwitchToLastInputMethod

func (*InputMethodManagerServer) SwitchToNextInputMethod

func (*InputMethodManagerServer) ToggleSoftInput

func (*InputMethodManagerServer) ToggleSoftInputFromWindow

func (*InputMethodManagerServer) UpdateCursor

func (*InputMethodManagerServer) ViewClicked

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 (*InputMethodSubtypeServer) DescribeContents added in v0.0.6

func (*InputMethodSubtypeServer) Equals added in v0.0.6

func (*InputMethodSubtypeServer) GetDisplayName added in v0.0.6

func (*InputMethodSubtypeServer) GetExtraValue added in v0.0.6

func (*InputMethodSubtypeServer) GetExtraValueOf added in v0.0.6

func (*InputMethodSubtypeServer) GetIconResId added in v0.0.6

func (*InputMethodSubtypeServer) GetLanguageTag added in v0.0.6

func (*InputMethodSubtypeServer) GetLayoutDisplayName added in v0.0.6

func (*InputMethodSubtypeServer) GetLayoutLabelNonLocalized added in v0.0.6

func (*InputMethodSubtypeServer) GetLayoutLabelResource added in v0.0.6

func (*InputMethodSubtypeServer) GetLocale added in v0.0.6

func (*InputMethodSubtypeServer) GetMode added in v0.0.6

func (*InputMethodSubtypeServer) GetNameOverride added in v0.0.6

func (*InputMethodSubtypeServer) GetNameResId added in v0.0.6

func (*InputMethodSubtypeServer) GetPhysicalKeyboardHintLanguageTag added in v0.0.6

func (*InputMethodSubtypeServer) GetPhysicalKeyboardHintLayoutType added in v0.0.6

func (*InputMethodSubtypeServer) HashCode added in v0.0.6

func (*InputMethodSubtypeServer) IsAsciiCapable added in v0.0.6

func (*InputMethodSubtypeServer) IsAuxiliary added in v0.0.6

func (*InputMethodSubtypeServer) NewInputMethodSubtype added in v0.0.6

func (*InputMethodSubtypeServer) OverridesImplicitlyEnabledSubtype added in v0.0.6

func (*InputMethodSubtypeServer) WriteToParcel added in v0.0.6

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 (*SurroundingTextServer) GetOffset added in v0.0.6

func (*SurroundingTextServer) GetSelectionEnd added in v0.0.6

func (*SurroundingTextServer) GetSelectionStart added in v0.0.6

func (*SurroundingTextServer) GetText added in v0.0.6

func (*SurroundingTextServer) NewSurroundingText added in v0.0.6

func (*SurroundingTextServer) WriteToParcel added in v0.0.6

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 (*TextBoundsInfoResultServer) GetTextBoundsInfo added in v0.0.6

func (*TextBoundsInfoResultServer) NewTextBoundsInfoResult added in v0.0.6

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 (*TextSnapshotServer) GetCompositionStart added in v0.0.6

func (*TextSnapshotServer) GetCursorCapsMode added in v0.0.6

func (*TextSnapshotServer) GetSelectionEnd added in v0.0.6

func (*TextSnapshotServer) GetSelectionStart added in v0.0.6

func (*TextSnapshotServer) GetSurroundingText added in v0.0.6

func (*TextSnapshotServer) NewTextSnapshot added in v0.0.6

Jump to

Keyboard shortcuts

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