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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccelerateDecelerateInterpolatorClient

type AccelerateDecelerateInterpolatorClient struct {
	// contains filtered or unexported fields
}

AccelerateDecelerateInterpolatorClient wraps the gRPC AccelerateDecelerateInterpolatorService client.

func NewAccelerateDecelerateInterpolatorClient

func NewAccelerateDecelerateInterpolatorClient(cc grpc.ClientConnInterface) *AccelerateDecelerateInterpolatorClient

NewAccelerateDecelerateInterpolatorClient creates a new AccelerateDecelerateInterpolator client.

func (*AccelerateDecelerateInterpolatorClient) GetInterpolation

func (c *AccelerateDecelerateInterpolatorClient) GetInterpolation(ctx context.Context, handle int64, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type AccelerateInterpolatorClient

type AccelerateInterpolatorClient struct {
	// contains filtered or unexported fields
}

AccelerateInterpolatorClient wraps the gRPC AccelerateInterpolatorService client.

func NewAccelerateInterpolatorClient

func NewAccelerateInterpolatorClient(cc grpc.ClientConnInterface) *AccelerateInterpolatorClient

NewAccelerateInterpolatorClient creates a new AccelerateInterpolator client.

func (*AccelerateInterpolatorClient) GetInterpolation

func (c *AccelerateInterpolatorClient) GetInterpolation(ctx context.Context, handle int64, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type AlphaAnimationClient

type AlphaAnimationClient struct {
	// contains filtered or unexported fields
}

AlphaAnimationClient wraps the gRPC AlphaAnimationService client.

func NewAlphaAnimationClient

func NewAlphaAnimationClient(cc grpc.ClientConnInterface) *AlphaAnimationClient

NewAlphaAnimationClient creates a new AlphaAnimation client.

func (*AlphaAnimationClient) WillChangeBounds

func (c *AlphaAnimationClient) WillChangeBounds(ctx context.Context, handle int64) (bool, error)

WillChangeBounds calls the WillChangeBounds RPC.

func (*AlphaAnimationClient) WillChangeTransformationMatrix

func (c *AlphaAnimationClient) WillChangeTransformationMatrix(ctx context.Context, handle int64) (bool, error)

WillChangeTransformationMatrix calls the WillChangeTransformationMatrix RPC.

type AnimationClient

type AnimationClient struct {
	// contains filtered or unexported fields
}

AnimationClient wraps the gRPC AnimationService client.

func NewAnimationClient

func NewAnimationClient(cc grpc.ClientConnInterface) *AnimationClient

NewAnimationClient creates a new Animation client.

func (*AnimationClient) Cancel

func (c *AnimationClient) Cancel(ctx context.Context) error

Cancel calls the Cancel RPC.

func (*AnimationClient) ComputeDurationHint

func (c *AnimationClient) ComputeDurationHint(ctx context.Context) (int64, error)

ComputeDurationHint calls the ComputeDurationHint RPC.

func (*AnimationClient) GetBackdropColor

func (c *AnimationClient) GetBackdropColor(ctx context.Context) (int32, error)

GetBackdropColor calls the GetBackdropColor RPC.

func (*AnimationClient) GetBackgroundColor

func (c *AnimationClient) GetBackgroundColor(ctx context.Context) (int32, error)

GetBackgroundColor calls the GetBackgroundColor RPC.

func (*AnimationClient) GetDetachWallpaper

func (c *AnimationClient) GetDetachWallpaper(ctx context.Context) (bool, error)

GetDetachWallpaper calls the GetDetachWallpaper RPC.

func (*AnimationClient) GetDuration

func (c *AnimationClient) GetDuration(ctx context.Context) (int64, error)

GetDuration calls the GetDuration RPC.

func (*AnimationClient) GetFillAfter

func (c *AnimationClient) GetFillAfter(ctx context.Context) (bool, error)

GetFillAfter calls the GetFillAfter RPC.

func (*AnimationClient) GetFillBefore

func (c *AnimationClient) GetFillBefore(ctx context.Context) (bool, error)

GetFillBefore calls the GetFillBefore RPC.

func (*AnimationClient) GetInterpolator

func (c *AnimationClient) GetInterpolator(ctx context.Context) (int64, error)

GetInterpolator calls the GetInterpolator RPC.

func (*AnimationClient) GetRepeatCount

func (c *AnimationClient) GetRepeatCount(ctx context.Context) (int32, error)

GetRepeatCount calls the GetRepeatCount RPC.

func (*AnimationClient) GetRepeatMode

func (c *AnimationClient) GetRepeatMode(ctx context.Context) (int32, error)

GetRepeatMode calls the GetRepeatMode RPC.

func (*AnimationClient) GetShowBackdrop

func (c *AnimationClient) GetShowBackdrop(ctx context.Context) (bool, error)

GetShowBackdrop calls the GetShowBackdrop RPC.

func (*AnimationClient) GetStartOffset

func (c *AnimationClient) GetStartOffset(ctx context.Context) (int64, error)

GetStartOffset calls the GetStartOffset RPC.

func (*AnimationClient) GetStartTime

func (c *AnimationClient) GetStartTime(ctx context.Context) (int64, error)

GetStartTime calls the GetStartTime RPC.

func (*AnimationClient) GetTransformation2

func (c *AnimationClient) GetTransformation2(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

GetTransformation2 calls the GetTransformation2 RPC.

func (*AnimationClient) GetTransformation3_1

func (c *AnimationClient) GetTransformation3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 float32) (bool, error)

GetTransformation3_1 calls the GetTransformation3_1 RPC.

func (*AnimationClient) GetZAdjustment

func (c *AnimationClient) GetZAdjustment(ctx context.Context) (int32, error)

GetZAdjustment calls the GetZAdjustment RPC.

func (*AnimationClient) HasEnded

func (c *AnimationClient) HasEnded(ctx context.Context) (bool, error)

HasEnded calls the HasEnded RPC.

func (*AnimationClient) HasStarted

func (c *AnimationClient) HasStarted(ctx context.Context) (bool, error)

HasStarted calls the HasStarted RPC.

func (*AnimationClient) Initialize

func (c *AnimationClient) Initialize(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

Initialize calls the Initialize RPC.

func (*AnimationClient) IsFillEnabled

func (c *AnimationClient) IsFillEnabled(ctx context.Context) (bool, error)

IsFillEnabled calls the IsFillEnabled RPC.

func (*AnimationClient) IsInitialized

func (c *AnimationClient) IsInitialized(ctx context.Context) (bool, error)

IsInitialized calls the IsInitialized RPC.

func (*AnimationClient) Reset

func (c *AnimationClient) Reset(ctx context.Context) error

Reset calls the Reset RPC.

func (*AnimationClient) RestrictDuration

func (c *AnimationClient) RestrictDuration(ctx context.Context, arg0 int64) error

RestrictDuration calls the RestrictDuration RPC.

func (*AnimationClient) ScaleCurrentDuration

func (c *AnimationClient) ScaleCurrentDuration(ctx context.Context, arg0 float32) error

ScaleCurrentDuration calls the ScaleCurrentDuration RPC.

func (*AnimationClient) SetAnimationListener

func (c *AnimationClient) SetAnimationListener(ctx context.Context, arg0 int64) error

SetAnimationListener calls the SetAnimationListener RPC.

func (*AnimationClient) SetBackdropColor

func (c *AnimationClient) SetBackdropColor(ctx context.Context, arg0 int32) error

SetBackdropColor calls the SetBackdropColor RPC.

func (*AnimationClient) SetBackgroundColor

func (c *AnimationClient) SetBackgroundColor(ctx context.Context, arg0 int32) error

SetBackgroundColor calls the SetBackgroundColor RPC.

func (*AnimationClient) SetDetachWallpaper

func (c *AnimationClient) SetDetachWallpaper(ctx context.Context, arg0 bool) error

SetDetachWallpaper calls the SetDetachWallpaper RPC.

func (*AnimationClient) SetDuration

func (c *AnimationClient) SetDuration(ctx context.Context, arg0 int64) error

SetDuration calls the SetDuration RPC.

func (*AnimationClient) SetFillAfter

func (c *AnimationClient) SetFillAfter(ctx context.Context, arg0 bool) error

SetFillAfter calls the SetFillAfter RPC.

func (*AnimationClient) SetFillBefore

func (c *AnimationClient) SetFillBefore(ctx context.Context, arg0 bool) error

SetFillBefore calls the SetFillBefore RPC.

func (*AnimationClient) SetFillEnabled

func (c *AnimationClient) SetFillEnabled(ctx context.Context, arg0 bool) error

SetFillEnabled calls the SetFillEnabled RPC.

func (*AnimationClient) SetInterpolator1_1

func (c *AnimationClient) SetInterpolator1_1(ctx context.Context, arg0 int64) error

SetInterpolator1_1 calls the SetInterpolator1_1 RPC.

func (*AnimationClient) SetInterpolator2

func (c *AnimationClient) SetInterpolator2(ctx context.Context, arg0 int64, arg1 int32) error

SetInterpolator2 calls the SetInterpolator2 RPC.

func (*AnimationClient) SetRepeatCount

func (c *AnimationClient) SetRepeatCount(ctx context.Context, arg0 int32) error

SetRepeatCount calls the SetRepeatCount RPC.

func (*AnimationClient) SetRepeatMode

func (c *AnimationClient) SetRepeatMode(ctx context.Context, arg0 int32) error

SetRepeatMode calls the SetRepeatMode RPC.

func (*AnimationClient) SetShowBackdrop

func (c *AnimationClient) SetShowBackdrop(ctx context.Context, arg0 bool) error

SetShowBackdrop calls the SetShowBackdrop RPC.

func (*AnimationClient) SetStartOffset

func (c *AnimationClient) SetStartOffset(ctx context.Context, arg0 int64) error

SetStartOffset calls the SetStartOffset RPC.

func (*AnimationClient) SetStartTime

func (c *AnimationClient) SetStartTime(ctx context.Context, arg0 int64) error

SetStartTime calls the SetStartTime RPC.

func (*AnimationClient) SetZAdjustment

func (c *AnimationClient) SetZAdjustment(ctx context.Context, arg0 int32) error

SetZAdjustment calls the SetZAdjustment RPC.

func (*AnimationClient) Start

func (c *AnimationClient) Start(ctx context.Context) error

Start calls the Start RPC.

func (*AnimationClient) StartNow

func (c *AnimationClient) StartNow(ctx context.Context) error

StartNow calls the StartNow RPC.

func (*AnimationClient) WillChangeBounds

func (c *AnimationClient) WillChangeBounds(ctx context.Context) (bool, error)

WillChangeBounds calls the WillChangeBounds RPC.

func (*AnimationClient) WillChangeTransformationMatrix

func (c *AnimationClient) WillChangeTransformationMatrix(ctx context.Context) (bool, error)

WillChangeTransformationMatrix calls the WillChangeTransformationMatrix RPC.

type AnimationListenerClient

type AnimationListenerClient struct {
	// contains filtered or unexported fields
}

AnimationListenerClient wraps the gRPC AnimationListenerService client.

func NewAnimationListenerClient

func NewAnimationListenerClient(cc grpc.ClientConnInterface) *AnimationListenerClient

NewAnimationListenerClient creates a new AnimationListener client.

func (*AnimationListenerClient) OnAnimationEnd

func (c *AnimationListenerClient) OnAnimationEnd(ctx context.Context, arg0 int64) error

OnAnimationEnd calls the OnAnimationEnd RPC.

func (*AnimationListenerClient) OnAnimationRepeat

func (c *AnimationListenerClient) OnAnimationRepeat(ctx context.Context, arg0 int64) error

OnAnimationRepeat calls the OnAnimationRepeat RPC.

func (*AnimationListenerClient) OnAnimationStart

func (c *AnimationListenerClient) OnAnimationStart(ctx context.Context, arg0 int64) error

OnAnimationStart calls the OnAnimationStart RPC.

type AnimatorAnimatorListenerClient

type AnimatorAnimatorListenerClient struct {
	// contains filtered or unexported fields
}

AnimatorAnimatorListenerClient wraps the gRPC AnimatorAnimatorListenerService client.

func NewAnimatorAnimatorListenerClient

func NewAnimatorAnimatorListenerClient(cc grpc.ClientConnInterface) *AnimatorAnimatorListenerClient

NewAnimatorAnimatorListenerClient creates a new AnimatorAnimatorListener client.

func (*AnimatorAnimatorListenerClient) OnAnimationCancel

func (c *AnimatorAnimatorListenerClient) OnAnimationCancel(ctx context.Context, arg0 int64) error

OnAnimationCancel calls the OnAnimationCancel RPC.

func (*AnimatorAnimatorListenerClient) OnAnimationEnd

func (c *AnimatorAnimatorListenerClient) OnAnimationEnd(ctx context.Context, arg0 int64) error

OnAnimationEnd calls the OnAnimationEnd RPC.

func (*AnimatorAnimatorListenerClient) OnAnimationRepeat

func (c *AnimatorAnimatorListenerClient) OnAnimationRepeat(ctx context.Context, arg0 int64) error

OnAnimationRepeat calls the OnAnimationRepeat RPC.

func (*AnimatorAnimatorListenerClient) OnAnimationStart

func (c *AnimatorAnimatorListenerClient) OnAnimationStart(ctx context.Context, arg0 int64) error

OnAnimationStart calls the OnAnimationStart RPC.

type AnimatorAnimatorPauseListenerClient

type AnimatorAnimatorPauseListenerClient struct {
	// contains filtered or unexported fields
}

AnimatorAnimatorPauseListenerClient wraps the gRPC AnimatorAnimatorPauseListenerService client.

func NewAnimatorAnimatorPauseListenerClient

func NewAnimatorAnimatorPauseListenerClient(cc grpc.ClientConnInterface) *AnimatorAnimatorPauseListenerClient

NewAnimatorAnimatorPauseListenerClient creates a new AnimatorAnimatorPauseListener client.

func (*AnimatorAnimatorPauseListenerClient) OnAnimationPause

func (c *AnimatorAnimatorPauseListenerClient) OnAnimationPause(ctx context.Context, arg0 int64) error

OnAnimationPause calls the OnAnimationPause RPC.

func (*AnimatorAnimatorPauseListenerClient) OnAnimationResume

func (c *AnimatorAnimatorPauseListenerClient) OnAnimationResume(ctx context.Context, arg0 int64) error

OnAnimationResume calls the OnAnimationResume RPC.

type AnimatorClient

type AnimatorClient struct {
	// contains filtered or unexported fields
}

AnimatorClient wraps the gRPC AnimatorService client.

func NewAnimatorClient

func NewAnimatorClient(cc grpc.ClientConnInterface) *AnimatorClient

NewAnimatorClient creates a new Animator client.

func (*AnimatorClient) AddListener

func (c *AnimatorClient) AddListener(ctx context.Context, arg0 int64) error

AddListener calls the AddListener RPC.

func (*AnimatorClient) AddPauseListener

func (c *AnimatorClient) AddPauseListener(ctx context.Context, arg0 int64) error

AddPauseListener calls the AddPauseListener RPC.

func (*AnimatorClient) Cancel

func (c *AnimatorClient) Cancel(ctx context.Context) error

Cancel calls the Cancel RPC.

func (*AnimatorClient) Clone0

func (c *AnimatorClient) Clone0(ctx context.Context) (int64, error)

Clone0 calls the Clone0 RPC.

func (*AnimatorClient) Clone0_1

func (c *AnimatorClient) Clone0_1(ctx context.Context) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*AnimatorClient) End

func (c *AnimatorClient) End(ctx context.Context) error

End calls the End RPC.

func (*AnimatorClient) GetDuration

func (c *AnimatorClient) GetDuration(ctx context.Context) (int64, error)

GetDuration calls the GetDuration RPC.

func (*AnimatorClient) GetInterpolator

func (c *AnimatorClient) GetInterpolator(ctx context.Context) (int64, error)

GetInterpolator calls the GetInterpolator RPC.

func (*AnimatorClient) GetListeners

func (c *AnimatorClient) GetListeners(ctx context.Context) (int64, error)

GetListeners calls the GetListeners RPC.

func (*AnimatorClient) GetStartDelay

func (c *AnimatorClient) GetStartDelay(ctx context.Context) (int64, error)

GetStartDelay calls the GetStartDelay RPC.

func (*AnimatorClient) GetTotalDuration

func (c *AnimatorClient) GetTotalDuration(ctx context.Context) (int64, error)

GetTotalDuration calls the GetTotalDuration RPC.

func (*AnimatorClient) IsPaused

func (c *AnimatorClient) IsPaused(ctx context.Context) (bool, error)

IsPaused calls the IsPaused RPC.

func (*AnimatorClient) IsRunning

func (c *AnimatorClient) IsRunning(ctx context.Context) (bool, error)

IsRunning calls the IsRunning RPC.

func (*AnimatorClient) IsStarted

func (c *AnimatorClient) IsStarted(ctx context.Context) (bool, error)

IsStarted calls the IsStarted RPC.

func (*AnimatorClient) Pause

func (c *AnimatorClient) Pause(ctx context.Context) error

Pause calls the Pause RPC.

func (*AnimatorClient) RemoveAllListeners

func (c *AnimatorClient) RemoveAllListeners(ctx context.Context) error

RemoveAllListeners calls the RemoveAllListeners RPC.

func (*AnimatorClient) RemoveListener

func (c *AnimatorClient) RemoveListener(ctx context.Context, arg0 int64) error

RemoveListener calls the RemoveListener RPC.

func (*AnimatorClient) RemovePauseListener

func (c *AnimatorClient) RemovePauseListener(ctx context.Context, arg0 int64) error

RemovePauseListener calls the RemovePauseListener RPC.

func (*AnimatorClient) Resume

func (c *AnimatorClient) Resume(ctx context.Context) error

Resume calls the Resume RPC.

func (*AnimatorClient) SetDuration

func (c *AnimatorClient) SetDuration(ctx context.Context, arg0 int64) (int64, error)

SetDuration calls the SetDuration RPC.

func (*AnimatorClient) SetInterpolator

func (c *AnimatorClient) SetInterpolator(ctx context.Context, arg0 int64) error

SetInterpolator calls the SetInterpolator RPC.

func (*AnimatorClient) SetStartDelay

func (c *AnimatorClient) SetStartDelay(ctx context.Context, arg0 int64) error

SetStartDelay calls the SetStartDelay RPC.

func (*AnimatorClient) SetTarget

func (c *AnimatorClient) SetTarget(ctx context.Context, arg0 int64) error

SetTarget calls the SetTarget RPC.

func (*AnimatorClient) SetupEndValues

func (c *AnimatorClient) SetupEndValues(ctx context.Context) error

SetupEndValues calls the SetupEndValues RPC.

func (*AnimatorClient) SetupStartValues

func (c *AnimatorClient) SetupStartValues(ctx context.Context) error

SetupStartValues calls the SetupStartValues RPC.

func (*AnimatorClient) Start

func (c *AnimatorClient) Start(ctx context.Context) error

Start calls the Start RPC.

type AnimatorInflaterClient

type AnimatorInflaterClient struct {
	// contains filtered or unexported fields
}

AnimatorInflaterClient wraps the gRPC AnimatorInflaterService client.

func NewAnimatorInflaterClient

func NewAnimatorInflaterClient(cc grpc.ClientConnInterface) *AnimatorInflaterClient

NewAnimatorInflaterClient creates a new AnimatorInflater client.

func (*AnimatorInflaterClient) LoadAnimator

func (c *AnimatorInflaterClient) LoadAnimator(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)

LoadAnimator calls the LoadAnimator RPC.

func (*AnimatorInflaterClient) LoadStateListAnimator

func (c *AnimatorInflaterClient) LoadStateListAnimator(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)

LoadStateListAnimator calls the LoadStateListAnimator RPC.

type AnimatorListenerAdapterClient

type AnimatorListenerAdapterClient struct {
	// contains filtered or unexported fields
}

AnimatorListenerAdapterClient wraps the gRPC AnimatorListenerAdapterService client.

func NewAnimatorListenerAdapterClient

func NewAnimatorListenerAdapterClient(cc grpc.ClientConnInterface) *AnimatorListenerAdapterClient

NewAnimatorListenerAdapterClient creates a new AnimatorListenerAdapter client.

func (*AnimatorListenerAdapterClient) OnAnimationCancel

func (c *AnimatorListenerAdapterClient) OnAnimationCancel(ctx context.Context, arg0 int64) error

OnAnimationCancel calls the OnAnimationCancel RPC.

func (*AnimatorListenerAdapterClient) OnAnimationEnd

func (c *AnimatorListenerAdapterClient) OnAnimationEnd(ctx context.Context, arg0 int64) error

OnAnimationEnd calls the OnAnimationEnd RPC.

func (*AnimatorListenerAdapterClient) OnAnimationPause

func (c *AnimatorListenerAdapterClient) OnAnimationPause(ctx context.Context, arg0 int64) error

OnAnimationPause calls the OnAnimationPause RPC.

func (*AnimatorListenerAdapterClient) OnAnimationRepeat

func (c *AnimatorListenerAdapterClient) OnAnimationRepeat(ctx context.Context, arg0 int64) error

OnAnimationRepeat calls the OnAnimationRepeat RPC.

func (*AnimatorListenerAdapterClient) OnAnimationResume

func (c *AnimatorListenerAdapterClient) OnAnimationResume(ctx context.Context, arg0 int64) error

OnAnimationResume calls the OnAnimationResume RPC.

func (*AnimatorListenerAdapterClient) OnAnimationStart

func (c *AnimatorListenerAdapterClient) OnAnimationStart(ctx context.Context, arg0 int64) error

OnAnimationStart calls the OnAnimationStart RPC.

type AnimatorSetBuilderClient

type AnimatorSetBuilderClient struct {
	// contains filtered or unexported fields
}

AnimatorSetBuilderClient wraps the gRPC AnimatorSetBuilderService client.

func NewAnimatorSetBuilderClient

func NewAnimatorSetBuilderClient(cc grpc.ClientConnInterface) *AnimatorSetBuilderClient

NewAnimatorSetBuilderClient creates a new AnimatorSetBuilder client.

func (*AnimatorSetBuilderClient) After1

func (c *AnimatorSetBuilderClient) After1(ctx context.Context, arg0 int64) (int64, error)

After1 calls the After1 RPC.

func (*AnimatorSetBuilderClient) After1_1

func (c *AnimatorSetBuilderClient) After1_1(ctx context.Context, arg0 int64) (int64, error)

After1_1 calls the After1_1 RPC.

func (*AnimatorSetBuilderClient) Before

func (c *AnimatorSetBuilderClient) Before(ctx context.Context, arg0 int64) (int64, error)

Before calls the Before RPC.

func (*AnimatorSetBuilderClient) With

func (c *AnimatorSetBuilderClient) With(ctx context.Context, arg0 int64) (int64, error)

With calls the With RPC.

type AnimatorSetClient

type AnimatorSetClient struct {
	// contains filtered or unexported fields
}

AnimatorSetClient wraps the gRPC AnimatorSetService client.

func NewAnimatorSetClient

func NewAnimatorSetClient(cc grpc.ClientConnInterface) *AnimatorSetClient

NewAnimatorSetClient creates a new AnimatorSet client.

func (*AnimatorSetClient) Cancel

func (c *AnimatorSetClient) Cancel(ctx context.Context, handle int64) error

Cancel calls the Cancel RPC.

func (*AnimatorSetClient) Clone0

func (c *AnimatorSetClient) Clone0(ctx context.Context, handle int64) (int64, error)

Clone0 calls the Clone0 RPC.

func (*AnimatorSetClient) Clone0_1

func (c *AnimatorSetClient) Clone0_1(ctx context.Context, handle int64) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*AnimatorSetClient) Clone0_2

func (c *AnimatorSetClient) Clone0_2(ctx context.Context, handle int64) (int64, error)

Clone0_2 calls the Clone0_2 RPC.

func (*AnimatorSetClient) End

func (c *AnimatorSetClient) End(ctx context.Context, handle int64) error

End calls the End RPC.

func (*AnimatorSetClient) GetChildAnimations

func (c *AnimatorSetClient) GetChildAnimations(ctx context.Context, handle int64) (int64, error)

GetChildAnimations calls the GetChildAnimations RPC.

func (*AnimatorSetClient) GetCurrentPlayTime

func (c *AnimatorSetClient) GetCurrentPlayTime(ctx context.Context, handle int64) (int64, error)

GetCurrentPlayTime calls the GetCurrentPlayTime RPC.

func (*AnimatorSetClient) GetDuration

func (c *AnimatorSetClient) GetDuration(ctx context.Context, handle int64) (int64, error)

GetDuration calls the GetDuration RPC.

func (*AnimatorSetClient) GetInterpolator

func (c *AnimatorSetClient) GetInterpolator(ctx context.Context, handle int64) (int64, error)

GetInterpolator calls the GetInterpolator RPC.

func (*AnimatorSetClient) GetStartDelay

func (c *AnimatorSetClient) GetStartDelay(ctx context.Context, handle int64) (int64, error)

GetStartDelay calls the GetStartDelay RPC.

func (*AnimatorSetClient) GetTotalDuration

func (c *AnimatorSetClient) GetTotalDuration(ctx context.Context, handle int64) (int64, error)

GetTotalDuration calls the GetTotalDuration RPC.

func (*AnimatorSetClient) IsRunning

func (c *AnimatorSetClient) IsRunning(ctx context.Context, handle int64) (bool, error)

IsRunning calls the IsRunning RPC.

func (*AnimatorSetClient) IsStarted

func (c *AnimatorSetClient) IsStarted(ctx context.Context, handle int64) (bool, error)

IsStarted calls the IsStarted RPC.

func (*AnimatorSetClient) Pause

func (c *AnimatorSetClient) Pause(ctx context.Context, handle int64) error

Pause calls the Pause RPC.

func (*AnimatorSetClient) Play

func (c *AnimatorSetClient) Play(ctx context.Context, handle int64, arg0 int64) (int64, error)

Play calls the Play RPC.

func (*AnimatorSetClient) PlaySequentially

func (c *AnimatorSetClient) PlaySequentially(ctx context.Context, handle int64, arg0 int64) error

PlaySequentially calls the PlaySequentially RPC.

func (*AnimatorSetClient) PlayTogether

func (c *AnimatorSetClient) PlayTogether(ctx context.Context, handle int64, arg0 int64) error

PlayTogether calls the PlayTogether RPC.

func (*AnimatorSetClient) Resume

func (c *AnimatorSetClient) Resume(ctx context.Context, handle int64) error

Resume calls the Resume RPC.

func (*AnimatorSetClient) Reverse

func (c *AnimatorSetClient) Reverse(ctx context.Context, handle int64) error

Reverse calls the Reverse RPC.

func (*AnimatorSetClient) SetCurrentPlayTime

func (c *AnimatorSetClient) SetCurrentPlayTime(ctx context.Context, handle int64, arg0 int64) error

SetCurrentPlayTime calls the SetCurrentPlayTime RPC.

func (*AnimatorSetClient) SetDuration1

func (c *AnimatorSetClient) SetDuration1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetDuration1 calls the SetDuration1 RPC.

func (*AnimatorSetClient) SetDuration1_1

func (c *AnimatorSetClient) SetDuration1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetDuration1_1 calls the SetDuration1_1 RPC.

func (*AnimatorSetClient) SetInterpolator

func (c *AnimatorSetClient) SetInterpolator(ctx context.Context, handle int64, arg0 int64) error

SetInterpolator calls the SetInterpolator RPC.

func (*AnimatorSetClient) SetStartDelay

func (c *AnimatorSetClient) SetStartDelay(ctx context.Context, handle int64, arg0 int64) error

SetStartDelay calls the SetStartDelay RPC.

func (*AnimatorSetClient) SetTarget

func (c *AnimatorSetClient) SetTarget(ctx context.Context, handle int64, arg0 int64) error

SetTarget calls the SetTarget RPC.

func (*AnimatorSetClient) SetupEndValues

func (c *AnimatorSetClient) SetupEndValues(ctx context.Context, handle int64) error

SetupEndValues calls the SetupEndValues RPC.

func (*AnimatorSetClient) SetupStartValues

func (c *AnimatorSetClient) SetupStartValues(ctx context.Context, handle int64) error

SetupStartValues calls the SetupStartValues RPC.

func (*AnimatorSetClient) Start

func (c *AnimatorSetClient) Start(ctx context.Context, handle int64) error

Start calls the Start RPC.

func (*AnimatorSetClient) ToString

func (c *AnimatorSetClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

type AnticipateInterpolatorClient

type AnticipateInterpolatorClient struct {
	// contains filtered or unexported fields
}

AnticipateInterpolatorClient wraps the gRPC AnticipateInterpolatorService client.

func NewAnticipateInterpolatorClient

func NewAnticipateInterpolatorClient(cc grpc.ClientConnInterface) *AnticipateInterpolatorClient

NewAnticipateInterpolatorClient creates a new AnticipateInterpolator client.

func (*AnticipateInterpolatorClient) GetInterpolation

func (c *AnticipateInterpolatorClient) GetInterpolation(ctx context.Context, handle int64, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type AnticipateOvershootInterpolatorClient

type AnticipateOvershootInterpolatorClient struct {
	// contains filtered or unexported fields
}

AnticipateOvershootInterpolatorClient wraps the gRPC AnticipateOvershootInterpolatorService client.

func NewAnticipateOvershootInterpolatorClient

func NewAnticipateOvershootInterpolatorClient(cc grpc.ClientConnInterface) *AnticipateOvershootInterpolatorClient

NewAnticipateOvershootInterpolatorClient creates a new AnticipateOvershootInterpolator client.

func (*AnticipateOvershootInterpolatorClient) GetInterpolation

func (c *AnticipateOvershootInterpolatorClient) GetInterpolation(ctx context.Context, handle int64, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type ArgbEvaluatorClient

type ArgbEvaluatorClient struct {
	// contains filtered or unexported fields
}

ArgbEvaluatorClient wraps the gRPC ArgbEvaluatorService client.

func NewArgbEvaluatorClient

func NewArgbEvaluatorClient(cc grpc.ClientConnInterface) *ArgbEvaluatorClient

NewArgbEvaluatorClient creates a new ArgbEvaluator client.

func (*ArgbEvaluatorClient) Evaluate

func (c *ArgbEvaluatorClient) Evaluate(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate calls the Evaluate RPC.

type BounceInterpolatorClient

type BounceInterpolatorClient struct {
	// contains filtered or unexported fields
}

BounceInterpolatorClient wraps the gRPC BounceInterpolatorService client.

func NewBounceInterpolatorClient

func NewBounceInterpolatorClient(cc grpc.ClientConnInterface) *BounceInterpolatorClient

NewBounceInterpolatorClient creates a new BounceInterpolator client.

func (*BounceInterpolatorClient) GetInterpolation

func (c *BounceInterpolatorClient) GetInterpolation(ctx context.Context, handle int64, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type CycleInterpolatorClient

type CycleInterpolatorClient struct {
	// contains filtered or unexported fields
}

CycleInterpolatorClient wraps the gRPC CycleInterpolatorService client.

func NewCycleInterpolatorClient

func NewCycleInterpolatorClient(cc grpc.ClientConnInterface) *CycleInterpolatorClient

NewCycleInterpolatorClient creates a new CycleInterpolator client.

func (*CycleInterpolatorClient) GetInterpolation

func (c *CycleInterpolatorClient) GetInterpolation(ctx context.Context, handle int64, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type DecelerateInterpolatorClient

type DecelerateInterpolatorClient struct {
	// contains filtered or unexported fields
}

DecelerateInterpolatorClient wraps the gRPC DecelerateInterpolatorService client.

func NewDecelerateInterpolatorClient

func NewDecelerateInterpolatorClient(cc grpc.ClientConnInterface) *DecelerateInterpolatorClient

NewDecelerateInterpolatorClient creates a new DecelerateInterpolator client.

func (*DecelerateInterpolatorClient) GetInterpolation

func (c *DecelerateInterpolatorClient) GetInterpolation(ctx context.Context, handle int64, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type FloatArrayEvaluatorClient

type FloatArrayEvaluatorClient struct {
	// contains filtered or unexported fields
}

FloatArrayEvaluatorClient wraps the gRPC FloatArrayEvaluatorService client.

func NewFloatArrayEvaluatorClient

func NewFloatArrayEvaluatorClient(cc grpc.ClientConnInterface) *FloatArrayEvaluatorClient

NewFloatArrayEvaluatorClient creates a new FloatArrayEvaluator client.

func (*FloatArrayEvaluatorClient) Evaluate3

func (c *FloatArrayEvaluatorClient) Evaluate3(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3 calls the Evaluate3 RPC.

func (*FloatArrayEvaluatorClient) Evaluate3_1

func (c *FloatArrayEvaluatorClient) Evaluate3_1(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3_1 calls the Evaluate3_1 RPC.

type FloatEvaluatorClient

type FloatEvaluatorClient struct {
	// contains filtered or unexported fields
}

FloatEvaluatorClient wraps the gRPC FloatEvaluatorService client.

func NewFloatEvaluatorClient

func NewFloatEvaluatorClient(cc grpc.ClientConnInterface) *FloatEvaluatorClient

NewFloatEvaluatorClient creates a new FloatEvaluator client.

func (*FloatEvaluatorClient) Evaluate3

func (c *FloatEvaluatorClient) Evaluate3(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3 calls the Evaluate3 RPC.

func (*FloatEvaluatorClient) Evaluate3_1

func (c *FloatEvaluatorClient) Evaluate3_1(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3_1 calls the Evaluate3_1 RPC.

type GridLayoutAnimationControllerClient

type GridLayoutAnimationControllerClient struct {
	// contains filtered or unexported fields
}

GridLayoutAnimationControllerClient wraps the gRPC GridLayoutAnimationControllerService client.

func NewGridLayoutAnimationControllerClient

func NewGridLayoutAnimationControllerClient(cc grpc.ClientConnInterface) *GridLayoutAnimationControllerClient

NewGridLayoutAnimationControllerClient creates a new GridLayoutAnimationController client.

func (*GridLayoutAnimationControllerClient) GetColumnDelay

func (c *GridLayoutAnimationControllerClient) GetColumnDelay(ctx context.Context, handle int64) (float32, error)

GetColumnDelay calls the GetColumnDelay RPC.

func (*GridLayoutAnimationControllerClient) GetDirection

func (c *GridLayoutAnimationControllerClient) GetDirection(ctx context.Context, handle int64) (int32, error)

GetDirection calls the GetDirection RPC.

func (*GridLayoutAnimationControllerClient) GetDirectionPriority

func (c *GridLayoutAnimationControllerClient) GetDirectionPriority(ctx context.Context, handle int64) (int32, error)

GetDirectionPriority calls the GetDirectionPriority RPC.

func (*GridLayoutAnimationControllerClient) GetRowDelay

func (c *GridLayoutAnimationControllerClient) GetRowDelay(ctx context.Context, handle int64) (float32, error)

GetRowDelay calls the GetRowDelay RPC.

func (*GridLayoutAnimationControllerClient) SetColumnDelay

func (c *GridLayoutAnimationControllerClient) SetColumnDelay(ctx context.Context, handle int64, arg0 float32) error

SetColumnDelay calls the SetColumnDelay RPC.

func (*GridLayoutAnimationControllerClient) SetDirection

func (c *GridLayoutAnimationControllerClient) SetDirection(ctx context.Context, handle int64, arg0 int32) error

SetDirection calls the SetDirection RPC.

func (*GridLayoutAnimationControllerClient) SetDirectionPriority

func (c *GridLayoutAnimationControllerClient) SetDirectionPriority(ctx context.Context, handle int64, arg0 int32) error

SetDirectionPriority calls the SetDirectionPriority RPC.

func (*GridLayoutAnimationControllerClient) SetRowDelay

func (c *GridLayoutAnimationControllerClient) SetRowDelay(ctx context.Context, handle int64, arg0 float32) error

SetRowDelay calls the SetRowDelay RPC.

func (*GridLayoutAnimationControllerClient) WillOverlap

func (c *GridLayoutAnimationControllerClient) WillOverlap(ctx context.Context, handle int64) (bool, error)

WillOverlap calls the WillOverlap RPC.

type IntArrayEvaluatorClient

type IntArrayEvaluatorClient struct {
	// contains filtered or unexported fields
}

IntArrayEvaluatorClient wraps the gRPC IntArrayEvaluatorService client.

func NewIntArrayEvaluatorClient

func NewIntArrayEvaluatorClient(cc grpc.ClientConnInterface) *IntArrayEvaluatorClient

NewIntArrayEvaluatorClient creates a new IntArrayEvaluator client.

func (*IntArrayEvaluatorClient) Evaluate3

func (c *IntArrayEvaluatorClient) Evaluate3(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3 calls the Evaluate3 RPC.

func (*IntArrayEvaluatorClient) Evaluate3_1

func (c *IntArrayEvaluatorClient) Evaluate3_1(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3_1 calls the Evaluate3_1 RPC.

type IntEvaluatorClient

type IntEvaluatorClient struct {
	// contains filtered or unexported fields
}

IntEvaluatorClient wraps the gRPC IntEvaluatorService client.

func NewIntEvaluatorClient

func NewIntEvaluatorClient(cc grpc.ClientConnInterface) *IntEvaluatorClient

NewIntEvaluatorClient creates a new IntEvaluator client.

func (*IntEvaluatorClient) Evaluate3

func (c *IntEvaluatorClient) Evaluate3(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3 calls the Evaluate3 RPC.

func (*IntEvaluatorClient) Evaluate3_1

func (c *IntEvaluatorClient) Evaluate3_1(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3_1 calls the Evaluate3_1 RPC.

type KeyframeClient

type KeyframeClient struct {
	// contains filtered or unexported fields
}

KeyframeClient wraps the gRPC KeyframeService client.

func NewKeyframeClient

func NewKeyframeClient(cc grpc.ClientConnInterface) *KeyframeClient

NewKeyframeClient creates a new Keyframe client.

func (*KeyframeClient) Clone0

func (c *KeyframeClient) Clone0(ctx context.Context) (int64, error)

Clone0 calls the Clone0 RPC.

func (*KeyframeClient) Clone0_1

func (c *KeyframeClient) Clone0_1(ctx context.Context) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*KeyframeClient) GetFraction

func (c *KeyframeClient) GetFraction(ctx context.Context) (float32, error)

GetFraction calls the GetFraction RPC.

func (*KeyframeClient) GetInterpolator

func (c *KeyframeClient) GetInterpolator(ctx context.Context) (int64, error)

GetInterpolator calls the GetInterpolator RPC.

func (*KeyframeClient) GetType

func (c *KeyframeClient) GetType(ctx context.Context) (int64, error)

GetType calls the GetType RPC.

func (*KeyframeClient) GetValue

func (c *KeyframeClient) GetValue(ctx context.Context) (int64, error)

GetValue calls the GetValue RPC.

func (*KeyframeClient) HasValue

func (c *KeyframeClient) HasValue(ctx context.Context) (bool, error)

HasValue calls the HasValue RPC.

func (*KeyframeClient) OfFloat1

func (c *KeyframeClient) OfFloat1(ctx context.Context, arg0 float32) (int64, error)

OfFloat1 calls the OfFloat1 RPC.

func (*KeyframeClient) OfFloat2_1

func (c *KeyframeClient) OfFloat2_1(ctx context.Context, arg0 float32, arg1 float32) (int64, error)

OfFloat2_1 calls the OfFloat2_1 RPC.

func (*KeyframeClient) OfInt1

func (c *KeyframeClient) OfInt1(ctx context.Context, arg0 float32) (int64, error)

OfInt1 calls the OfInt1 RPC.

func (*KeyframeClient) OfInt2_1

func (c *KeyframeClient) OfInt2_1(ctx context.Context, arg0 float32, arg1 int32) (int64, error)

OfInt2_1 calls the OfInt2_1 RPC.

func (*KeyframeClient) OfObject1

func (c *KeyframeClient) OfObject1(ctx context.Context, arg0 float32) (int64, error)

OfObject1 calls the OfObject1 RPC.

func (*KeyframeClient) OfObject2_1

func (c *KeyframeClient) OfObject2_1(ctx context.Context, arg0 float32, arg1 int64) (int64, error)

OfObject2_1 calls the OfObject2_1 RPC.

func (*KeyframeClient) SetFraction

func (c *KeyframeClient) SetFraction(ctx context.Context, arg0 float32) error

SetFraction calls the SetFraction RPC.

func (*KeyframeClient) SetInterpolator

func (c *KeyframeClient) SetInterpolator(ctx context.Context, arg0 int64) error

SetInterpolator calls the SetInterpolator RPC.

func (*KeyframeClient) SetValue

func (c *KeyframeClient) SetValue(ctx context.Context, arg0 int64) error

SetValue calls the SetValue RPC.

type LayoutAnimationControllerClient

type LayoutAnimationControllerClient struct {
	// contains filtered or unexported fields
}

LayoutAnimationControllerClient wraps the gRPC LayoutAnimationControllerService client.

func NewLayoutAnimationControllerClient

func NewLayoutAnimationControllerClient(cc grpc.ClientConnInterface) *LayoutAnimationControllerClient

NewLayoutAnimationControllerClient creates a new LayoutAnimationController client.

func (*LayoutAnimationControllerClient) GetAnimation

func (c *LayoutAnimationControllerClient) GetAnimation(ctx context.Context, handle int64) (int64, error)

GetAnimation calls the GetAnimation RPC.

func (*LayoutAnimationControllerClient) GetAnimationForView

func (c *LayoutAnimationControllerClient) GetAnimationForView(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetAnimationForView calls the GetAnimationForView RPC.

func (*LayoutAnimationControllerClient) GetDelay

func (c *LayoutAnimationControllerClient) GetDelay(ctx context.Context, handle int64) (float32, error)

GetDelay calls the GetDelay RPC.

func (*LayoutAnimationControllerClient) GetInterpolator

func (c *LayoutAnimationControllerClient) GetInterpolator(ctx context.Context, handle int64) (int64, error)

GetInterpolator calls the GetInterpolator RPC.

func (*LayoutAnimationControllerClient) GetOrder

func (c *LayoutAnimationControllerClient) GetOrder(ctx context.Context, handle int64) (int32, error)

GetOrder calls the GetOrder RPC.

func (*LayoutAnimationControllerClient) IsDone

func (c *LayoutAnimationControllerClient) IsDone(ctx context.Context, handle int64) (bool, error)

IsDone calls the IsDone RPC.

func (*LayoutAnimationControllerClient) SetAnimation1_1

func (c *LayoutAnimationControllerClient) SetAnimation1_1(ctx context.Context, handle int64, arg0 int64) error

SetAnimation1_1 calls the SetAnimation1_1 RPC.

func (*LayoutAnimationControllerClient) SetAnimation2

func (c *LayoutAnimationControllerClient) SetAnimation2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

SetAnimation2 calls the SetAnimation2 RPC.

func (*LayoutAnimationControllerClient) SetDelay

func (c *LayoutAnimationControllerClient) SetDelay(ctx context.Context, handle int64, arg0 float32) error

SetDelay calls the SetDelay RPC.

func (*LayoutAnimationControllerClient) SetInterpolator1_1

func (c *LayoutAnimationControllerClient) SetInterpolator1_1(ctx context.Context, handle int64, arg0 int64) error

SetInterpolator1_1 calls the SetInterpolator1_1 RPC.

func (*LayoutAnimationControllerClient) SetInterpolator2

func (c *LayoutAnimationControllerClient) SetInterpolator2(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

SetInterpolator2 calls the SetInterpolator2 RPC.

func (*LayoutAnimationControllerClient) SetOrder

func (c *LayoutAnimationControllerClient) SetOrder(ctx context.Context, handle int64, arg0 int32) error

SetOrder calls the SetOrder RPC.

func (*LayoutAnimationControllerClient) Start

Start calls the Start RPC.

func (*LayoutAnimationControllerClient) WillOverlap

func (c *LayoutAnimationControllerClient) WillOverlap(ctx context.Context, handle int64) (bool, error)

WillOverlap calls the WillOverlap RPC.

type LayoutTransitionClient

type LayoutTransitionClient struct {
	// contains filtered or unexported fields
}

LayoutTransitionClient wraps the gRPC LayoutTransitionService client.

func NewLayoutTransitionClient

func NewLayoutTransitionClient(cc grpc.ClientConnInterface) *LayoutTransitionClient

NewLayoutTransitionClient creates a new LayoutTransition client.

func (*LayoutTransitionClient) AddChild

func (c *LayoutTransitionClient) AddChild(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

AddChild calls the AddChild RPC.

func (*LayoutTransitionClient) AddTransitionListener

func (c *LayoutTransitionClient) AddTransitionListener(ctx context.Context, handle int64, arg0 int64) error

AddTransitionListener calls the AddTransitionListener RPC.

func (*LayoutTransitionClient) DisableTransitionType

func (c *LayoutTransitionClient) DisableTransitionType(ctx context.Context, handle int64, arg0 int32) error

DisableTransitionType calls the DisableTransitionType RPC.

func (*LayoutTransitionClient) EnableTransitionType

func (c *LayoutTransitionClient) EnableTransitionType(ctx context.Context, handle int64, arg0 int32) error

EnableTransitionType calls the EnableTransitionType RPC.

func (*LayoutTransitionClient) GetAnimator

func (c *LayoutTransitionClient) GetAnimator(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetAnimator calls the GetAnimator RPC.

func (*LayoutTransitionClient) GetDuration

func (c *LayoutTransitionClient) GetDuration(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetDuration calls the GetDuration RPC.

func (*LayoutTransitionClient) GetInterpolator

func (c *LayoutTransitionClient) GetInterpolator(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetInterpolator calls the GetInterpolator RPC.

func (*LayoutTransitionClient) GetStagger

func (c *LayoutTransitionClient) GetStagger(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetStagger calls the GetStagger RPC.

func (*LayoutTransitionClient) GetStartDelay

func (c *LayoutTransitionClient) GetStartDelay(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetStartDelay calls the GetStartDelay RPC.

func (*LayoutTransitionClient) GetTransitionListeners

func (c *LayoutTransitionClient) GetTransitionListeners(ctx context.Context, handle int64) (int64, error)

GetTransitionListeners calls the GetTransitionListeners RPC.

func (*LayoutTransitionClient) HideChild2

func (c *LayoutTransitionClient) HideChild2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

HideChild2 calls the HideChild2 RPC.

func (*LayoutTransitionClient) HideChild3_1

func (c *LayoutTransitionClient) HideChild3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) error

HideChild3_1 calls the HideChild3_1 RPC.

func (*LayoutTransitionClient) IsChangingLayout

func (c *LayoutTransitionClient) IsChangingLayout(ctx context.Context, handle int64) (bool, error)

IsChangingLayout calls the IsChangingLayout RPC.

func (*LayoutTransitionClient) IsRunning

func (c *LayoutTransitionClient) IsRunning(ctx context.Context, handle int64) (bool, error)

IsRunning calls the IsRunning RPC.

func (*LayoutTransitionClient) IsTransitionTypeEnabled

func (c *LayoutTransitionClient) IsTransitionTypeEnabled(ctx context.Context, handle int64, arg0 int32) (bool, error)

IsTransitionTypeEnabled calls the IsTransitionTypeEnabled RPC.

func (*LayoutTransitionClient) RemoveChild

func (c *LayoutTransitionClient) RemoveChild(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

RemoveChild calls the RemoveChild RPC.

func (*LayoutTransitionClient) RemoveTransitionListener

func (c *LayoutTransitionClient) RemoveTransitionListener(ctx context.Context, handle int64, arg0 int64) error

RemoveTransitionListener calls the RemoveTransitionListener RPC.

func (*LayoutTransitionClient) SetAnimateParentHierarchy

func (c *LayoutTransitionClient) SetAnimateParentHierarchy(ctx context.Context, handle int64, arg0 bool) error

SetAnimateParentHierarchy calls the SetAnimateParentHierarchy RPC.

func (*LayoutTransitionClient) SetAnimator

func (c *LayoutTransitionClient) SetAnimator(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetAnimator calls the SetAnimator RPC.

func (*LayoutTransitionClient) SetDuration1_1

func (c *LayoutTransitionClient) SetDuration1_1(ctx context.Context, handle int64, arg0 int64) error

SetDuration1_1 calls the SetDuration1_1 RPC.

func (*LayoutTransitionClient) SetDuration2

func (c *LayoutTransitionClient) SetDuration2(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetDuration2 calls the SetDuration2 RPC.

func (*LayoutTransitionClient) SetInterpolator

func (c *LayoutTransitionClient) SetInterpolator(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetInterpolator calls the SetInterpolator RPC.

func (*LayoutTransitionClient) SetStagger

func (c *LayoutTransitionClient) SetStagger(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetStagger calls the SetStagger RPC.

func (*LayoutTransitionClient) SetStartDelay

func (c *LayoutTransitionClient) SetStartDelay(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetStartDelay calls the SetStartDelay RPC.

func (*LayoutTransitionClient) ShowChild2

func (c *LayoutTransitionClient) ShowChild2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

ShowChild2 calls the ShowChild2 RPC.

func (*LayoutTransitionClient) ShowChild3_1

func (c *LayoutTransitionClient) ShowChild3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) error

ShowChild3_1 calls the ShowChild3_1 RPC.

type LayoutTransitionTransitionListenerClient

type LayoutTransitionTransitionListenerClient struct {
	// contains filtered or unexported fields
}

LayoutTransitionTransitionListenerClient wraps the gRPC LayoutTransitionTransitionListenerService client.

func NewLayoutTransitionTransitionListenerClient

func NewLayoutTransitionTransitionListenerClient(cc grpc.ClientConnInterface) *LayoutTransitionTransitionListenerClient

NewLayoutTransitionTransitionListenerClient creates a new LayoutTransitionTransitionListener client.

func (*LayoutTransitionTransitionListenerClient) EndTransition

func (c *LayoutTransitionTransitionListenerClient) EndTransition(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32) error

EndTransition calls the EndTransition RPC.

func (*LayoutTransitionTransitionListenerClient) StartTransition

func (c *LayoutTransitionTransitionListenerClient) StartTransition(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32) error

StartTransition calls the StartTransition RPC.

type LinearInterpolatorClient

type LinearInterpolatorClient struct {
	// contains filtered or unexported fields
}

LinearInterpolatorClient wraps the gRPC LinearInterpolatorService client.

func NewLinearInterpolatorClient

func NewLinearInterpolatorClient(cc grpc.ClientConnInterface) *LinearInterpolatorClient

NewLinearInterpolatorClient creates a new LinearInterpolator client.

func (*LinearInterpolatorClient) GetInterpolation

func (c *LinearInterpolatorClient) GetInterpolation(ctx context.Context, handle int64, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type ObjectAnimatorClient

type ObjectAnimatorClient struct {
	// contains filtered or unexported fields
}

ObjectAnimatorClient wraps the gRPC ObjectAnimatorService client.

func NewObjectAnimatorClient

func NewObjectAnimatorClient(cc grpc.ClientConnInterface) *ObjectAnimatorClient

NewObjectAnimatorClient creates a new ObjectAnimator client.

func (*ObjectAnimatorClient) Clone0

func (c *ObjectAnimatorClient) Clone0(ctx context.Context, handle int64) (int64, error)

Clone0 calls the Clone0 RPC.

func (*ObjectAnimatorClient) Clone0_1

func (c *ObjectAnimatorClient) Clone0_1(ctx context.Context, handle int64) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*ObjectAnimatorClient) Clone0_2

func (c *ObjectAnimatorClient) Clone0_2(ctx context.Context, handle int64) (int64, error)

Clone0_2 calls the Clone0_2 RPC.

func (*ObjectAnimatorClient) Clone0_3

func (c *ObjectAnimatorClient) Clone0_3(ctx context.Context, handle int64) (int64, error)

Clone0_3 calls the Clone0_3 RPC.

func (*ObjectAnimatorClient) GetPropertyName

func (c *ObjectAnimatorClient) GetPropertyName(ctx context.Context, handle int64) (string, error)

GetPropertyName calls the GetPropertyName RPC.

func (*ObjectAnimatorClient) GetTarget

func (c *ObjectAnimatorClient) GetTarget(ctx context.Context, handle int64) (int64, error)

GetTarget calls the GetTarget RPC.

func (*ObjectAnimatorClient) OfArgb

func (c *ObjectAnimatorClient) OfArgb(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error)

OfArgb calls the OfArgb RPC.

func (*ObjectAnimatorClient) OfFloat3

func (c *ObjectAnimatorClient) OfFloat3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error)

OfFloat3 calls the OfFloat3 RPC.

func (*ObjectAnimatorClient) OfFloat4_1

func (c *ObjectAnimatorClient) OfFloat4_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, arg3 int64) (int64, error)

OfFloat4_1 calls the OfFloat4_1 RPC.

func (*ObjectAnimatorClient) OfInt3

func (c *ObjectAnimatorClient) OfInt3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error)

OfInt3 calls the OfInt3 RPC.

func (*ObjectAnimatorClient) OfInt4_1

func (c *ObjectAnimatorClient) OfInt4_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, arg3 int64) (int64, error)

OfInt4_1 calls the OfInt4_1 RPC.

func (*ObjectAnimatorClient) OfMultiFloat3

func (c *ObjectAnimatorClient) OfMultiFloat3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error)

OfMultiFloat3 calls the OfMultiFloat3 RPC.

func (*ObjectAnimatorClient) OfMultiFloat3_1

func (c *ObjectAnimatorClient) OfMultiFloat3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error)

OfMultiFloat3_1 calls the OfMultiFloat3_1 RPC.

func (*ObjectAnimatorClient) OfMultiInt3

func (c *ObjectAnimatorClient) OfMultiInt3(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error)

OfMultiInt3 calls the OfMultiInt3 RPC.

func (*ObjectAnimatorClient) OfMultiInt3_1

func (c *ObjectAnimatorClient) OfMultiInt3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int64, error)

OfMultiInt3_1 calls the OfMultiInt3_1 RPC.

func (*ObjectAnimatorClient) OfObject

func (c *ObjectAnimatorClient) OfObject(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)

OfObject calls the OfObject RPC.

func (*ObjectAnimatorClient) OfPropertyValuesHolder

func (c *ObjectAnimatorClient) OfPropertyValuesHolder(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

OfPropertyValuesHolder calls the OfPropertyValuesHolder RPC.

func (*ObjectAnimatorClient) SetAutoCancel

func (c *ObjectAnimatorClient) SetAutoCancel(ctx context.Context, handle int64, arg0 bool) error

SetAutoCancel calls the SetAutoCancel RPC.

func (*ObjectAnimatorClient) SetDuration1

func (c *ObjectAnimatorClient) SetDuration1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetDuration1 calls the SetDuration1 RPC.

func (*ObjectAnimatorClient) SetDuration1_1

func (c *ObjectAnimatorClient) SetDuration1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetDuration1_1 calls the SetDuration1_1 RPC.

func (*ObjectAnimatorClient) SetDuration1_2

func (c *ObjectAnimatorClient) SetDuration1_2(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetDuration1_2 calls the SetDuration1_2 RPC.

func (*ObjectAnimatorClient) SetFloatValues

func (c *ObjectAnimatorClient) SetFloatValues(ctx context.Context, handle int64, arg0 int64) error

SetFloatValues calls the SetFloatValues RPC.

func (*ObjectAnimatorClient) SetIntValues

func (c *ObjectAnimatorClient) SetIntValues(ctx context.Context, handle int64, arg0 int64) error

SetIntValues calls the SetIntValues RPC.

func (*ObjectAnimatorClient) SetObjectValues

func (c *ObjectAnimatorClient) SetObjectValues(ctx context.Context, handle int64, arg0 int64) error

SetObjectValues calls the SetObjectValues RPC.

func (*ObjectAnimatorClient) SetProperty

func (c *ObjectAnimatorClient) SetProperty(ctx context.Context, handle int64, arg0 int64) error

SetProperty calls the SetProperty RPC.

func (*ObjectAnimatorClient) SetPropertyName

func (c *ObjectAnimatorClient) SetPropertyName(ctx context.Context, handle int64, arg0 string) error

SetPropertyName calls the SetPropertyName RPC.

func (*ObjectAnimatorClient) SetTarget

func (c *ObjectAnimatorClient) SetTarget(ctx context.Context, handle int64, arg0 int64) error

SetTarget calls the SetTarget RPC.

func (*ObjectAnimatorClient) SetupEndValues

func (c *ObjectAnimatorClient) SetupEndValues(ctx context.Context, handle int64) error

SetupEndValues calls the SetupEndValues RPC.

func (*ObjectAnimatorClient) SetupStartValues

func (c *ObjectAnimatorClient) SetupStartValues(ctx context.Context, handle int64) error

SetupStartValues calls the SetupStartValues RPC.

func (*ObjectAnimatorClient) Start

func (c *ObjectAnimatorClient) Start(ctx context.Context, handle int64) error

Start calls the Start RPC.

func (*ObjectAnimatorClient) ToString

func (c *ObjectAnimatorClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

type OvershootInterpolatorClient

type OvershootInterpolatorClient struct {
	// contains filtered or unexported fields
}

OvershootInterpolatorClient wraps the gRPC OvershootInterpolatorService client.

func NewOvershootInterpolatorClient

func NewOvershootInterpolatorClient(cc grpc.ClientConnInterface) *OvershootInterpolatorClient

NewOvershootInterpolatorClient creates a new OvershootInterpolator client.

func (*OvershootInterpolatorClient) GetInterpolation

func (c *OvershootInterpolatorClient) GetInterpolation(ctx context.Context, handle int64, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type PathInterpolatorClient

type PathInterpolatorClient struct {
	// contains filtered or unexported fields
}

PathInterpolatorClient wraps the gRPC PathInterpolatorService client.

func NewPathInterpolatorClient

func NewPathInterpolatorClient(cc grpc.ClientConnInterface) *PathInterpolatorClient

NewPathInterpolatorClient creates a new PathInterpolator client.

func (*PathInterpolatorClient) GetInterpolation

func (c *PathInterpolatorClient) GetInterpolation(ctx context.Context, handle int64, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type PointFEvaluatorClient

type PointFEvaluatorClient struct {
	// contains filtered or unexported fields
}

PointFEvaluatorClient wraps the gRPC PointFEvaluatorService client.

func NewPointFEvaluatorClient

func NewPointFEvaluatorClient(cc grpc.ClientConnInterface) *PointFEvaluatorClient

NewPointFEvaluatorClient creates a new PointFEvaluator client.

func (*PointFEvaluatorClient) Evaluate3

func (c *PointFEvaluatorClient) Evaluate3(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3 calls the Evaluate3 RPC.

func (*PointFEvaluatorClient) Evaluate3_1

func (c *PointFEvaluatorClient) Evaluate3_1(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3_1 calls the Evaluate3_1 RPC.

type PropertyValuesHolderClient

type PropertyValuesHolderClient struct {
	// contains filtered or unexported fields
}

PropertyValuesHolderClient wraps the gRPC PropertyValuesHolderService client.

func NewPropertyValuesHolderClient

func NewPropertyValuesHolderClient(cc grpc.ClientConnInterface) *PropertyValuesHolderClient

NewPropertyValuesHolderClient creates a new PropertyValuesHolder client.

func (*PropertyValuesHolderClient) Clone0

Clone0 calls the Clone0 RPC.

func (*PropertyValuesHolderClient) Clone0_1

Clone0_1 calls the Clone0_1 RPC.

func (*PropertyValuesHolderClient) GetPropertyName

func (c *PropertyValuesHolderClient) GetPropertyName(ctx context.Context) (string, error)

GetPropertyName calls the GetPropertyName RPC.

func (*PropertyValuesHolderClient) OfFloat

func (c *PropertyValuesHolderClient) OfFloat(ctx context.Context, arg0 string, arg1 int64) (int64, error)

OfFloat calls the OfFloat RPC.

func (*PropertyValuesHolderClient) OfInt

func (c *PropertyValuesHolderClient) OfInt(ctx context.Context, arg0 string, arg1 int64) (int64, error)

OfInt calls the OfInt RPC.

func (*PropertyValuesHolderClient) OfKeyframe2

func (c *PropertyValuesHolderClient) OfKeyframe2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

OfKeyframe2 calls the OfKeyframe2 RPC.

func (*PropertyValuesHolderClient) OfKeyframe2_1

func (c *PropertyValuesHolderClient) OfKeyframe2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error)

OfKeyframe2_1 calls the OfKeyframe2_1 RPC.

func (*PropertyValuesHolderClient) OfMultiFloat2

func (c *PropertyValuesHolderClient) OfMultiFloat2(ctx context.Context, arg0 string, arg1 int64) (int64, error)

OfMultiFloat2 calls the OfMultiFloat2 RPC.

func (*PropertyValuesHolderClient) OfMultiFloat2_1

func (c *PropertyValuesHolderClient) OfMultiFloat2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error)

OfMultiFloat2_1 calls the OfMultiFloat2_1 RPC.

func (*PropertyValuesHolderClient) OfMultiInt2

func (c *PropertyValuesHolderClient) OfMultiInt2(ctx context.Context, arg0 string, arg1 int64) (int64, error)

OfMultiInt2 calls the OfMultiInt2 RPC.

func (*PropertyValuesHolderClient) OfMultiInt2_1

func (c *PropertyValuesHolderClient) OfMultiInt2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error)

OfMultiInt2_1 calls the OfMultiInt2_1 RPC.

func (*PropertyValuesHolderClient) OfObject

func (c *PropertyValuesHolderClient) OfObject(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

OfObject calls the OfObject RPC.

func (*PropertyValuesHolderClient) SetConverter

func (c *PropertyValuesHolderClient) SetConverter(ctx context.Context, arg0 int64) error

SetConverter calls the SetConverter RPC.

func (*PropertyValuesHolderClient) SetEvaluator

func (c *PropertyValuesHolderClient) SetEvaluator(ctx context.Context, arg0 int64) error

SetEvaluator calls the SetEvaluator RPC.

func (*PropertyValuesHolderClient) SetFloatValues

func (c *PropertyValuesHolderClient) SetFloatValues(ctx context.Context, arg0 int64) error

SetFloatValues calls the SetFloatValues RPC.

func (*PropertyValuesHolderClient) SetIntValues

func (c *PropertyValuesHolderClient) SetIntValues(ctx context.Context, arg0 int64) error

SetIntValues calls the SetIntValues RPC.

func (*PropertyValuesHolderClient) SetKeyframes

func (c *PropertyValuesHolderClient) SetKeyframes(ctx context.Context, arg0 int64) error

SetKeyframes calls the SetKeyframes RPC.

func (*PropertyValuesHolderClient) SetObjectValues

func (c *PropertyValuesHolderClient) SetObjectValues(ctx context.Context, arg0 int64) error

SetObjectValues calls the SetObjectValues RPC.

func (*PropertyValuesHolderClient) SetProperty

func (c *PropertyValuesHolderClient) SetProperty(ctx context.Context, arg0 int64) error

SetProperty calls the SetProperty RPC.

func (*PropertyValuesHolderClient) SetPropertyName

func (c *PropertyValuesHolderClient) SetPropertyName(ctx context.Context, arg0 string) error

SetPropertyName calls the SetPropertyName RPC.

func (*PropertyValuesHolderClient) ToString

ToString calls the ToString RPC.

type RectEvaluatorClient

type RectEvaluatorClient struct {
	// contains filtered or unexported fields
}

RectEvaluatorClient wraps the gRPC RectEvaluatorService client.

func NewRectEvaluatorClient

func NewRectEvaluatorClient(cc grpc.ClientConnInterface) *RectEvaluatorClient

NewRectEvaluatorClient creates a new RectEvaluator client.

func (*RectEvaluatorClient) Evaluate3

func (c *RectEvaluatorClient) Evaluate3(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3 calls the Evaluate3 RPC.

func (*RectEvaluatorClient) Evaluate3_1

func (c *RectEvaluatorClient) Evaluate3_1(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (int64, error)

Evaluate3_1 calls the Evaluate3_1 RPC.

type RotateAnimationClient

type RotateAnimationClient struct {
	// contains filtered or unexported fields
}

RotateAnimationClient wraps the gRPC RotateAnimationService client.

func NewRotateAnimationClient

func NewRotateAnimationClient(cc grpc.ClientConnInterface) *RotateAnimationClient

NewRotateAnimationClient creates a new RotateAnimation client.

func (*RotateAnimationClient) Initialize

func (c *RotateAnimationClient) Initialize(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

Initialize calls the Initialize RPC.

type ScaleAnimationClient

type ScaleAnimationClient struct {
	// contains filtered or unexported fields
}

ScaleAnimationClient wraps the gRPC ScaleAnimationService client.

func NewScaleAnimationClient

func NewScaleAnimationClient(cc grpc.ClientConnInterface) *ScaleAnimationClient

NewScaleAnimationClient creates a new ScaleAnimation client.

func (*ScaleAnimationClient) Initialize

func (c *ScaleAnimationClient) Initialize(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

Initialize calls the Initialize RPC.

type SetClient

type SetClient struct {
	// contains filtered or unexported fields
}

SetClient wraps the gRPC SetService client.

func NewSetClient

func NewSetClient(cc grpc.ClientConnInterface) *SetClient

NewSetClient creates a new Set client.

func (*SetClient) AddAnimation

func (c *SetClient) AddAnimation(ctx context.Context, handle int64, arg0 int64) error

AddAnimation calls the AddAnimation RPC.

func (*SetClient) ComputeDurationHint

func (c *SetClient) ComputeDurationHint(ctx context.Context, handle int64) (int64, error)

ComputeDurationHint calls the ComputeDurationHint RPC.

func (*SetClient) GetAnimations

func (c *SetClient) GetAnimations(ctx context.Context, handle int64) (int64, error)

GetAnimations calls the GetAnimations RPC.

func (*SetClient) GetDuration

func (c *SetClient) GetDuration(ctx context.Context, handle int64) (int64, error)

GetDuration calls the GetDuration RPC.

func (*SetClient) GetStartTime

func (c *SetClient) GetStartTime(ctx context.Context, handle int64) (int64, error)

GetStartTime calls the GetStartTime RPC.

func (*SetClient) GetTransformation

func (c *SetClient) GetTransformation(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

GetTransformation calls the GetTransformation RPC.

func (*SetClient) Initialize

func (c *SetClient) Initialize(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

Initialize calls the Initialize RPC.

func (*SetClient) Reset

func (c *SetClient) Reset(ctx context.Context, handle int64) error

Reset calls the Reset RPC.

func (*SetClient) RestrictDuration

func (c *SetClient) RestrictDuration(ctx context.Context, handle int64, arg0 int64) error

RestrictDuration calls the RestrictDuration RPC.

func (*SetClient) ScaleCurrentDuration

func (c *SetClient) ScaleCurrentDuration(ctx context.Context, handle int64, arg0 float32) error

ScaleCurrentDuration calls the ScaleCurrentDuration RPC.

func (*SetClient) SetDuration

func (c *SetClient) SetDuration(ctx context.Context, handle int64, arg0 int64) error

SetDuration calls the SetDuration RPC.

func (*SetClient) SetFillAfter

func (c *SetClient) SetFillAfter(ctx context.Context, handle int64, arg0 bool) error

SetFillAfter calls the SetFillAfter RPC.

func (*SetClient) SetFillBefore

func (c *SetClient) SetFillBefore(ctx context.Context, handle int64, arg0 bool) error

SetFillBefore calls the SetFillBefore RPC.

func (*SetClient) SetRepeatMode

func (c *SetClient) SetRepeatMode(ctx context.Context, handle int64, arg0 int32) error

SetRepeatMode calls the SetRepeatMode RPC.

func (*SetClient) SetStartOffset

func (c *SetClient) SetStartOffset(ctx context.Context, handle int64, arg0 int64) error

SetStartOffset calls the SetStartOffset RPC.

func (*SetClient) SetStartTime

func (c *SetClient) SetStartTime(ctx context.Context, handle int64, arg0 int64) error

SetStartTime calls the SetStartTime RPC.

func (*SetClient) WillChangeBounds

func (c *SetClient) WillChangeBounds(ctx context.Context, handle int64) (bool, error)

WillChangeBounds calls the WillChangeBounds RPC.

func (*SetClient) WillChangeTransformationMatrix

func (c *SetClient) WillChangeTransformationMatrix(ctx context.Context, handle int64) (bool, error)

WillChangeTransformationMatrix calls the WillChangeTransformationMatrix RPC.

type StateListAnimatorClient

type StateListAnimatorClient struct {
	// contains filtered or unexported fields
}

StateListAnimatorClient wraps the gRPC StateListAnimatorService client.

func NewStateListAnimatorClient

func NewStateListAnimatorClient(cc grpc.ClientConnInterface) *StateListAnimatorClient

NewStateListAnimatorClient creates a new StateListAnimator client.

func (*StateListAnimatorClient) AddState

func (c *StateListAnimatorClient) AddState(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

AddState calls the AddState RPC.

func (*StateListAnimatorClient) Clone0

func (c *StateListAnimatorClient) Clone0(ctx context.Context, handle int64) (int64, error)

Clone0 calls the Clone0 RPC.

func (*StateListAnimatorClient) Clone0_1

func (c *StateListAnimatorClient) Clone0_1(ctx context.Context, handle int64) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*StateListAnimatorClient) JumpToCurrentState

func (c *StateListAnimatorClient) JumpToCurrentState(ctx context.Context, handle int64) error

JumpToCurrentState calls the JumpToCurrentState RPC.

type TimeAnimatorClient

type TimeAnimatorClient struct {
	// contains filtered or unexported fields
}

TimeAnimatorClient wraps the gRPC TimeAnimatorService client.

func NewTimeAnimatorClient

func NewTimeAnimatorClient(cc grpc.ClientConnInterface) *TimeAnimatorClient

NewTimeAnimatorClient creates a new TimeAnimator client.

func (*TimeAnimatorClient) SetCurrentPlayTime

func (c *TimeAnimatorClient) SetCurrentPlayTime(ctx context.Context, handle int64, arg0 int64) error

SetCurrentPlayTime calls the SetCurrentPlayTime RPC.

func (*TimeAnimatorClient) SetTimeListener

func (c *TimeAnimatorClient) SetTimeListener(ctx context.Context, handle int64, arg0 int64) error

SetTimeListener calls the SetTimeListener RPC.

func (*TimeAnimatorClient) Start

func (c *TimeAnimatorClient) Start(ctx context.Context, handle int64) error

Start calls the Start RPC.

type TimeAnimatorTimeListenerClient

type TimeAnimatorTimeListenerClient struct {
	// contains filtered or unexported fields
}

TimeAnimatorTimeListenerClient wraps the gRPC TimeAnimatorTimeListenerService client.

func NewTimeAnimatorTimeListenerClient

func NewTimeAnimatorTimeListenerClient(cc grpc.ClientConnInterface) *TimeAnimatorTimeListenerClient

NewTimeAnimatorTimeListenerClient creates a new TimeAnimatorTimeListener client.

func (*TimeAnimatorTimeListenerClient) OnTimeUpdate

func (c *TimeAnimatorTimeListenerClient) OnTimeUpdate(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnTimeUpdate calls the OnTimeUpdate RPC.

type TimeInterpolatorClient

type TimeInterpolatorClient struct {
	// contains filtered or unexported fields
}

TimeInterpolatorClient wraps the gRPC TimeInterpolatorService client.

func NewTimeInterpolatorClient

func NewTimeInterpolatorClient(cc grpc.ClientConnInterface) *TimeInterpolatorClient

NewTimeInterpolatorClient creates a new TimeInterpolator client.

func (*TimeInterpolatorClient) GetInterpolation

func (c *TimeInterpolatorClient) GetInterpolation(ctx context.Context, arg0 float32) (float32, error)

GetInterpolation calls the GetInterpolation RPC.

type TransformationClient

type TransformationClient struct {
	// contains filtered or unexported fields
}

TransformationClient wraps the gRPC TransformationService client.

func NewTransformationClient

func NewTransformationClient(cc grpc.ClientConnInterface) *TransformationClient

NewTransformationClient creates a new Transformation client.

func (*TransformationClient) Clear

func (c *TransformationClient) Clear(ctx context.Context, handle int64) error

Clear calls the Clear RPC.

func (*TransformationClient) Compose

func (c *TransformationClient) Compose(ctx context.Context, handle int64, arg0 int64) error

Compose calls the Compose RPC.

func (*TransformationClient) GetAlpha

func (c *TransformationClient) GetAlpha(ctx context.Context, handle int64) (float32, error)

GetAlpha calls the GetAlpha RPC.

func (*TransformationClient) GetMatrix

func (c *TransformationClient) GetMatrix(ctx context.Context, handle int64) (int64, error)

GetMatrix calls the GetMatrix RPC.

func (*TransformationClient) GetTransformationType

func (c *TransformationClient) GetTransformationType(ctx context.Context, handle int64) (int32, error)

GetTransformationType calls the GetTransformationType RPC.

func (*TransformationClient) Set

func (c *TransformationClient) Set(ctx context.Context, handle int64, arg0 int64) error

Set calls the Set RPC.

func (*TransformationClient) SetAlpha

func (c *TransformationClient) SetAlpha(ctx context.Context, handle int64, arg0 float32) error

SetAlpha calls the SetAlpha RPC.

func (*TransformationClient) SetTransformationType

func (c *TransformationClient) SetTransformationType(ctx context.Context, handle int64, arg0 int32) error

SetTransformationType calls the SetTransformationType RPC.

func (*TransformationClient) ToShortString

func (c *TransformationClient) ToShortString(ctx context.Context, handle int64) (string, error)

ToShortString calls the ToShortString RPC.

func (*TransformationClient) ToString

func (c *TransformationClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

type TranslateAnimationClient

type TranslateAnimationClient struct {
	// contains filtered or unexported fields
}

TranslateAnimationClient wraps the gRPC TranslateAnimationService client.

func NewTranslateAnimationClient

func NewTranslateAnimationClient(cc grpc.ClientConnInterface) *TranslateAnimationClient

NewTranslateAnimationClient creates a new TranslateAnimation client.

func (*TranslateAnimationClient) Initialize

func (c *TranslateAnimationClient) Initialize(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

Initialize calls the Initialize RPC.

type UtilsClient

type UtilsClient struct {
	// contains filtered or unexported fields
}

UtilsClient wraps the gRPC UtilsService client.

func NewUtilsClient

func NewUtilsClient(cc grpc.ClientConnInterface) *UtilsClient

NewUtilsClient creates a new Utils client.

func (*UtilsClient) CurrentAnimationTimeMillis

func (c *UtilsClient) CurrentAnimationTimeMillis(ctx context.Context, handle int64) (int64, error)

CurrentAnimationTimeMillis calls the CurrentAnimationTimeMillis RPC.

func (*UtilsClient) LoadAnimation

func (c *UtilsClient) LoadAnimation(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)

LoadAnimation calls the LoadAnimation RPC.

func (*UtilsClient) LoadInterpolator

func (c *UtilsClient) LoadInterpolator(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)

LoadInterpolator calls the LoadInterpolator RPC.

func (*UtilsClient) LoadLayoutAnimation

func (c *UtilsClient) LoadLayoutAnimation(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)

LoadLayoutAnimation calls the LoadLayoutAnimation RPC.

func (*UtilsClient) MakeInAnimation

func (c *UtilsClient) MakeInAnimation(ctx context.Context, handle int64, arg0 int64, arg1 bool) (int64, error)

MakeInAnimation calls the MakeInAnimation RPC.

func (*UtilsClient) MakeInChildBottomAnimation

func (c *UtilsClient) MakeInChildBottomAnimation(ctx context.Context, handle int64, arg0 int64) (int64, error)

MakeInChildBottomAnimation calls the MakeInChildBottomAnimation RPC.

func (*UtilsClient) MakeOutAnimation

func (c *UtilsClient) MakeOutAnimation(ctx context.Context, handle int64, arg0 int64, arg1 bool) (int64, error)

MakeOutAnimation calls the MakeOutAnimation RPC.

type ValueAnimatorAnimatorUpdateListenerClient

type ValueAnimatorAnimatorUpdateListenerClient struct {
	// contains filtered or unexported fields
}

ValueAnimatorAnimatorUpdateListenerClient wraps the gRPC ValueAnimatorAnimatorUpdateListenerService client.

func NewValueAnimatorAnimatorUpdateListenerClient

func NewValueAnimatorAnimatorUpdateListenerClient(cc grpc.ClientConnInterface) *ValueAnimatorAnimatorUpdateListenerClient

NewValueAnimatorAnimatorUpdateListenerClient creates a new ValueAnimatorAnimatorUpdateListener client.

func (*ValueAnimatorAnimatorUpdateListenerClient) OnAnimationUpdate

func (c *ValueAnimatorAnimatorUpdateListenerClient) OnAnimationUpdate(ctx context.Context, arg0 int64) error

OnAnimationUpdate calls the OnAnimationUpdate RPC.

type ValueAnimatorClient

type ValueAnimatorClient struct {
	// contains filtered or unexported fields
}

ValueAnimatorClient wraps the gRPC ValueAnimatorService client.

func NewValueAnimatorClient

func NewValueAnimatorClient(cc grpc.ClientConnInterface) *ValueAnimatorClient

NewValueAnimatorClient creates a new ValueAnimator client.

func (*ValueAnimatorClient) AddUpdateListener

func (c *ValueAnimatorClient) AddUpdateListener(ctx context.Context, handle int64, arg0 int64) error

AddUpdateListener calls the AddUpdateListener RPC.

func (*ValueAnimatorClient) AreAnimatorsEnabled

func (c *ValueAnimatorClient) AreAnimatorsEnabled(ctx context.Context, handle int64) (bool, error)

AreAnimatorsEnabled calls the AreAnimatorsEnabled RPC.

func (*ValueAnimatorClient) Cancel

func (c *ValueAnimatorClient) Cancel(ctx context.Context, handle int64) error

Cancel calls the Cancel RPC.

func (*ValueAnimatorClient) Clone0

func (c *ValueAnimatorClient) Clone0(ctx context.Context, handle int64) (int64, error)

Clone0 calls the Clone0 RPC.

func (*ValueAnimatorClient) Clone0_1

func (c *ValueAnimatorClient) Clone0_1(ctx context.Context, handle int64) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*ValueAnimatorClient) Clone0_2

func (c *ValueAnimatorClient) Clone0_2(ctx context.Context, handle int64) (int64, error)

Clone0_2 calls the Clone0_2 RPC.

func (*ValueAnimatorClient) End

func (c *ValueAnimatorClient) End(ctx context.Context, handle int64) error

End calls the End RPC.

func (*ValueAnimatorClient) GetAnimatedFraction

func (c *ValueAnimatorClient) GetAnimatedFraction(ctx context.Context, handle int64) (float32, error)

GetAnimatedFraction calls the GetAnimatedFraction RPC.

func (*ValueAnimatorClient) GetAnimatedValue0

func (c *ValueAnimatorClient) GetAnimatedValue0(ctx context.Context, handle int64) (int64, error)

GetAnimatedValue0 calls the GetAnimatedValue0 RPC.

func (*ValueAnimatorClient) GetAnimatedValue1_1

func (c *ValueAnimatorClient) GetAnimatedValue1_1(ctx context.Context, handle int64, arg0 string) (int64, error)

GetAnimatedValue1_1 calls the GetAnimatedValue1_1 RPC.

func (*ValueAnimatorClient) GetCurrentPlayTime

func (c *ValueAnimatorClient) GetCurrentPlayTime(ctx context.Context, handle int64) (int64, error)

GetCurrentPlayTime calls the GetCurrentPlayTime RPC.

func (*ValueAnimatorClient) GetDuration

func (c *ValueAnimatorClient) GetDuration(ctx context.Context, handle int64) (int64, error)

GetDuration calls the GetDuration RPC.

func (*ValueAnimatorClient) GetDurationScale

func (c *ValueAnimatorClient) GetDurationScale(ctx context.Context, handle int64) (float32, error)

GetDurationScale calls the GetDurationScale RPC.

func (*ValueAnimatorClient) GetFrameDelay

func (c *ValueAnimatorClient) GetFrameDelay(ctx context.Context, handle int64) (int64, error)

GetFrameDelay calls the GetFrameDelay RPC.

func (*ValueAnimatorClient) GetInterpolator

func (c *ValueAnimatorClient) GetInterpolator(ctx context.Context, handle int64) (int64, error)

GetInterpolator calls the GetInterpolator RPC.

func (*ValueAnimatorClient) GetRepeatCount

func (c *ValueAnimatorClient) GetRepeatCount(ctx context.Context, handle int64) (int32, error)

GetRepeatCount calls the GetRepeatCount RPC.

func (*ValueAnimatorClient) GetRepeatMode

func (c *ValueAnimatorClient) GetRepeatMode(ctx context.Context, handle int64) (int32, error)

GetRepeatMode calls the GetRepeatMode RPC.

func (*ValueAnimatorClient) GetStartDelay

func (c *ValueAnimatorClient) GetStartDelay(ctx context.Context, handle int64) (int64, error)

GetStartDelay calls the GetStartDelay RPC.

func (*ValueAnimatorClient) GetTotalDuration

func (c *ValueAnimatorClient) GetTotalDuration(ctx context.Context, handle int64) (int64, error)

GetTotalDuration calls the GetTotalDuration RPC.

func (*ValueAnimatorClient) GetValues

func (c *ValueAnimatorClient) GetValues(ctx context.Context, handle int64) (int64, error)

GetValues calls the GetValues RPC.

func (*ValueAnimatorClient) IsRunning

func (c *ValueAnimatorClient) IsRunning(ctx context.Context, handle int64) (bool, error)

IsRunning calls the IsRunning RPC.

func (*ValueAnimatorClient) IsStarted

func (c *ValueAnimatorClient) IsStarted(ctx context.Context, handle int64) (bool, error)

IsStarted calls the IsStarted RPC.

func (*ValueAnimatorClient) OfArgb

func (c *ValueAnimatorClient) OfArgb(ctx context.Context, handle int64, arg0 int64) (int64, error)

OfArgb calls the OfArgb RPC.

func (*ValueAnimatorClient) OfFloat

func (c *ValueAnimatorClient) OfFloat(ctx context.Context, handle int64, arg0 int64) (int64, error)

OfFloat calls the OfFloat RPC.

func (*ValueAnimatorClient) OfInt

func (c *ValueAnimatorClient) OfInt(ctx context.Context, handle int64, arg0 int64) (int64, error)

OfInt calls the OfInt RPC.

func (*ValueAnimatorClient) OfObject

func (c *ValueAnimatorClient) OfObject(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

OfObject calls the OfObject RPC.

func (*ValueAnimatorClient) OfPropertyValuesHolder

func (c *ValueAnimatorClient) OfPropertyValuesHolder(ctx context.Context, handle int64, arg0 int64) (int64, error)

OfPropertyValuesHolder calls the OfPropertyValuesHolder RPC.

func (*ValueAnimatorClient) Pause

func (c *ValueAnimatorClient) Pause(ctx context.Context, handle int64) error

Pause calls the Pause RPC.

func (*ValueAnimatorClient) RegisterDurationScaleChangeListener

func (c *ValueAnimatorClient) RegisterDurationScaleChangeListener(ctx context.Context, handle int64, arg0 int64) (bool, error)

RegisterDurationScaleChangeListener calls the RegisterDurationScaleChangeListener RPC.

func (*ValueAnimatorClient) RemoveAllUpdateListeners

func (c *ValueAnimatorClient) RemoveAllUpdateListeners(ctx context.Context, handle int64) error

RemoveAllUpdateListeners calls the RemoveAllUpdateListeners RPC.

func (*ValueAnimatorClient) RemoveUpdateListener

func (c *ValueAnimatorClient) RemoveUpdateListener(ctx context.Context, handle int64, arg0 int64) error

RemoveUpdateListener calls the RemoveUpdateListener RPC.

func (*ValueAnimatorClient) Resume

func (c *ValueAnimatorClient) Resume(ctx context.Context, handle int64) error

Resume calls the Resume RPC.

func (*ValueAnimatorClient) Reverse

func (c *ValueAnimatorClient) Reverse(ctx context.Context, handle int64) error

Reverse calls the Reverse RPC.

func (*ValueAnimatorClient) SetCurrentFraction

func (c *ValueAnimatorClient) SetCurrentFraction(ctx context.Context, handle int64, arg0 float32) error

SetCurrentFraction calls the SetCurrentFraction RPC.

func (*ValueAnimatorClient) SetCurrentPlayTime

func (c *ValueAnimatorClient) SetCurrentPlayTime(ctx context.Context, handle int64, arg0 int64) error

SetCurrentPlayTime calls the SetCurrentPlayTime RPC.

func (*ValueAnimatorClient) SetDuration1

func (c *ValueAnimatorClient) SetDuration1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetDuration1 calls the SetDuration1 RPC.

func (*ValueAnimatorClient) SetDuration1_1

func (c *ValueAnimatorClient) SetDuration1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetDuration1_1 calls the SetDuration1_1 RPC.

func (*ValueAnimatorClient) SetEvaluator

func (c *ValueAnimatorClient) SetEvaluator(ctx context.Context, handle int64, arg0 int64) error

SetEvaluator calls the SetEvaluator RPC.

func (*ValueAnimatorClient) SetFloatValues

func (c *ValueAnimatorClient) SetFloatValues(ctx context.Context, handle int64, arg0 int64) error

SetFloatValues calls the SetFloatValues RPC.

func (*ValueAnimatorClient) SetFrameDelay

func (c *ValueAnimatorClient) SetFrameDelay(ctx context.Context, handle int64, arg0 int64) error

SetFrameDelay calls the SetFrameDelay RPC.

func (*ValueAnimatorClient) SetIntValues

func (c *ValueAnimatorClient) SetIntValues(ctx context.Context, handle int64, arg0 int64) error

SetIntValues calls the SetIntValues RPC.

func (*ValueAnimatorClient) SetInterpolator

func (c *ValueAnimatorClient) SetInterpolator(ctx context.Context, handle int64, arg0 int64) error

SetInterpolator calls the SetInterpolator RPC.

func (*ValueAnimatorClient) SetObjectValues

func (c *ValueAnimatorClient) SetObjectValues(ctx context.Context, handle int64, arg0 int64) error

SetObjectValues calls the SetObjectValues RPC.

func (*ValueAnimatorClient) SetRepeatCount

func (c *ValueAnimatorClient) SetRepeatCount(ctx context.Context, handle int64, arg0 int32) error

SetRepeatCount calls the SetRepeatCount RPC.

func (*ValueAnimatorClient) SetRepeatMode

func (c *ValueAnimatorClient) SetRepeatMode(ctx context.Context, handle int64, arg0 int32) error

SetRepeatMode calls the SetRepeatMode RPC.

func (*ValueAnimatorClient) SetStartDelay

func (c *ValueAnimatorClient) SetStartDelay(ctx context.Context, handle int64, arg0 int64) error

SetStartDelay calls the SetStartDelay RPC.

func (*ValueAnimatorClient) SetValues

func (c *ValueAnimatorClient) SetValues(ctx context.Context, handle int64, arg0 int64) error

SetValues calls the SetValues RPC.

func (*ValueAnimatorClient) Start

func (c *ValueAnimatorClient) Start(ctx context.Context, handle int64) error

Start calls the Start RPC.

func (*ValueAnimatorClient) ToString

func (c *ValueAnimatorClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*ValueAnimatorClient) UnregisterDurationScaleChangeListener

func (c *ValueAnimatorClient) UnregisterDurationScaleChangeListener(ctx context.Context, handle int64, arg0 int64) (bool, error)

UnregisterDurationScaleChangeListener calls the UnregisterDurationScaleChangeListener RPC.

type ValueAnimatorDurationScaleChangeListenerClient

type ValueAnimatorDurationScaleChangeListenerClient struct {
	// contains filtered or unexported fields
}

ValueAnimatorDurationScaleChangeListenerClient wraps the gRPC ValueAnimatorDurationScaleChangeListenerService client.

func NewValueAnimatorDurationScaleChangeListenerClient

func NewValueAnimatorDurationScaleChangeListenerClient(cc grpc.ClientConnInterface) *ValueAnimatorDurationScaleChangeListenerClient

NewValueAnimatorDurationScaleChangeListenerClient creates a new ValueAnimatorDurationScaleChangeListener client.

func (*ValueAnimatorDurationScaleChangeListenerClient) OnChanged

OnChanged calls the OnChanged RPC.

Jump to

Keyboard shortcuts

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