Versions in this module Expand all Collapse all v0 v0.0.6 Mar 22, 2026 v0.0.5 Mar 22, 2026 Changes in this version + type CompletionInfo struct + Id int64 + Position int32 + func (s *CompletionInfo) MarshalParcel(p *parcel.Parcel) error + func (s *CompletionInfo) UnmarshalParcel(p *parcel.Parcel) error + type CorrectionInfo struct + Offset int32 + func (s *CorrectionInfo) MarshalParcel(p *parcel.Parcel) error + func (s *CorrectionInfo) UnmarshalParcel(p *parcel.Parcel) error + type CursorAnchorInfo struct + ComposingTextStart int32 + HashCode int32 + InsertionMarkerBaseline float32 + InsertionMarkerBottom float32 + InsertionMarkerFlags int32 + InsertionMarkerHorizontal float32 + InsertionMarkerTop float32 + SelectionEnd int32 + SelectionStart int32 + func (s *CursorAnchorInfo) MarshalParcel(p *parcel.Parcel) error + func (s *CursorAnchorInfo) UnmarshalParcel(p *parcel.Parcel) error + type DeleteGesture struct + FallbackText string + Granularity int32 + func (s *DeleteGesture) MarshalParcel(p *parcel.Parcel) error + func (s *DeleteGesture) UnmarshalParcel(p *parcel.Parcel) error + type DeleteRangeGesture struct + FallbackText string + Granularity int32 + func (s *DeleteRangeGesture) MarshalParcel(p *parcel.Parcel) error + func (s *DeleteRangeGesture) UnmarshalParcel(p *parcel.Parcel) error + type EditorInfo struct + ActionId int32 + AutofillId *types.AutofillId + FieldId int32 + FieldName string + ImeOptions int32 + InitialCapsMode int32 + InitialSelEnd int32 + InitialSelStart int32 + InitialToolType int32 + InputType int32 + InternalImeOptions int32 + PackageName string + PrivateImeOptions string + SupportedHandwritingGesturePreviewTypes int32 + SupportedHandwritingGestureTypes int32 + func (s *EditorInfo) MarshalParcel(p *parcel.Parcel) error + func (s *EditorInfo) UnmarshalParcel(p *parcel.Parcel) error + type ExtractedText struct + PartialEndOffset int32 + PartialStartOffset int32 + SelectionEnd int32 + SelectionStart int32 + StartOffset int32 + func (s *ExtractedText) MarshalParcel(p *parcel.Parcel) error + func (s *ExtractedText) UnmarshalParcel(p *parcel.Parcel) error + type ExtractedTextRequest struct + HintMaxChars int32 + HintMaxLines int32 + Token int32 + func (s *ExtractedTextRequest) MarshalParcel(p *parcel.Parcel) error + func (s *ExtractedTextRequest) UnmarshalParcel(p *parcel.Parcel) error + type ImeTrackerToken struct + func (s *ImeTrackerToken) MarshalParcel(p *parcel.Parcel) error + func (s *ImeTrackerToken) UnmarshalParcel(p *parcel.Parcel) error + type InlineSuggestion struct + Flg int32 + func (s *InlineSuggestion) MarshalParcel(p *parcel.Parcel) error + func (s *InlineSuggestion) UnmarshalParcel(p *parcel.Parcel) error + type InlineSuggestionInfo struct + Flg int32 + InlinePresentationSpec *inline.InlinePresentationSpec + Source string + Type string + func (s *InlineSuggestionInfo) MarshalParcel(p *parcel.Parcel) error + func (s *InlineSuggestionInfo) UnmarshalParcel(p *parcel.Parcel) error + type InlineSuggestionsRequest struct + Flg int32 + HostDisplayId int32 + HostPackageName string + MaxSuggestionCount int32 + func (s *InlineSuggestionsRequest) MarshalParcel(p *parcel.Parcel) error + func (s *InlineSuggestionsRequest) UnmarshalParcel(p *parcel.Parcel) error + type InlineSuggestionsResponse struct + func (s *InlineSuggestionsResponse) MarshalParcel(p *parcel.Parcel) error + func (s *InlineSuggestionsResponse) UnmarshalParcel(p *parcel.Parcel) error + type InputBinding struct + Pid int32 + Uid int32 + func (s *InputBinding) MarshalParcel(p *parcel.Parcel) error + func (s *InputBinding) UnmarshalParcel(p *parcel.Parcel) error + type InputContentInfo struct + ContentUriOwnerUserId int32 + func (s *InputContentInfo) MarshalParcel(p *parcel.Parcel) error + func (s *InputContentInfo) UnmarshalParcel(p *parcel.Parcel) error + type InputMethodInfo struct + HandledConfigChanges int32 + Id string + IsDefaultResId int32 + IsVirtualDeviceOnly bool + IsVrOnly bool + LanguageSettingsActivityName string + SettingsActivityName string + ShowInInputMethodPicker bool + StylusHandwritingSettingsActivityAttr string + SupportsConnectionlessStylusHandwriting bool + SupportsStylusHandwriting bool + SuppressesSpellChecker bool + func (s *InputMethodInfo) MarshalParcel(p *parcel.Parcel) error + func (s *InputMethodInfo) UnmarshalParcel(p *parcel.Parcel) error + type InputMethodSubtype struct + PkLanguageTag string + PkLayoutType string + SubtypeExtraValue string + SubtypeHashCode int32 + SubtypeIconResId int32 + SubtypeId int32 + SubtypeLanguageTag string + SubtypeLocale string + SubtypeMode string + SubtypeNameResId int32 + func (s *InputMethodSubtype) MarshalParcel(p *parcel.Parcel) error + func (s *InputMethodSubtype) UnmarshalParcel(p *parcel.Parcel) error + type InsertGesture struct + FallbackText string + TextToInsert string + func (s *InsertGesture) MarshalParcel(p *parcel.Parcel) error + func (s *InsertGesture) UnmarshalParcel(p *parcel.Parcel) error + type InsertModeGesture struct + FallbackText string + func (s *InsertModeGesture) MarshalParcel(p *parcel.Parcel) error + func (s *InsertModeGesture) UnmarshalParcel(p *parcel.Parcel) error + type JoinOrSplitGesture struct + FallbackText string + func (s *JoinOrSplitGesture) MarshalParcel(p *parcel.Parcel) error + func (s *JoinOrSplitGesture) UnmarshalParcel(p *parcel.Parcel) error + type ParcelableHandwritingGesture struct + func (s *ParcelableHandwritingGesture) MarshalParcel(p *parcel.Parcel) error + func (s *ParcelableHandwritingGesture) UnmarshalParcel(p *parcel.Parcel) error + type RemoveSpaceGesture struct + FallbackText string + func (s *RemoveSpaceGesture) MarshalParcel(p *parcel.Parcel) error + func (s *RemoveSpaceGesture) UnmarshalParcel(p *parcel.Parcel) error + type SelectGesture struct + FallbackText string + Granularity int32 + func (s *SelectGesture) MarshalParcel(p *parcel.Parcel) error + func (s *SelectGesture) UnmarshalParcel(p *parcel.Parcel) error + type SelectRangeGesture struct + FallbackText string + Granularity int32 + func (s *SelectRangeGesture) MarshalParcel(p *parcel.Parcel) error + func (s *SelectRangeGesture) UnmarshalParcel(p *parcel.Parcel) error + type SurroundingText struct + Offset int32 + SelectionEnd int32 + SelectionStart int32 + func (s *SurroundingText) MarshalParcel(p *parcel.Parcel) error + func (s *SurroundingText) UnmarshalParcel(p *parcel.Parcel) error + type TextAttribute struct + func (s *TextAttribute) MarshalParcel(p *parcel.Parcel) error + func (s *TextAttribute) UnmarshalParcel(p *parcel.Parcel) error