Documentation
¶
Index ¶
- type CompletionInfo
- type CorrectionInfo
- type CursorAnchorInfo
- type DeleteGesture
- type DeleteRangeGesture
- type EditorInfo
- type ExtractedText
- type ExtractedTextRequest
- type ImeTrackerToken
- type InlineSuggestion
- type InlineSuggestionInfo
- type InlineSuggestionsRequest
- type InlineSuggestionsResponse
- type InputBinding
- type InputContentInfo
- type InputMethodInfo
- type InputMethodSubtype
- type InsertGesture
- type InsertModeGesture
- type JoinOrSplitGesture
- type ParcelableHandwritingGesture
- type RemoveSpaceGesture
- type SelectGesture
- type SelectRangeGesture
- type SurroundingText
- type TextAttribute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletionInfo ¶
type CompletionInfo struct {
}
func (*CompletionInfo) MarshalParcel ¶
func (s *CompletionInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*CompletionInfo) UnmarshalParcel ¶
func (s *CompletionInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type CorrectionInfo ¶
type CorrectionInfo struct {
}
func (*CorrectionInfo) MarshalParcel ¶
func (s *CorrectionInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*CorrectionInfo) UnmarshalParcel ¶
func (s *CorrectionInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type CursorAnchorInfo ¶
type CursorAnchorInfo struct {
}
func (*CursorAnchorInfo) MarshalParcel ¶
func (s *CursorAnchorInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*CursorAnchorInfo) UnmarshalParcel ¶
func (s *CursorAnchorInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type DeleteGesture ¶
type DeleteGesture struct {
}
func (*DeleteGesture) MarshalParcel ¶
func (s *DeleteGesture) MarshalParcel( p *parcel.Parcel, ) error
func (*DeleteGesture) UnmarshalParcel ¶
func (s *DeleteGesture) UnmarshalParcel( p *parcel.Parcel, ) error
type DeleteRangeGesture ¶
type DeleteRangeGesture struct {
}
func (*DeleteRangeGesture) MarshalParcel ¶
func (s *DeleteRangeGesture) MarshalParcel( p *parcel.Parcel, ) error
func (*DeleteRangeGesture) UnmarshalParcel ¶
func (s *DeleteRangeGesture) UnmarshalParcel( p *parcel.Parcel, ) error
type EditorInfo ¶
type EditorInfo struct {
}
func (*EditorInfo) MarshalParcel ¶
func (s *EditorInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*EditorInfo) UnmarshalParcel ¶
func (s *EditorInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type ExtractedText ¶
type ExtractedText struct {
}
func (*ExtractedText) MarshalParcel ¶
func (s *ExtractedText) MarshalParcel( p *parcel.Parcel, ) error
func (*ExtractedText) UnmarshalParcel ¶
func (s *ExtractedText) UnmarshalParcel( p *parcel.Parcel, ) error
type ExtractedTextRequest ¶
type ExtractedTextRequest struct {
}
func (*ExtractedTextRequest) MarshalParcel ¶
func (s *ExtractedTextRequest) MarshalParcel( p *parcel.Parcel, ) error
func (*ExtractedTextRequest) UnmarshalParcel ¶
func (s *ExtractedTextRequest) UnmarshalParcel( p *parcel.Parcel, ) error
type ImeTrackerToken ¶
type ImeTrackerToken struct {
}
func (*ImeTrackerToken) MarshalParcel ¶
func (s *ImeTrackerToken) MarshalParcel( p *parcel.Parcel, ) error
func (*ImeTrackerToken) UnmarshalParcel ¶
func (s *ImeTrackerToken) UnmarshalParcel( p *parcel.Parcel, ) error
type InlineSuggestion ¶
type InlineSuggestion struct {
}
func (*InlineSuggestion) MarshalParcel ¶
func (s *InlineSuggestion) MarshalParcel( p *parcel.Parcel, ) error
func (*InlineSuggestion) UnmarshalParcel ¶
func (s *InlineSuggestion) UnmarshalParcel( p *parcel.Parcel, ) error
type InlineSuggestionInfo ¶
type InlineSuggestionInfo struct {
}
func (*InlineSuggestionInfo) MarshalParcel ¶
func (s *InlineSuggestionInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*InlineSuggestionInfo) UnmarshalParcel ¶
func (s *InlineSuggestionInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type InlineSuggestionsRequest ¶
type InlineSuggestionsRequest struct {
}
func (*InlineSuggestionsRequest) MarshalParcel ¶
func (s *InlineSuggestionsRequest) MarshalParcel( p *parcel.Parcel, ) error
func (*InlineSuggestionsRequest) UnmarshalParcel ¶
func (s *InlineSuggestionsRequest) UnmarshalParcel( p *parcel.Parcel, ) error
type InlineSuggestionsResponse ¶
type InlineSuggestionsResponse struct {
}
func (*InlineSuggestionsResponse) MarshalParcel ¶
func (s *InlineSuggestionsResponse) MarshalParcel( p *parcel.Parcel, ) error
func (*InlineSuggestionsResponse) UnmarshalParcel ¶
func (s *InlineSuggestionsResponse) UnmarshalParcel( p *parcel.Parcel, ) error
type InputBinding ¶
type InputBinding struct {
}
func (*InputBinding) MarshalParcel ¶
func (s *InputBinding) MarshalParcel( p *parcel.Parcel, ) error
func (*InputBinding) UnmarshalParcel ¶
func (s *InputBinding) UnmarshalParcel( p *parcel.Parcel, ) error
type InputContentInfo ¶
type InputContentInfo struct {
}
func (*InputContentInfo) MarshalParcel ¶
func (s *InputContentInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*InputContentInfo) UnmarshalParcel ¶
func (s *InputContentInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type InputMethodInfo ¶
type InputMethodInfo struct {
}
func (*InputMethodInfo) MarshalParcel ¶
func (s *InputMethodInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*InputMethodInfo) UnmarshalParcel ¶
func (s *InputMethodInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type InputMethodSubtype ¶
type InputMethodSubtype struct {
}
func (*InputMethodSubtype) MarshalParcel ¶
func (s *InputMethodSubtype) MarshalParcel( p *parcel.Parcel, ) error
func (*InputMethodSubtype) UnmarshalParcel ¶
func (s *InputMethodSubtype) UnmarshalParcel( p *parcel.Parcel, ) error
type InsertGesture ¶
type InsertGesture struct {
}
func (*InsertGesture) MarshalParcel ¶
func (s *InsertGesture) MarshalParcel( p *parcel.Parcel, ) error
func (*InsertGesture) UnmarshalParcel ¶
func (s *InsertGesture) UnmarshalParcel( p *parcel.Parcel, ) error
type InsertModeGesture ¶
type InsertModeGesture struct {
}
func (*InsertModeGesture) MarshalParcel ¶
func (s *InsertModeGesture) MarshalParcel( p *parcel.Parcel, ) error
func (*InsertModeGesture) UnmarshalParcel ¶
func (s *InsertModeGesture) UnmarshalParcel( p *parcel.Parcel, ) error
type JoinOrSplitGesture ¶
type JoinOrSplitGesture struct {
}
func (*JoinOrSplitGesture) MarshalParcel ¶
func (s *JoinOrSplitGesture) MarshalParcel( p *parcel.Parcel, ) error
func (*JoinOrSplitGesture) UnmarshalParcel ¶
func (s *JoinOrSplitGesture) UnmarshalParcel( p *parcel.Parcel, ) error
type ParcelableHandwritingGesture ¶
type ParcelableHandwritingGesture struct {
}
func (*ParcelableHandwritingGesture) MarshalParcel ¶
func (s *ParcelableHandwritingGesture) MarshalParcel( p *parcel.Parcel, ) error
func (*ParcelableHandwritingGesture) UnmarshalParcel ¶
func (s *ParcelableHandwritingGesture) UnmarshalParcel( p *parcel.Parcel, ) error
type RemoveSpaceGesture ¶
type RemoveSpaceGesture struct {
}
func (*RemoveSpaceGesture) MarshalParcel ¶
func (s *RemoveSpaceGesture) MarshalParcel( p *parcel.Parcel, ) error
func (*RemoveSpaceGesture) UnmarshalParcel ¶
func (s *RemoveSpaceGesture) UnmarshalParcel( p *parcel.Parcel, ) error
type SelectGesture ¶
type SelectGesture struct {
}
func (*SelectGesture) MarshalParcel ¶
func (s *SelectGesture) MarshalParcel( p *parcel.Parcel, ) error
func (*SelectGesture) UnmarshalParcel ¶
func (s *SelectGesture) UnmarshalParcel( p *parcel.Parcel, ) error
type SelectRangeGesture ¶
type SelectRangeGesture struct {
}
func (*SelectRangeGesture) MarshalParcel ¶
func (s *SelectRangeGesture) MarshalParcel( p *parcel.Parcel, ) error
func (*SelectRangeGesture) UnmarshalParcel ¶
func (s *SelectRangeGesture) UnmarshalParcel( p *parcel.Parcel, ) error
type SurroundingText ¶
type SurroundingText struct {
}
func (*SurroundingText) MarshalParcel ¶
func (s *SurroundingText) MarshalParcel( p *parcel.Parcel, ) error
func (*SurroundingText) UnmarshalParcel ¶
func (s *SurroundingText) UnmarshalParcel( p *parcel.Parcel, ) error
type TextAttribute ¶
type TextAttribute struct {
}
func (*TextAttribute) MarshalParcel ¶
func (s *TextAttribute) MarshalParcel( p *parcel.Parcel, ) error
func (*TextAttribute) UnmarshalParcel ¶
func (s *TextAttribute) UnmarshalParcel( p *parcel.Parcel, ) error
Source Files
¶
- completioninfo.go
- correctioninfo.go
- cursoranchorinfo.go
- deletegesture.go
- deleterangegesture.go
- editorinfo.go
- extractedtext.go
- extractedtextrequest.go
- imetracker.token.go
- inlinesuggestion.go
- inlinesuggestioninfo.go
- inlinesuggestionsrequest.go
- inlinesuggestionsresponse.go
- inputbinding.go
- inputcontentinfo.go
- inputmethodinfo.go
- inputmethodsubtype.go
- insertgesture.go
- insertmodegesture.go
- joinorsplitgesture.go
- parcelablehandwritinggesture.go
- removespacegesture.go
- selectgesture.go
- selectrangegesture.go
- surroundingtext.go
- textattribute.go
Click to show internal directories.
Click to hide internal directories.