animation

package
v0.0.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccelerateDecelerateInterpolatorServer

type AccelerateDecelerateInterpolatorServer struct {
	pb.UnimplementedAccelerateDecelerateInterpolatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AccelerateDecelerateInterpolatorServer implements pb.AccelerateDecelerateInterpolatorServiceServer.

func (*AccelerateDecelerateInterpolatorServer) GetInterpolation

type AccelerateInterpolatorServer

type AccelerateInterpolatorServer struct {
	pb.UnimplementedAccelerateInterpolatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AccelerateInterpolatorServer implements pb.AccelerateInterpolatorServiceServer.

func (*AccelerateInterpolatorServer) NewAccelerateInterpolator

type AlphaAnimationServer

type AlphaAnimationServer struct {
	pb.UnimplementedAlphaAnimationServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AlphaAnimationServer implements pb.AlphaAnimationServiceServer.

func (*AlphaAnimationServer) NewAlphaAnimation

func (*AlphaAnimationServer) WillChangeBounds

type AnimatorInflaterServer

type AnimatorInflaterServer struct {
	pb.UnimplementedAnimatorInflaterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AnimatorInflaterServer implements pb.AnimatorInflaterServiceServer.

func (*AnimatorInflaterServer) LoadAnimator

func (*AnimatorInflaterServer) LoadStateListAnimator

func (*AnimatorInflaterServer) NewAnimatorInflater

type AnimatorSetServer

type AnimatorSetServer struct {
	pb.UnimplementedAnimatorSetServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AnimatorSetServer implements pb.AnimatorSetServiceServer.

func (*AnimatorSetServer) Cancel

func (*AnimatorSetServer) Clone0

func (*AnimatorSetServer) Clone0_1

func (*AnimatorSetServer) Clone0_2

func (*AnimatorSetServer) End

func (*AnimatorSetServer) GetChildAnimations

func (*AnimatorSetServer) GetCurrentPlayTime

func (*AnimatorSetServer) GetDuration

func (*AnimatorSetServer) GetInterpolator

func (*AnimatorSetServer) GetStartDelay

func (*AnimatorSetServer) GetTotalDuration

func (*AnimatorSetServer) IsRunning

func (*AnimatorSetServer) IsStarted

func (*AnimatorSetServer) NewAnimatorSet

func (*AnimatorSetServer) Pause

func (*AnimatorSetServer) Play

func (*AnimatorSetServer) PlaySequentially

func (*AnimatorSetServer) PlayTogether

func (*AnimatorSetServer) Resume

func (*AnimatorSetServer) Reverse

func (*AnimatorSetServer) SetCurrentPlayTime

func (*AnimatorSetServer) SetDuration1

func (*AnimatorSetServer) SetDuration1_1

func (*AnimatorSetServer) SetInterpolator

func (*AnimatorSetServer) SetStartDelay

func (*AnimatorSetServer) SetTarget

func (*AnimatorSetServer) SetupEndValues

func (*AnimatorSetServer) SetupStartValues

func (*AnimatorSetServer) Start

func (*AnimatorSetServer) ToString

type AnticipateInterpolatorServer

type AnticipateInterpolatorServer struct {
	pb.UnimplementedAnticipateInterpolatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AnticipateInterpolatorServer implements pb.AnticipateInterpolatorServiceServer.

func (*AnticipateInterpolatorServer) NewAnticipateInterpolator

type AnticipateOvershootInterpolatorServer

type AnticipateOvershootInterpolatorServer struct {
	pb.UnimplementedAnticipateOvershootInterpolatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AnticipateOvershootInterpolatorServer implements pb.AnticipateOvershootInterpolatorServiceServer.

func (*AnticipateOvershootInterpolatorServer) GetInterpolation

type ArgbEvaluatorServer

type ArgbEvaluatorServer struct {
	pb.UnimplementedArgbEvaluatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ArgbEvaluatorServer implements pb.ArgbEvaluatorServiceServer.

func (*ArgbEvaluatorServer) Evaluate

func (*ArgbEvaluatorServer) NewArgbEvaluator

type BounceInterpolatorServer

type BounceInterpolatorServer struct {
	pb.UnimplementedBounceInterpolatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

BounceInterpolatorServer implements pb.BounceInterpolatorServiceServer.

func (*BounceInterpolatorServer) NewBounceInterpolator

type CycleInterpolatorServer

type CycleInterpolatorServer struct {
	pb.UnimplementedCycleInterpolatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

CycleInterpolatorServer implements pb.CycleInterpolatorServiceServer.

func (*CycleInterpolatorServer) NewCycleInterpolator

type DecelerateInterpolatorServer

type DecelerateInterpolatorServer struct {
	pb.UnimplementedDecelerateInterpolatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

DecelerateInterpolatorServer implements pb.DecelerateInterpolatorServiceServer.

func (*DecelerateInterpolatorServer) NewDecelerateInterpolator

type FloatArrayEvaluatorServer

type FloatArrayEvaluatorServer struct {
	pb.UnimplementedFloatArrayEvaluatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

FloatArrayEvaluatorServer implements pb.FloatArrayEvaluatorServiceServer.

func (*FloatArrayEvaluatorServer) Evaluate3

func (*FloatArrayEvaluatorServer) Evaluate3_1

func (*FloatArrayEvaluatorServer) NewFloatArrayEvaluator

type FloatEvaluatorServer

type FloatEvaluatorServer struct {
	pb.UnimplementedFloatEvaluatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

FloatEvaluatorServer implements pb.FloatEvaluatorServiceServer.

func (*FloatEvaluatorServer) Evaluate3

func (*FloatEvaluatorServer) Evaluate3_1

func (*FloatEvaluatorServer) NewFloatEvaluator

type GridLayoutAnimationControllerServer

type GridLayoutAnimationControllerServer struct {
	pb.UnimplementedGridLayoutAnimationControllerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

GridLayoutAnimationControllerServer implements pb.GridLayoutAnimationControllerServiceServer.

func (*GridLayoutAnimationControllerServer) GetColumnDelay

func (*GridLayoutAnimationControllerServer) GetDirection

func (*GridLayoutAnimationControllerServer) GetDirectionPriority

func (*GridLayoutAnimationControllerServer) GetRowDelay

func (*GridLayoutAnimationControllerServer) SetColumnDelay

func (*GridLayoutAnimationControllerServer) SetDirection

func (*GridLayoutAnimationControllerServer) SetDirectionPriority

func (*GridLayoutAnimationControllerServer) SetRowDelay

func (*GridLayoutAnimationControllerServer) WillOverlap

type IntArrayEvaluatorServer

type IntArrayEvaluatorServer struct {
	pb.UnimplementedIntArrayEvaluatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

IntArrayEvaluatorServer implements pb.IntArrayEvaluatorServiceServer.

func (*IntArrayEvaluatorServer) Evaluate3

func (*IntArrayEvaluatorServer) Evaluate3_1

func (*IntArrayEvaluatorServer) NewIntArrayEvaluator

type IntEvaluatorServer

type IntEvaluatorServer struct {
	pb.UnimplementedIntEvaluatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

IntEvaluatorServer implements pb.IntEvaluatorServiceServer.

func (*IntEvaluatorServer) Evaluate3

func (*IntEvaluatorServer) Evaluate3_1

func (*IntEvaluatorServer) NewIntEvaluator

type LayoutAnimationControllerServer

type LayoutAnimationControllerServer struct {
	pb.UnimplementedLayoutAnimationControllerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

LayoutAnimationControllerServer implements pb.LayoutAnimationControllerServiceServer.

func (*LayoutAnimationControllerServer) GetAnimation

func (*LayoutAnimationControllerServer) GetAnimationForView

func (*LayoutAnimationControllerServer) GetDelay

func (*LayoutAnimationControllerServer) GetInterpolator

func (*LayoutAnimationControllerServer) GetOrder

func (*LayoutAnimationControllerServer) IsDone

func (*LayoutAnimationControllerServer) SetAnimation1_1

func (*LayoutAnimationControllerServer) SetAnimation2

func (*LayoutAnimationControllerServer) SetDelay

func (*LayoutAnimationControllerServer) SetInterpolator1_1

func (*LayoutAnimationControllerServer) SetInterpolator2

func (*LayoutAnimationControllerServer) SetOrder

func (*LayoutAnimationControllerServer) Start

func (*LayoutAnimationControllerServer) WillOverlap

type LayoutTransitionServer

type LayoutTransitionServer struct {
	pb.UnimplementedLayoutTransitionServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

LayoutTransitionServer implements pb.LayoutTransitionServiceServer.

func (*LayoutTransitionServer) AddChild

func (*LayoutTransitionServer) AddTransitionListener

func (*LayoutTransitionServer) DisableTransitionType

func (*LayoutTransitionServer) EnableTransitionType

func (*LayoutTransitionServer) GetAnimator

func (*LayoutTransitionServer) GetDuration

func (*LayoutTransitionServer) GetStagger

func (*LayoutTransitionServer) GetStartDelay

func (*LayoutTransitionServer) GetTransitionListeners

func (*LayoutTransitionServer) HideChild2

func (*LayoutTransitionServer) HideChild3_1

func (*LayoutTransitionServer) IsChangingLayout

func (*LayoutTransitionServer) IsRunning

func (*LayoutTransitionServer) IsTransitionTypeEnabled

func (*LayoutTransitionServer) NewLayoutTransition

func (*LayoutTransitionServer) RemoveChild

func (*LayoutTransitionServer) RemoveTransitionListener

func (*LayoutTransitionServer) SetAnimator

func (*LayoutTransitionServer) SetDuration1_1

func (*LayoutTransitionServer) SetDuration2

func (*LayoutTransitionServer) SetStagger

func (*LayoutTransitionServer) SetStartDelay

func (*LayoutTransitionServer) ShowChild2

func (*LayoutTransitionServer) ShowChild3_1

type LinearInterpolatorServer

type LinearInterpolatorServer struct {
	pb.UnimplementedLinearInterpolatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

LinearInterpolatorServer implements pb.LinearInterpolatorServiceServer.

func (*LinearInterpolatorServer) NewLinearInterpolator

type ObjectAnimatorServer

type ObjectAnimatorServer struct {
	pb.UnimplementedObjectAnimatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ObjectAnimatorServer implements pb.ObjectAnimatorServiceServer.

func (*ObjectAnimatorServer) Clone0

func (*ObjectAnimatorServer) Clone0_1

func (*ObjectAnimatorServer) Clone0_2

func (*ObjectAnimatorServer) Clone0_3

func (*ObjectAnimatorServer) GetPropertyName

func (*ObjectAnimatorServer) GetTarget

func (*ObjectAnimatorServer) NewObjectAnimator

func (*ObjectAnimatorServer) OfArgb

func (*ObjectAnimatorServer) OfFloat3

func (*ObjectAnimatorServer) OfFloat4_1

func (*ObjectAnimatorServer) OfInt3

func (*ObjectAnimatorServer) OfInt4_1

func (*ObjectAnimatorServer) OfMultiFloat3

func (*ObjectAnimatorServer) OfMultiFloat3_1

func (*ObjectAnimatorServer) OfMultiInt3

func (*ObjectAnimatorServer) OfMultiInt3_1

func (*ObjectAnimatorServer) OfObject

func (*ObjectAnimatorServer) SetAutoCancel

func (*ObjectAnimatorServer) SetDuration1

func (*ObjectAnimatorServer) SetDuration1_1

func (*ObjectAnimatorServer) SetDuration1_2

func (*ObjectAnimatorServer) SetFloatValues

func (*ObjectAnimatorServer) SetIntValues

func (*ObjectAnimatorServer) SetObjectValues

func (*ObjectAnimatorServer) SetProperty

func (*ObjectAnimatorServer) SetPropertyName

func (*ObjectAnimatorServer) SetTarget

func (*ObjectAnimatorServer) SetupEndValues

func (*ObjectAnimatorServer) SetupStartValues

func (*ObjectAnimatorServer) Start

func (*ObjectAnimatorServer) ToString

type OvershootInterpolatorServer

type OvershootInterpolatorServer struct {
	pb.UnimplementedOvershootInterpolatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

OvershootInterpolatorServer implements pb.OvershootInterpolatorServiceServer.

func (*OvershootInterpolatorServer) NewOvershootInterpolator

type PathInterpolatorServer

type PathInterpolatorServer struct {
	pb.UnimplementedPathInterpolatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

PathInterpolatorServer implements pb.PathInterpolatorServiceServer.

func (*PathInterpolatorServer) NewPathInterpolator

type PointFEvaluatorServer

type PointFEvaluatorServer struct {
	pb.UnimplementedPointFEvaluatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

PointFEvaluatorServer implements pb.PointFEvaluatorServiceServer.

func (*PointFEvaluatorServer) Evaluate3

func (*PointFEvaluatorServer) Evaluate3_1

func (*PointFEvaluatorServer) NewPointFEvaluator

type RectEvaluatorServer

type RectEvaluatorServer struct {
	pb.UnimplementedRectEvaluatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

RectEvaluatorServer implements pb.RectEvaluatorServiceServer.

func (*RectEvaluatorServer) Evaluate3

func (*RectEvaluatorServer) Evaluate3_1

func (*RectEvaluatorServer) NewRectEvaluator

type RotateAnimationServer

type RotateAnimationServer struct {
	pb.UnimplementedRotateAnimationServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

RotateAnimationServer implements pb.RotateAnimationServiceServer.

func (*RotateAnimationServer) Initialize

func (*RotateAnimationServer) NewRotateAnimation

type ScaleAnimationServer

type ScaleAnimationServer struct {
	pb.UnimplementedScaleAnimationServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ScaleAnimationServer implements pb.ScaleAnimationServiceServer.

func (*ScaleAnimationServer) Initialize

func (*ScaleAnimationServer) NewScaleAnimation

type SetServer

type SetServer struct {
	pb.UnimplementedSetServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SetServer implements pb.SetServiceServer.

func (*SetServer) AddAnimation

func (*SetServer) ComputeDurationHint

func (*SetServer) GetAnimations

func (*SetServer) GetDuration

func (*SetServer) GetStartTime

func (*SetServer) GetTransformation

func (*SetServer) Initialize

func (*SetServer) NewSet

func (*SetServer) Reset

func (s *SetServer) Reset(_ context.Context, req *pb.ResetRequest) (*pb.ResetResponse, error)

func (*SetServer) RestrictDuration

func (*SetServer) ScaleCurrentDuration

func (*SetServer) SetDuration

func (*SetServer) SetFillAfter

func (*SetServer) SetFillBefore

func (*SetServer) SetRepeatMode

func (*SetServer) SetStartOffset

func (*SetServer) SetStartTime

func (*SetServer) WillChangeBounds

type StateListAnimatorServer

type StateListAnimatorServer struct {
	pb.UnimplementedStateListAnimatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

StateListAnimatorServer implements pb.StateListAnimatorServiceServer.

func (*StateListAnimatorServer) AddState

func (*StateListAnimatorServer) Clone0

func (*StateListAnimatorServer) Clone0_1

func (*StateListAnimatorServer) JumpToCurrentState

func (*StateListAnimatorServer) NewStateListAnimator

type TimeAnimatorServer

type TimeAnimatorServer struct {
	pb.UnimplementedTimeAnimatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TimeAnimatorServer implements pb.TimeAnimatorServiceServer.

func (*TimeAnimatorServer) NewTimeAnimator

func (*TimeAnimatorServer) SetCurrentPlayTime

func (*TimeAnimatorServer) SetTimeListener

func (*TimeAnimatorServer) Start

type TransformationServer

type TransformationServer struct {
	pb.UnimplementedTransformationServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TransformationServer implements pb.TransformationServiceServer.

func (*TransformationServer) Clear

func (*TransformationServer) Compose

func (*TransformationServer) GetAlpha

func (*TransformationServer) GetMatrix

func (*TransformationServer) GetTransformationType

func (*TransformationServer) NewTransformation

func (*TransformationServer) Set

func (*TransformationServer) SetAlpha

func (*TransformationServer) SetTransformationType

func (*TransformationServer) ToShortString

func (*TransformationServer) ToString

type TranslateAnimationServer

type TranslateAnimationServer struct {
	pb.UnimplementedTranslateAnimationServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TranslateAnimationServer implements pb.TranslateAnimationServiceServer.

func (*TranslateAnimationServer) Initialize

func (*TranslateAnimationServer) NewTranslateAnimation

type UtilsServer

type UtilsServer struct {
	pb.UnimplementedUtilsServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

UtilsServer implements pb.UtilsServiceServer.

func (*UtilsServer) LoadAnimation

func (*UtilsServer) LoadInterpolator

func (*UtilsServer) LoadLayoutAnimation

func (*UtilsServer) MakeInAnimation

func (*UtilsServer) MakeOutAnimation

func (*UtilsServer) NewUtils

type ValueAnimatorServer

type ValueAnimatorServer struct {
	pb.UnimplementedValueAnimatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ValueAnimatorServer implements pb.ValueAnimatorServiceServer.

func (*ValueAnimatorServer) AddUpdateListener

func (*ValueAnimatorServer) AreAnimatorsEnabled

func (*ValueAnimatorServer) Cancel

func (*ValueAnimatorServer) Clone0

func (*ValueAnimatorServer) Clone0_1

func (*ValueAnimatorServer) Clone0_2

func (*ValueAnimatorServer) End

func (*ValueAnimatorServer) GetAnimatedFraction

func (*ValueAnimatorServer) GetAnimatedValue0

func (*ValueAnimatorServer) GetAnimatedValue1_1

func (*ValueAnimatorServer) GetCurrentPlayTime

func (*ValueAnimatorServer) GetDuration

func (*ValueAnimatorServer) GetDurationScale

func (*ValueAnimatorServer) GetFrameDelay

func (*ValueAnimatorServer) GetInterpolator

func (*ValueAnimatorServer) GetRepeatCount

func (*ValueAnimatorServer) GetRepeatMode

func (*ValueAnimatorServer) GetStartDelay

func (*ValueAnimatorServer) GetTotalDuration

func (*ValueAnimatorServer) GetValues

func (*ValueAnimatorServer) IsRunning

func (*ValueAnimatorServer) IsStarted

func (*ValueAnimatorServer) NewValueAnimator

func (*ValueAnimatorServer) OfArgb

func (*ValueAnimatorServer) OfFloat

func (*ValueAnimatorServer) OfInt

func (*ValueAnimatorServer) OfObject

func (*ValueAnimatorServer) OfPropertyValuesHolder

func (*ValueAnimatorServer) Pause

func (*ValueAnimatorServer) RemoveUpdateListener

func (*ValueAnimatorServer) Resume

func (*ValueAnimatorServer) Reverse

func (*ValueAnimatorServer) SetCurrentFraction

func (*ValueAnimatorServer) SetCurrentPlayTime

func (*ValueAnimatorServer) SetDuration1

func (*ValueAnimatorServer) SetDuration1_1

func (*ValueAnimatorServer) SetEvaluator

func (*ValueAnimatorServer) SetFloatValues

func (*ValueAnimatorServer) SetFrameDelay

func (*ValueAnimatorServer) SetIntValues

func (*ValueAnimatorServer) SetInterpolator

func (*ValueAnimatorServer) SetObjectValues

func (*ValueAnimatorServer) SetRepeatCount

func (*ValueAnimatorServer) SetRepeatMode

func (*ValueAnimatorServer) SetStartDelay

func (*ValueAnimatorServer) SetValues

func (*ValueAnimatorServer) Start

func (*ValueAnimatorServer) ToString

Jump to

Keyboard shortcuts

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