style

package
v0.0.8 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: 6 Imported by: 0

Documentation

Overview

Package style provides Go bindings for android.text.style.

Index

Constants

View Source
const (
	ActionSuggestionPicked       = consts.ActionSuggestionPicked
	SuggestionSpanPickedAfter    = consts.SuggestionSpanPickedAfter
	SuggestionSpanPickedBefore   = consts.SuggestionSpanPickedBefore
	SuggestionSpanPickedHashcode = consts.SuggestionSpanPickedHashcode
	AnimacyAnimate               = consts.AnimacyAnimate
	AnimacyInanimate             = consts.AnimacyInanimate
	ArgAnimacy                   = consts.ArgAnimacy
	ArgCase                      = consts.ArgCase
	ArgCountryCode               = consts.ArgCountryCode
	ArgCurrency                  = consts.ArgCurrency
	ArgDay                       = consts.ArgDay
	ArgDenominator               = consts.ArgDenominator
	ArgDigits                    = consts.ArgDigits
	ArgDomain                    = consts.ArgDomain
	ArgExtension                 = consts.ArgExtension
	ArgFractionalPart            = consts.ArgFractionalPart
	ArgFragmentId                = consts.ArgFragmentId
	ArgGender                    = consts.ArgGender
	ArgHours                     = consts.ArgHours
	ArgIntegerPart               = consts.ArgIntegerPart
	ArgMinutes                   = consts.ArgMinutes
	ArgMonth                     = consts.ArgMonth
	ArgMultiplicity              = consts.ArgMultiplicity
	ArgNumber                    = consts.ArgNumber
	ArgNumberParts               = consts.ArgNumberParts
	ArgNumerator                 = consts.ArgNumerator
	ArgPassword                  = consts.ArgPassword
	ArgPath                      = consts.ArgPath
	ArgPort                      = consts.ArgPort
	ArgProtocol                  = consts.ArgProtocol
	ArgQuantity                  = consts.ArgQuantity
	ArgQueryString               = consts.ArgQueryString
	ArgSeconds                   = consts.ArgSeconds
	ArgText                      = consts.ArgText
	ArgUnit                      = consts.ArgUnit
	ArgUsername                  = consts.ArgUsername
	ArgVerbatim                  = consts.ArgVerbatim
	ArgWeekday                   = consts.ArgWeekday
	ArgYear                      = consts.ArgYear
	CaseAblative                 = consts.CaseAblative
	CaseAccusative               = consts.CaseAccusative
	CaseDative                   = consts.CaseDative
	CaseGenitive                 = consts.CaseGenitive
	CaseInstrumental             = consts.CaseInstrumental
	CaseLocative                 = consts.CaseLocative
	CaseNominative               = consts.CaseNominative
	CaseVocative                 = consts.CaseVocative
	GenderFemale                 = consts.GenderFemale
	GenderMale                   = consts.GenderMale
	GenderNeutral                = consts.GenderNeutral
	MultiplicityDual             = consts.MultiplicityDual
	MultiplicityPlural           = consts.MultiplicityPlural
	MultiplicitySingle           = consts.MultiplicitySingle
	TypeCardinal                 = consts.TypeCardinal
	TypeDate                     = consts.TypeDate
	TypeDecimal                  = consts.TypeDecimal
	TypeDigits                   = consts.TypeDigits
	TypeDuration                 = consts.TypeDuration
	TypeElectronic               = consts.TypeElectronic
	TypeFraction                 = consts.TypeFraction
	TypeMeasure                  = consts.TypeMeasure
	TypeMoney                    = consts.TypeMoney
	TypeOrdinal                  = consts.TypeOrdinal
	TypeTelephone                = consts.TypeTelephone
	TypeText                     = consts.TypeText
	TypeTime                     = consts.TypeTime
	TypeVerbatim                 = consts.TypeVerbatim
	ExtraTextChangedType         = consts.ExtraTextChangedType
)
View Source
const (
	Creator               = consts.Creator
	FlagAutoCorrection    = consts.FlagAutoCorrection
	FlagEasyCorrect       = consts.FlagEasyCorrect
	FlagGrammarError      = consts.FlagGrammarError
	FlagMisspelled        = consts.FlagMisspelled
	SuggestionsMaxSize    = consts.SuggestionsMaxSize
	StandardGapWidth      = consts.StandardGapWidth
	AlignBaseline         = consts.AlignBaseline
	AlignBottom           = consts.AlignBottom
	AlignCenter           = consts.AlignCenter
	MonthApril            = consts.MonthApril
	MonthAugust           = consts.MonthAugust
	MonthDecember         = consts.MonthDecember
	MonthFebruary         = consts.MonthFebruary
	MonthJanuary          = consts.MonthJanuary
	MonthJuly             = consts.MonthJuly
	MonthJune             = consts.MonthJune
	MonthMarch            = consts.MonthMarch
	MonthMay              = consts.MonthMay
	MonthNovember         = consts.MonthNovember
	MonthOctober          = consts.MonthOctober
	MonthSeptember        = consts.MonthSeptember
	WeekdayFriday         = consts.WeekdayFriday
	WeekdayMonday         = consts.WeekdayMonday
	WeekdaySaturday       = consts.WeekdaySaturday
	WeekdaySunday         = consts.WeekdaySunday
	WeekdayThursday       = consts.WeekdayThursday
	WeekdayTuesday        = consts.WeekdayTuesday
	WeekdayWednesday      = consts.WeekdayWednesday
	TextDeleted           = consts.TextDeleted
	TextModified          = consts.TextModified
	StandardColor         = consts.StandardColor
	StandardGapWidthPx    = consts.StandardGapWidthPx
	StandardStripeWidthPx = consts.StandardStripeWidthPx
)

Variables

This section is empty.

Functions

func Init

func Init(env *jni.Env) error

Init resolves all JNI class and method references for this package. It is safe to call multiple times (uses sync.Once internally). Exported for E2E testing on Android.

Types

type AbsoluteSizeSpan

type AbsoluteSizeSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AbsoluteSizeSpan wraps android.text.style.AbsoluteSizeSpan.

func NewAbsoluteSizeSpan

func NewAbsoluteSizeSpan(vm *jni.VM, arg0 *jni.Object) (*AbsoluteSizeSpan, error)

NewAbsoluteSizeSpan creates a new android.text.style.AbsoluteSizeSpan instance.

func (*AbsoluteSizeSpan) DescribeContents

func (m *AbsoluteSizeSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.AbsoluteSizeSpan.describeContents.

func (*AbsoluteSizeSpan) GetDip

func (m *AbsoluteSizeSpan) GetDip() (bool, error)

GetDip calls android.text.style.AbsoluteSizeSpan.getDip.

func (*AbsoluteSizeSpan) GetSize

func (m *AbsoluteSizeSpan) GetSize() (int32, error)

GetSize calls android.text.style.AbsoluteSizeSpan.getSize.

func (*AbsoluteSizeSpan) GetSpanTypeId

func (m *AbsoluteSizeSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.AbsoluteSizeSpan.getSpanTypeId.

func (*AbsoluteSizeSpan) ToString

func (m *AbsoluteSizeSpan) ToString() (string, error)

ToString calls android.text.style.AbsoluteSizeSpan.toString.

func (*AbsoluteSizeSpan) UpdateDrawState

func (m *AbsoluteSizeSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.AbsoluteSizeSpan.updateDrawState.

func (*AbsoluteSizeSpan) UpdateMeasureState

func (m *AbsoluteSizeSpan) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.AbsoluteSizeSpan.updateMeasureState.

func (*AbsoluteSizeSpan) WriteToParcel

func (m *AbsoluteSizeSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.AbsoluteSizeSpan.writeToParcel.

type AlignmentSpan

type AlignmentSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AlignmentSpan wraps android.text.style.AlignmentSpan.

func (*AlignmentSpan) GetAlignment

func (m *AlignmentSpan) GetAlignment() (*jni.Object, error)

GetAlignment calls android.text.style.AlignmentSpan.getAlignment.

func (*AlignmentSpan) ToString added in v0.0.8

func (m *AlignmentSpan) ToString() (string, error)

ToString calls android.text.style.AlignmentSpan.toString.

type AlignmentSpanStandard

type AlignmentSpanStandard struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AlignmentSpanStandard wraps android.text.style.AlignmentSpan$Standard.

func (*AlignmentSpanStandard) DescribeContents

func (m *AlignmentSpanStandard) DescribeContents() (int32, error)

DescribeContents calls android.text.style.AlignmentSpan$Standard.describeContents.

func (*AlignmentSpanStandard) GetAlignment

func (m *AlignmentSpanStandard) GetAlignment() (*jni.Object, error)

GetAlignment calls android.text.style.AlignmentSpan$Standard.getAlignment.

func (*AlignmentSpanStandard) GetSpanTypeId

func (m *AlignmentSpanStandard) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.AlignmentSpan$Standard.getSpanTypeId.

func (*AlignmentSpanStandard) ToString

func (m *AlignmentSpanStandard) ToString() (string, error)

ToString calls android.text.style.AlignmentSpan$Standard.toString.

func (*AlignmentSpanStandard) WriteToParcel

func (m *AlignmentSpanStandard) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.AlignmentSpan$Standard.writeToParcel.

type BackgroundColorSpan

type BackgroundColorSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

BackgroundColorSpan wraps android.text.style.BackgroundColorSpan.

func NewBackgroundColorSpan

func NewBackgroundColorSpan(vm *jni.VM, arg0 *jni.Object) (*BackgroundColorSpan, error)

NewBackgroundColorSpan creates a new android.text.style.BackgroundColorSpan instance.

func (*BackgroundColorSpan) DescribeContents

func (m *BackgroundColorSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.BackgroundColorSpan.describeContents.

func (*BackgroundColorSpan) GetBackgroundColor

func (m *BackgroundColorSpan) GetBackgroundColor() (int32, error)

GetBackgroundColor calls android.text.style.BackgroundColorSpan.getBackgroundColor.

func (*BackgroundColorSpan) GetSpanTypeId

func (m *BackgroundColorSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.BackgroundColorSpan.getSpanTypeId.

func (*BackgroundColorSpan) ToString

func (m *BackgroundColorSpan) ToString() (string, error)

ToString calls android.text.style.BackgroundColorSpan.toString.

func (*BackgroundColorSpan) UpdateDrawState

func (m *BackgroundColorSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.BackgroundColorSpan.updateDrawState.

func (*BackgroundColorSpan) WriteToParcel

func (m *BackgroundColorSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.BackgroundColorSpan.writeToParcel.

type BulletSpan

type BulletSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

BulletSpan wraps android.text.style.BulletSpan.

func NewBulletSpan

func NewBulletSpan(vm *jni.VM) (*BulletSpan, error)

NewBulletSpan creates a new android.text.style.BulletSpan instance.

func (*BulletSpan) DescribeContents

func (m *BulletSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.BulletSpan.describeContents.

func (*BulletSpan) DrawLeadingMargin

func (m *BulletSpan) DrawLeadingMargin(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 string,
	arg8 int32,
	arg9 int32,
	arg10 bool,
	arg11 *jni.Object,
) error

DrawLeadingMargin calls android.text.style.BulletSpan.drawLeadingMargin.

func (*BulletSpan) GetBulletRadius

func (m *BulletSpan) GetBulletRadius() (int32, error)

GetBulletRadius calls android.text.style.BulletSpan.getBulletRadius.

func (*BulletSpan) GetColor

func (m *BulletSpan) GetColor() (int32, error)

GetColor calls android.text.style.BulletSpan.getColor.

func (*BulletSpan) GetGapWidth

func (m *BulletSpan) GetGapWidth() (int32, error)

GetGapWidth calls android.text.style.BulletSpan.getGapWidth.

func (*BulletSpan) GetLeadingMargin

func (m *BulletSpan) GetLeadingMargin(arg0 bool) (int32, error)

GetLeadingMargin calls android.text.style.BulletSpan.getLeadingMargin.

func (*BulletSpan) GetSpanTypeId

func (m *BulletSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.BulletSpan.getSpanTypeId.

func (*BulletSpan) ToString

func (m *BulletSpan) ToString() (string, error)

ToString calls android.text.style.BulletSpan.toString.

func (*BulletSpan) WriteToParcel

func (m *BulletSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.BulletSpan.writeToParcel.

type CharacterStyle

type CharacterStyle struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

CharacterStyle wraps android.text.style.CharacterStyle.

func (*CharacterStyle) GetUnderlying

func (m *CharacterStyle) GetUnderlying() (*jni.Object, error)

GetUnderlying calls android.text.style.CharacterStyle.getUnderlying.

func (*CharacterStyle) ToString added in v0.0.8

func (m *CharacterStyle) ToString() (string, error)

ToString calls android.text.style.CharacterStyle.toString.

func (*CharacterStyle) UpdateDrawState

func (m *CharacterStyle) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.CharacterStyle.updateDrawState.

func (*CharacterStyle) Wrap

func (m *CharacterStyle) Wrap(arg0 *jni.Object) (*jni.Object, error)

Wrap calls android.text.style.CharacterStyle.wrap.

type ClickableSpan

type ClickableSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ClickableSpan wraps android.text.style.ClickableSpan.

func (*ClickableSpan) OnClick

func (m *ClickableSpan) OnClick(arg0 *jni.Object) error

OnClick calls android.text.style.ClickableSpan.onClick.

func (*ClickableSpan) ToString

func (m *ClickableSpan) ToString() (string, error)

ToString calls android.text.style.ClickableSpan.toString.

func (*ClickableSpan) UpdateDrawState

func (m *ClickableSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.ClickableSpan.updateDrawState.

type DrawableMarginSpan

type DrawableMarginSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DrawableMarginSpan wraps android.text.style.DrawableMarginSpan.

func NewDrawableMarginSpan

func NewDrawableMarginSpan(vm *jni.VM, arg0 *jni.Object) (*DrawableMarginSpan, error)

NewDrawableMarginSpan creates a new android.text.style.DrawableMarginSpan instance.

func (*DrawableMarginSpan) ChooseHeight

func (m *DrawableMarginSpan) ChooseHeight(
	arg0 string,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 *jni.Object,
) error

ChooseHeight calls android.text.style.DrawableMarginSpan.chooseHeight.

func (*DrawableMarginSpan) DrawLeadingMargin

func (m *DrawableMarginSpan) DrawLeadingMargin(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 string,
	arg8 int32,
	arg9 int32,
	arg10 bool,
	arg11 *jni.Object,
) error

DrawLeadingMargin calls android.text.style.DrawableMarginSpan.drawLeadingMargin.

func (*DrawableMarginSpan) GetDrawable

func (m *DrawableMarginSpan) GetDrawable() (*jni.Object, error)

GetDrawable calls android.text.style.DrawableMarginSpan.getDrawable.

func (*DrawableMarginSpan) GetLeadingMargin

func (m *DrawableMarginSpan) GetLeadingMargin(arg0 bool) (int32, error)

GetLeadingMargin calls android.text.style.DrawableMarginSpan.getLeadingMargin.

func (*DrawableMarginSpan) GetPadding

func (m *DrawableMarginSpan) GetPadding() (int32, error)

GetPadding calls android.text.style.DrawableMarginSpan.getPadding.

func (*DrawableMarginSpan) ToString

func (m *DrawableMarginSpan) ToString() (string, error)

ToString calls android.text.style.DrawableMarginSpan.toString.

type DynamicDrawableSpan

type DynamicDrawableSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DynamicDrawableSpan wraps android.text.style.DynamicDrawableSpan.

func (*DynamicDrawableSpan) Draw

func (m *DynamicDrawableSpan) Draw(
	arg0 *jni.Object,
	arg1 string,
	arg2 int32,
	arg3 int32,
	arg4 float32,
	arg5 int32,
	arg6 int32,
	arg7 int32,
	arg8 *jni.Object,
) error

Draw calls android.text.style.DynamicDrawableSpan.draw.

func (*DynamicDrawableSpan) GetDrawable

func (m *DynamicDrawableSpan) GetDrawable() (*jni.Object, error)

GetDrawable calls android.text.style.DynamicDrawableSpan.getDrawable.

func (*DynamicDrawableSpan) GetSize

func (m *DynamicDrawableSpan) GetSize(
	arg0 *jni.Object,
	arg1 string,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) (int32, error)

GetSize calls android.text.style.DynamicDrawableSpan.getSize.

func (*DynamicDrawableSpan) GetVerticalAlignment

func (m *DynamicDrawableSpan) GetVerticalAlignment() (int32, error)

GetVerticalAlignment calls android.text.style.DynamicDrawableSpan.getVerticalAlignment.

func (*DynamicDrawableSpan) ToString

func (m *DynamicDrawableSpan) ToString() (string, error)

ToString calls android.text.style.DynamicDrawableSpan.toString.

type EasyEditSpan

type EasyEditSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

EasyEditSpan wraps android.text.style.EasyEditSpan.

func NewEasyEditSpan

func NewEasyEditSpan(vm *jni.VM) (*EasyEditSpan, error)

NewEasyEditSpan creates a new android.text.style.EasyEditSpan instance.

func (*EasyEditSpan) DescribeContents

func (m *EasyEditSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.EasyEditSpan.describeContents.

func (*EasyEditSpan) GetSpanTypeId

func (m *EasyEditSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.EasyEditSpan.getSpanTypeId.

func (*EasyEditSpan) ToString added in v0.0.8

func (m *EasyEditSpan) ToString() (string, error)

ToString calls android.text.style.EasyEditSpan.toString.

func (*EasyEditSpan) WriteToParcel

func (m *EasyEditSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.EasyEditSpan.writeToParcel.

type ForegroundColorSpan

type ForegroundColorSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ForegroundColorSpan wraps android.text.style.ForegroundColorSpan.

func NewForegroundColorSpan

func NewForegroundColorSpan(vm *jni.VM, arg0 *jni.Object) (*ForegroundColorSpan, error)

NewForegroundColorSpan creates a new android.text.style.ForegroundColorSpan instance.

func (*ForegroundColorSpan) DescribeContents

func (m *ForegroundColorSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.ForegroundColorSpan.describeContents.

func (*ForegroundColorSpan) GetForegroundColor

func (m *ForegroundColorSpan) GetForegroundColor() (int32, error)

GetForegroundColor calls android.text.style.ForegroundColorSpan.getForegroundColor.

func (*ForegroundColorSpan) GetSpanTypeId

func (m *ForegroundColorSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.ForegroundColorSpan.getSpanTypeId.

func (*ForegroundColorSpan) ToString

func (m *ForegroundColorSpan) ToString() (string, error)

ToString calls android.text.style.ForegroundColorSpan.toString.

func (*ForegroundColorSpan) UpdateDrawState

func (m *ForegroundColorSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.ForegroundColorSpan.updateDrawState.

func (*ForegroundColorSpan) WriteToParcel

func (m *ForegroundColorSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.ForegroundColorSpan.writeToParcel.

type IconMarginSpan

type IconMarginSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

IconMarginSpan wraps android.text.style.IconMarginSpan.

func NewIconMarginSpan

func NewIconMarginSpan(vm *jni.VM, arg0 *jni.Object) (*IconMarginSpan, error)

NewIconMarginSpan creates a new android.text.style.IconMarginSpan instance.

func (*IconMarginSpan) ChooseHeight

func (m *IconMarginSpan) ChooseHeight(
	arg0 string,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 *jni.Object,
) error

ChooseHeight calls android.text.style.IconMarginSpan.chooseHeight.

func (*IconMarginSpan) DrawLeadingMargin

func (m *IconMarginSpan) DrawLeadingMargin(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 string,
	arg8 int32,
	arg9 int32,
	arg10 bool,
	arg11 *jni.Object,
) error

DrawLeadingMargin calls android.text.style.IconMarginSpan.drawLeadingMargin.

func (*IconMarginSpan) GetBitmap

func (m *IconMarginSpan) GetBitmap() (*jni.Object, error)

GetBitmap calls android.text.style.IconMarginSpan.getBitmap.

func (*IconMarginSpan) GetLeadingMargin

func (m *IconMarginSpan) GetLeadingMargin(arg0 bool) (int32, error)

GetLeadingMargin calls android.text.style.IconMarginSpan.getLeadingMargin.

func (*IconMarginSpan) GetPadding

func (m *IconMarginSpan) GetPadding() (int32, error)

GetPadding calls android.text.style.IconMarginSpan.getPadding.

func (*IconMarginSpan) ToString

func (m *IconMarginSpan) ToString() (string, error)

ToString calls android.text.style.IconMarginSpan.toString.

type ImageSpan

type ImageSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ImageSpan wraps android.text.style.ImageSpan.

func NewImageSpan

func NewImageSpan(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*ImageSpan, error)

NewImageSpan creates a new android.text.style.ImageSpan instance.

func (*ImageSpan) GetDrawable

func (m *ImageSpan) GetDrawable() (*jni.Object, error)

GetDrawable calls android.text.style.ImageSpan.getDrawable.

func (*ImageSpan) GetSource

func (m *ImageSpan) GetSource() (string, error)

GetSource calls android.text.style.ImageSpan.getSource.

func (*ImageSpan) ToString

func (m *ImageSpan) ToString() (string, error)

ToString calls android.text.style.ImageSpan.toString.

type LeadingMarginSpan

type LeadingMarginSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LeadingMarginSpan wraps android.text.style.LeadingMarginSpan.

func (*LeadingMarginSpan) DrawLeadingMargin

func (m *LeadingMarginSpan) DrawLeadingMargin(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 string,
	arg8 int32,
	arg9 int32,
	arg10 bool,
	arg11 *jni.Object,
) error

DrawLeadingMargin calls android.text.style.LeadingMarginSpan.drawLeadingMargin.

func (*LeadingMarginSpan) GetLeadingMargin

func (m *LeadingMarginSpan) GetLeadingMargin(arg0 bool) (int32, error)

GetLeadingMargin calls android.text.style.LeadingMarginSpan.getLeadingMargin.

func (*LeadingMarginSpan) ToString added in v0.0.8

func (m *LeadingMarginSpan) ToString() (string, error)

ToString calls android.text.style.LeadingMarginSpan.toString.

type LeadingMarginSpanLeadingMarginSpan2

type LeadingMarginSpanLeadingMarginSpan2 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LeadingMarginSpanLeadingMarginSpan2 wraps android.text.style.LeadingMarginSpan$LeadingMarginSpan2.

func (*LeadingMarginSpanLeadingMarginSpan2) GetLeadingMarginLineCount

func (m *LeadingMarginSpanLeadingMarginSpan2) GetLeadingMarginLineCount() (int32, error)

GetLeadingMarginLineCount calls android.text.style.LeadingMarginSpan$LeadingMarginSpan2.getLeadingMarginLineCount.

func (*LeadingMarginSpanLeadingMarginSpan2) ToString added in v0.0.8

ToString calls android.text.style.LeadingMarginSpan$LeadingMarginSpan2.toString.

type LeadingMarginSpanStandard

type LeadingMarginSpanStandard struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LeadingMarginSpanStandard wraps android.text.style.LeadingMarginSpan$Standard.

func (*LeadingMarginSpanStandard) DescribeContents

func (m *LeadingMarginSpanStandard) DescribeContents() (int32, error)

DescribeContents calls android.text.style.LeadingMarginSpan$Standard.describeContents.

func (*LeadingMarginSpanStandard) DrawLeadingMargin

func (m *LeadingMarginSpanStandard) DrawLeadingMargin(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 string,
	arg8 int32,
	arg9 int32,
	arg10 bool,
	arg11 *jni.Object,
) error

DrawLeadingMargin calls android.text.style.LeadingMarginSpan$Standard.drawLeadingMargin.

func (*LeadingMarginSpanStandard) GetLeadingMargin

func (m *LeadingMarginSpanStandard) GetLeadingMargin(arg0 bool) (int32, error)

GetLeadingMargin calls android.text.style.LeadingMarginSpan$Standard.getLeadingMargin.

func (*LeadingMarginSpanStandard) GetSpanTypeId

func (m *LeadingMarginSpanStandard) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.LeadingMarginSpan$Standard.getSpanTypeId.

func (*LeadingMarginSpanStandard) ToString added in v0.0.8

func (m *LeadingMarginSpanStandard) ToString() (string, error)

ToString calls android.text.style.LeadingMarginSpan$Standard.toString.

func (*LeadingMarginSpanStandard) WriteToParcel

func (m *LeadingMarginSpanStandard) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.LeadingMarginSpan$Standard.writeToParcel.

type LineBackgroundSpan

type LineBackgroundSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LineBackgroundSpan wraps android.text.style.LineBackgroundSpan.

func (*LineBackgroundSpan) DrawBackground

func (m *LineBackgroundSpan) DrawBackground(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 string,
	arg8 int32,
	arg9 int32,
	arg10 int32,
) error

DrawBackground calls android.text.style.LineBackgroundSpan.drawBackground.

func (*LineBackgroundSpan) ToString added in v0.0.8

func (m *LineBackgroundSpan) ToString() (string, error)

ToString calls android.text.style.LineBackgroundSpan.toString.

type LineBackgroundSpanStandard

type LineBackgroundSpanStandard struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LineBackgroundSpanStandard wraps android.text.style.LineBackgroundSpan$Standard.

func (*LineBackgroundSpanStandard) DescribeContents

func (m *LineBackgroundSpanStandard) DescribeContents() (int32, error)

DescribeContents calls android.text.style.LineBackgroundSpan$Standard.describeContents.

func (*LineBackgroundSpanStandard) DrawBackground

func (m *LineBackgroundSpanStandard) DrawBackground(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 string,
	arg8 int32,
	arg9 int32,
	arg10 int32,
) error

DrawBackground calls android.text.style.LineBackgroundSpan$Standard.drawBackground.

func (*LineBackgroundSpanStandard) GetColor

func (m *LineBackgroundSpanStandard) GetColor() (int32, error)

GetColor calls android.text.style.LineBackgroundSpan$Standard.getColor.

func (*LineBackgroundSpanStandard) GetSpanTypeId

func (m *LineBackgroundSpanStandard) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.LineBackgroundSpan$Standard.getSpanTypeId.

func (*LineBackgroundSpanStandard) ToString added in v0.0.8

func (m *LineBackgroundSpanStandard) ToString() (string, error)

ToString calls android.text.style.LineBackgroundSpan$Standard.toString.

func (*LineBackgroundSpanStandard) WriteToParcel

func (m *LineBackgroundSpanStandard) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.LineBackgroundSpan$Standard.writeToParcel.

type LineBreakConfigSpan

type LineBreakConfigSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LineBreakConfigSpan wraps android.text.style.LineBreakConfigSpan.

func NewLineBreakConfigSpan

func NewLineBreakConfigSpan(vm *jni.VM, arg0 *jni.Object) (*LineBreakConfigSpan, error)

NewLineBreakConfigSpan creates a new android.text.style.LineBreakConfigSpan instance.

func (*LineBreakConfigSpan) CreateNoBreakSpan

func (m *LineBreakConfigSpan) CreateNoBreakSpan() (*jni.Object, error)

CreateNoBreakSpan calls android.text.style.LineBreakConfigSpan.createNoBreakSpan.

func (*LineBreakConfigSpan) CreateNoHyphenationSpan

func (m *LineBreakConfigSpan) CreateNoHyphenationSpan() (*jni.Object, error)

CreateNoHyphenationSpan calls android.text.style.LineBreakConfigSpan.createNoHyphenationSpan.

func (*LineBreakConfigSpan) DescribeContents

func (m *LineBreakConfigSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.LineBreakConfigSpan.describeContents.

func (*LineBreakConfigSpan) Equals

func (m *LineBreakConfigSpan) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.text.style.LineBreakConfigSpan.equals.

func (*LineBreakConfigSpan) GetLineBreakConfig

func (m *LineBreakConfigSpan) GetLineBreakConfig() (*jni.Object, error)

GetLineBreakConfig calls android.text.style.LineBreakConfigSpan.getLineBreakConfig.

func (*LineBreakConfigSpan) GetSpanTypeId

func (m *LineBreakConfigSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.LineBreakConfigSpan.getSpanTypeId.

func (*LineBreakConfigSpan) HashCode

func (m *LineBreakConfigSpan) HashCode() (int32, error)

HashCode calls android.text.style.LineBreakConfigSpan.hashCode.

func (*LineBreakConfigSpan) ToString

func (m *LineBreakConfigSpan) ToString() (string, error)

ToString calls android.text.style.LineBreakConfigSpan.toString.

func (*LineBreakConfigSpan) WriteToParcel

func (m *LineBreakConfigSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.LineBreakConfigSpan.writeToParcel.

type LineHeightSpan

type LineHeightSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LineHeightSpan wraps android.text.style.LineHeightSpan.

func (*LineHeightSpan) ChooseHeight

func (m *LineHeightSpan) ChooseHeight(
	arg0 string,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 *jni.Object,
) error

ChooseHeight calls android.text.style.LineHeightSpan.chooseHeight.

func (*LineHeightSpan) ToString added in v0.0.8

func (m *LineHeightSpan) ToString() (string, error)

ToString calls android.text.style.LineHeightSpan.toString.

type LineHeightSpanStandard

type LineHeightSpanStandard struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LineHeightSpanStandard wraps android.text.style.LineHeightSpan$Standard.

func (*LineHeightSpanStandard) ChooseHeight

func (m *LineHeightSpanStandard) ChooseHeight(
	arg0 string,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 *jni.Object,
) error

ChooseHeight calls android.text.style.LineHeightSpan$Standard.chooseHeight.

func (*LineHeightSpanStandard) DescribeContents

func (m *LineHeightSpanStandard) DescribeContents() (int32, error)

DescribeContents calls android.text.style.LineHeightSpan$Standard.describeContents.

func (*LineHeightSpanStandard) GetHeight

func (m *LineHeightSpanStandard) GetHeight() (int32, error)

GetHeight calls android.text.style.LineHeightSpan$Standard.getHeight.

func (*LineHeightSpanStandard) GetSpanTypeId

func (m *LineHeightSpanStandard) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.LineHeightSpan$Standard.getSpanTypeId.

func (*LineHeightSpanStandard) ToString added in v0.0.8

func (m *LineHeightSpanStandard) ToString() (string, error)

ToString calls android.text.style.LineHeightSpan$Standard.toString.

func (*LineHeightSpanStandard) WriteToParcel

func (m *LineHeightSpanStandard) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.LineHeightSpan$Standard.writeToParcel.

type LineHeightSpanWithDensity

type LineHeightSpanWithDensity struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LineHeightSpanWithDensity wraps android.text.style.LineHeightSpan$WithDensity.

func (*LineHeightSpanWithDensity) ChooseHeight

func (m *LineHeightSpanWithDensity) ChooseHeight(
	arg0 string,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

ChooseHeight calls android.text.style.LineHeightSpan$WithDensity.chooseHeight.

func (*LineHeightSpanWithDensity) ToString added in v0.0.8

func (m *LineHeightSpanWithDensity) ToString() (string, error)

ToString calls android.text.style.LineHeightSpan$WithDensity.toString.

type LocaleSpan

type LocaleSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LocaleSpan wraps android.text.style.LocaleSpan.

func NewLocaleSpan

func NewLocaleSpan(vm *jni.VM, arg0 *jni.Object) (*LocaleSpan, error)

NewLocaleSpan creates a new android.text.style.LocaleSpan instance.

func (*LocaleSpan) DescribeContents

func (m *LocaleSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.LocaleSpan.describeContents.

func (*LocaleSpan) GetLocale

func (m *LocaleSpan) GetLocale() (*jni.Object, error)

GetLocale calls android.text.style.LocaleSpan.getLocale.

func (*LocaleSpan) GetLocales

func (m *LocaleSpan) GetLocales() (*jni.Object, error)

GetLocales calls android.text.style.LocaleSpan.getLocales.

func (*LocaleSpan) GetSpanTypeId

func (m *LocaleSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.LocaleSpan.getSpanTypeId.

func (*LocaleSpan) ToString

func (m *LocaleSpan) ToString() (string, error)

ToString calls android.text.style.LocaleSpan.toString.

func (*LocaleSpan) UpdateDrawState

func (m *LocaleSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.LocaleSpan.updateDrawState.

func (*LocaleSpan) UpdateMeasureState

func (m *LocaleSpan) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.LocaleSpan.updateMeasureState.

func (*LocaleSpan) WriteToParcel

func (m *LocaleSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.LocaleSpan.writeToParcel.

type MaskFilterSpan

type MaskFilterSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MaskFilterSpan wraps android.text.style.MaskFilterSpan.

func NewMaskFilterSpan

func NewMaskFilterSpan(vm *jni.VM, arg0 *jni.Object) (*MaskFilterSpan, error)

NewMaskFilterSpan creates a new android.text.style.MaskFilterSpan instance.

func (*MaskFilterSpan) GetMaskFilter

func (m *MaskFilterSpan) GetMaskFilter() (*jni.Object, error)

GetMaskFilter calls android.text.style.MaskFilterSpan.getMaskFilter.

func (*MaskFilterSpan) ToString

func (m *MaskFilterSpan) ToString() (string, error)

ToString calls android.text.style.MaskFilterSpan.toString.

func (*MaskFilterSpan) UpdateDrawState

func (m *MaskFilterSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.MaskFilterSpan.updateDrawState.

type MetricAffectingSpan

type MetricAffectingSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MetricAffectingSpan wraps android.text.style.MetricAffectingSpan.

func (*MetricAffectingSpan) GetUnderlying0

func (m *MetricAffectingSpan) GetUnderlying0() (*jni.Object, error)

GetUnderlying0 calls android.text.style.MetricAffectingSpan.getUnderlying.

func (*MetricAffectingSpan) GetUnderlying0_1

func (m *MetricAffectingSpan) GetUnderlying0_1() (*jni.Object, error)

GetUnderlying0_1 calls android.text.style.MetricAffectingSpan.getUnderlying.

func (*MetricAffectingSpan) ToString added in v0.0.8

func (m *MetricAffectingSpan) ToString() (string, error)

ToString calls android.text.style.MetricAffectingSpan.toString.

func (*MetricAffectingSpan) UpdateMeasureState

func (m *MetricAffectingSpan) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.MetricAffectingSpan.updateMeasureState.

type NoWritingToolsSpan

type NoWritingToolsSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

NoWritingToolsSpan wraps android.text.style.NoWritingToolsSpan.

func NewNoWritingToolsSpan

func NewNoWritingToolsSpan(vm *jni.VM) (*NoWritingToolsSpan, error)

NewNoWritingToolsSpan creates a new android.text.style.NoWritingToolsSpan instance.

func (*NoWritingToolsSpan) DescribeContents

func (m *NoWritingToolsSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.NoWritingToolsSpan.describeContents.

func (*NoWritingToolsSpan) GetSpanTypeId

func (m *NoWritingToolsSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.NoWritingToolsSpan.getSpanTypeId.

func (*NoWritingToolsSpan) ToString

func (m *NoWritingToolsSpan) ToString() (string, error)

ToString calls android.text.style.NoWritingToolsSpan.toString.

func (*NoWritingToolsSpan) WriteToParcel

func (m *NoWritingToolsSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.NoWritingToolsSpan.writeToParcel.

type ParagraphStyle added in v0.0.8

type ParagraphStyle struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ParagraphStyle wraps android.text.style.ParagraphStyle.

func (*ParagraphStyle) ToString added in v0.0.8

func (m *ParagraphStyle) ToString() (string, error)

ToString calls android.text.style.ParagraphStyle.toString.

type QuoteSpan

type QuoteSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

QuoteSpan wraps android.text.style.QuoteSpan.

func NewQuoteSpan

func NewQuoteSpan(vm *jni.VM) (*QuoteSpan, error)

NewQuoteSpan creates a new android.text.style.QuoteSpan instance.

func (*QuoteSpan) DescribeContents

func (m *QuoteSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.QuoteSpan.describeContents.

func (*QuoteSpan) DrawLeadingMargin

func (m *QuoteSpan) DrawLeadingMargin(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 string,
	arg8 int32,
	arg9 int32,
	arg10 bool,
	arg11 *jni.Object,
) error

DrawLeadingMargin calls android.text.style.QuoteSpan.drawLeadingMargin.

func (*QuoteSpan) GetColor

func (m *QuoteSpan) GetColor() (int32, error)

GetColor calls android.text.style.QuoteSpan.getColor.

func (*QuoteSpan) GetGapWidth

func (m *QuoteSpan) GetGapWidth() (int32, error)

GetGapWidth calls android.text.style.QuoteSpan.getGapWidth.

func (*QuoteSpan) GetLeadingMargin

func (m *QuoteSpan) GetLeadingMargin(arg0 bool) (int32, error)

GetLeadingMargin calls android.text.style.QuoteSpan.getLeadingMargin.

func (*QuoteSpan) GetSpanTypeId

func (m *QuoteSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.QuoteSpan.getSpanTypeId.

func (*QuoteSpan) GetStripeWidth

func (m *QuoteSpan) GetStripeWidth() (int32, error)

GetStripeWidth calls android.text.style.QuoteSpan.getStripeWidth.

func (*QuoteSpan) ToString

func (m *QuoteSpan) ToString() (string, error)

ToString calls android.text.style.QuoteSpan.toString.

func (*QuoteSpan) WriteToParcel

func (m *QuoteSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.QuoteSpan.writeToParcel.

type RelativeSizeSpan

type RelativeSizeSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RelativeSizeSpan wraps android.text.style.RelativeSizeSpan.

func NewRelativeSizeSpan

func NewRelativeSizeSpan(vm *jni.VM, arg0 *jni.Object) (*RelativeSizeSpan, error)

NewRelativeSizeSpan creates a new android.text.style.RelativeSizeSpan instance.

func (*RelativeSizeSpan) DescribeContents

func (m *RelativeSizeSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.RelativeSizeSpan.describeContents.

func (*RelativeSizeSpan) GetSizeChange

func (m *RelativeSizeSpan) GetSizeChange() (float32, error)

GetSizeChange calls android.text.style.RelativeSizeSpan.getSizeChange.

func (*RelativeSizeSpan) GetSpanTypeId

func (m *RelativeSizeSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.RelativeSizeSpan.getSpanTypeId.

func (*RelativeSizeSpan) ToString

func (m *RelativeSizeSpan) ToString() (string, error)

ToString calls android.text.style.RelativeSizeSpan.toString.

func (*RelativeSizeSpan) UpdateDrawState

func (m *RelativeSizeSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.RelativeSizeSpan.updateDrawState.

func (*RelativeSizeSpan) UpdateMeasureState

func (m *RelativeSizeSpan) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.RelativeSizeSpan.updateMeasureState.

func (*RelativeSizeSpan) WriteToParcel

func (m *RelativeSizeSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.RelativeSizeSpan.writeToParcel.

type ReplacementSpan

type ReplacementSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ReplacementSpan wraps android.text.style.ReplacementSpan.

func (*ReplacementSpan) Draw

func (m *ReplacementSpan) Draw(
	arg0 *jni.Object,
	arg1 string,
	arg2 int32,
	arg3 int32,
	arg4 float32,
	arg5 int32,
	arg6 int32,
	arg7 int32,
	arg8 *jni.Object,
) error

Draw calls android.text.style.ReplacementSpan.draw.

func (*ReplacementSpan) GetContentDescription

func (m *ReplacementSpan) GetContentDescription() (*jni.Object, error)

GetContentDescription calls android.text.style.ReplacementSpan.getContentDescription.

func (*ReplacementSpan) GetSize

func (m *ReplacementSpan) GetSize(
	arg0 *jni.Object,
	arg1 string,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) (int32, error)

GetSize calls android.text.style.ReplacementSpan.getSize.

func (*ReplacementSpan) SetContentDescription

func (m *ReplacementSpan) SetContentDescription(arg0 string) error

SetContentDescription calls android.text.style.ReplacementSpan.setContentDescription.

func (*ReplacementSpan) ToString added in v0.0.8

func (m *ReplacementSpan) ToString() (string, error)

ToString calls android.text.style.ReplacementSpan.toString.

func (*ReplacementSpan) UpdateDrawState

func (m *ReplacementSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.ReplacementSpan.updateDrawState.

func (*ReplacementSpan) UpdateMeasureState

func (m *ReplacementSpan) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.ReplacementSpan.updateMeasureState.

type ScaleXSpan

type ScaleXSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScaleXSpan wraps android.text.style.ScaleXSpan.

func NewScaleXSpan

func NewScaleXSpan(vm *jni.VM, arg0 *jni.Object) (*ScaleXSpan, error)

NewScaleXSpan creates a new android.text.style.ScaleXSpan instance.

func (*ScaleXSpan) DescribeContents

func (m *ScaleXSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.ScaleXSpan.describeContents.

func (*ScaleXSpan) GetScaleX

func (m *ScaleXSpan) GetScaleX() (float32, error)

GetScaleX calls android.text.style.ScaleXSpan.getScaleX.

func (*ScaleXSpan) GetSpanTypeId

func (m *ScaleXSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.ScaleXSpan.getSpanTypeId.

func (*ScaleXSpan) ToString

func (m *ScaleXSpan) ToString() (string, error)

ToString calls android.text.style.ScaleXSpan.toString.

func (*ScaleXSpan) UpdateDrawState

func (m *ScaleXSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.ScaleXSpan.updateDrawState.

func (*ScaleXSpan) UpdateMeasureState

func (m *ScaleXSpan) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.ScaleXSpan.updateMeasureState.

func (*ScaleXSpan) WriteToParcel

func (m *ScaleXSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.ScaleXSpan.writeToParcel.

type Span

type Span struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Span wraps android.text.style.StyleSpan.

func NewSpan

func NewSpan(vm *jni.VM, arg0 *jni.Object) (*Span, error)

NewSpan creates a new android.text.style.StyleSpan instance.

func (*Span) DescribeContents

func (m *Span) DescribeContents() (int32, error)

DescribeContents calls android.text.style.StyleSpan.describeContents.

func (*Span) GetFontWeightAdjustment

func (m *Span) GetFontWeightAdjustment() (int32, error)

GetFontWeightAdjustment calls android.text.style.StyleSpan.getFontWeightAdjustment.

func (*Span) GetSpanTypeId

func (m *Span) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.StyleSpan.getSpanTypeId.

func (*Span) GetStyle

func (m *Span) GetStyle() (int32, error)

GetStyle calls android.text.style.StyleSpan.getStyle.

func (*Span) ToString

func (m *Span) ToString() (string, error)

ToString calls android.text.style.StyleSpan.toString.

func (*Span) UpdateDrawState

func (m *Span) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.StyleSpan.updateDrawState.

func (*Span) UpdateMeasureState

func (m *Span) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.StyleSpan.updateMeasureState.

func (*Span) WriteToParcel

func (m *Span) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.StyleSpan.writeToParcel.

type StrikethroughSpan

type StrikethroughSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

StrikethroughSpan wraps android.text.style.StrikethroughSpan.

func NewStrikethroughSpan

func NewStrikethroughSpan(vm *jni.VM) (*StrikethroughSpan, error)

NewStrikethroughSpan creates a new android.text.style.StrikethroughSpan instance.

func (*StrikethroughSpan) DescribeContents

func (m *StrikethroughSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.StrikethroughSpan.describeContents.

func (*StrikethroughSpan) GetSpanTypeId

func (m *StrikethroughSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.StrikethroughSpan.getSpanTypeId.

func (*StrikethroughSpan) ToString

func (m *StrikethroughSpan) ToString() (string, error)

ToString calls android.text.style.StrikethroughSpan.toString.

func (*StrikethroughSpan) UpdateDrawState

func (m *StrikethroughSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.StrikethroughSpan.updateDrawState.

func (*StrikethroughSpan) WriteToParcel

func (m *StrikethroughSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.StrikethroughSpan.writeToParcel.

type SubscriptSpan

type SubscriptSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SubscriptSpan wraps android.text.style.SubscriptSpan.

func NewSubscriptSpan

func NewSubscriptSpan(vm *jni.VM) (*SubscriptSpan, error)

NewSubscriptSpan creates a new android.text.style.SubscriptSpan instance.

func (*SubscriptSpan) DescribeContents

func (m *SubscriptSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.SubscriptSpan.describeContents.

func (*SubscriptSpan) GetSpanTypeId

func (m *SubscriptSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.SubscriptSpan.getSpanTypeId.

func (*SubscriptSpan) ToString

func (m *SubscriptSpan) ToString() (string, error)

ToString calls android.text.style.SubscriptSpan.toString.

func (*SubscriptSpan) UpdateDrawState

func (m *SubscriptSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.SubscriptSpan.updateDrawState.

func (*SubscriptSpan) UpdateMeasureState

func (m *SubscriptSpan) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.SubscriptSpan.updateMeasureState.

func (*SubscriptSpan) WriteToParcel

func (m *SubscriptSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.SubscriptSpan.writeToParcel.

type SuggestionRangeSpan

type SuggestionRangeSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SuggestionRangeSpan wraps android.text.style.SuggestionRangeSpan.

func NewSuggestionRangeSpan

func NewSuggestionRangeSpan(vm *jni.VM) (*SuggestionRangeSpan, error)

NewSuggestionRangeSpan creates a new android.text.style.SuggestionRangeSpan instance.

func (*SuggestionRangeSpan) DescribeContents

func (m *SuggestionRangeSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.SuggestionRangeSpan.describeContents.

func (*SuggestionRangeSpan) GetBackgroundColor

func (m *SuggestionRangeSpan) GetBackgroundColor() (int32, error)

GetBackgroundColor calls android.text.style.SuggestionRangeSpan.getBackgroundColor.

func (*SuggestionRangeSpan) GetSpanTypeId

func (m *SuggestionRangeSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.SuggestionRangeSpan.getSpanTypeId.

func (*SuggestionRangeSpan) SetBackgroundColor

func (m *SuggestionRangeSpan) SetBackgroundColor(arg0 int32) error

SetBackgroundColor calls android.text.style.SuggestionRangeSpan.setBackgroundColor.

func (*SuggestionRangeSpan) ToString added in v0.0.8

func (m *SuggestionRangeSpan) ToString() (string, error)

ToString calls android.text.style.SuggestionRangeSpan.toString.

func (*SuggestionRangeSpan) UpdateDrawState

func (m *SuggestionRangeSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.SuggestionRangeSpan.updateDrawState.

func (*SuggestionRangeSpan) WriteToParcel

func (m *SuggestionRangeSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.SuggestionRangeSpan.writeToParcel.

type SuggestionSpan

type SuggestionSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SuggestionSpan wraps android.text.style.SuggestionSpan.

func NewSuggestionSpan

func NewSuggestionSpan(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 int32) (*SuggestionSpan, error)

NewSuggestionSpan creates a new android.text.style.SuggestionSpan instance.

func (*SuggestionSpan) DescribeContents

func (m *SuggestionSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.SuggestionSpan.describeContents.

func (*SuggestionSpan) Equals

func (m *SuggestionSpan) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.text.style.SuggestionSpan.equals.

func (*SuggestionSpan) GetFlags

func (m *SuggestionSpan) GetFlags() (int32, error)

GetFlags calls android.text.style.SuggestionSpan.getFlags.

func (*SuggestionSpan) GetLocale

func (m *SuggestionSpan) GetLocale() (string, error)

GetLocale calls android.text.style.SuggestionSpan.getLocale.

func (*SuggestionSpan) GetLocaleObject

func (m *SuggestionSpan) GetLocaleObject() (*jni.Object, error)

GetLocaleObject calls android.text.style.SuggestionSpan.getLocaleObject.

func (*SuggestionSpan) GetSpanTypeId

func (m *SuggestionSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.SuggestionSpan.getSpanTypeId.

func (*SuggestionSpan) GetSuggestions

func (m *SuggestionSpan) GetSuggestions() (*jni.Object, error)

GetSuggestions calls android.text.style.SuggestionSpan.getSuggestions.

func (*SuggestionSpan) GetUnderlineColor

func (m *SuggestionSpan) GetUnderlineColor() (int32, error)

GetUnderlineColor calls android.text.style.SuggestionSpan.getUnderlineColor.

func (*SuggestionSpan) HashCode

func (m *SuggestionSpan) HashCode() (int32, error)

HashCode calls android.text.style.SuggestionSpan.hashCode.

func (*SuggestionSpan) SetFlags

func (m *SuggestionSpan) SetFlags(arg0 int32) error

SetFlags calls android.text.style.SuggestionSpan.setFlags.

func (*SuggestionSpan) ToString added in v0.0.8

func (m *SuggestionSpan) ToString() (string, error)

ToString calls android.text.style.SuggestionSpan.toString.

func (*SuggestionSpan) UpdateDrawState

func (m *SuggestionSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.SuggestionSpan.updateDrawState.

func (*SuggestionSpan) WriteToParcel

func (m *SuggestionSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.SuggestionSpan.writeToParcel.

type SuperscriptSpan

type SuperscriptSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SuperscriptSpan wraps android.text.style.SuperscriptSpan.

func NewSuperscriptSpan

func NewSuperscriptSpan(vm *jni.VM) (*SuperscriptSpan, error)

NewSuperscriptSpan creates a new android.text.style.SuperscriptSpan instance.

func (*SuperscriptSpan) DescribeContents

func (m *SuperscriptSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.SuperscriptSpan.describeContents.

func (*SuperscriptSpan) GetSpanTypeId

func (m *SuperscriptSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.SuperscriptSpan.getSpanTypeId.

func (*SuperscriptSpan) ToString

func (m *SuperscriptSpan) ToString() (string, error)

ToString calls android.text.style.SuperscriptSpan.toString.

func (*SuperscriptSpan) UpdateDrawState

func (m *SuperscriptSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.SuperscriptSpan.updateDrawState.

func (*SuperscriptSpan) UpdateMeasureState

func (m *SuperscriptSpan) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.SuperscriptSpan.updateMeasureState.

func (*SuperscriptSpan) WriteToParcel

func (m *SuperscriptSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.SuperscriptSpan.writeToParcel.

type TabStopSpan

type TabStopSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TabStopSpan wraps android.text.style.TabStopSpan.

func (*TabStopSpan) GetTabStop

func (m *TabStopSpan) GetTabStop() (int32, error)

GetTabStop calls android.text.style.TabStopSpan.getTabStop.

func (*TabStopSpan) ToString added in v0.0.8

func (m *TabStopSpan) ToString() (string, error)

ToString calls android.text.style.TabStopSpan.toString.

type TabStopSpanStandard

type TabStopSpanStandard struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TabStopSpanStandard wraps android.text.style.TabStopSpan$Standard.

func (*TabStopSpanStandard) GetTabStop

func (m *TabStopSpanStandard) GetTabStop() (int32, error)

GetTabStop calls android.text.style.TabStopSpan$Standard.getTabStop.

func (*TabStopSpanStandard) ToString

func (m *TabStopSpanStandard) ToString() (string, error)

ToString calls android.text.style.TabStopSpan$Standard.toString.

type TextAppearanceSpan

type TextAppearanceSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TextAppearanceSpan wraps android.text.style.TextAppearanceSpan.

func NewTextAppearanceSpan

func NewTextAppearanceSpan(vm *jni.VM, arg0 *jni.Object, arg1 int32) (*TextAppearanceSpan, error)

NewTextAppearanceSpan creates a new android.text.style.TextAppearanceSpan instance.

func (*TextAppearanceSpan) DescribeContents

func (m *TextAppearanceSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.TextAppearanceSpan.describeContents.

func (*TextAppearanceSpan) GetFamily

func (m *TextAppearanceSpan) GetFamily() (string, error)

GetFamily calls android.text.style.TextAppearanceSpan.getFamily.

func (*TextAppearanceSpan) GetFontFeatureSettings

func (m *TextAppearanceSpan) GetFontFeatureSettings() (string, error)

GetFontFeatureSettings calls android.text.style.TextAppearanceSpan.getFontFeatureSettings.

func (*TextAppearanceSpan) GetFontVariationSettings

func (m *TextAppearanceSpan) GetFontVariationSettings() (string, error)

GetFontVariationSettings calls android.text.style.TextAppearanceSpan.getFontVariationSettings.

func (*TextAppearanceSpan) GetLetterSpacing

func (m *TextAppearanceSpan) GetLetterSpacing() (float32, error)

GetLetterSpacing calls android.text.style.TextAppearanceSpan.getLetterSpacing.

func (*TextAppearanceSpan) GetLinkTextColor

func (m *TextAppearanceSpan) GetLinkTextColor() (*jni.Object, error)

GetLinkTextColor calls android.text.style.TextAppearanceSpan.getLinkTextColor.

func (*TextAppearanceSpan) GetShadowColor

func (m *TextAppearanceSpan) GetShadowColor() (int32, error)

GetShadowColor calls android.text.style.TextAppearanceSpan.getShadowColor.

func (*TextAppearanceSpan) GetShadowDx

func (m *TextAppearanceSpan) GetShadowDx() (float32, error)

GetShadowDx calls android.text.style.TextAppearanceSpan.getShadowDx.

func (*TextAppearanceSpan) GetShadowDy

func (m *TextAppearanceSpan) GetShadowDy() (float32, error)

GetShadowDy calls android.text.style.TextAppearanceSpan.getShadowDy.

func (*TextAppearanceSpan) GetShadowRadius

func (m *TextAppearanceSpan) GetShadowRadius() (float32, error)

GetShadowRadius calls android.text.style.TextAppearanceSpan.getShadowRadius.

func (*TextAppearanceSpan) GetSpanTypeId

func (m *TextAppearanceSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.TextAppearanceSpan.getSpanTypeId.

func (*TextAppearanceSpan) GetTextColor

func (m *TextAppearanceSpan) GetTextColor() (*jni.Object, error)

GetTextColor calls android.text.style.TextAppearanceSpan.getTextColor.

func (*TextAppearanceSpan) GetTextFontWeight

func (m *TextAppearanceSpan) GetTextFontWeight() (int32, error)

GetTextFontWeight calls android.text.style.TextAppearanceSpan.getTextFontWeight.

func (*TextAppearanceSpan) GetTextLocales

func (m *TextAppearanceSpan) GetTextLocales() (*jni.Object, error)

GetTextLocales calls android.text.style.TextAppearanceSpan.getTextLocales.

func (*TextAppearanceSpan) GetTextSize

func (m *TextAppearanceSpan) GetTextSize() (int32, error)

GetTextSize calls android.text.style.TextAppearanceSpan.getTextSize.

func (*TextAppearanceSpan) GetTextStyle

func (m *TextAppearanceSpan) GetTextStyle() (int32, error)

GetTextStyle calls android.text.style.TextAppearanceSpan.getTextStyle.

func (*TextAppearanceSpan) GetTypeface

func (m *TextAppearanceSpan) GetTypeface() (*jni.Object, error)

GetTypeface calls android.text.style.TextAppearanceSpan.getTypeface.

func (*TextAppearanceSpan) IsElegantTextHeight

func (m *TextAppearanceSpan) IsElegantTextHeight() (bool, error)

IsElegantTextHeight calls android.text.style.TextAppearanceSpan.isElegantTextHeight.

func (*TextAppearanceSpan) ToString

func (m *TextAppearanceSpan) ToString() (string, error)

ToString calls android.text.style.TextAppearanceSpan.toString.

func (*TextAppearanceSpan) UpdateDrawState

func (m *TextAppearanceSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.TextAppearanceSpan.updateDrawState.

func (*TextAppearanceSpan) UpdateMeasureState

func (m *TextAppearanceSpan) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.TextAppearanceSpan.updateMeasureState.

func (*TextAppearanceSpan) WriteToParcel

func (m *TextAppearanceSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.TextAppearanceSpan.writeToParcel.

type TtsSpan

type TtsSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpan wraps android.text.style.TtsSpan.

func NewTtsSpan

func NewTtsSpan(vm *jni.VM, arg0 *jni.Object) (*TtsSpan, error)

NewTtsSpan creates a new android.text.style.TtsSpan instance.

func (*TtsSpan) DescribeContents

func (m *TtsSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.TtsSpan.describeContents.

func (*TtsSpan) GetArgs

func (m *TtsSpan) GetArgs() (*jni.Object, error)

GetArgs calls android.text.style.TtsSpan.getArgs.

func (*TtsSpan) GetSpanTypeId

func (m *TtsSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.TtsSpan.getSpanTypeId.

func (*TtsSpan) GetType

func (m *TtsSpan) GetType() (string, error)

GetType calls android.text.style.TtsSpan.getType.

func (*TtsSpan) ToString added in v0.0.8

func (m *TtsSpan) ToString() (string, error)

ToString calls android.text.style.TtsSpan.toString.

func (*TtsSpan) WriteToParcel

func (m *TtsSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.TtsSpan.writeToParcel.

type TtsSpanBuilder

type TtsSpanBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanBuilder wraps android.text.style.TtsSpan$Builder.

func (*TtsSpanBuilder) Build

func (m *TtsSpanBuilder) Build() (*jni.Object, error)

Build calls android.text.style.TtsSpan$Builder.build.

func (*TtsSpanBuilder) ToString added in v0.0.8

func (m *TtsSpanBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$Builder.toString.

type TtsSpanCardinalBuilder

type TtsSpanCardinalBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanCardinalBuilder wraps android.text.style.TtsSpan$CardinalBuilder.

func (*TtsSpanCardinalBuilder) SetNumber1

func (m *TtsSpanCardinalBuilder) SetNumber1(arg0 string) (*jni.Object, error)

SetNumber1 calls android.text.style.TtsSpan$CardinalBuilder.setNumber.

func (*TtsSpanCardinalBuilder) SetNumber1_1

func (m *TtsSpanCardinalBuilder) SetNumber1_1(arg0 int64) (*jni.Object, error)

SetNumber1_1 calls android.text.style.TtsSpan$CardinalBuilder.setNumber.

func (*TtsSpanCardinalBuilder) ToString added in v0.0.8

func (m *TtsSpanCardinalBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$CardinalBuilder.toString.

type TtsSpanDateBuilder

type TtsSpanDateBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanDateBuilder wraps android.text.style.TtsSpan$DateBuilder.

func (*TtsSpanDateBuilder) SetDay

func (m *TtsSpanDateBuilder) SetDay(arg0 int32) (*jni.Object, error)

SetDay calls android.text.style.TtsSpan$DateBuilder.setDay.

func (*TtsSpanDateBuilder) SetMonth

func (m *TtsSpanDateBuilder) SetMonth(arg0 int32) (*jni.Object, error)

SetMonth calls android.text.style.TtsSpan$DateBuilder.setMonth.

func (*TtsSpanDateBuilder) SetWeekday

func (m *TtsSpanDateBuilder) SetWeekday(arg0 int32) (*jni.Object, error)

SetWeekday calls android.text.style.TtsSpan$DateBuilder.setWeekday.

func (*TtsSpanDateBuilder) SetYear

func (m *TtsSpanDateBuilder) SetYear(arg0 int32) (*jni.Object, error)

SetYear calls android.text.style.TtsSpan$DateBuilder.setYear.

func (*TtsSpanDateBuilder) ToString added in v0.0.8

func (m *TtsSpanDateBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$DateBuilder.toString.

type TtsSpanDecimalBuilder

type TtsSpanDecimalBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanDecimalBuilder wraps android.text.style.TtsSpan$DecimalBuilder.

func (*TtsSpanDecimalBuilder) SetArgumentsFromDouble

func (m *TtsSpanDecimalBuilder) SetArgumentsFromDouble(
	arg0 float64,
	arg1 int32,
	arg2 int32,
) (*jni.Object, error)

SetArgumentsFromDouble calls android.text.style.TtsSpan$DecimalBuilder.setArgumentsFromDouble.

func (*TtsSpanDecimalBuilder) SetFractionalPart

func (m *TtsSpanDecimalBuilder) SetFractionalPart(arg0 string) (*jni.Object, error)

SetFractionalPart calls android.text.style.TtsSpan$DecimalBuilder.setFractionalPart.

func (*TtsSpanDecimalBuilder) SetIntegerPart1

func (m *TtsSpanDecimalBuilder) SetIntegerPart1(arg0 string) (*jni.Object, error)

SetIntegerPart1 calls android.text.style.TtsSpan$DecimalBuilder.setIntegerPart.

func (*TtsSpanDecimalBuilder) SetIntegerPart1_1

func (m *TtsSpanDecimalBuilder) SetIntegerPart1_1(arg0 int64) (*jni.Object, error)

SetIntegerPart1_1 calls android.text.style.TtsSpan$DecimalBuilder.setIntegerPart.

func (*TtsSpanDecimalBuilder) ToString added in v0.0.8

func (m *TtsSpanDecimalBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$DecimalBuilder.toString.

type TtsSpanDigitsBuilder

type TtsSpanDigitsBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanDigitsBuilder wraps android.text.style.TtsSpan$DigitsBuilder.

func (*TtsSpanDigitsBuilder) SetDigits

func (m *TtsSpanDigitsBuilder) SetDigits(arg0 string) (*jni.Object, error)

SetDigits calls android.text.style.TtsSpan$DigitsBuilder.setDigits.

func (*TtsSpanDigitsBuilder) ToString added in v0.0.8

func (m *TtsSpanDigitsBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$DigitsBuilder.toString.

type TtsSpanDurationBuilder

type TtsSpanDurationBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanDurationBuilder wraps android.text.style.TtsSpan$DurationBuilder.

func (*TtsSpanDurationBuilder) SetHours

func (m *TtsSpanDurationBuilder) SetHours(arg0 int32) (*jni.Object, error)

SetHours calls android.text.style.TtsSpan$DurationBuilder.setHours.

func (*TtsSpanDurationBuilder) SetMinutes

func (m *TtsSpanDurationBuilder) SetMinutes(arg0 int32) (*jni.Object, error)

SetMinutes calls android.text.style.TtsSpan$DurationBuilder.setMinutes.

func (*TtsSpanDurationBuilder) SetSeconds

func (m *TtsSpanDurationBuilder) SetSeconds(arg0 int32) (*jni.Object, error)

SetSeconds calls android.text.style.TtsSpan$DurationBuilder.setSeconds.

func (*TtsSpanDurationBuilder) ToString added in v0.0.8

func (m *TtsSpanDurationBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$DurationBuilder.toString.

type TtsSpanElectronicBuilder

type TtsSpanElectronicBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanElectronicBuilder wraps android.text.style.TtsSpan$ElectronicBuilder.

func (*TtsSpanElectronicBuilder) SetDomain

func (m *TtsSpanElectronicBuilder) SetDomain(arg0 string) (*jni.Object, error)

SetDomain calls android.text.style.TtsSpan$ElectronicBuilder.setDomain.

func (*TtsSpanElectronicBuilder) SetEmailArguments

func (m *TtsSpanElectronicBuilder) SetEmailArguments(arg0 string, arg1 string) (*jni.Object, error)

SetEmailArguments calls android.text.style.TtsSpan$ElectronicBuilder.setEmailArguments.

func (*TtsSpanElectronicBuilder) SetFragmentId

func (m *TtsSpanElectronicBuilder) SetFragmentId(arg0 string) (*jni.Object, error)

SetFragmentId calls android.text.style.TtsSpan$ElectronicBuilder.setFragmentId.

func (*TtsSpanElectronicBuilder) SetPassword

func (m *TtsSpanElectronicBuilder) SetPassword(arg0 string) (*jni.Object, error)

SetPassword calls android.text.style.TtsSpan$ElectronicBuilder.setPassword.

func (*TtsSpanElectronicBuilder) SetPath

func (m *TtsSpanElectronicBuilder) SetPath(arg0 string) (*jni.Object, error)

SetPath calls android.text.style.TtsSpan$ElectronicBuilder.setPath.

func (*TtsSpanElectronicBuilder) SetPort

func (m *TtsSpanElectronicBuilder) SetPort(arg0 int32) (*jni.Object, error)

SetPort calls android.text.style.TtsSpan$ElectronicBuilder.setPort.

func (*TtsSpanElectronicBuilder) SetProtocol

func (m *TtsSpanElectronicBuilder) SetProtocol(arg0 string) (*jni.Object, error)

SetProtocol calls android.text.style.TtsSpan$ElectronicBuilder.setProtocol.

func (*TtsSpanElectronicBuilder) SetQueryString

func (m *TtsSpanElectronicBuilder) SetQueryString(arg0 string) (*jni.Object, error)

SetQueryString calls android.text.style.TtsSpan$ElectronicBuilder.setQueryString.

func (*TtsSpanElectronicBuilder) SetUsername

func (m *TtsSpanElectronicBuilder) SetUsername(arg0 string) (*jni.Object, error)

SetUsername calls android.text.style.TtsSpan$ElectronicBuilder.setUsername.

func (*TtsSpanElectronicBuilder) ToString added in v0.0.8

func (m *TtsSpanElectronicBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$ElectronicBuilder.toString.

type TtsSpanFractionBuilder

type TtsSpanFractionBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanFractionBuilder wraps android.text.style.TtsSpan$FractionBuilder.

func (*TtsSpanFractionBuilder) SetDenominator1

func (m *TtsSpanFractionBuilder) SetDenominator1(arg0 string) (*jni.Object, error)

SetDenominator1 calls android.text.style.TtsSpan$FractionBuilder.setDenominator.

func (*TtsSpanFractionBuilder) SetDenominator1_1

func (m *TtsSpanFractionBuilder) SetDenominator1_1(arg0 int64) (*jni.Object, error)

SetDenominator1_1 calls android.text.style.TtsSpan$FractionBuilder.setDenominator.

func (*TtsSpanFractionBuilder) SetIntegerPart1

func (m *TtsSpanFractionBuilder) SetIntegerPart1(arg0 string) (*jni.Object, error)

SetIntegerPart1 calls android.text.style.TtsSpan$FractionBuilder.setIntegerPart.

func (*TtsSpanFractionBuilder) SetIntegerPart1_1

func (m *TtsSpanFractionBuilder) SetIntegerPart1_1(arg0 int64) (*jni.Object, error)

SetIntegerPart1_1 calls android.text.style.TtsSpan$FractionBuilder.setIntegerPart.

func (*TtsSpanFractionBuilder) SetNumerator1

func (m *TtsSpanFractionBuilder) SetNumerator1(arg0 string) (*jni.Object, error)

SetNumerator1 calls android.text.style.TtsSpan$FractionBuilder.setNumerator.

func (*TtsSpanFractionBuilder) SetNumerator1_1

func (m *TtsSpanFractionBuilder) SetNumerator1_1(arg0 int64) (*jni.Object, error)

SetNumerator1_1 calls android.text.style.TtsSpan$FractionBuilder.setNumerator.

func (*TtsSpanFractionBuilder) ToString added in v0.0.8

func (m *TtsSpanFractionBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$FractionBuilder.toString.

type TtsSpanMeasureBuilder

type TtsSpanMeasureBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanMeasureBuilder wraps android.text.style.TtsSpan$MeasureBuilder.

func (*TtsSpanMeasureBuilder) SetDenominator1

func (m *TtsSpanMeasureBuilder) SetDenominator1(arg0 string) (*jni.Object, error)

SetDenominator1 calls android.text.style.TtsSpan$MeasureBuilder.setDenominator.

func (*TtsSpanMeasureBuilder) SetDenominator1_1

func (m *TtsSpanMeasureBuilder) SetDenominator1_1(arg0 int64) (*jni.Object, error)

SetDenominator1_1 calls android.text.style.TtsSpan$MeasureBuilder.setDenominator.

func (*TtsSpanMeasureBuilder) SetFractionalPart

func (m *TtsSpanMeasureBuilder) SetFractionalPart(arg0 string) (*jni.Object, error)

SetFractionalPart calls android.text.style.TtsSpan$MeasureBuilder.setFractionalPart.

func (*TtsSpanMeasureBuilder) SetIntegerPart1

func (m *TtsSpanMeasureBuilder) SetIntegerPart1(arg0 string) (*jni.Object, error)

SetIntegerPart1 calls android.text.style.TtsSpan$MeasureBuilder.setIntegerPart.

func (*TtsSpanMeasureBuilder) SetIntegerPart1_1

func (m *TtsSpanMeasureBuilder) SetIntegerPart1_1(arg0 int64) (*jni.Object, error)

SetIntegerPart1_1 calls android.text.style.TtsSpan$MeasureBuilder.setIntegerPart.

func (*TtsSpanMeasureBuilder) SetNumber1

func (m *TtsSpanMeasureBuilder) SetNumber1(arg0 string) (*jni.Object, error)

SetNumber1 calls android.text.style.TtsSpan$MeasureBuilder.setNumber.

func (*TtsSpanMeasureBuilder) SetNumber1_1

func (m *TtsSpanMeasureBuilder) SetNumber1_1(arg0 int64) (*jni.Object, error)

SetNumber1_1 calls android.text.style.TtsSpan$MeasureBuilder.setNumber.

func (*TtsSpanMeasureBuilder) SetNumerator1

func (m *TtsSpanMeasureBuilder) SetNumerator1(arg0 string) (*jni.Object, error)

SetNumerator1 calls android.text.style.TtsSpan$MeasureBuilder.setNumerator.

func (*TtsSpanMeasureBuilder) SetNumerator1_1

func (m *TtsSpanMeasureBuilder) SetNumerator1_1(arg0 int64) (*jni.Object, error)

SetNumerator1_1 calls android.text.style.TtsSpan$MeasureBuilder.setNumerator.

func (*TtsSpanMeasureBuilder) SetUnit

func (m *TtsSpanMeasureBuilder) SetUnit(arg0 string) (*jni.Object, error)

SetUnit calls android.text.style.TtsSpan$MeasureBuilder.setUnit.

func (*TtsSpanMeasureBuilder) ToString added in v0.0.8

func (m *TtsSpanMeasureBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$MeasureBuilder.toString.

type TtsSpanMoneyBuilder

type TtsSpanMoneyBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanMoneyBuilder wraps android.text.style.TtsSpan$MoneyBuilder.

func (*TtsSpanMoneyBuilder) SetCurrency

func (m *TtsSpanMoneyBuilder) SetCurrency(arg0 string) (*jni.Object, error)

SetCurrency calls android.text.style.TtsSpan$MoneyBuilder.setCurrency.

func (*TtsSpanMoneyBuilder) SetFractionalPart

func (m *TtsSpanMoneyBuilder) SetFractionalPart(arg0 string) (*jni.Object, error)

SetFractionalPart calls android.text.style.TtsSpan$MoneyBuilder.setFractionalPart.

func (*TtsSpanMoneyBuilder) SetIntegerPart1

func (m *TtsSpanMoneyBuilder) SetIntegerPart1(arg0 string) (*jni.Object, error)

SetIntegerPart1 calls android.text.style.TtsSpan$MoneyBuilder.setIntegerPart.

func (*TtsSpanMoneyBuilder) SetIntegerPart1_1

func (m *TtsSpanMoneyBuilder) SetIntegerPart1_1(arg0 int64) (*jni.Object, error)

SetIntegerPart1_1 calls android.text.style.TtsSpan$MoneyBuilder.setIntegerPart.

func (*TtsSpanMoneyBuilder) SetQuantity

func (m *TtsSpanMoneyBuilder) SetQuantity(arg0 string) (*jni.Object, error)

SetQuantity calls android.text.style.TtsSpan$MoneyBuilder.setQuantity.

func (*TtsSpanMoneyBuilder) ToString added in v0.0.8

func (m *TtsSpanMoneyBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$MoneyBuilder.toString.

type TtsSpanOrdinalBuilder

type TtsSpanOrdinalBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanOrdinalBuilder wraps android.text.style.TtsSpan$OrdinalBuilder.

func (*TtsSpanOrdinalBuilder) SetNumber1

func (m *TtsSpanOrdinalBuilder) SetNumber1(arg0 string) (*jni.Object, error)

SetNumber1 calls android.text.style.TtsSpan$OrdinalBuilder.setNumber.

func (*TtsSpanOrdinalBuilder) SetNumber1_1

func (m *TtsSpanOrdinalBuilder) SetNumber1_1(arg0 int64) (*jni.Object, error)

SetNumber1_1 calls android.text.style.TtsSpan$OrdinalBuilder.setNumber.

func (*TtsSpanOrdinalBuilder) ToString added in v0.0.8

func (m *TtsSpanOrdinalBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$OrdinalBuilder.toString.

type TtsSpanSemioticClassBuilder added in v0.0.8

type TtsSpanSemioticClassBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanSemioticClassBuilder wraps android.text.style.TtsSpan$SemioticClassBuilder.

func (*TtsSpanSemioticClassBuilder) ToString added in v0.0.8

func (m *TtsSpanSemioticClassBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$SemioticClassBuilder.toString.

type TtsSpanTelephoneBuilder

type TtsSpanTelephoneBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanTelephoneBuilder wraps android.text.style.TtsSpan$TelephoneBuilder.

func (*TtsSpanTelephoneBuilder) SetCountryCode

func (m *TtsSpanTelephoneBuilder) SetCountryCode(arg0 string) (*jni.Object, error)

SetCountryCode calls android.text.style.TtsSpan$TelephoneBuilder.setCountryCode.

func (*TtsSpanTelephoneBuilder) SetExtension

func (m *TtsSpanTelephoneBuilder) SetExtension(arg0 string) (*jni.Object, error)

SetExtension calls android.text.style.TtsSpan$TelephoneBuilder.setExtension.

func (*TtsSpanTelephoneBuilder) SetNumberParts

func (m *TtsSpanTelephoneBuilder) SetNumberParts(arg0 string) (*jni.Object, error)

SetNumberParts calls android.text.style.TtsSpan$TelephoneBuilder.setNumberParts.

func (*TtsSpanTelephoneBuilder) ToString added in v0.0.8

func (m *TtsSpanTelephoneBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$TelephoneBuilder.toString.

type TtsSpanTextBuilder

type TtsSpanTextBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanTextBuilder wraps android.text.style.TtsSpan$TextBuilder.

func (*TtsSpanTextBuilder) SetText

func (m *TtsSpanTextBuilder) SetText(arg0 string) (*jni.Object, error)

SetText calls android.text.style.TtsSpan$TextBuilder.setText.

func (*TtsSpanTextBuilder) ToString added in v0.0.8

func (m *TtsSpanTextBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$TextBuilder.toString.

type TtsSpanTimeBuilder

type TtsSpanTimeBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanTimeBuilder wraps android.text.style.TtsSpan$TimeBuilder.

func (*TtsSpanTimeBuilder) SetHours

func (m *TtsSpanTimeBuilder) SetHours(arg0 int32) (*jni.Object, error)

SetHours calls android.text.style.TtsSpan$TimeBuilder.setHours.

func (*TtsSpanTimeBuilder) SetMinutes

func (m *TtsSpanTimeBuilder) SetMinutes(arg0 int32) (*jni.Object, error)

SetMinutes calls android.text.style.TtsSpan$TimeBuilder.setMinutes.

func (*TtsSpanTimeBuilder) SetSeconds

func (m *TtsSpanTimeBuilder) SetSeconds(arg0 int32) (*jni.Object, error)

SetSeconds calls android.text.style.TtsSpan$TimeBuilder.setSeconds.

func (*TtsSpanTimeBuilder) ToString added in v0.0.8

func (m *TtsSpanTimeBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$TimeBuilder.toString.

type TtsSpanVerbatimBuilder

type TtsSpanVerbatimBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TtsSpanVerbatimBuilder wraps android.text.style.TtsSpan$VerbatimBuilder.

func (*TtsSpanVerbatimBuilder) SetVerbatim

func (m *TtsSpanVerbatimBuilder) SetVerbatim(arg0 string) (*jni.Object, error)

SetVerbatim calls android.text.style.TtsSpan$VerbatimBuilder.setVerbatim.

func (*TtsSpanVerbatimBuilder) ToString added in v0.0.8

func (m *TtsSpanVerbatimBuilder) ToString() (string, error)

ToString calls android.text.style.TtsSpan$VerbatimBuilder.toString.

type TypefaceSpan

type TypefaceSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TypefaceSpan wraps android.text.style.TypefaceSpan.

func NewTypefaceSpan

func NewTypefaceSpan(vm *jni.VM, arg0 *jni.Object) (*TypefaceSpan, error)

NewTypefaceSpan creates a new android.text.style.TypefaceSpan instance.

func (*TypefaceSpan) DescribeContents

func (m *TypefaceSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.TypefaceSpan.describeContents.

func (*TypefaceSpan) GetFamily

func (m *TypefaceSpan) GetFamily() (string, error)

GetFamily calls android.text.style.TypefaceSpan.getFamily.

func (*TypefaceSpan) GetSpanTypeId

func (m *TypefaceSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.TypefaceSpan.getSpanTypeId.

func (*TypefaceSpan) GetTypeface

func (m *TypefaceSpan) GetTypeface() (*jni.Object, error)

GetTypeface calls android.text.style.TypefaceSpan.getTypeface.

func (*TypefaceSpan) ToString

func (m *TypefaceSpan) ToString() (string, error)

ToString calls android.text.style.TypefaceSpan.toString.

func (*TypefaceSpan) UpdateDrawState

func (m *TypefaceSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.TypefaceSpan.updateDrawState.

func (*TypefaceSpan) UpdateMeasureState

func (m *TypefaceSpan) UpdateMeasureState(arg0 *jni.Object) error

UpdateMeasureState calls android.text.style.TypefaceSpan.updateMeasureState.

func (*TypefaceSpan) WriteToParcel

func (m *TypefaceSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.TypefaceSpan.writeToParcel.

type URLSpan

type URLSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

URLSpan wraps android.text.style.URLSpan.

func NewURLSpan

func NewURLSpan(vm *jni.VM, arg0 *jni.Object) (*URLSpan, error)

NewURLSpan creates a new android.text.style.URLSpan instance.

func (*URLSpan) DescribeContents

func (m *URLSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.URLSpan.describeContents.

func (*URLSpan) GetSpanTypeId

func (m *URLSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.URLSpan.getSpanTypeId.

func (*URLSpan) GetURL

func (m *URLSpan) GetURL() (string, error)

GetURL calls android.text.style.URLSpan.getURL.

func (*URLSpan) OnClick

func (m *URLSpan) OnClick(arg0 *jni.Object) error

OnClick calls android.text.style.URLSpan.onClick.

func (*URLSpan) ToString

func (m *URLSpan) ToString() (string, error)

ToString calls android.text.style.URLSpan.toString.

func (*URLSpan) WriteToParcel

func (m *URLSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.URLSpan.writeToParcel.

type UnderlineSpan

type UnderlineSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

UnderlineSpan wraps android.text.style.UnderlineSpan.

func NewUnderlineSpan

func NewUnderlineSpan(vm *jni.VM) (*UnderlineSpan, error)

NewUnderlineSpan creates a new android.text.style.UnderlineSpan instance.

func (*UnderlineSpan) DescribeContents

func (m *UnderlineSpan) DescribeContents() (int32, error)

DescribeContents calls android.text.style.UnderlineSpan.describeContents.

func (*UnderlineSpan) GetSpanTypeId

func (m *UnderlineSpan) GetSpanTypeId() (int32, error)

GetSpanTypeId calls android.text.style.UnderlineSpan.getSpanTypeId.

func (*UnderlineSpan) ToString

func (m *UnderlineSpan) ToString() (string, error)

ToString calls android.text.style.UnderlineSpan.toString.

func (*UnderlineSpan) UpdateDrawState

func (m *UnderlineSpan) UpdateDrawState(arg0 *jni.Object) error

UpdateDrawState calls android.text.style.UnderlineSpan.updateDrawState.

func (*UnderlineSpan) WriteToParcel

func (m *UnderlineSpan) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.text.style.UnderlineSpan.writeToParcel.

type UpdateAppearance added in v0.0.8

type UpdateAppearance struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

UpdateAppearance wraps android.text.style.UpdateAppearance.

func (*UpdateAppearance) ToString added in v0.0.8

func (m *UpdateAppearance) ToString() (string, error)

ToString calls android.text.style.UpdateAppearance.toString.

type UpdateLayout added in v0.0.8

type UpdateLayout struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

UpdateLayout wraps android.text.style.UpdateLayout.

func (*UpdateLayout) ToString added in v0.0.8

func (m *UpdateLayout) ToString() (string, error)

ToString calls android.text.style.UpdateLayout.toString.

type WrapTogetherSpan added in v0.0.8

type WrapTogetherSpan struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WrapTogetherSpan wraps android.text.style.WrapTogetherSpan.

func (*WrapTogetherSpan) ToString added in v0.0.8

func (m *WrapTogetherSpan) ToString() (string, error)

ToString calls android.text.style.WrapTogetherSpan.toString.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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