Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type AdaptiveIconDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AdaptiveIconDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *AdaptiveIconDrawableServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *AdaptiveIconDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *AdaptiveIconDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *AdaptiveIconDrawableServer) GetBackground(_ context.Context, req *pb.GetBackgroundRequest) (*pb.GetBackgroundResponse, error) + func (s *AdaptiveIconDrawableServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *AdaptiveIconDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *AdaptiveIconDrawableServer) GetExtraInsetFraction(_ context.Context, req *pb.GetExtraInsetFractionRequest) (*pb.GetExtraInsetFractionResponse, error) + func (s *AdaptiveIconDrawableServer) GetForeground(_ context.Context, req *pb.GetForegroundRequest) (*pb.GetForegroundResponse, error) + func (s *AdaptiveIconDrawableServer) GetHotspotBounds(_ context.Context, req *pb.GetHotspotBoundsRequest) (*pb.GetHotspotBoundsResponse, error) + func (s *AdaptiveIconDrawableServer) GetIconMask(_ context.Context, req *pb.GetIconMaskRequest) (*pb.GetIconMaskResponse, error) + func (s *AdaptiveIconDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *AdaptiveIconDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *AdaptiveIconDrawableServer) GetMonochrome(_ context.Context, req *pb.GetMonochromeRequest) (*pb.GetMonochromeResponse, error) + func (s *AdaptiveIconDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *AdaptiveIconDrawableServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *AdaptiveIconDrawableServer) GetTransparentRegion(_ context.Context, req *pb.AdaptiveIconDrawableGetTransparentRegionRequest) (*pb.GetTransparentRegionResponse, error) + func (s *AdaptiveIconDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *AdaptiveIconDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *AdaptiveIconDrawableServer) InvalidateDrawable(_ context.Context, req *pb.InvalidateDrawableRequest) (*pb.InvalidateDrawableResponse, error) + func (s *AdaptiveIconDrawableServer) InvalidateSelf(_ context.Context, req *pb.AdaptiveIconDrawableInvalidateSelfRequest) (*pb.InvalidateSelfResponse, error) + func (s *AdaptiveIconDrawableServer) IsAutoMirrored(_ context.Context, req *pb.IsAutoMirroredRequest) (*pb.IsAutoMirroredResponse, error) + func (s *AdaptiveIconDrawableServer) IsProjected(_ context.Context, req *pb.IsProjectedRequest) (*pb.IsProjectedResponse, error) + func (s *AdaptiveIconDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *AdaptiveIconDrawableServer) JumpToCurrentState(_ context.Context, req *pb.JumpToCurrentStateRequest) (*pb.JumpToCurrentStateResponse, error) + func (s *AdaptiveIconDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *AdaptiveIconDrawableServer) NewAdaptiveIconDrawable(_ context.Context, req *pb.NewAdaptiveIconDrawableRequest) (*pb.NewAdaptiveIconDrawableResponse, error) + func (s *AdaptiveIconDrawableServer) ScheduleDrawable(_ context.Context, req *pb.ScheduleDrawableRequest) (*pb.ScheduleDrawableResponse, error) + func (s *AdaptiveIconDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *AdaptiveIconDrawableServer) SetAutoMirrored(_ context.Context, req *pb.SetAutoMirroredRequest) (*pb.SetAutoMirroredResponse, error) + func (s *AdaptiveIconDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *AdaptiveIconDrawableServer) SetDither(_ context.Context, req *pb.SetDitherRequest) (*pb.SetDitherResponse, error) + func (s *AdaptiveIconDrawableServer) SetHotspot(_ context.Context, req *pb.SetHotspotRequest) (*pb.SetHotspotResponse, error) + func (s *AdaptiveIconDrawableServer) SetHotspotBounds(_ context.Context, req *pb.SetHotspotBoundsRequest) (*pb.SetHotspotBoundsResponse, error) + func (s *AdaptiveIconDrawableServer) SetOpacity(_ context.Context, req *pb.SetOpacityRequest) (*pb.SetOpacityResponse, error) + func (s *AdaptiveIconDrawableServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *AdaptiveIconDrawableServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error) + func (s *AdaptiveIconDrawableServer) SetVisible(_ context.Context, req *pb.SetVisibleRequest) (*pb.SetVisibleResponse, error) + func (s *AdaptiveIconDrawableServer) UnscheduleDrawable(_ context.Context, req *pb.UnscheduleDrawableRequest) (*pb.UnscheduleDrawableResponse, error) + type AnimatedImageDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AnimatedImageDrawableServer) ClearAnimationCallbacks(_ context.Context, req *pb.ClearAnimationCallbacksRequest) (*pb.ClearAnimationCallbacksResponse, error) + func (s *AnimatedImageDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *AnimatedImageDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *AnimatedImageDrawableServer) GetColorFilter(_ context.Context, req *pb.GetColorFilterRequest) (*pb.GetColorFilterResponse, error) + func (s *AnimatedImageDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *AnimatedImageDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *AnimatedImageDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *AnimatedImageDrawableServer) GetRepeatCount(_ context.Context, req *pb.GetRepeatCountRequest) (*pb.GetRepeatCountResponse, error) + func (s *AnimatedImageDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *AnimatedImageDrawableServer) IsAutoMirrored(_ context.Context, req *pb.IsAutoMirroredRequest) (*pb.IsAutoMirroredResponse, error) + func (s *AnimatedImageDrawableServer) IsFilterBitmap(_ context.Context, req *pb.AnimatedImageDrawableIsFilterBitmapRequest) (*pb.IsFilterBitmapResponse, error) + func (s *AnimatedImageDrawableServer) IsRunning(_ context.Context, req *pb.IsRunningRequest) (*pb.IsRunningResponse, error) + func (s *AnimatedImageDrawableServer) NewAnimatedImageDrawable(_ context.Context, req *pb.NewAnimatedImageDrawableRequest) (*pb.NewAnimatedImageDrawableResponse, error) + func (s *AnimatedImageDrawableServer) OnLayoutDirectionChanged(_ context.Context, req *pb.OnLayoutDirectionChangedRequest) (*pb.OnLayoutDirectionChangedResponse, error) + func (s *AnimatedImageDrawableServer) RegisterAnimationCallback(_ context.Context, req *pb.RegisterAnimationCallbackRequest) (*pb.RegisterAnimationCallbackResponse, error) + func (s *AnimatedImageDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *AnimatedImageDrawableServer) SetAutoMirrored(_ context.Context, req *pb.SetAutoMirroredRequest) (*pb.SetAutoMirroredResponse, error) + func (s *AnimatedImageDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *AnimatedImageDrawableServer) SetFilterBitmap(_ context.Context, req *pb.AnimatedImageDrawableSetFilterBitmapRequest) (*pb.SetFilterBitmapResponse, error) + func (s *AnimatedImageDrawableServer) SetRepeatCount(_ context.Context, req *pb.SetRepeatCountRequest) (*pb.SetRepeatCountResponse, error) + func (s *AnimatedImageDrawableServer) Start(_ context.Context, req *pb.StartRequest) (*pb.StartResponse, error) + func (s *AnimatedImageDrawableServer) Stop(_ context.Context, req *pb.StopRequest) (*pb.StopResponse, error) + func (s *AnimatedImageDrawableServer) UnregisterAnimationCallback(_ context.Context, req *pb.UnregisterAnimationCallbackRequest) (*pb.UnregisterAnimationCallbackResponse, error) + type AnimatedStateListDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AnimatedStateListDrawableServer) AddState(_ context.Context, req *pb.AnimatedStateListDrawableAddStateRequest) (*pb.AddStateResponse, error) + func (s *AnimatedStateListDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *AnimatedStateListDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *AnimatedStateListDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *AnimatedStateListDrawableServer) JumpToCurrentState(_ context.Context, req *pb.JumpToCurrentStateRequest) (*pb.JumpToCurrentStateResponse, error) + func (s *AnimatedStateListDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *AnimatedStateListDrawableServer) NewAnimatedStateListDrawable(_ context.Context, req *pb.NewAnimatedStateListDrawableRequest) (*pb.NewAnimatedStateListDrawableResponse, error) + func (s *AnimatedStateListDrawableServer) SetVisible(_ context.Context, req *pb.SetVisibleRequest) (*pb.SetVisibleResponse, error) + type AnimatedVectorDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AnimatedVectorDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *AnimatedVectorDrawableServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *AnimatedVectorDrawableServer) ClearAnimationCallbacks(_ context.Context, req *pb.ClearAnimationCallbacksRequest) (*pb.ClearAnimationCallbacksResponse, error) + func (s *AnimatedVectorDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *AnimatedVectorDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *AnimatedVectorDrawableServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *AnimatedVectorDrawableServer) GetColorFilter(_ context.Context, req *pb.GetColorFilterRequest) (*pb.GetColorFilterResponse, error) + func (s *AnimatedVectorDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *AnimatedVectorDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *AnimatedVectorDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *AnimatedVectorDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *AnimatedVectorDrawableServer) GetOpticalInsets(_ context.Context, req *pb.GetOpticalInsetsRequest) (*pb.GetOpticalInsetsResponse, error) + func (s *AnimatedVectorDrawableServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *AnimatedVectorDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *AnimatedVectorDrawableServer) IsRunning(_ context.Context, req *pb.IsRunningRequest) (*pb.IsRunningResponse, error) + func (s *AnimatedVectorDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *AnimatedVectorDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *AnimatedVectorDrawableServer) NewAnimatedVectorDrawable(_ context.Context, req *pb.NewAnimatedVectorDrawableRequest) (*pb.NewAnimatedVectorDrawableResponse, error) + func (s *AnimatedVectorDrawableServer) OnLayoutDirectionChanged(_ context.Context, req *pb.OnLayoutDirectionChangedRequest) (*pb.OnLayoutDirectionChangedResponse, error) + func (s *AnimatedVectorDrawableServer) RegisterAnimationCallback(_ context.Context, req *pb.RegisterAnimationCallbackRequest) (*pb.RegisterAnimationCallbackResponse, error) + func (s *AnimatedVectorDrawableServer) Reset(_ context.Context, req *pb.ResetRequest) (*pb.ResetResponse, error) + func (s *AnimatedVectorDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *AnimatedVectorDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *AnimatedVectorDrawableServer) SetHotspot(_ context.Context, req *pb.SetHotspotRequest) (*pb.SetHotspotResponse, error) + func (s *AnimatedVectorDrawableServer) SetHotspotBounds(_ context.Context, req *pb.SetHotspotBoundsRequest) (*pb.SetHotspotBoundsResponse, error) + func (s *AnimatedVectorDrawableServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *AnimatedVectorDrawableServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error) + func (s *AnimatedVectorDrawableServer) SetVisible(_ context.Context, req *pb.SetVisibleRequest) (*pb.SetVisibleResponse, error) + func (s *AnimatedVectorDrawableServer) Start(_ context.Context, req *pb.StartRequest) (*pb.StartResponse, error) + func (s *AnimatedVectorDrawableServer) Stop(_ context.Context, req *pb.StopRequest) (*pb.StopResponse, error) + func (s *AnimatedVectorDrawableServer) UnregisterAnimationCallback(_ context.Context, req *pb.UnregisterAnimationCallbackRequest) (*pb.UnregisterAnimationCallbackResponse, error) + type AnimationDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AnimationDrawableServer) AddFrame(_ context.Context, req *pb.AddFrameRequest) (*pb.AddFrameResponse, error) + func (s *AnimationDrawableServer) GetDuration(_ context.Context, req *pb.GetDurationRequest) (*pb.GetDurationResponse, error) + func (s *AnimationDrawableServer) GetFrame(_ context.Context, req *pb.GetFrameRequest) (*pb.GetFrameResponse, error) + func (s *AnimationDrawableServer) GetNumberOfFrames(_ context.Context, req *pb.GetNumberOfFramesRequest) (*pb.GetNumberOfFramesResponse, error) + func (s *AnimationDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *AnimationDrawableServer) IsOneShot(_ context.Context, req *pb.IsOneShotRequest) (*pb.IsOneShotResponse, error) + func (s *AnimationDrawableServer) IsRunning(_ context.Context, req *pb.IsRunningRequest) (*pb.IsRunningResponse, error) + func (s *AnimationDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *AnimationDrawableServer) NewAnimationDrawable(_ context.Context, req *pb.NewAnimationDrawableRequest) (*pb.NewAnimationDrawableResponse, error) + func (s *AnimationDrawableServer) Run(_ context.Context, req *pb.RunRequest) (*pb.RunResponse, error) + func (s *AnimationDrawableServer) SetOneShot(_ context.Context, req *pb.SetOneShotRequest) (*pb.SetOneShotResponse, error) + func (s *AnimationDrawableServer) SetVisible(_ context.Context, req *pb.SetVisibleRequest) (*pb.SetVisibleResponse, error) + func (s *AnimationDrawableServer) Start(_ context.Context, req *pb.StartRequest) (*pb.StartResponse, error) + func (s *AnimationDrawableServer) Stop(_ context.Context, req *pb.StopRequest) (*pb.StopResponse, error) + func (s *AnimationDrawableServer) UnscheduleSelf(_ context.Context, req *pb.AnimationDrawableUnscheduleSelfRequest) (*pb.UnscheduleSelfResponse, error) + type BitmapDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *BitmapDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *BitmapDrawableServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *BitmapDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *BitmapDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *BitmapDrawableServer) GetBitmap(_ context.Context, req *pb.GetBitmapRequest) (*pb.GetBitmapResponse, error) + func (s *BitmapDrawableServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *BitmapDrawableServer) GetColorFilter(_ context.Context, req *pb.GetColorFilterRequest) (*pb.GetColorFilterResponse, error) + func (s *BitmapDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *BitmapDrawableServer) GetGravity(_ context.Context, req *pb.GetGravityRequest) (*pb.GetGravityResponse, error) + func (s *BitmapDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *BitmapDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *BitmapDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *BitmapDrawableServer) GetOpticalInsets(_ context.Context, req *pb.GetOpticalInsetsRequest) (*pb.GetOpticalInsetsResponse, error) + func (s *BitmapDrawableServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *BitmapDrawableServer) GetPaint(_ context.Context, req *pb.GetPaintRequest) (*pb.GetPaintResponse, error) + func (s *BitmapDrawableServer) GetTileModeX(_ context.Context, req *pb.GetTileModeXRequest) (*pb.GetTileModeXResponse, error) + func (s *BitmapDrawableServer) GetTileModeY(_ context.Context, req *pb.GetTileModeYRequest) (*pb.GetTileModeYResponse, error) + func (s *BitmapDrawableServer) HasAntiAlias(_ context.Context, req *pb.HasAntiAliasRequest) (*pb.HasAntiAliasResponse, error) + func (s *BitmapDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *BitmapDrawableServer) HasMipMap(_ context.Context, req *pb.HasMipMapRequest) (*pb.HasMipMapResponse, error) + func (s *BitmapDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *BitmapDrawableServer) IsAutoMirrored(_ context.Context, req *pb.IsAutoMirroredRequest) (*pb.IsAutoMirroredResponse, error) + func (s *BitmapDrawableServer) IsFilterBitmap(_ context.Context, req *pb.BitmapDrawableIsFilterBitmapRequest) (*pb.IsFilterBitmapResponse, error) + func (s *BitmapDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *BitmapDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *BitmapDrawableServer) NewBitmapDrawable(_ context.Context, req *pb.NewBitmapDrawableRequest) (*pb.NewBitmapDrawableResponse, error) + func (s *BitmapDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *BitmapDrawableServer) SetAntiAlias(_ context.Context, req *pb.SetAntiAliasRequest) (*pb.SetAntiAliasResponse, error) + func (s *BitmapDrawableServer) SetAutoMirrored(_ context.Context, req *pb.SetAutoMirroredRequest) (*pb.SetAutoMirroredResponse, error) + func (s *BitmapDrawableServer) SetBitmap(_ context.Context, req *pb.SetBitmapRequest) (*pb.SetBitmapResponse, error) + func (s *BitmapDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *BitmapDrawableServer) SetDither(_ context.Context, req *pb.SetDitherRequest) (*pb.SetDitherResponse, error) + func (s *BitmapDrawableServer) SetFilterBitmap(_ context.Context, req *pb.BitmapDrawableSetFilterBitmapRequest) (*pb.SetFilterBitmapResponse, error) + func (s *BitmapDrawableServer) SetGravity(_ context.Context, req *pb.SetGravityRequest) (*pb.SetGravityResponse, error) + func (s *BitmapDrawableServer) SetMipMap(_ context.Context, req *pb.SetMipMapRequest) (*pb.SetMipMapResponse, error) + func (s *BitmapDrawableServer) SetTargetDensity1(_ context.Context, req *pb.SetTargetDensity1Request) (*pb.SetTargetDensity1Response, error) + func (s *BitmapDrawableServer) SetTargetDensity1_1(_ context.Context, req *pb.SetTargetDensity1_1Request) (*pb.SetTargetDensity1_1Response, error) + func (s *BitmapDrawableServer) SetTargetDensity1_2(_ context.Context, req *pb.SetTargetDensity1_2Request) (*pb.SetTargetDensity1_2Response, error) + func (s *BitmapDrawableServer) SetTileModeX(_ context.Context, req *pb.SetTileModeXRequest) (*pb.SetTileModeXResponse, error) + func (s *BitmapDrawableServer) SetTileModeXY(_ context.Context, req *pb.SetTileModeXYRequest) (*pb.SetTileModeXYResponse, error) + func (s *BitmapDrawableServer) SetTileModeY(_ context.Context, req *pb.SetTileModeYRequest) (*pb.SetTileModeYResponse, error) + func (s *BitmapDrawableServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *BitmapDrawableServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error) + type ClipDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ClipDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *ClipDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *ClipDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *ClipDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *ClipDrawableServer) NewClipDrawable(_ context.Context, req *pb.NewClipDrawableRequest) (*pb.NewClipDrawableResponse, error) + type ColorDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ColorDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *ColorDrawableServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *ColorDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *ColorDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *ColorDrawableServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *ColorDrawableServer) GetColor(_ context.Context, req *pb.GetColorRequest) (*pb.GetColorResponse, error) + func (s *ColorDrawableServer) GetColorFilter(_ context.Context, req *pb.GetColorFilterRequest) (*pb.GetColorFilterResponse, error) + func (s *ColorDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *ColorDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *ColorDrawableServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *ColorDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *ColorDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *ColorDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *ColorDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *ColorDrawableServer) NewColorDrawable(_ context.Context, req *pb.NewColorDrawableRequest) (*pb.NewColorDrawableResponse, error) + func (s *ColorDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *ColorDrawableServer) SetColor(_ context.Context, req *pb.SetColorRequest) (*pb.SetColorResponse, error) + func (s *ColorDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *ColorDrawableServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *ColorDrawableServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error) + type ColorStateListDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ColorStateListDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *ColorStateListDrawableServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *ColorStateListDrawableServer) ClearAlpha(_ context.Context, req *pb.ClearAlphaRequest) (*pb.ClearAlphaResponse, error) + func (s *ColorStateListDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *ColorStateListDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *ColorStateListDrawableServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *ColorStateListDrawableServer) GetColorFilter(_ context.Context, req *pb.GetColorFilterRequest) (*pb.GetColorFilterResponse, error) + func (s *ColorStateListDrawableServer) GetColorStateList(_ context.Context, req *pb.GetColorStateListRequest) (*pb.GetColorStateListResponse, error) + func (s *ColorStateListDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *ColorStateListDrawableServer) GetCurrent(_ context.Context, req *pb.GetCurrentRequest) (*pb.GetCurrentResponse, error) + func (s *ColorStateListDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *ColorStateListDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *ColorStateListDrawableServer) InvalidateDrawable(_ context.Context, req *pb.InvalidateDrawableRequest) (*pb.InvalidateDrawableResponse, error) + func (s *ColorStateListDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *ColorStateListDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *ColorStateListDrawableServer) NewColorStateListDrawable(_ context.Context, req *pb.NewColorStateListDrawableRequest) (*pb.NewColorStateListDrawableResponse, error) + func (s *ColorStateListDrawableServer) ScheduleDrawable(_ context.Context, req *pb.ScheduleDrawableRequest) (*pb.ScheduleDrawableResponse, error) + func (s *ColorStateListDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *ColorStateListDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *ColorStateListDrawableServer) SetColorStateList(_ context.Context, req *pb.SetColorStateListRequest) (*pb.SetColorStateListResponse, error) + func (s *ColorStateListDrawableServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *ColorStateListDrawableServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error) + func (s *ColorStateListDrawableServer) UnscheduleDrawable(_ context.Context, req *pb.UnscheduleDrawableRequest) (*pb.UnscheduleDrawableResponse, error) + type ContainerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ContainerServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *ContainerServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *ContainerServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *ContainerServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *ContainerServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *ContainerServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *ContainerServer) GetCurrent(_ context.Context, req *pb.GetCurrentRequest) (*pb.GetCurrentResponse, error) + func (s *ContainerServer) GetHotspotBounds(_ context.Context, req *pb.GetHotspotBoundsRequest) (*pb.GetHotspotBoundsResponse, error) + func (s *ContainerServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *ContainerServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *ContainerServer) GetMinimumHeight(_ context.Context, req *pb.GetMinimumHeightRequest) (*pb.GetMinimumHeightResponse, error) + func (s *ContainerServer) GetMinimumWidth(_ context.Context, req *pb.GetMinimumWidthRequest) (*pb.GetMinimumWidthResponse, error) + func (s *ContainerServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *ContainerServer) GetOpticalInsets(_ context.Context, req *pb.GetOpticalInsetsRequest) (*pb.GetOpticalInsetsResponse, error) + func (s *ContainerServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *ContainerServer) GetPadding(_ context.Context, req *pb.GetPaddingRequest) (*pb.GetPaddingResponse, error) + func (s *ContainerServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *ContainerServer) InvalidateDrawable(_ context.Context, req *pb.InvalidateDrawableRequest) (*pb.InvalidateDrawableResponse, error) + func (s *ContainerServer) IsAutoMirrored(_ context.Context, req *pb.IsAutoMirroredRequest) (*pb.IsAutoMirroredResponse, error) + func (s *ContainerServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *ContainerServer) JumpToCurrentState(_ context.Context, req *pb.JumpToCurrentStateRequest) (*pb.JumpToCurrentStateResponse, error) + func (s *ContainerServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *ContainerServer) NewContainer(_ context.Context, req *pb.NewContainerRequest) (*pb.NewContainerResponse, error) + func (s *ContainerServer) OnLayoutDirectionChanged(_ context.Context, req *pb.OnLayoutDirectionChangedRequest) (*pb.OnLayoutDirectionChangedResponse, error) + func (s *ContainerServer) ScheduleDrawable(_ context.Context, req *pb.ScheduleDrawableRequest) (*pb.ScheduleDrawableResponse, error) + func (s *ContainerServer) SelectDrawable(_ context.Context, req *pb.SelectDrawableRequest) (*pb.SelectDrawableResponse, error) + func (s *ContainerServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *ContainerServer) SetAutoMirrored(_ context.Context, req *pb.SetAutoMirroredRequest) (*pb.SetAutoMirroredResponse, error) + func (s *ContainerServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *ContainerServer) SetDither(_ context.Context, req *pb.SetDitherRequest) (*pb.SetDitherResponse, error) + func (s *ContainerServer) SetEnterFadeDuration(_ context.Context, req *pb.SetEnterFadeDurationRequest) (*pb.SetEnterFadeDurationResponse, error) + func (s *ContainerServer) SetExitFadeDuration(_ context.Context, req *pb.SetExitFadeDurationRequest) (*pb.SetExitFadeDurationResponse, error) + func (s *ContainerServer) SetHotspot(_ context.Context, req *pb.SetHotspotRequest) (*pb.SetHotspotResponse, error) + func (s *ContainerServer) SetHotspotBounds(_ context.Context, req *pb.SetHotspotBoundsRequest) (*pb.SetHotspotBoundsResponse, error) + func (s *ContainerServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *ContainerServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error) + func (s *ContainerServer) SetVisible(_ context.Context, req *pb.SetVisibleRequest) (*pb.SetVisibleResponse, error) + func (s *ContainerServer) UnscheduleDrawable(_ context.Context, req *pb.UnscheduleDrawableRequest) (*pb.UnscheduleDrawableResponse, error) + type GradientDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *GradientDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *GradientDrawableServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *GradientDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *GradientDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *GradientDrawableServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *GradientDrawableServer) GetColor(_ context.Context, req *pb.GetColorRequest) (*pb.GradientDrawableGetColorResponse, error) + func (s *GradientDrawableServer) GetColorFilter(_ context.Context, req *pb.GetColorFilterRequest) (*pb.GetColorFilterResponse, error) + func (s *GradientDrawableServer) GetColors(_ context.Context, req *pb.GetColorsRequest) (*pb.GetColorsResponse, error) + func (s *GradientDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *GradientDrawableServer) GetCornerRadii(_ context.Context, req *pb.GetCornerRadiiRequest) (*pb.GetCornerRadiiResponse, error) + func (s *GradientDrawableServer) GetCornerRadius(_ context.Context, req *pb.GetCornerRadiusRequest) (*pb.GetCornerRadiusResponse, error) + func (s *GradientDrawableServer) GetGradientCenterX(_ context.Context, req *pb.GetGradientCenterXRequest) (*pb.GetGradientCenterXResponse, error) + func (s *GradientDrawableServer) GetGradientCenterY(_ context.Context, req *pb.GetGradientCenterYRequest) (*pb.GetGradientCenterYResponse, error) + func (s *GradientDrawableServer) GetGradientRadius(_ context.Context, req *pb.GetGradientRadiusRequest) (*pb.GetGradientRadiusResponse, error) + func (s *GradientDrawableServer) GetGradientType(_ context.Context, req *pb.GetGradientTypeRequest) (*pb.GetGradientTypeResponse, error) + func (s *GradientDrawableServer) GetInnerRadius(_ context.Context, req *pb.GetInnerRadiusRequest) (*pb.GetInnerRadiusResponse, error) + func (s *GradientDrawableServer) GetInnerRadiusRatio(_ context.Context, req *pb.GetInnerRadiusRatioRequest) (*pb.GetInnerRadiusRatioResponse, error) + func (s *GradientDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *GradientDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *GradientDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *GradientDrawableServer) GetOpticalInsets(_ context.Context, req *pb.GetOpticalInsetsRequest) (*pb.GetOpticalInsetsResponse, error) + func (s *GradientDrawableServer) GetOrientation(_ context.Context, req *pb.GetOrientationRequest) (*pb.GetOrientationResponse, error) + func (s *GradientDrawableServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *GradientDrawableServer) GetPadding(_ context.Context, req *pb.GetPaddingRequest) (*pb.GetPaddingResponse, error) + func (s *GradientDrawableServer) GetShape(_ context.Context, req *pb.GetShapeRequest) (*pb.GradientDrawableGetShapeResponse, error) + func (s *GradientDrawableServer) GetThickness(_ context.Context, req *pb.GetThicknessRequest) (*pb.GetThicknessResponse, error) + func (s *GradientDrawableServer) GetThicknessRatio(_ context.Context, req *pb.GetThicknessRatioRequest) (*pb.GetThicknessRatioResponse, error) + func (s *GradientDrawableServer) GetUseLevel(_ context.Context, req *pb.GetUseLevelRequest) (*pb.GetUseLevelResponse, error) + func (s *GradientDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *GradientDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *GradientDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *GradientDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *GradientDrawableServer) NewGradientDrawable(_ context.Context, req *pb.NewGradientDrawableRequest) (*pb.NewGradientDrawableResponse, error) + func (s *GradientDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *GradientDrawableServer) SetColor1(_ context.Context, req *pb.SetColor1Request) (*pb.SetColor1Response, error) + func (s *GradientDrawableServer) SetColor1_1(_ context.Context, req *pb.SetColor1_1Request) (*pb.SetColor1_1Response, error) + func (s *GradientDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *GradientDrawableServer) SetColors1(_ context.Context, req *pb.SetColors1Request) (*pb.SetColors1Response, error) + func (s *GradientDrawableServer) SetColors2_1(_ context.Context, req *pb.SetColors2_1Request) (*pb.SetColors2_1Response, error) + func (s *GradientDrawableServer) SetCornerRadii(_ context.Context, req *pb.SetCornerRadiiRequest) (*pb.SetCornerRadiiResponse, error) + func (s *GradientDrawableServer) SetCornerRadius(_ context.Context, req *pb.SetCornerRadiusRequest) (*pb.SetCornerRadiusResponse, error) + func (s *GradientDrawableServer) SetDither(_ context.Context, req *pb.SetDitherRequest) (*pb.SetDitherResponse, error) + func (s *GradientDrawableServer) SetGradientCenter(_ context.Context, req *pb.SetGradientCenterRequest) (*pb.SetGradientCenterResponse, error) + func (s *GradientDrawableServer) SetGradientRadius(_ context.Context, req *pb.SetGradientRadiusRequest) (*pb.SetGradientRadiusResponse, error) + func (s *GradientDrawableServer) SetGradientType(_ context.Context, req *pb.SetGradientTypeRequest) (*pb.SetGradientTypeResponse, error) + func (s *GradientDrawableServer) SetInnerRadius(_ context.Context, req *pb.SetInnerRadiusRequest) (*pb.SetInnerRadiusResponse, error) + func (s *GradientDrawableServer) SetInnerRadiusRatio(_ context.Context, req *pb.SetInnerRadiusRatioRequest) (*pb.SetInnerRadiusRatioResponse, error) + func (s *GradientDrawableServer) SetOrientation(_ context.Context, req *pb.SetOrientationRequest) (*pb.SetOrientationResponse, error) + func (s *GradientDrawableServer) SetPadding(_ context.Context, req *pb.SetPaddingRequest) (*pb.SetPaddingResponse, error) + func (s *GradientDrawableServer) SetShape(_ context.Context, req *pb.GradientDrawableSetShapeRequest) (*pb.SetShapeResponse, error) + func (s *GradientDrawableServer) SetSize(_ context.Context, req *pb.SetSizeRequest) (*pb.SetSizeResponse, error) + func (s *GradientDrawableServer) SetStroke2(_ context.Context, req *pb.SetStroke2Request) (*pb.SetStroke2Response, error) + func (s *GradientDrawableServer) SetStroke2_2(_ context.Context, req *pb.SetStroke2_2Request) (*pb.SetStroke2_2Response, error) + func (s *GradientDrawableServer) SetStroke4_1(_ context.Context, req *pb.SetStroke4_1Request) (*pb.SetStroke4_1Response, error) + func (s *GradientDrawableServer) SetStroke4_3(_ context.Context, req *pb.SetStroke4_3Request) (*pb.SetStroke4_3Response, error) + func (s *GradientDrawableServer) SetThickness(_ context.Context, req *pb.SetThicknessRequest) (*pb.SetThicknessResponse, error) + func (s *GradientDrawableServer) SetThicknessRatio(_ context.Context, req *pb.SetThicknessRatioRequest) (*pb.SetThicknessRatioResponse, error) + func (s *GradientDrawableServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *GradientDrawableServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error) + func (s *GradientDrawableServer) SetUseLevel(_ context.Context, req *pb.SetUseLevelRequest) (*pb.SetUseLevelResponse, error) + type InsetDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *InsetDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *InsetDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *InsetDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *InsetDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *InsetDrawableServer) GetOpticalInsets(_ context.Context, req *pb.GetOpticalInsetsRequest) (*pb.GetOpticalInsetsResponse, error) + func (s *InsetDrawableServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *InsetDrawableServer) GetPadding(_ context.Context, req *pb.GetPaddingRequest) (*pb.GetPaddingResponse, error) + func (s *InsetDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *InsetDrawableServer) NewInsetDrawable(_ context.Context, req *pb.NewInsetDrawableRequest) (*pb.NewInsetDrawableResponse, error) + type LayerDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *LayerDrawableServer) AddLayer(_ context.Context, req *pb.AddLayerRequest) (*pb.AddLayerResponse, error) + func (s *LayerDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *LayerDrawableServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *LayerDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *LayerDrawableServer) FindDrawableByLayerId(_ context.Context, req *pb.FindDrawableByLayerIdRequest) (*pb.FindDrawableByLayerIdResponse, error) + func (s *LayerDrawableServer) FindIndexByLayerId(_ context.Context, req *pb.FindIndexByLayerIdRequest) (*pb.FindIndexByLayerIdResponse, error) + func (s *LayerDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *LayerDrawableServer) GetBottomPadding(_ context.Context, req *pb.GetBottomPaddingRequest) (*pb.GetBottomPaddingResponse, error) + func (s *LayerDrawableServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *LayerDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *LayerDrawableServer) GetDrawable(_ context.Context, req *pb.GetDrawableRequest) (*pb.GetDrawableResponse, error) + func (s *LayerDrawableServer) GetEndPadding(_ context.Context, req *pb.GetEndPaddingRequest) (*pb.GetEndPaddingResponse, error) + func (s *LayerDrawableServer) GetHotspotBounds(_ context.Context, req *pb.GetHotspotBoundsRequest) (*pb.GetHotspotBoundsResponse, error) + func (s *LayerDrawableServer) GetId(_ context.Context, req *pb.GetIdRequest) (*pb.GetIdResponse, error) + func (s *LayerDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *LayerDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *LayerDrawableServer) GetLayerGravity(_ context.Context, req *pb.GetLayerGravityRequest) (*pb.GetLayerGravityResponse, error) + func (s *LayerDrawableServer) GetLayerHeight(_ context.Context, req *pb.GetLayerHeightRequest) (*pb.GetLayerHeightResponse, error) + func (s *LayerDrawableServer) GetLayerInsetBottom(_ context.Context, req *pb.GetLayerInsetBottomRequest) (*pb.GetLayerInsetBottomResponse, error) + func (s *LayerDrawableServer) GetLayerInsetEnd(_ context.Context, req *pb.GetLayerInsetEndRequest) (*pb.GetLayerInsetEndResponse, error) + func (s *LayerDrawableServer) GetLayerInsetLeft(_ context.Context, req *pb.GetLayerInsetLeftRequest) (*pb.GetLayerInsetLeftResponse, error) + func (s *LayerDrawableServer) GetLayerInsetRight(_ context.Context, req *pb.GetLayerInsetRightRequest) (*pb.GetLayerInsetRightResponse, error) + func (s *LayerDrawableServer) GetLayerInsetStart(_ context.Context, req *pb.GetLayerInsetStartRequest) (*pb.GetLayerInsetStartResponse, error) + func (s *LayerDrawableServer) GetLayerInsetTop(_ context.Context, req *pb.GetLayerInsetTopRequest) (*pb.GetLayerInsetTopResponse, error) + func (s *LayerDrawableServer) GetLayerWidth(_ context.Context, req *pb.GetLayerWidthRequest) (*pb.GetLayerWidthResponse, error) + func (s *LayerDrawableServer) GetLeftPadding(_ context.Context, req *pb.GetLeftPaddingRequest) (*pb.GetLeftPaddingResponse, error) + func (s *LayerDrawableServer) GetNumberOfLayers(_ context.Context, req *pb.GetNumberOfLayersRequest) (*pb.GetNumberOfLayersResponse, error) + func (s *LayerDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *LayerDrawableServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *LayerDrawableServer) GetPadding(_ context.Context, req *pb.GetPaddingRequest) (*pb.GetPaddingResponse, error) + func (s *LayerDrawableServer) GetPaddingMode(_ context.Context, req *pb.GetPaddingModeRequest) (*pb.GetPaddingModeResponse, error) + func (s *LayerDrawableServer) GetRightPadding(_ context.Context, req *pb.GetRightPaddingRequest) (*pb.GetRightPaddingResponse, error) + func (s *LayerDrawableServer) GetStartPadding(_ context.Context, req *pb.GetStartPaddingRequest) (*pb.GetStartPaddingResponse, error) + func (s *LayerDrawableServer) GetTopPadding(_ context.Context, req *pb.GetTopPaddingRequest) (*pb.GetTopPaddingResponse, error) + func (s *LayerDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *LayerDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *LayerDrawableServer) InvalidateDrawable(_ context.Context, req *pb.InvalidateDrawableRequest) (*pb.InvalidateDrawableResponse, error) + func (s *LayerDrawableServer) IsAutoMirrored(_ context.Context, req *pb.IsAutoMirroredRequest) (*pb.IsAutoMirroredResponse, error) + func (s *LayerDrawableServer) IsProjected(_ context.Context, req *pb.IsProjectedRequest) (*pb.IsProjectedResponse, error) + func (s *LayerDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *LayerDrawableServer) JumpToCurrentState(_ context.Context, req *pb.JumpToCurrentStateRequest) (*pb.JumpToCurrentStateResponse, error) + func (s *LayerDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *LayerDrawableServer) NewLayerDrawable(_ context.Context, req *pb.NewLayerDrawableRequest) (*pb.NewLayerDrawableResponse, error) + func (s *LayerDrawableServer) OnLayoutDirectionChanged(_ context.Context, req *pb.OnLayoutDirectionChangedRequest) (*pb.OnLayoutDirectionChangedResponse, error) + func (s *LayerDrawableServer) ScheduleDrawable(_ context.Context, req *pb.ScheduleDrawableRequest) (*pb.ScheduleDrawableResponse, error) + func (s *LayerDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *LayerDrawableServer) SetAutoMirrored(_ context.Context, req *pb.SetAutoMirroredRequest) (*pb.SetAutoMirroredResponse, error) + func (s *LayerDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *LayerDrawableServer) SetDither(_ context.Context, req *pb.SetDitherRequest) (*pb.SetDitherResponse, error) + func (s *LayerDrawableServer) SetDrawable(_ context.Context, req *pb.SetDrawableRequest) (*pb.SetDrawableResponse, error) + func (s *LayerDrawableServer) SetDrawableByLayerId(_ context.Context, req *pb.SetDrawableByLayerIdRequest) (*pb.SetDrawableByLayerIdResponse, error) + func (s *LayerDrawableServer) SetHotspot(_ context.Context, req *pb.SetHotspotRequest) (*pb.SetHotspotResponse, error) + func (s *LayerDrawableServer) SetHotspotBounds(_ context.Context, req *pb.SetHotspotBoundsRequest) (*pb.SetHotspotBoundsResponse, error) + func (s *LayerDrawableServer) SetId(_ context.Context, req *pb.SetIdRequest) (*pb.SetIdResponse, error) + func (s *LayerDrawableServer) SetLayerGravity(_ context.Context, req *pb.SetLayerGravityRequest) (*pb.SetLayerGravityResponse, error) + func (s *LayerDrawableServer) SetLayerHeight(_ context.Context, req *pb.SetLayerHeightRequest) (*pb.SetLayerHeightResponse, error) + func (s *LayerDrawableServer) SetLayerInset(_ context.Context, req *pb.SetLayerInsetRequest) (*pb.SetLayerInsetResponse, error) + func (s *LayerDrawableServer) SetLayerInsetBottom(_ context.Context, req *pb.SetLayerInsetBottomRequest) (*pb.SetLayerInsetBottomResponse, error) + func (s *LayerDrawableServer) SetLayerInsetEnd(_ context.Context, req *pb.SetLayerInsetEndRequest) (*pb.SetLayerInsetEndResponse, error) + func (s *LayerDrawableServer) SetLayerInsetLeft(_ context.Context, req *pb.SetLayerInsetLeftRequest) (*pb.SetLayerInsetLeftResponse, error) + func (s *LayerDrawableServer) SetLayerInsetRelative(_ context.Context, req *pb.SetLayerInsetRelativeRequest) (*pb.SetLayerInsetRelativeResponse, error) + func (s *LayerDrawableServer) SetLayerInsetRight(_ context.Context, req *pb.SetLayerInsetRightRequest) (*pb.SetLayerInsetRightResponse, error) + func (s *LayerDrawableServer) SetLayerInsetStart(_ context.Context, req *pb.SetLayerInsetStartRequest) (*pb.SetLayerInsetStartResponse, error) + func (s *LayerDrawableServer) SetLayerInsetTop(_ context.Context, req *pb.SetLayerInsetTopRequest) (*pb.SetLayerInsetTopResponse, error) + func (s *LayerDrawableServer) SetLayerSize(_ context.Context, req *pb.SetLayerSizeRequest) (*pb.SetLayerSizeResponse, error) + func (s *LayerDrawableServer) SetLayerWidth(_ context.Context, req *pb.SetLayerWidthRequest) (*pb.SetLayerWidthResponse, error) + func (s *LayerDrawableServer) SetOpacity(_ context.Context, req *pb.SetOpacityRequest) (*pb.SetOpacityResponse, error) + func (s *LayerDrawableServer) SetPadding(_ context.Context, req *pb.SetPaddingRequest) (*pb.SetPaddingResponse, error) + func (s *LayerDrawableServer) SetPaddingMode(_ context.Context, req *pb.SetPaddingModeRequest) (*pb.SetPaddingModeResponse, error) + func (s *LayerDrawableServer) SetPaddingRelative(_ context.Context, req *pb.SetPaddingRelativeRequest) (*pb.SetPaddingRelativeResponse, error) + func (s *LayerDrawableServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *LayerDrawableServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error) + func (s *LayerDrawableServer) SetVisible(_ context.Context, req *pb.SetVisibleRequest) (*pb.SetVisibleResponse, error) + func (s *LayerDrawableServer) UnscheduleDrawable(_ context.Context, req *pb.UnscheduleDrawableRequest) (*pb.UnscheduleDrawableResponse, error) + type LevelListDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *LevelListDrawableServer) AddLevel(_ context.Context, req *pb.AddLevelRequest) (*pb.AddLevelResponse, error) + func (s *LevelListDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *LevelListDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *LevelListDrawableServer) NewLevelListDrawable(_ context.Context, req *pb.NewLevelListDrawableRequest) (*pb.NewLevelListDrawableResponse, error) + type NinePatchDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *NinePatchDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *NinePatchDrawableServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *NinePatchDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *NinePatchDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *NinePatchDrawableServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *NinePatchDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *NinePatchDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *NinePatchDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *NinePatchDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *NinePatchDrawableServer) GetOpticalInsets(_ context.Context, req *pb.GetOpticalInsetsRequest) (*pb.GetOpticalInsetsResponse, error) + func (s *NinePatchDrawableServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *NinePatchDrawableServer) GetPadding(_ context.Context, req *pb.GetPaddingRequest) (*pb.GetPaddingResponse, error) + func (s *NinePatchDrawableServer) GetPaint(_ context.Context, req *pb.GetPaintRequest) (*pb.GetPaintResponse, error) + func (s *NinePatchDrawableServer) GetTransparentRegion(_ context.Context, req *pb.NinePatchDrawableGetTransparentRegionRequest) (*pb.GetTransparentRegionResponse, error) + func (s *NinePatchDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *NinePatchDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *NinePatchDrawableServer) IsAutoMirrored(_ context.Context, req *pb.IsAutoMirroredRequest) (*pb.IsAutoMirroredResponse, error) + func (s *NinePatchDrawableServer) IsFilterBitmap(_ context.Context, req *pb.NinePatchDrawableIsFilterBitmapRequest) (*pb.IsFilterBitmapResponse, error) + func (s *NinePatchDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *NinePatchDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *NinePatchDrawableServer) NewNinePatchDrawable(_ context.Context, req *pb.NewNinePatchDrawableRequest) (*pb.NewNinePatchDrawableResponse, error) + func (s *NinePatchDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *NinePatchDrawableServer) SetAutoMirrored(_ context.Context, req *pb.SetAutoMirroredRequest) (*pb.SetAutoMirroredResponse, error) + func (s *NinePatchDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *NinePatchDrawableServer) SetDither(_ context.Context, req *pb.SetDitherRequest) (*pb.SetDitherResponse, error) + func (s *NinePatchDrawableServer) SetFilterBitmap(_ context.Context, req *pb.NinePatchDrawableSetFilterBitmapRequest) (*pb.SetFilterBitmapResponse, error) + func (s *NinePatchDrawableServer) SetTargetDensity1(_ context.Context, req *pb.SetTargetDensity1Request) (*pb.SetTargetDensity1Response, error) + func (s *NinePatchDrawableServer) SetTargetDensity1_1(_ context.Context, req *pb.SetTargetDensity1_1Request) (*pb.SetTargetDensity1_1Response, error) + func (s *NinePatchDrawableServer) SetTargetDensity1_2(_ context.Context, req *pb.SetTargetDensity1_2Request) (*pb.SetTargetDensity1_2Response, error) + func (s *NinePatchDrawableServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *NinePatchDrawableServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error) + type PaintDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *PaintDrawableServer) NewPaintDrawable(_ context.Context, req *pb.NewPaintDrawableRequest) (*pb.NewPaintDrawableResponse, error) + func (s *PaintDrawableServer) SetCornerRadii(_ context.Context, req *pb.SetCornerRadiiRequest) (*pb.SetCornerRadiiResponse, error) + func (s *PaintDrawableServer) SetCornerRadius(_ context.Context, req *pb.SetCornerRadiusRequest) (*pb.SetCornerRadiusResponse, error) + type PictureDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *PictureDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *PictureDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *PictureDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *PictureDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *PictureDrawableServer) GetPicture(_ context.Context, req *pb.GetPictureRequest) (*pb.GetPictureResponse, error) + func (s *PictureDrawableServer) NewPictureDrawable(_ context.Context, req *pb.NewPictureDrawableRequest) (*pb.NewPictureDrawableResponse, error) + func (s *PictureDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *PictureDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *PictureDrawableServer) SetPicture(_ context.Context, req *pb.SetPictureRequest) (*pb.SetPictureResponse, error) + type RippleDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *RippleDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *RippleDrawableServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *RippleDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *RippleDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *RippleDrawableServer) GetDirtyBounds(_ context.Context, req *pb.RippleDrawableGetDirtyBoundsRequest) (*pb.GetDirtyBoundsResponse, error) + func (s *RippleDrawableServer) GetEffectColor(_ context.Context, req *pb.GetEffectColorRequest) (*pb.GetEffectColorResponse, error) + func (s *RippleDrawableServer) GetHotspotBounds(_ context.Context, req *pb.GetHotspotBoundsRequest) (*pb.GetHotspotBoundsResponse, error) + func (s *RippleDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *RippleDrawableServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *RippleDrawableServer) GetRadius(_ context.Context, req *pb.GetRadiusRequest) (*pb.GetRadiusResponse, error) + func (s *RippleDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *RippleDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *RippleDrawableServer) InvalidateSelf(_ context.Context, req *pb.RippleDrawableInvalidateSelfRequest) (*pb.InvalidateSelfResponse, error) + func (s *RippleDrawableServer) IsProjected(_ context.Context, req *pb.IsProjectedRequest) (*pb.IsProjectedResponse, error) + func (s *RippleDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *RippleDrawableServer) JumpToCurrentState(_ context.Context, req *pb.JumpToCurrentStateRequest) (*pb.JumpToCurrentStateResponse, error) + func (s *RippleDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *RippleDrawableServer) NewRippleDrawable(_ context.Context, req *pb.NewRippleDrawableRequest) (*pb.NewRippleDrawableResponse, error) + func (s *RippleDrawableServer) SetColor(_ context.Context, req *pb.RippleDrawableSetColorRequest) (*pb.SetColorResponse, error) + func (s *RippleDrawableServer) SetDrawableByLayerId(_ context.Context, req *pb.SetDrawableByLayerIdRequest) (*pb.SetDrawableByLayerIdResponse, error) + func (s *RippleDrawableServer) SetEffectColor(_ context.Context, req *pb.SetEffectColorRequest) (*pb.SetEffectColorResponse, error) + func (s *RippleDrawableServer) SetHotspot(_ context.Context, req *pb.SetHotspotRequest) (*pb.SetHotspotResponse, error) + func (s *RippleDrawableServer) SetHotspotBounds(_ context.Context, req *pb.SetHotspotBoundsRequest) (*pb.SetHotspotBoundsResponse, error) + func (s *RippleDrawableServer) SetPaddingMode(_ context.Context, req *pb.SetPaddingModeRequest) (*pb.SetPaddingModeResponse, error) + func (s *RippleDrawableServer) SetRadius(_ context.Context, req *pb.SetRadiusRequest) (*pb.SetRadiusResponse, error) + func (s *RippleDrawableServer) SetVisible(_ context.Context, req *pb.SetVisibleRequest) (*pb.SetVisibleResponse, error) + type RotateDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *RotateDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *RotateDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *RotateDrawableServer) GetFromDegrees(_ context.Context, req *pb.GetFromDegreesRequest) (*pb.GetFromDegreesResponse, error) + func (s *RotateDrawableServer) GetPivotX(_ context.Context, req *pb.GetPivotXRequest) (*pb.GetPivotXResponse, error) + func (s *RotateDrawableServer) GetPivotY(_ context.Context, req *pb.GetPivotYRequest) (*pb.GetPivotYResponse, error) + func (s *RotateDrawableServer) GetToDegrees(_ context.Context, req *pb.GetToDegreesRequest) (*pb.GetToDegreesResponse, error) + func (s *RotateDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *RotateDrawableServer) IsPivotXRelative(_ context.Context, req *pb.IsPivotXRelativeRequest) (*pb.IsPivotXRelativeResponse, error) + func (s *RotateDrawableServer) IsPivotYRelative(_ context.Context, req *pb.IsPivotYRelativeRequest) (*pb.IsPivotYRelativeResponse, error) + func (s *RotateDrawableServer) NewRotateDrawable(_ context.Context, req *pb.NewRotateDrawableRequest) (*pb.NewRotateDrawableResponse, error) + func (s *RotateDrawableServer) SetFromDegrees(_ context.Context, req *pb.SetFromDegreesRequest) (*pb.SetFromDegreesResponse, error) + func (s *RotateDrawableServer) SetPivotX(_ context.Context, req *pb.SetPivotXRequest) (*pb.SetPivotXResponse, error) + func (s *RotateDrawableServer) SetPivotXRelative(_ context.Context, req *pb.SetPivotXRelativeRequest) (*pb.SetPivotXRelativeResponse, error) + func (s *RotateDrawableServer) SetPivotY(_ context.Context, req *pb.SetPivotYRequest) (*pb.SetPivotYResponse, error) + func (s *RotateDrawableServer) SetPivotYRelative(_ context.Context, req *pb.SetPivotYRelativeRequest) (*pb.SetPivotYRelativeResponse, error) + func (s *RotateDrawableServer) SetToDegrees(_ context.Context, req *pb.SetToDegreesRequest) (*pb.SetToDegreesResponse, error) + type ScaleDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ScaleDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *ScaleDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *ScaleDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *ScaleDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *ScaleDrawableServer) NewScaleDrawable(_ context.Context, req *pb.NewScaleDrawableRequest) (*pb.NewScaleDrawableResponse, error) + type ShapeDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ShapeDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *ShapeDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *ShapeDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *ShapeDrawableServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *ShapeDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *ShapeDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *ShapeDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *ShapeDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *ShapeDrawableServer) GetOutline(_ context.Context, req *pb.GetOutlineRequest) (*pb.GetOutlineResponse, error) + func (s *ShapeDrawableServer) GetPadding(_ context.Context, req *pb.GetPaddingRequest) (*pb.GetPaddingResponse, error) + func (s *ShapeDrawableServer) GetPaint(_ context.Context, req *pb.GetPaintRequest) (*pb.GetPaintResponse, error) + func (s *ShapeDrawableServer) GetShaderFactory(_ context.Context, req *pb.GetShaderFactoryRequest) (*pb.GetShaderFactoryResponse, error) + func (s *ShapeDrawableServer) GetShape(_ context.Context, req *pb.GetShapeRequest) (*pb.GetShapeResponse, error) + func (s *ShapeDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *ShapeDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *ShapeDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *ShapeDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *ShapeDrawableServer) NewShapeDrawable(_ context.Context, req *pb.NewShapeDrawableRequest) (*pb.NewShapeDrawableResponse, error) + func (s *ShapeDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *ShapeDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *ShapeDrawableServer) SetDither(_ context.Context, req *pb.SetDitherRequest) (*pb.SetDitherResponse, error) + func (s *ShapeDrawableServer) SetIntrinsicHeight(_ context.Context, req *pb.SetIntrinsicHeightRequest) (*pb.SetIntrinsicHeightResponse, error) + func (s *ShapeDrawableServer) SetIntrinsicWidth(_ context.Context, req *pb.SetIntrinsicWidthRequest) (*pb.SetIntrinsicWidthResponse, error) + func (s *ShapeDrawableServer) SetPadding1(_ context.Context, req *pb.SetPadding1Request) (*pb.SetPadding1Response, error) + func (s *ShapeDrawableServer) SetPadding4_1(_ context.Context, req *pb.SetPadding4_1Request) (*pb.SetPadding4_1Response, error) + func (s *ShapeDrawableServer) SetShaderFactory(_ context.Context, req *pb.SetShaderFactoryRequest) (*pb.SetShaderFactoryResponse, error) + func (s *ShapeDrawableServer) SetShape(_ context.Context, req *pb.SetShapeRequest) (*pb.SetShapeResponse, error) + func (s *ShapeDrawableServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *ShapeDrawableServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error) + type StateListDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *StateListDrawableServer) AddState(_ context.Context, req *pb.AddStateRequest) (*pb.AddStateResponse, error) + func (s *StateListDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *StateListDrawableServer) FindStateDrawableIndex(_ context.Context, req *pb.FindStateDrawableIndexRequest) (*pb.FindStateDrawableIndexResponse, error) + func (s *StateListDrawableServer) GetStateCount(_ context.Context, req *pb.GetStateCountRequest) (*pb.GetStateCountResponse, error) + func (s *StateListDrawableServer) GetStateDrawable(_ context.Context, req *pb.GetStateDrawableRequest) (*pb.GetStateDrawableResponse, error) + func (s *StateListDrawableServer) GetStateSet(_ context.Context, req *pb.GetStateSetRequest) (*pb.GetStateSetResponse, error) + func (s *StateListDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *StateListDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *StateListDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *StateListDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *StateListDrawableServer) NewStateListDrawable(_ context.Context, req *pb.NewStateListDrawableRequest) (*pb.NewStateListDrawableResponse, error) + type TransitionDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TransitionDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *TransitionDrawableServer) IsCrossFadeEnabled(_ context.Context, req *pb.IsCrossFadeEnabledRequest) (*pb.IsCrossFadeEnabledResponse, error) + func (s *TransitionDrawableServer) NewTransitionDrawable(_ context.Context, req *pb.NewTransitionDrawableRequest) (*pb.NewTransitionDrawableResponse, error) + func (s *TransitionDrawableServer) ResetTransition(_ context.Context, req *pb.ResetTransitionRequest) (*pb.ResetTransitionResponse, error) + func (s *TransitionDrawableServer) ReverseTransition(_ context.Context, req *pb.ReverseTransitionRequest) (*pb.ReverseTransitionResponse, error) + func (s *TransitionDrawableServer) SetCrossFadeEnabled(_ context.Context, req *pb.SetCrossFadeEnabledRequest) (*pb.SetCrossFadeEnabledResponse, error) + func (s *TransitionDrawableServer) StartTransition(_ context.Context, req *pb.StartTransitionRequest) (*pb.StartTransitionResponse, error) + type VectorDrawableServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *VectorDrawableServer) ApplyTheme(_ context.Context, req *pb.ApplyThemeRequest) (*pb.ApplyThemeResponse, error) + func (s *VectorDrawableServer) CanApplyTheme(_ context.Context, req *pb.CanApplyThemeRequest) (*pb.CanApplyThemeResponse, error) + func (s *VectorDrawableServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error) + func (s *VectorDrawableServer) GetAlpha(_ context.Context, req *pb.GetAlphaRequest) (*pb.GetAlphaResponse, error) + func (s *VectorDrawableServer) GetChangingConfigurations(_ context.Context, req *pb.GetChangingConfigurationsRequest) (*pb.GetChangingConfigurationsResponse, error) + func (s *VectorDrawableServer) GetColorFilter(_ context.Context, req *pb.GetColorFilterRequest) (*pb.GetColorFilterResponse, error) + func (s *VectorDrawableServer) GetConstantState(_ context.Context, req *pb.GetConstantStateRequest) (*pb.GetConstantStateResponse, error) + func (s *VectorDrawableServer) GetIntrinsicHeight(_ context.Context, req *pb.GetIntrinsicHeightRequest) (*pb.GetIntrinsicHeightResponse, error) + func (s *VectorDrawableServer) GetIntrinsicWidth(_ context.Context, req *pb.GetIntrinsicWidthRequest) (*pb.GetIntrinsicWidthResponse, error) + func (s *VectorDrawableServer) GetOpacity(_ context.Context, req *pb.GetOpacityRequest) (*pb.GetOpacityResponse, error) + func (s *VectorDrawableServer) GetOpticalInsets(_ context.Context, req *pb.GetOpticalInsetsRequest) (*pb.GetOpticalInsetsResponse, error) + func (s *VectorDrawableServer) HasFocusStateSpecified(_ context.Context, req *pb.HasFocusStateSpecifiedRequest) (*pb.HasFocusStateSpecifiedResponse, error) + func (s *VectorDrawableServer) Inflate(_ context.Context, req *pb.InflateRequest) (*pb.InflateResponse, error) + func (s *VectorDrawableServer) IsAutoMirrored(_ context.Context, req *pb.IsAutoMirroredRequest) (*pb.IsAutoMirroredResponse, error) + func (s *VectorDrawableServer) IsStateful(_ context.Context, req *pb.IsStatefulRequest) (*pb.IsStatefulResponse, error) + func (s *VectorDrawableServer) Mutate(_ context.Context, req *pb.MutateRequest) (*pb.MutateResponse, error) + func (s *VectorDrawableServer) NewVectorDrawable(_ context.Context, req *pb.NewVectorDrawableRequest) (*pb.NewVectorDrawableResponse, error) + func (s *VectorDrawableServer) SetAlpha(_ context.Context, req *pb.SetAlphaRequest) (*pb.SetAlphaResponse, error) + func (s *VectorDrawableServer) SetAutoMirrored(_ context.Context, req *pb.SetAutoMirroredRequest) (*pb.SetAutoMirroredResponse, error) + func (s *VectorDrawableServer) SetColorFilter(_ context.Context, req *pb.SetColorFilterRequest) (*pb.SetColorFilterResponse, error) + func (s *VectorDrawableServer) SetTintBlendMode(_ context.Context, req *pb.SetTintBlendModeRequest) (*pb.SetTintBlendModeResponse, error) + func (s *VectorDrawableServer) SetTintList(_ context.Context, req *pb.SetTintListRequest) (*pb.SetTintListResponse, error)