view

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 AbsSavedStateClient

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

AbsSavedStateClient wraps the gRPC AbsSavedStateService client.

func NewAbsSavedStateClient

func NewAbsSavedStateClient(cc grpc.ClientConnInterface) *AbsSavedStateClient

NewAbsSavedStateClient creates a new AbsSavedState client.

func (*AbsSavedStateClient) DescribeContents

func (c *AbsSavedStateClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*AbsSavedStateClient) GetSuperState

func (c *AbsSavedStateClient) GetSuperState(ctx context.Context) (int64, error)

GetSuperState calls the GetSuperState RPC.

func (*AbsSavedStateClient) WriteToParcel

func (c *AbsSavedStateClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type ActionModeCallback2Client

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

ActionModeCallback2Client wraps the gRPC ActionModeCallback2Service client.

func NewActionModeCallback2Client

func NewActionModeCallback2Client(cc grpc.ClientConnInterface) *ActionModeCallback2Client

NewActionModeCallback2Client creates a new ActionModeCallback2 client.

func (*ActionModeCallback2Client) OnGetContentRect

func (c *ActionModeCallback2Client) OnGetContentRect(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnGetContentRect calls the OnGetContentRect RPC.

type ActionModeCallbackClient

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

ActionModeCallbackClient wraps the gRPC ActionModeCallbackService client.

func NewActionModeCallbackClient

func NewActionModeCallbackClient(cc grpc.ClientConnInterface) *ActionModeCallbackClient

NewActionModeCallbackClient creates a new ActionModeCallback client.

func (*ActionModeCallbackClient) OnActionItemClicked

func (c *ActionModeCallbackClient) OnActionItemClicked(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

OnActionItemClicked calls the OnActionItemClicked RPC.

func (*ActionModeCallbackClient) OnCreateActionMode

func (c *ActionModeCallbackClient) OnCreateActionMode(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

OnCreateActionMode calls the OnCreateActionMode RPC.

func (*ActionModeCallbackClient) OnDestroyActionMode

func (c *ActionModeCallbackClient) OnDestroyActionMode(ctx context.Context, arg0 int64) error

OnDestroyActionMode calls the OnDestroyActionMode RPC.

func (*ActionModeCallbackClient) OnPrepareActionMode

func (c *ActionModeCallbackClient) OnPrepareActionMode(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

OnPrepareActionMode calls the OnPrepareActionMode RPC.

type ActionModeClient

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

ActionModeClient wraps the gRPC ActionModeService client.

func NewActionModeClient

func NewActionModeClient(cc grpc.ClientConnInterface) *ActionModeClient

NewActionModeClient creates a new ActionMode client.

func (*ActionModeClient) Finish

func (c *ActionModeClient) Finish(ctx context.Context) error

Finish calls the Finish RPC.

func (*ActionModeClient) GetCustomView

func (c *ActionModeClient) GetCustomView(ctx context.Context) (int64, error)

GetCustomView calls the GetCustomView RPC.

func (*ActionModeClient) GetMenu

func (c *ActionModeClient) GetMenu(ctx context.Context) (int64, error)

GetMenu calls the GetMenu RPC.

func (*ActionModeClient) GetMenuInflater

func (c *ActionModeClient) GetMenuInflater(ctx context.Context) (int64, error)

GetMenuInflater calls the GetMenuInflater RPC.

func (*ActionModeClient) GetSubtitle

func (c *ActionModeClient) GetSubtitle(ctx context.Context) (int64, error)

GetSubtitle calls the GetSubtitle RPC.

func (*ActionModeClient) GetTag

func (c *ActionModeClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*ActionModeClient) GetTitle

func (c *ActionModeClient) GetTitle(ctx context.Context) (int64, error)

GetTitle calls the GetTitle RPC.

func (*ActionModeClient) GetTitleOptionalHint

func (c *ActionModeClient) GetTitleOptionalHint(ctx context.Context) (bool, error)

GetTitleOptionalHint calls the GetTitleOptionalHint RPC.

func (*ActionModeClient) GetType

func (c *ActionModeClient) GetType(ctx context.Context) (int32, error)

GetType calls the GetType RPC.

func (*ActionModeClient) Hide

func (c *ActionModeClient) Hide(ctx context.Context, arg0 int64) error

Hide calls the Hide RPC.

func (*ActionModeClient) Invalidate

func (c *ActionModeClient) Invalidate(ctx context.Context) error

Invalidate calls the Invalidate RPC.

func (*ActionModeClient) InvalidateContentRect

func (c *ActionModeClient) InvalidateContentRect(ctx context.Context) error

InvalidateContentRect calls the InvalidateContentRect RPC.

func (*ActionModeClient) IsTitleOptional

func (c *ActionModeClient) IsTitleOptional(ctx context.Context) (bool, error)

IsTitleOptional calls the IsTitleOptional RPC.

func (*ActionModeClient) OnWindowFocusChanged

func (c *ActionModeClient) OnWindowFocusChanged(ctx context.Context, arg0 bool) error

OnWindowFocusChanged calls the OnWindowFocusChanged RPC.

func (*ActionModeClient) SetCustomView

func (c *ActionModeClient) SetCustomView(ctx context.Context, arg0 int64) error

SetCustomView calls the SetCustomView RPC.

func (*ActionModeClient) SetSubtitle1

func (c *ActionModeClient) SetSubtitle1(ctx context.Context, arg0 int32) error

SetSubtitle1 calls the SetSubtitle1 RPC.

func (*ActionModeClient) SetSubtitle1_1

func (c *ActionModeClient) SetSubtitle1_1(ctx context.Context, arg0 string) error

SetSubtitle1_1 calls the SetSubtitle1_1 RPC.

func (*ActionModeClient) SetTag

func (c *ActionModeClient) SetTag(ctx context.Context, arg0 int64) error

SetTag calls the SetTag RPC.

func (*ActionModeClient) SetTitle1

func (c *ActionModeClient) SetTitle1(ctx context.Context, arg0 int32) error

SetTitle1 calls the SetTitle1 RPC.

func (*ActionModeClient) SetTitle1_1

func (c *ActionModeClient) SetTitle1_1(ctx context.Context, arg0 string) error

SetTitle1_1 calls the SetTitle1_1 RPC.

func (*ActionModeClient) SetTitleOptionalHint

func (c *ActionModeClient) SetTitleOptionalHint(ctx context.Context, arg0 bool) error

SetTitleOptionalHint calls the SetTitleOptionalHint RPC.

func (*ActionModeClient) SetType

func (c *ActionModeClient) SetType(ctx context.Context, arg0 int32) error

SetType calls the SetType RPC.

type ActionProviderClient

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

ActionProviderClient wraps the gRPC ActionProviderService client.

func NewActionProviderClient

func NewActionProviderClient(cc grpc.ClientConnInterface) *ActionProviderClient

NewActionProviderClient creates a new ActionProvider client.

func (*ActionProviderClient) HasSubMenu

func (c *ActionProviderClient) HasSubMenu(ctx context.Context) (bool, error)

HasSubMenu calls the HasSubMenu RPC.

func (*ActionProviderClient) IsVisible

func (c *ActionProviderClient) IsVisible(ctx context.Context) (bool, error)

IsVisible calls the IsVisible RPC.

func (*ActionProviderClient) OnCreateActionView0

func (c *ActionProviderClient) OnCreateActionView0(ctx context.Context) (int64, error)

OnCreateActionView0 calls the OnCreateActionView0 RPC.

func (*ActionProviderClient) OnCreateActionView1_1

func (c *ActionProviderClient) OnCreateActionView1_1(ctx context.Context, arg0 int64) (int64, error)

OnCreateActionView1_1 calls the OnCreateActionView1_1 RPC.

func (*ActionProviderClient) OnPerformDefaultAction

func (c *ActionProviderClient) OnPerformDefaultAction(ctx context.Context) (bool, error)

OnPerformDefaultAction calls the OnPerformDefaultAction RPC.

func (*ActionProviderClient) OnPrepareSubMenu

func (c *ActionProviderClient) OnPrepareSubMenu(ctx context.Context, arg0 int64) error

OnPrepareSubMenu calls the OnPrepareSubMenu RPC.

func (*ActionProviderClient) OverridesItemVisibility

func (c *ActionProviderClient) OverridesItemVisibility(ctx context.Context) (bool, error)

OverridesItemVisibility calls the OverridesItemVisibility RPC.

func (*ActionProviderClient) RefreshVisibility

func (c *ActionProviderClient) RefreshVisibility(ctx context.Context) error

RefreshVisibility calls the RefreshVisibility RPC.

func (*ActionProviderClient) SetVisibilityListener

func (c *ActionProviderClient) SetVisibilityListener(ctx context.Context, arg0 int64) error

SetVisibilityListener calls the SetVisibilityListener RPC.

type ActionProviderVisibilityListenerClient

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

ActionProviderVisibilityListenerClient wraps the gRPC ActionProviderVisibilityListenerService client.

func NewActionProviderVisibilityListenerClient

func NewActionProviderVisibilityListenerClient(cc grpc.ClientConnInterface) *ActionProviderVisibilityListenerClient

NewActionProviderVisibilityListenerClient creates a new ActionProviderVisibilityListener client.

func (*ActionProviderVisibilityListenerClient) OnActionProviderVisibilityChanged

func (c *ActionProviderVisibilityListenerClient) OnActionProviderVisibilityChanged(ctx context.Context, arg0 bool) error

OnActionProviderVisibilityChanged calls the OnActionProviderVisibilityChanged RPC.

type AnimationUtilsClient

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

AnimationUtilsClient wraps the gRPC AnimationUtilsService client.

func NewAnimationUtilsClient

func NewAnimationUtilsClient(cc grpc.ClientConnInterface) *AnimationUtilsClient

NewAnimationUtilsClient creates a new AnimationUtils client.

func (*AnimationUtilsClient) CreateCircularReveal

func (c *AnimationUtilsClient) CreateCircularReveal(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 float32, arg4 float32) (int64, error)

CreateCircularReveal calls the CreateCircularReveal RPC.

type AttachedSurfaceControlClient

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

AttachedSurfaceControlClient wraps the gRPC AttachedSurfaceControlService client.

func NewAttachedSurfaceControlClient

func NewAttachedSurfaceControlClient(cc grpc.ClientConnInterface) *AttachedSurfaceControlClient

NewAttachedSurfaceControlClient creates a new AttachedSurfaceControl client.

func (*AttachedSurfaceControlClient) ApplyTransactionOnDraw

func (c *AttachedSurfaceControlClient) ApplyTransactionOnDraw(ctx context.Context, arg0 int64) (bool, error)

ApplyTransactionOnDraw calls the ApplyTransactionOnDraw RPC.

func (*AttachedSurfaceControlClient) BuildReparentTransaction

func (c *AttachedSurfaceControlClient) BuildReparentTransaction(ctx context.Context, arg0 int64) (int64, error)

BuildReparentTransaction calls the BuildReparentTransaction RPC.

type AttachedSurfaceControlOnBufferTransformHintChangedListenerClient

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

AttachedSurfaceControlOnBufferTransformHintChangedListenerClient wraps the gRPC AttachedSurfaceControlOnBufferTransformHintChangedListenerService client.

func NewAttachedSurfaceControlOnBufferTransformHintChangedListenerClient

func NewAttachedSurfaceControlOnBufferTransformHintChangedListenerClient(cc grpc.ClientConnInterface) *AttachedSurfaceControlOnBufferTransformHintChangedListenerClient

NewAttachedSurfaceControlOnBufferTransformHintChangedListenerClient creates a new AttachedSurfaceControlOnBufferTransformHintChangedListener client.

func (*AttachedSurfaceControlOnBufferTransformHintChangedListenerClient) OnBufferTransformHintChanged

OnBufferTransformHintChanged calls the OnBufferTransformHintChanged RPC.

type ChoreographerClient

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

ChoreographerClient wraps the gRPC ChoreographerService client.

func NewChoreographerClient

func NewChoreographerClient(cc grpc.ClientConnInterface) *ChoreographerClient

NewChoreographerClient creates a new Choreographer client.

func (*ChoreographerClient) GetInstance

func (c *ChoreographerClient) GetInstance(ctx context.Context) (int64, error)

GetInstance calls the GetInstance RPC.

func (*ChoreographerClient) PostFrameCallback

func (c *ChoreographerClient) PostFrameCallback(ctx context.Context, arg0 int64) error

PostFrameCallback calls the PostFrameCallback RPC.

func (*ChoreographerClient) PostFrameCallbackDelayed

func (c *ChoreographerClient) PostFrameCallbackDelayed(ctx context.Context, arg0 int64, arg1 int64) error

PostFrameCallbackDelayed calls the PostFrameCallbackDelayed RPC.

func (*ChoreographerClient) PostVsyncCallback

func (c *ChoreographerClient) PostVsyncCallback(ctx context.Context, arg0 int64) error

PostVsyncCallback calls the PostVsyncCallback RPC.

func (*ChoreographerClient) RemoveFrameCallback

func (c *ChoreographerClient) RemoveFrameCallback(ctx context.Context, arg0 int64) error

RemoveFrameCallback calls the RemoveFrameCallback RPC.

func (*ChoreographerClient) RemoveVsyncCallback

func (c *ChoreographerClient) RemoveVsyncCallback(ctx context.Context, arg0 int64) error

RemoveVsyncCallback calls the RemoveVsyncCallback RPC.

type ChoreographerFrameCallbackClient

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

ChoreographerFrameCallbackClient wraps the gRPC ChoreographerFrameCallbackService client.

func NewChoreographerFrameCallbackClient

func NewChoreographerFrameCallbackClient(cc grpc.ClientConnInterface) *ChoreographerFrameCallbackClient

NewChoreographerFrameCallbackClient creates a new ChoreographerFrameCallback client.

func (*ChoreographerFrameCallbackClient) DoFrame

DoFrame calls the DoFrame RPC.

type ChoreographerFrameDataClient

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

ChoreographerFrameDataClient wraps the gRPC ChoreographerFrameDataService client.

func NewChoreographerFrameDataClient

func NewChoreographerFrameDataClient(cc grpc.ClientConnInterface) *ChoreographerFrameDataClient

NewChoreographerFrameDataClient creates a new ChoreographerFrameData client.

func (*ChoreographerFrameDataClient) GetFrameTimeNanos

func (c *ChoreographerFrameDataClient) GetFrameTimeNanos(ctx context.Context) (int64, error)

GetFrameTimeNanos calls the GetFrameTimeNanos RPC.

func (*ChoreographerFrameDataClient) GetFrameTimelines

func (c *ChoreographerFrameDataClient) GetFrameTimelines(ctx context.Context) (int64, error)

GetFrameTimelines calls the GetFrameTimelines RPC.

func (*ChoreographerFrameDataClient) GetPreferredFrameTimeline

func (c *ChoreographerFrameDataClient) GetPreferredFrameTimeline(ctx context.Context) (int64, error)

GetPreferredFrameTimeline calls the GetPreferredFrameTimeline RPC.

type ChoreographerFrameTimelineClient

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

ChoreographerFrameTimelineClient wraps the gRPC ChoreographerFrameTimelineService client.

func NewChoreographerFrameTimelineClient

func NewChoreographerFrameTimelineClient(cc grpc.ClientConnInterface) *ChoreographerFrameTimelineClient

NewChoreographerFrameTimelineClient creates a new ChoreographerFrameTimeline client.

func (*ChoreographerFrameTimelineClient) GetDeadlineNanos

func (c *ChoreographerFrameTimelineClient) GetDeadlineNanos(ctx context.Context) (int64, error)

GetDeadlineNanos calls the GetDeadlineNanos RPC.

func (*ChoreographerFrameTimelineClient) GetExpectedPresentationTimeNanos

func (c *ChoreographerFrameTimelineClient) GetExpectedPresentationTimeNanos(ctx context.Context) (int64, error)

GetExpectedPresentationTimeNanos calls the GetExpectedPresentationTimeNanos RPC.

func (*ChoreographerFrameTimelineClient) GetVsyncId

GetVsyncId calls the GetVsyncId RPC.

type ChoreographerVsyncCallbackClient

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

ChoreographerVsyncCallbackClient wraps the gRPC ChoreographerVsyncCallbackService client.

func NewChoreographerVsyncCallbackClient

func NewChoreographerVsyncCallbackClient(cc grpc.ClientConnInterface) *ChoreographerVsyncCallbackClient

NewChoreographerVsyncCallbackClient creates a new ChoreographerVsyncCallback client.

func (*ChoreographerVsyncCallbackClient) OnVsync

OnVsync calls the OnVsync RPC.

type CollapsibleActionViewClient

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

CollapsibleActionViewClient wraps the gRPC CollapsibleActionViewService client.

func NewCollapsibleActionViewClient

func NewCollapsibleActionViewClient(cc grpc.ClientConnInterface) *CollapsibleActionViewClient

NewCollapsibleActionViewClient creates a new CollapsibleActionView client.

func (*CollapsibleActionViewClient) OnActionViewCollapsed

func (c *CollapsibleActionViewClient) OnActionViewCollapsed(ctx context.Context) error

OnActionViewCollapsed calls the OnActionViewCollapsed RPC.

func (*CollapsibleActionViewClient) OnActionViewExpanded

func (c *CollapsibleActionViewClient) OnActionViewExpanded(ctx context.Context) error

OnActionViewExpanded calls the OnActionViewExpanded RPC.

type ConfigurationClient

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

ConfigurationClient wraps the gRPC ConfigurationService client.

func NewConfigurationClient

func NewConfigurationClient(cc grpc.ClientConnInterface) *ConfigurationClient

NewConfigurationClient creates a new Configuration client.

func (*ConfigurationClient) Get

func (c *ConfigurationClient) Get(ctx context.Context, handle int64, arg0 int64) (int64, error)

Get calls the Get RPC.

func (*ConfigurationClient) GetAmbiguousGestureMultiplier

func (c *ConfigurationClient) GetAmbiguousGestureMultiplier(ctx context.Context, handle int64) (float32, error)

GetAmbiguousGestureMultiplier calls the GetAmbiguousGestureMultiplier RPC.

func (*ConfigurationClient) GetDefaultActionModeHideDuration

func (c *ConfigurationClient) GetDefaultActionModeHideDuration(ctx context.Context, handle int64) (int64, error)

GetDefaultActionModeHideDuration calls the GetDefaultActionModeHideDuration RPC.

func (*ConfigurationClient) GetDoubleTapTimeout

func (c *ConfigurationClient) GetDoubleTapTimeout(ctx context.Context, handle int64) (int32, error)

GetDoubleTapTimeout calls the GetDoubleTapTimeout RPC.

func (*ConfigurationClient) GetEdgeSlop

func (c *ConfigurationClient) GetEdgeSlop(ctx context.Context, handle int64) (int32, error)

GetEdgeSlop calls the GetEdgeSlop RPC.

func (*ConfigurationClient) GetFadingEdgeLength

func (c *ConfigurationClient) GetFadingEdgeLength(ctx context.Context, handle int64) (int32, error)

GetFadingEdgeLength calls the GetFadingEdgeLength RPC.

func (*ConfigurationClient) GetGlobalActionKeyTimeout

func (c *ConfigurationClient) GetGlobalActionKeyTimeout(ctx context.Context, handle int64) (int64, error)

GetGlobalActionKeyTimeout calls the GetGlobalActionKeyTimeout RPC.

func (*ConfigurationClient) GetJumpTapTimeout

func (c *ConfigurationClient) GetJumpTapTimeout(ctx context.Context, handle int64) (int32, error)

GetJumpTapTimeout calls the GetJumpTapTimeout RPC.

func (*ConfigurationClient) GetKeyRepeatDelay

func (c *ConfigurationClient) GetKeyRepeatDelay(ctx context.Context, handle int64) (int32, error)

GetKeyRepeatDelay calls the GetKeyRepeatDelay RPC.

func (*ConfigurationClient) GetKeyRepeatTimeout

func (c *ConfigurationClient) GetKeyRepeatTimeout(ctx context.Context, handle int64) (int32, error)

GetKeyRepeatTimeout calls the GetKeyRepeatTimeout RPC.

func (*ConfigurationClient) GetLongPressTimeout

func (c *ConfigurationClient) GetLongPressTimeout(ctx context.Context, handle int64) (int32, error)

GetLongPressTimeout calls the GetLongPressTimeout RPC.

func (*ConfigurationClient) GetMaximumDrawingCacheSize

func (c *ConfigurationClient) GetMaximumDrawingCacheSize(ctx context.Context, handle int64) (int32, error)

GetMaximumDrawingCacheSize calls the GetMaximumDrawingCacheSize RPC.

func (*ConfigurationClient) GetMaximumFlingVelocity

func (c *ConfigurationClient) GetMaximumFlingVelocity(ctx context.Context, handle int64) (int32, error)

GetMaximumFlingVelocity calls the GetMaximumFlingVelocity RPC.

func (*ConfigurationClient) GetMinimumFlingVelocity

func (c *ConfigurationClient) GetMinimumFlingVelocity(ctx context.Context, handle int64) (int32, error)

GetMinimumFlingVelocity calls the GetMinimumFlingVelocity RPC.

func (*ConfigurationClient) GetMultiPressTimeout

func (c *ConfigurationClient) GetMultiPressTimeout(ctx context.Context, handle int64) (int32, error)

GetMultiPressTimeout calls the GetMultiPressTimeout RPC.

func (*ConfigurationClient) GetPressedStateDuration

func (c *ConfigurationClient) GetPressedStateDuration(ctx context.Context, handle int64) (int32, error)

GetPressedStateDuration calls the GetPressedStateDuration RPC.

func (*ConfigurationClient) GetScaledAmbiguousGestureMultiplier

func (c *ConfigurationClient) GetScaledAmbiguousGestureMultiplier(ctx context.Context, handle int64) (float32, error)

GetScaledAmbiguousGestureMultiplier calls the GetScaledAmbiguousGestureMultiplier RPC.

func (*ConfigurationClient) GetScaledDoubleTapSlop

func (c *ConfigurationClient) GetScaledDoubleTapSlop(ctx context.Context, handle int64) (int32, error)

GetScaledDoubleTapSlop calls the GetScaledDoubleTapSlop RPC.

func (*ConfigurationClient) GetScaledEdgeSlop

func (c *ConfigurationClient) GetScaledEdgeSlop(ctx context.Context, handle int64) (int32, error)

GetScaledEdgeSlop calls the GetScaledEdgeSlop RPC.

func (*ConfigurationClient) GetScaledFadingEdgeLength

func (c *ConfigurationClient) GetScaledFadingEdgeLength(ctx context.Context, handle int64) (int32, error)

GetScaledFadingEdgeLength calls the GetScaledFadingEdgeLength RPC.

func (*ConfigurationClient) GetScaledHandwritingGestureLineMargin

func (c *ConfigurationClient) GetScaledHandwritingGestureLineMargin(ctx context.Context, handle int64) (int32, error)

GetScaledHandwritingGestureLineMargin calls the GetScaledHandwritingGestureLineMargin RPC.

func (*ConfigurationClient) GetScaledHandwritingSlop

func (c *ConfigurationClient) GetScaledHandwritingSlop(ctx context.Context, handle int64) (int32, error)

GetScaledHandwritingSlop calls the GetScaledHandwritingSlop RPC.

func (*ConfigurationClient) GetScaledHorizontalScrollFactor

func (c *ConfigurationClient) GetScaledHorizontalScrollFactor(ctx context.Context, handle int64) (float32, error)

GetScaledHorizontalScrollFactor calls the GetScaledHorizontalScrollFactor RPC.

func (*ConfigurationClient) GetScaledHoverSlop

func (c *ConfigurationClient) GetScaledHoverSlop(ctx context.Context, handle int64) (int32, error)

GetScaledHoverSlop calls the GetScaledHoverSlop RPC.

func (*ConfigurationClient) GetScaledMaximumDrawingCacheSize

func (c *ConfigurationClient) GetScaledMaximumDrawingCacheSize(ctx context.Context, handle int64) (int32, error)

GetScaledMaximumDrawingCacheSize calls the GetScaledMaximumDrawingCacheSize RPC.

func (*ConfigurationClient) GetScaledMaximumFlingVelocity0

func (c *ConfigurationClient) GetScaledMaximumFlingVelocity0(ctx context.Context, handle int64) (int32, error)

GetScaledMaximumFlingVelocity0 calls the GetScaledMaximumFlingVelocity0 RPC.

func (*ConfigurationClient) GetScaledMaximumFlingVelocity3_1

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

GetScaledMaximumFlingVelocity3_1 calls the GetScaledMaximumFlingVelocity3_1 RPC.

func (*ConfigurationClient) GetScaledMinimumFlingVelocity0

func (c *ConfigurationClient) GetScaledMinimumFlingVelocity0(ctx context.Context, handle int64) (int32, error)

GetScaledMinimumFlingVelocity0 calls the GetScaledMinimumFlingVelocity0 RPC.

func (*ConfigurationClient) GetScaledMinimumFlingVelocity3_1

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

GetScaledMinimumFlingVelocity3_1 calls the GetScaledMinimumFlingVelocity3_1 RPC.

func (*ConfigurationClient) GetScaledMinimumScalingSpan

func (c *ConfigurationClient) GetScaledMinimumScalingSpan(ctx context.Context, handle int64) (int32, error)

GetScaledMinimumScalingSpan calls the GetScaledMinimumScalingSpan RPC.

func (*ConfigurationClient) GetScaledOverflingDistance

func (c *ConfigurationClient) GetScaledOverflingDistance(ctx context.Context, handle int64) (int32, error)

GetScaledOverflingDistance calls the GetScaledOverflingDistance RPC.

func (*ConfigurationClient) GetScaledOverscrollDistance

func (c *ConfigurationClient) GetScaledOverscrollDistance(ctx context.Context, handle int64) (int32, error)

GetScaledOverscrollDistance calls the GetScaledOverscrollDistance RPC.

func (*ConfigurationClient) GetScaledPagingTouchSlop

func (c *ConfigurationClient) GetScaledPagingTouchSlop(ctx context.Context, handle int64) (int32, error)

GetScaledPagingTouchSlop calls the GetScaledPagingTouchSlop RPC.

func (*ConfigurationClient) GetScaledScrollBarSize

func (c *ConfigurationClient) GetScaledScrollBarSize(ctx context.Context, handle int64) (int32, error)

GetScaledScrollBarSize calls the GetScaledScrollBarSize RPC.

func (*ConfigurationClient) GetScaledTouchSlop

func (c *ConfigurationClient) GetScaledTouchSlop(ctx context.Context, handle int64) (int32, error)

GetScaledTouchSlop calls the GetScaledTouchSlop RPC.

func (*ConfigurationClient) GetScaledVerticalScrollFactor

func (c *ConfigurationClient) GetScaledVerticalScrollFactor(ctx context.Context, handle int64) (float32, error)

GetScaledVerticalScrollFactor calls the GetScaledVerticalScrollFactor RPC.

func (*ConfigurationClient) GetScaledWindowTouchSlop

func (c *ConfigurationClient) GetScaledWindowTouchSlop(ctx context.Context, handle int64) (int32, error)

GetScaledWindowTouchSlop calls the GetScaledWindowTouchSlop RPC.

func (*ConfigurationClient) GetScrollBarFadeDuration

func (c *ConfigurationClient) GetScrollBarFadeDuration(ctx context.Context, handle int64) (int32, error)

GetScrollBarFadeDuration calls the GetScrollBarFadeDuration RPC.

func (*ConfigurationClient) GetScrollBarSize

func (c *ConfigurationClient) GetScrollBarSize(ctx context.Context, handle int64) (int32, error)

GetScrollBarSize calls the GetScrollBarSize RPC.

func (*ConfigurationClient) GetScrollDefaultDelay

func (c *ConfigurationClient) GetScrollDefaultDelay(ctx context.Context, handle int64) (int32, error)

GetScrollDefaultDelay calls the GetScrollDefaultDelay RPC.

func (*ConfigurationClient) GetScrollFriction

func (c *ConfigurationClient) GetScrollFriction(ctx context.Context, handle int64) (float32, error)

GetScrollFriction calls the GetScrollFriction RPC.

func (*ConfigurationClient) GetTapTimeout

func (c *ConfigurationClient) GetTapTimeout(ctx context.Context, handle int64) (int32, error)

GetTapTimeout calls the GetTapTimeout RPC.

func (*ConfigurationClient) GetTouchSlop

func (c *ConfigurationClient) GetTouchSlop(ctx context.Context, handle int64) (int32, error)

GetTouchSlop calls the GetTouchSlop RPC.

func (*ConfigurationClient) GetWindowTouchSlop

func (c *ConfigurationClient) GetWindowTouchSlop(ctx context.Context, handle int64) (int32, error)

GetWindowTouchSlop calls the GetWindowTouchSlop RPC.

func (*ConfigurationClient) GetZoomControlsTimeout

func (c *ConfigurationClient) GetZoomControlsTimeout(ctx context.Context, handle int64) (int64, error)

GetZoomControlsTimeout calls the GetZoomControlsTimeout RPC.

func (*ConfigurationClient) HasPermanentMenuKey

func (c *ConfigurationClient) HasPermanentMenuKey(ctx context.Context, handle int64) (bool, error)

HasPermanentMenuKey calls the HasPermanentMenuKey RPC.

func (*ConfigurationClient) ShouldShowMenuShortcutsWhenKeyboardPresent

func (c *ConfigurationClient) ShouldShowMenuShortcutsWhenKeyboardPresent(ctx context.Context, handle int64) (bool, error)

ShouldShowMenuShortcutsWhenKeyboardPresent calls the ShouldShowMenuShortcutsWhenKeyboardPresent RPC.

type ContentInfoBuilderClient

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

ContentInfoBuilderClient wraps the gRPC ContentInfoBuilderService client.

func NewContentInfoBuilderClient

func NewContentInfoBuilderClient(cc grpc.ClientConnInterface) *ContentInfoBuilderClient

NewContentInfoBuilderClient creates a new ContentInfoBuilder client.

func (*ContentInfoBuilderClient) Build

Build calls the Build RPC.

func (*ContentInfoBuilderClient) SetClip

func (c *ContentInfoBuilderClient) SetClip(ctx context.Context, arg0 int64) (int64, error)

SetClip calls the SetClip RPC.

func (*ContentInfoBuilderClient) SetExtras

func (c *ContentInfoBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error)

SetExtras calls the SetExtras RPC.

func (*ContentInfoBuilderClient) SetFlags

func (c *ContentInfoBuilderClient) SetFlags(ctx context.Context, arg0 int32) (int64, error)

SetFlags calls the SetFlags RPC.

func (*ContentInfoBuilderClient) SetLinkUri

func (c *ContentInfoBuilderClient) SetLinkUri(ctx context.Context, arg0 int64) (int64, error)

SetLinkUri calls the SetLinkUri RPC.

func (*ContentInfoBuilderClient) SetSource

func (c *ContentInfoBuilderClient) SetSource(ctx context.Context, arg0 int32) (int64, error)

SetSource calls the SetSource RPC.

type ContentInfoClient

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

ContentInfoClient wraps the gRPC ContentInfoService client.

func NewContentInfoClient

func NewContentInfoClient(cc grpc.ClientConnInterface) *ContentInfoClient

NewContentInfoClient creates a new ContentInfo client.

func (*ContentInfoClient) DescribeContents

func (c *ContentInfoClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*ContentInfoClient) GetClip

func (c *ContentInfoClient) GetClip(ctx context.Context) (int64, error)

GetClip calls the GetClip RPC.

func (*ContentInfoClient) GetExtras

func (c *ContentInfoClient) GetExtras(ctx context.Context) (int64, error)

GetExtras calls the GetExtras RPC.

func (*ContentInfoClient) GetFlags

func (c *ContentInfoClient) GetFlags(ctx context.Context) (int32, error)

GetFlags calls the GetFlags RPC.

func (*ContentInfoClient) GetLinkUri

func (c *ContentInfoClient) GetLinkUri(ctx context.Context) (int64, error)

GetLinkUri calls the GetLinkUri RPC.

func (*ContentInfoClient) GetSource

func (c *ContentInfoClient) GetSource(ctx context.Context) (int32, error)

GetSource calls the GetSource RPC.

func (*ContentInfoClient) ToString

func (c *ContentInfoClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*ContentInfoClient) WriteToParcel

func (c *ContentInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type ContextMenuClient

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

ContextMenuClient wraps the gRPC ContextMenuService client.

func NewContextMenuClient

func NewContextMenuClient(cc grpc.ClientConnInterface) *ContextMenuClient

NewContextMenuClient creates a new ContextMenu client.

func (*ContextMenuClient) ClearHeader

func (c *ContextMenuClient) ClearHeader(ctx context.Context) error

ClearHeader calls the ClearHeader RPC.

func (*ContextMenuClient) SetHeaderIcon1

func (c *ContextMenuClient) SetHeaderIcon1(ctx context.Context, arg0 int64) (int64, error)

SetHeaderIcon1 calls the SetHeaderIcon1 RPC.

func (*ContextMenuClient) SetHeaderIcon1_1

func (c *ContextMenuClient) SetHeaderIcon1_1(ctx context.Context, arg0 int32) (int64, error)

SetHeaderIcon1_1 calls the SetHeaderIcon1_1 RPC.

func (*ContextMenuClient) SetHeaderTitle1

func (c *ContextMenuClient) SetHeaderTitle1(ctx context.Context, arg0 int32) (int64, error)

SetHeaderTitle1 calls the SetHeaderTitle1 RPC.

func (*ContextMenuClient) SetHeaderTitle1_1

func (c *ContextMenuClient) SetHeaderTitle1_1(ctx context.Context, arg0 string) (int64, error)

SetHeaderTitle1_1 calls the SetHeaderTitle1_1 RPC.

func (*ContextMenuClient) SetHeaderView

func (c *ContextMenuClient) SetHeaderView(ctx context.Context, arg0 int64) (int64, error)

SetHeaderView calls the SetHeaderView RPC.

type ContextThemeWrapperClient

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

ContextThemeWrapperClient wraps the gRPC ContextThemeWrapperService client.

func NewContextThemeWrapperClient

func NewContextThemeWrapperClient(cc grpc.ClientConnInterface) *ContextThemeWrapperClient

NewContextThemeWrapperClient creates a new ContextThemeWrapper client.

func (*ContextThemeWrapperClient) ApplyOverrideConfiguration

func (c *ContextThemeWrapperClient) ApplyOverrideConfiguration(ctx context.Context, handle int64, arg0 int64) error

ApplyOverrideConfiguration calls the ApplyOverrideConfiguration RPC.

func (*ContextThemeWrapperClient) GetAssets

func (c *ContextThemeWrapperClient) GetAssets(ctx context.Context, handle int64) (int64, error)

GetAssets calls the GetAssets RPC.

func (*ContextThemeWrapperClient) GetResources

func (c *ContextThemeWrapperClient) GetResources(ctx context.Context, handle int64) (int64, error)

GetResources calls the GetResources RPC.

func (*ContextThemeWrapperClient) GetSystemService

func (c *ContextThemeWrapperClient) GetSystemService(ctx context.Context, handle int64, arg0 string) (int64, error)

GetSystemService calls the GetSystemService RPC.

func (*ContextThemeWrapperClient) GetTheme

func (c *ContextThemeWrapperClient) GetTheme(ctx context.Context, handle int64) (int64, error)

GetTheme calls the GetTheme RPC.

func (*ContextThemeWrapperClient) SetTheme1

func (c *ContextThemeWrapperClient) SetTheme1(ctx context.Context, handle int64, arg0 int64) error

SetTheme1 calls the SetTheme1 RPC.

func (*ContextThemeWrapperClient) SetTheme1_1

func (c *ContextThemeWrapperClient) SetTheme1_1(ctx context.Context, handle int64, arg0 int32) error

SetTheme1_1 calls the SetTheme1_1 RPC.

type DebugCapturedViewPropertyClient

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

DebugCapturedViewPropertyClient wraps the gRPC DebugCapturedViewPropertyService client.

func NewDebugCapturedViewPropertyClient

func NewDebugCapturedViewPropertyClient(cc grpc.ClientConnInterface) *DebugCapturedViewPropertyClient

NewDebugCapturedViewPropertyClient creates a new DebugCapturedViewProperty client.

func (*DebugCapturedViewPropertyClient) RetrieveReturn

func (c *DebugCapturedViewPropertyClient) RetrieveReturn(ctx context.Context) (bool, error)

RetrieveReturn calls the RetrieveReturn RPC.

type DebugClient

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

DebugClient wraps the gRPC DebugService client.

func NewDebugClient

func NewDebugClient(cc grpc.ClientConnInterface) *DebugClient

NewDebugClient creates a new Debug client.

func (*DebugClient) DumpCapturedView

func (c *DebugClient) DumpCapturedView(ctx context.Context, handle int64, arg0 string, arg1 int64) error

DumpCapturedView calls the DumpCapturedView RPC.

func (*DebugClient) StartHierarchyTracing

func (c *DebugClient) StartHierarchyTracing(ctx context.Context, handle int64, arg0 string, arg1 int64) error

StartHierarchyTracing calls the StartHierarchyTracing RPC.

func (*DebugClient) StartRecyclerTracing

func (c *DebugClient) StartRecyclerTracing(ctx context.Context, handle int64, arg0 string, arg1 int64) error

StartRecyclerTracing calls the StartRecyclerTracing RPC.

func (*DebugClient) StopHierarchyTracing

func (c *DebugClient) StopHierarchyTracing(ctx context.Context, handle int64) error

StopHierarchyTracing calls the StopHierarchyTracing RPC.

func (*DebugClient) StopRecyclerTracing

func (c *DebugClient) StopRecyclerTracing(ctx context.Context, handle int64) error

StopRecyclerTracing calls the StopRecyclerTracing RPC.

func (*DebugClient) Trace2

func (c *DebugClient) Trace2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

Trace2 calls the Trace2 RPC.

func (*DebugClient) Trace3_1

func (c *DebugClient) Trace3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error

Trace3_1 calls the Trace3_1 RPC.

type DebugExportedPropertyClient

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

DebugExportedPropertyClient wraps the gRPC DebugExportedPropertyService client.

func NewDebugExportedPropertyClient

func NewDebugExportedPropertyClient(cc grpc.ClientConnInterface) *DebugExportedPropertyClient

NewDebugExportedPropertyClient creates a new DebugExportedProperty client.

func (*DebugExportedPropertyClient) Category

Category calls the Category RPC.

func (*DebugExportedPropertyClient) DeepExport

func (c *DebugExportedPropertyClient) DeepExport(ctx context.Context) (bool, error)

DeepExport calls the DeepExport RPC.

func (*DebugExportedPropertyClient) FlagMapping

func (c *DebugExportedPropertyClient) FlagMapping(ctx context.Context) (int64, error)

FlagMapping calls the FlagMapping RPC.

func (*DebugExportedPropertyClient) FormatToHexString

func (c *DebugExportedPropertyClient) FormatToHexString(ctx context.Context) (bool, error)

FormatToHexString calls the FormatToHexString RPC.

func (*DebugExportedPropertyClient) HasAdjacentMapping

func (c *DebugExportedPropertyClient) HasAdjacentMapping(ctx context.Context) (bool, error)

HasAdjacentMapping calls the HasAdjacentMapping RPC.

func (*DebugExportedPropertyClient) IndexMapping

func (c *DebugExportedPropertyClient) IndexMapping(ctx context.Context) (int64, error)

IndexMapping calls the IndexMapping RPC.

func (*DebugExportedPropertyClient) Mapping

Mapping calls the Mapping RPC.

func (*DebugExportedPropertyClient) Prefix

Prefix calls the Prefix RPC.

func (*DebugExportedPropertyClient) ResolveId

func (c *DebugExportedPropertyClient) ResolveId(ctx context.Context) (bool, error)

ResolveId calls the ResolveId RPC.

type DebugFlagToStringClient

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

DebugFlagToStringClient wraps the gRPC DebugFlagToStringService client.

func NewDebugFlagToStringClient

func NewDebugFlagToStringClient(cc grpc.ClientConnInterface) *DebugFlagToStringClient

NewDebugFlagToStringClient creates a new DebugFlagToString client.

func (*DebugFlagToStringClient) Equals

Equals calls the Equals RPC.

func (*DebugFlagToStringClient) Mask

Mask calls the Mask RPC.

func (*DebugFlagToStringClient) Name

Name calls the Name RPC.

func (*DebugFlagToStringClient) OutputIf

func (c *DebugFlagToStringClient) OutputIf(ctx context.Context) (bool, error)

OutputIf calls the OutputIf RPC.

type DebugHierarchyTraceTypeClient

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

DebugHierarchyTraceTypeClient wraps the gRPC DebugHierarchyTraceTypeService client.

func NewDebugHierarchyTraceTypeClient

func NewDebugHierarchyTraceTypeClient(cc grpc.ClientConnInterface) *DebugHierarchyTraceTypeClient

NewDebugHierarchyTraceTypeClient creates a new DebugHierarchyTraceType client.

func (*DebugHierarchyTraceTypeClient) ValueOf

ValueOf calls the ValueOf RPC.

func (*DebugHierarchyTraceTypeClient) Values

Values calls the Values RPC.

type DebugIntToStringClient

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

DebugIntToStringClient wraps the gRPC DebugIntToStringService client.

func NewDebugIntToStringClient

func NewDebugIntToStringClient(cc grpc.ClientConnInterface) *DebugIntToStringClient

NewDebugIntToStringClient creates a new DebugIntToString client.

func (*DebugIntToStringClient) From

From calls the From RPC.

func (*DebugIntToStringClient) To

To calls the To RPC.

type DebugRecyclerTraceTypeClient

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

DebugRecyclerTraceTypeClient wraps the gRPC DebugRecyclerTraceTypeService client.

func NewDebugRecyclerTraceTypeClient

func NewDebugRecyclerTraceTypeClient(cc grpc.ClientConnInterface) *DebugRecyclerTraceTypeClient

NewDebugRecyclerTraceTypeClient creates a new DebugRecyclerTraceType client.

func (*DebugRecyclerTraceTypeClient) ValueOf

func (c *DebugRecyclerTraceTypeClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*DebugRecyclerTraceTypeClient) Values

Values calls the Values RPC.

type DisplayCutoutBuilderClient

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

DisplayCutoutBuilderClient wraps the gRPC DisplayCutoutBuilderService client.

func NewDisplayCutoutBuilderClient

func NewDisplayCutoutBuilderClient(cc grpc.ClientConnInterface) *DisplayCutoutBuilderClient

NewDisplayCutoutBuilderClient creates a new DisplayCutoutBuilder client.

func (*DisplayCutoutBuilderClient) Build

Build calls the Build RPC.

func (*DisplayCutoutBuilderClient) SetBoundingRectBottom

func (c *DisplayCutoutBuilderClient) SetBoundingRectBottom(ctx context.Context, arg0 int64) (int64, error)

SetBoundingRectBottom calls the SetBoundingRectBottom RPC.

func (*DisplayCutoutBuilderClient) SetBoundingRectLeft

func (c *DisplayCutoutBuilderClient) SetBoundingRectLeft(ctx context.Context, arg0 int64) (int64, error)

SetBoundingRectLeft calls the SetBoundingRectLeft RPC.

func (*DisplayCutoutBuilderClient) SetBoundingRectRight

func (c *DisplayCutoutBuilderClient) SetBoundingRectRight(ctx context.Context, arg0 int64) (int64, error)

SetBoundingRectRight calls the SetBoundingRectRight RPC.

func (*DisplayCutoutBuilderClient) SetBoundingRectTop

func (c *DisplayCutoutBuilderClient) SetBoundingRectTop(ctx context.Context, arg0 int64) (int64, error)

SetBoundingRectTop calls the SetBoundingRectTop RPC.

func (*DisplayCutoutBuilderClient) SetCutoutPath

func (c *DisplayCutoutBuilderClient) SetCutoutPath(ctx context.Context, arg0 int64) (int64, error)

SetCutoutPath calls the SetCutoutPath RPC.

func (*DisplayCutoutBuilderClient) SetSafeInsets

func (c *DisplayCutoutBuilderClient) SetSafeInsets(ctx context.Context, arg0 int64) (int64, error)

SetSafeInsets calls the SetSafeInsets RPC.

func (*DisplayCutoutBuilderClient) SetWaterfallInsets

func (c *DisplayCutoutBuilderClient) SetWaterfallInsets(ctx context.Context, arg0 int64) (int64, error)

SetWaterfallInsets calls the SetWaterfallInsets RPC.

type DisplayCutoutClient

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

DisplayCutoutClient wraps the gRPC DisplayCutoutService client.

func NewDisplayCutoutClient

func NewDisplayCutoutClient(cc grpc.ClientConnInterface) *DisplayCutoutClient

NewDisplayCutoutClient creates a new DisplayCutout client.

func (*DisplayCutoutClient) Equals

func (c *DisplayCutoutClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*DisplayCutoutClient) GetBoundingRectBottom

func (c *DisplayCutoutClient) GetBoundingRectBottom(ctx context.Context, handle int64) (int64, error)

GetBoundingRectBottom calls the GetBoundingRectBottom RPC.

func (*DisplayCutoutClient) GetBoundingRectLeft

func (c *DisplayCutoutClient) GetBoundingRectLeft(ctx context.Context, handle int64) (int64, error)

GetBoundingRectLeft calls the GetBoundingRectLeft RPC.

func (*DisplayCutoutClient) GetBoundingRectRight

func (c *DisplayCutoutClient) GetBoundingRectRight(ctx context.Context, handle int64) (int64, error)

GetBoundingRectRight calls the GetBoundingRectRight RPC.

func (*DisplayCutoutClient) GetBoundingRectTop

func (c *DisplayCutoutClient) GetBoundingRectTop(ctx context.Context, handle int64) (int64, error)

GetBoundingRectTop calls the GetBoundingRectTop RPC.

func (*DisplayCutoutClient) GetBoundingRects

func (c *DisplayCutoutClient) GetBoundingRects(ctx context.Context, handle int64) (int64, error)

GetBoundingRects calls the GetBoundingRects RPC.

func (*DisplayCutoutClient) GetCutoutPath

func (c *DisplayCutoutClient) GetCutoutPath(ctx context.Context, handle int64) (int64, error)

GetCutoutPath calls the GetCutoutPath RPC.

func (*DisplayCutoutClient) GetSafeInsetBottom

func (c *DisplayCutoutClient) GetSafeInsetBottom(ctx context.Context, handle int64) (int32, error)

GetSafeInsetBottom calls the GetSafeInsetBottom RPC.

func (*DisplayCutoutClient) GetSafeInsetLeft

func (c *DisplayCutoutClient) GetSafeInsetLeft(ctx context.Context, handle int64) (int32, error)

GetSafeInsetLeft calls the GetSafeInsetLeft RPC.

func (*DisplayCutoutClient) GetSafeInsetRight

func (c *DisplayCutoutClient) GetSafeInsetRight(ctx context.Context, handle int64) (int32, error)

GetSafeInsetRight calls the GetSafeInsetRight RPC.

func (*DisplayCutoutClient) GetSafeInsetTop

func (c *DisplayCutoutClient) GetSafeInsetTop(ctx context.Context, handle int64) (int32, error)

GetSafeInsetTop calls the GetSafeInsetTop RPC.

func (*DisplayCutoutClient) GetWaterfallInsets

func (c *DisplayCutoutClient) GetWaterfallInsets(ctx context.Context, handle int64) (int64, error)

GetWaterfallInsets calls the GetWaterfallInsets RPC.

func (*DisplayCutoutClient) HashCode

func (c *DisplayCutoutClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*DisplayCutoutClient) ToString

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

ToString calls the ToString RPC.

type DisplayShapeClient

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

DisplayShapeClient wraps the gRPC DisplayShapeService client.

func NewDisplayShapeClient

func NewDisplayShapeClient(cc grpc.ClientConnInterface) *DisplayShapeClient

NewDisplayShapeClient creates a new DisplayShape client.

func (*DisplayShapeClient) DescribeContents

func (c *DisplayShapeClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*DisplayShapeClient) Equals

func (c *DisplayShapeClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*DisplayShapeClient) GetPath

func (c *DisplayShapeClient) GetPath(ctx context.Context) (int64, error)

GetPath calls the GetPath RPC.

func (*DisplayShapeClient) HashCode

func (c *DisplayShapeClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*DisplayShapeClient) ToString

func (c *DisplayShapeClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*DisplayShapeClient) WriteToParcel

func (c *DisplayShapeClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type DragAndDropPermissionsClient

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

DragAndDropPermissionsClient wraps the gRPC DragAndDropPermissionsService client.

func NewDragAndDropPermissionsClient

func NewDragAndDropPermissionsClient(cc grpc.ClientConnInterface) *DragAndDropPermissionsClient

NewDragAndDropPermissionsClient creates a new DragAndDropPermissions client.

func (*DragAndDropPermissionsClient) DescribeContents

func (c *DragAndDropPermissionsClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*DragAndDropPermissionsClient) Release

Release calls the Release RPC.

func (*DragAndDropPermissionsClient) WriteToParcel

func (c *DragAndDropPermissionsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type DragEventClient

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

DragEventClient wraps the gRPC DragEventService client.

func NewDragEventClient

func NewDragEventClient(cc grpc.ClientConnInterface) *DragEventClient

NewDragEventClient creates a new DragEvent client.

func (*DragEventClient) DescribeContents

func (c *DragEventClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*DragEventClient) GetAction

func (c *DragEventClient) GetAction(ctx context.Context) (int32, error)

GetAction calls the GetAction RPC.

func (*DragEventClient) GetClipData

func (c *DragEventClient) GetClipData(ctx context.Context) (int64, error)

GetClipData calls the GetClipData RPC.

func (*DragEventClient) GetClipDescription

func (c *DragEventClient) GetClipDescription(ctx context.Context) (int64, error)

GetClipDescription calls the GetClipDescription RPC.

func (*DragEventClient) GetLocalState

func (c *DragEventClient) GetLocalState(ctx context.Context) (int64, error)

GetLocalState calls the GetLocalState RPC.

func (*DragEventClient) GetResult

func (c *DragEventClient) GetResult(ctx context.Context) (bool, error)

GetResult calls the GetResult RPC.

func (*DragEventClient) GetX

func (c *DragEventClient) GetX(ctx context.Context) (float32, error)

GetX calls the GetX RPC.

func (*DragEventClient) GetY

func (c *DragEventClient) GetY(ctx context.Context) (float32, error)

GetY calls the GetY RPC.

func (*DragEventClient) ToString

func (c *DragEventClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*DragEventClient) WriteToParcel

func (c *DragEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type FocusFinderClient

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

FocusFinderClient wraps the gRPC FocusFinderService client.

func NewFocusFinderClient

func NewFocusFinderClient(cc grpc.ClientConnInterface) *FocusFinderClient

NewFocusFinderClient creates a new FocusFinder client.

func (*FocusFinderClient) FindNearestTouchable

func (c *FocusFinderClient) FindNearestTouchable(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int64) (int64, error)

FindNearestTouchable calls the FindNearestTouchable RPC.

func (*FocusFinderClient) FindNextFocus

func (c *FocusFinderClient) FindNextFocus(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int64, error)

FindNextFocus calls the FindNextFocus RPC.

func (*FocusFinderClient) FindNextFocusFromRect

func (c *FocusFinderClient) FindNextFocusFromRect(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int64, error)

FindNextFocusFromRect calls the FindNextFocusFromRect RPC.

func (*FocusFinderClient) FindNextKeyboardNavigationCluster

func (c *FocusFinderClient) FindNextKeyboardNavigationCluster(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int64, error)

FindNextKeyboardNavigationCluster calls the FindNextKeyboardNavigationCluster RPC.

func (*FocusFinderClient) GetInstance

func (c *FocusFinderClient) GetInstance(ctx context.Context) (int64, error)

GetInstance calls the GetInstance RPC.

type FrameMetricsClient

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

FrameMetricsClient wraps the gRPC FrameMetricsService client.

func NewFrameMetricsClient

func NewFrameMetricsClient(cc grpc.ClientConnInterface) *FrameMetricsClient

NewFrameMetricsClient creates a new FrameMetrics client.

func (*FrameMetricsClient) GetMetric

func (c *FrameMetricsClient) GetMetric(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetMetric calls the GetMetric RPC.

type FrameStatsClient

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

FrameStatsClient wraps the gRPC FrameStatsService client.

func NewFrameStatsClient

func NewFrameStatsClient(cc grpc.ClientConnInterface) *FrameStatsClient

NewFrameStatsClient creates a new FrameStats client.

func (*FrameStatsClient) GetEndTimeNano

func (c *FrameStatsClient) GetEndTimeNano(ctx context.Context) (int64, error)

GetEndTimeNano calls the GetEndTimeNano RPC.

func (*FrameStatsClient) GetFrameCount

func (c *FrameStatsClient) GetFrameCount(ctx context.Context) (int32, error)

GetFrameCount calls the GetFrameCount RPC.

func (*FrameStatsClient) GetFramePresentedTimeNano

func (c *FrameStatsClient) GetFramePresentedTimeNano(ctx context.Context, arg0 int32) (int64, error)

GetFramePresentedTimeNano calls the GetFramePresentedTimeNano RPC.

func (*FrameStatsClient) GetRefreshPeriodNano

func (c *FrameStatsClient) GetRefreshPeriodNano(ctx context.Context) (int64, error)

GetRefreshPeriodNano calls the GetRefreshPeriodNano RPC.

func (*FrameStatsClient) GetStartTimeNano

func (c *FrameStatsClient) GetStartTimeNano(ctx context.Context) (int64, error)

GetStartTimeNano calls the GetStartTimeNano RPC.

type GestureDetectorClient

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

GestureDetectorClient wraps the gRPC GestureDetectorService client.

func NewGestureDetectorClient

func NewGestureDetectorClient(cc grpc.ClientConnInterface) *GestureDetectorClient

NewGestureDetectorClient creates a new GestureDetector client.

func (*GestureDetectorClient) IsLongpressEnabled

func (c *GestureDetectorClient) IsLongpressEnabled(ctx context.Context, handle int64) (bool, error)

IsLongpressEnabled calls the IsLongpressEnabled RPC.

func (*GestureDetectorClient) OnGenericMotionEvent

func (c *GestureDetectorClient) OnGenericMotionEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*GestureDetectorClient) OnTouchEvent

func (c *GestureDetectorClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

func (*GestureDetectorClient) SetContextClickListener

func (c *GestureDetectorClient) SetContextClickListener(ctx context.Context, handle int64, arg0 int64) error

SetContextClickListener calls the SetContextClickListener RPC.

func (*GestureDetectorClient) SetIsLongpressEnabled

func (c *GestureDetectorClient) SetIsLongpressEnabled(ctx context.Context, handle int64, arg0 bool) error

SetIsLongpressEnabled calls the SetIsLongpressEnabled RPC.

func (*GestureDetectorClient) SetOnDoubleTapListener

func (c *GestureDetectorClient) SetOnDoubleTapListener(ctx context.Context, handle int64, arg0 int64) error

SetOnDoubleTapListener calls the SetOnDoubleTapListener RPC.

type GestureDetectorOnContextClickListenerClient

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

GestureDetectorOnContextClickListenerClient wraps the gRPC GestureDetectorOnContextClickListenerService client.

func NewGestureDetectorOnContextClickListenerClient

func NewGestureDetectorOnContextClickListenerClient(cc grpc.ClientConnInterface) *GestureDetectorOnContextClickListenerClient

NewGestureDetectorOnContextClickListenerClient creates a new GestureDetectorOnContextClickListener client.

func (*GestureDetectorOnContextClickListenerClient) OnContextClick

OnContextClick calls the OnContextClick RPC.

type GestureDetectorOnDoubleTapListenerClient

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

GestureDetectorOnDoubleTapListenerClient wraps the gRPC GestureDetectorOnDoubleTapListenerService client.

func NewGestureDetectorOnDoubleTapListenerClient

func NewGestureDetectorOnDoubleTapListenerClient(cc grpc.ClientConnInterface) *GestureDetectorOnDoubleTapListenerClient

NewGestureDetectorOnDoubleTapListenerClient creates a new GestureDetectorOnDoubleTapListener client.

func (*GestureDetectorOnDoubleTapListenerClient) OnDoubleTap

OnDoubleTap calls the OnDoubleTap RPC.

func (*GestureDetectorOnDoubleTapListenerClient) OnDoubleTapEvent

func (c *GestureDetectorOnDoubleTapListenerClient) OnDoubleTapEvent(ctx context.Context, arg0 int64) (bool, error)

OnDoubleTapEvent calls the OnDoubleTapEvent RPC.

func (*GestureDetectorOnDoubleTapListenerClient) OnSingleTapConfirmed

func (c *GestureDetectorOnDoubleTapListenerClient) OnSingleTapConfirmed(ctx context.Context, arg0 int64) (bool, error)

OnSingleTapConfirmed calls the OnSingleTapConfirmed RPC.

type GestureDetectorOnGestureListenerClient

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

GestureDetectorOnGestureListenerClient wraps the gRPC GestureDetectorOnGestureListenerService client.

func NewGestureDetectorOnGestureListenerClient

func NewGestureDetectorOnGestureListenerClient(cc grpc.ClientConnInterface) *GestureDetectorOnGestureListenerClient

NewGestureDetectorOnGestureListenerClient creates a new GestureDetectorOnGestureListener client.

func (*GestureDetectorOnGestureListenerClient) OnDown

OnDown calls the OnDown RPC.

func (*GestureDetectorOnGestureListenerClient) OnFling

func (c *GestureDetectorOnGestureListenerClient) OnFling(ctx context.Context, arg0 int64, arg1 int64, arg2 float32, arg3 float32) (bool, error)

OnFling calls the OnFling RPC.

func (*GestureDetectorOnGestureListenerClient) OnLongPress

OnLongPress calls the OnLongPress RPC.

func (*GestureDetectorOnGestureListenerClient) OnScroll

func (c *GestureDetectorOnGestureListenerClient) OnScroll(ctx context.Context, arg0 int64, arg1 int64, arg2 float32, arg3 float32) (bool, error)

OnScroll calls the OnScroll RPC.

func (*GestureDetectorOnGestureListenerClient) OnShowPress

OnShowPress calls the OnShowPress RPC.

func (*GestureDetectorOnGestureListenerClient) OnSingleTapUp

func (c *GestureDetectorOnGestureListenerClient) OnSingleTapUp(ctx context.Context, arg0 int64) (bool, error)

OnSingleTapUp calls the OnSingleTapUp RPC.

type GestureDetectorSimpleOnGestureListenerClient

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

GestureDetectorSimpleOnGestureListenerClient wraps the gRPC GestureDetectorSimpleOnGestureListenerService client.

func NewGestureDetectorSimpleOnGestureListenerClient

func NewGestureDetectorSimpleOnGestureListenerClient(cc grpc.ClientConnInterface) *GestureDetectorSimpleOnGestureListenerClient

NewGestureDetectorSimpleOnGestureListenerClient creates a new GestureDetectorSimpleOnGestureListener client.

func (*GestureDetectorSimpleOnGestureListenerClient) OnContextClick

OnContextClick calls the OnContextClick RPC.

func (*GestureDetectorSimpleOnGestureListenerClient) OnDoubleTap

OnDoubleTap calls the OnDoubleTap RPC.

func (*GestureDetectorSimpleOnGestureListenerClient) OnDoubleTapEvent

func (c *GestureDetectorSimpleOnGestureListenerClient) OnDoubleTapEvent(ctx context.Context, arg0 int64) (bool, error)

OnDoubleTapEvent calls the OnDoubleTapEvent RPC.

func (*GestureDetectorSimpleOnGestureListenerClient) OnDown

OnDown calls the OnDown RPC.

func (*GestureDetectorSimpleOnGestureListenerClient) OnFling

OnFling calls the OnFling RPC.

func (*GestureDetectorSimpleOnGestureListenerClient) OnLongPress

OnLongPress calls the OnLongPress RPC.

func (*GestureDetectorSimpleOnGestureListenerClient) OnScroll

func (c *GestureDetectorSimpleOnGestureListenerClient) OnScroll(ctx context.Context, arg0 int64, arg1 int64, arg2 float32, arg3 float32) (bool, error)

OnScroll calls the OnScroll RPC.

func (*GestureDetectorSimpleOnGestureListenerClient) OnShowPress

OnShowPress calls the OnShowPress RPC.

func (*GestureDetectorSimpleOnGestureListenerClient) OnSingleTapConfirmed

func (c *GestureDetectorSimpleOnGestureListenerClient) OnSingleTapConfirmed(ctx context.Context, arg0 int64) (bool, error)

OnSingleTapConfirmed calls the OnSingleTapConfirmed RPC.

func (*GestureDetectorSimpleOnGestureListenerClient) OnSingleTapUp

OnSingleTapUp calls the OnSingleTapUp RPC.

type GravityClient

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

GravityClient wraps the gRPC GravityService client.

func NewGravityClient

func NewGravityClient(cc grpc.ClientConnInterface) *GravityClient

NewGravityClient creates a new Gravity client.

func (*GravityClient) Apply5

func (c *GravityClient) Apply5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int64, arg4 int64) error

Apply5 calls the Apply5 RPC.

func (*GravityClient) Apply6_1

func (c *GravityClient) Apply6_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int64, arg4 int64, arg5 int32) error

Apply6_1 calls the Apply6_1 RPC.

func (*GravityClient) Apply7_2

func (c *GravityClient) Apply7_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int64, arg4 int32, arg5 int32, arg6 int64) error

Apply7_2 calls the Apply7_2 RPC.

func (*GravityClient) Apply8_3

func (c *GravityClient) Apply8_3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int64, arg4 int32, arg5 int32, arg6 int64, arg7 int32) error

Apply8_3 calls the Apply8_3 RPC.

func (*GravityClient) ApplyDisplay3

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

ApplyDisplay3 calls the ApplyDisplay3 RPC.

func (*GravityClient) ApplyDisplay4_1

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

ApplyDisplay4_1 calls the ApplyDisplay4_1 RPC.

func (*GravityClient) GetAbsoluteGravity

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

GetAbsoluteGravity calls the GetAbsoluteGravity RPC.

func (*GravityClient) IsHorizontal

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

IsHorizontal calls the IsHorizontal RPC.

func (*GravityClient) IsVertical

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

IsVertical calls the IsVertical RPC.

type GroupOverlayClient

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

GroupOverlayClient wraps the gRPC GroupOverlayService client.

func NewGroupOverlayClient

func NewGroupOverlayClient(cc grpc.ClientConnInterface) *GroupOverlayClient

NewGroupOverlayClient creates a new GroupOverlay client.

func (*GroupOverlayClient) Add

func (c *GroupOverlayClient) Add(ctx context.Context, arg0 int64) error

Add calls the Add RPC.

func (*GroupOverlayClient) Remove

func (c *GroupOverlayClient) Remove(ctx context.Context, arg0 int64) error

Remove calls the Remove RPC.

type InputDeviceClient

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

InputDeviceClient wraps the gRPC InputDeviceService client.

func NewInputDeviceClient

func NewInputDeviceClient(cc grpc.ClientConnInterface) *InputDeviceClient

NewInputDeviceClient creates a new InputDevice client.

func (*InputDeviceClient) DescribeContents

func (c *InputDeviceClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*InputDeviceClient) GetBatteryState

func (c *InputDeviceClient) GetBatteryState(ctx context.Context) (int64, error)

GetBatteryState calls the GetBatteryState RPC.

func (*InputDeviceClient) GetControllerNumber

func (c *InputDeviceClient) GetControllerNumber(ctx context.Context) (int32, error)

GetControllerNumber calls the GetControllerNumber RPC.

func (*InputDeviceClient) GetDescriptor

func (c *InputDeviceClient) GetDescriptor(ctx context.Context) (string, error)

GetDescriptor calls the GetDescriptor RPC.

func (*InputDeviceClient) GetDevice

func (c *InputDeviceClient) GetDevice(ctx context.Context, arg0 int32) (int64, error)

GetDevice calls the GetDevice RPC.

func (*InputDeviceClient) GetDeviceIds

func (c *InputDeviceClient) GetDeviceIds(ctx context.Context) (int64, error)

GetDeviceIds calls the GetDeviceIds RPC.

func (*InputDeviceClient) GetId

func (c *InputDeviceClient) GetId(ctx context.Context) (int32, error)

GetId calls the GetId RPC.

func (*InputDeviceClient) GetKeyCharacterMap

func (c *InputDeviceClient) GetKeyCharacterMap(ctx context.Context) (int64, error)

GetKeyCharacterMap calls the GetKeyCharacterMap RPC.

func (*InputDeviceClient) GetKeyCodeForKeyLocation

func (c *InputDeviceClient) GetKeyCodeForKeyLocation(ctx context.Context, arg0 int32) (int32, error)

GetKeyCodeForKeyLocation calls the GetKeyCodeForKeyLocation RPC.

func (*InputDeviceClient) GetKeyboardType

func (c *InputDeviceClient) GetKeyboardType(ctx context.Context) (int32, error)

GetKeyboardType calls the GetKeyboardType RPC.

func (*InputDeviceClient) GetLightsManager

func (c *InputDeviceClient) GetLightsManager(ctx context.Context) (int64, error)

GetLightsManager calls the GetLightsManager RPC.

func (*InputDeviceClient) GetMotionRange1

func (c *InputDeviceClient) GetMotionRange1(ctx context.Context, arg0 int32) (int64, error)

GetMotionRange1 calls the GetMotionRange1 RPC.

func (*InputDeviceClient) GetMotionRange2_1

func (c *InputDeviceClient) GetMotionRange2_1(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetMotionRange2_1 calls the GetMotionRange2_1 RPC.

func (*InputDeviceClient) GetMotionRanges

func (c *InputDeviceClient) GetMotionRanges(ctx context.Context) (int64, error)

GetMotionRanges calls the GetMotionRanges RPC.

func (*InputDeviceClient) GetName

func (c *InputDeviceClient) GetName(ctx context.Context) (string, error)

GetName calls the GetName RPC.

func (*InputDeviceClient) GetProductId

func (c *InputDeviceClient) GetProductId(ctx context.Context) (int32, error)

GetProductId calls the GetProductId RPC.

func (*InputDeviceClient) GetSensorManager

func (c *InputDeviceClient) GetSensorManager(ctx context.Context) (int64, error)

GetSensorManager calls the GetSensorManager RPC.

func (*InputDeviceClient) GetSources

func (c *InputDeviceClient) GetSources(ctx context.Context) (int32, error)

GetSources calls the GetSources RPC.

func (*InputDeviceClient) GetVendorId

func (c *InputDeviceClient) GetVendorId(ctx context.Context) (int32, error)

GetVendorId calls the GetVendorId RPC.

func (*InputDeviceClient) GetVibrator

func (c *InputDeviceClient) GetVibrator(ctx context.Context) (int64, error)

GetVibrator calls the GetVibrator RPC.

func (*InputDeviceClient) GetVibratorManager

func (c *InputDeviceClient) GetVibratorManager(ctx context.Context) (int64, error)

GetVibratorManager calls the GetVibratorManager RPC.

func (*InputDeviceClient) HasKeys

func (c *InputDeviceClient) HasKeys(ctx context.Context, arg0 int64) (int64, error)

HasKeys calls the HasKeys RPC.

func (*InputDeviceClient) HasMicrophone

func (c *InputDeviceClient) HasMicrophone(ctx context.Context) (bool, error)

HasMicrophone calls the HasMicrophone RPC.

func (*InputDeviceClient) IsEnabled

func (c *InputDeviceClient) IsEnabled(ctx context.Context) (bool, error)

IsEnabled calls the IsEnabled RPC.

func (*InputDeviceClient) IsExternal

func (c *InputDeviceClient) IsExternal(ctx context.Context) (bool, error)

IsExternal calls the IsExternal RPC.

func (*InputDeviceClient) IsVirtual

func (c *InputDeviceClient) IsVirtual(ctx context.Context) (bool, error)

IsVirtual calls the IsVirtual RPC.

func (*InputDeviceClient) SupportsSource

func (c *InputDeviceClient) SupportsSource(ctx context.Context, arg0 int32) (bool, error)

SupportsSource calls the SupportsSource RPC.

func (*InputDeviceClient) ToString

func (c *InputDeviceClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*InputDeviceClient) WriteToParcel

func (c *InputDeviceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type InputDeviceMotionRangeClient

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

InputDeviceMotionRangeClient wraps the gRPC InputDeviceMotionRangeService client.

func NewInputDeviceMotionRangeClient

func NewInputDeviceMotionRangeClient(cc grpc.ClientConnInterface) *InputDeviceMotionRangeClient

NewInputDeviceMotionRangeClient creates a new InputDeviceMotionRange client.

func (*InputDeviceMotionRangeClient) GetAxis

GetAxis calls the GetAxis RPC.

func (*InputDeviceMotionRangeClient) GetFlat

GetFlat calls the GetFlat RPC.

func (*InputDeviceMotionRangeClient) GetFuzz

GetFuzz calls the GetFuzz RPC.

func (*InputDeviceMotionRangeClient) GetMax

GetMax calls the GetMax RPC.

func (*InputDeviceMotionRangeClient) GetMin

GetMin calls the GetMin RPC.

func (*InputDeviceMotionRangeClient) GetRange

GetRange calls the GetRange RPC.

func (*InputDeviceMotionRangeClient) GetResolution

func (c *InputDeviceMotionRangeClient) GetResolution(ctx context.Context) (float32, error)

GetResolution calls the GetResolution RPC.

func (*InputDeviceMotionRangeClient) GetSource

GetSource calls the GetSource RPC.

func (*InputDeviceMotionRangeClient) IsFromSource

func (c *InputDeviceMotionRangeClient) IsFromSource(ctx context.Context, arg0 int32) (bool, error)

IsFromSource calls the IsFromSource RPC.

type InputDeviceViewBehaviorClient

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

InputDeviceViewBehaviorClient wraps the gRPC InputDeviceViewBehaviorService client.

func NewInputDeviceViewBehaviorClient

func NewInputDeviceViewBehaviorClient(cc grpc.ClientConnInterface) *InputDeviceViewBehaviorClient

NewInputDeviceViewBehaviorClient creates a new InputDeviceViewBehavior client.

func (*InputDeviceViewBehaviorClient) ShouldSmoothScroll

func (c *InputDeviceViewBehaviorClient) ShouldSmoothScroll(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

ShouldSmoothScroll calls the ShouldSmoothScroll RPC.

type InputEventClient

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

InputEventClient wraps the gRPC InputEventService client.

func NewInputEventClient

func NewInputEventClient(cc grpc.ClientConnInterface) *InputEventClient

NewInputEventClient creates a new InputEvent client.

func (*InputEventClient) DescribeContents

func (c *InputEventClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*InputEventClient) GetDevice

func (c *InputEventClient) GetDevice(ctx context.Context) (int64, error)

GetDevice calls the GetDevice RPC.

func (*InputEventClient) GetDeviceId

func (c *InputEventClient) GetDeviceId(ctx context.Context) (int32, error)

GetDeviceId calls the GetDeviceId RPC.

func (*InputEventClient) GetEventTime

func (c *InputEventClient) GetEventTime(ctx context.Context) (int64, error)

GetEventTime calls the GetEventTime RPC.

func (*InputEventClient) GetSource

func (c *InputEventClient) GetSource(ctx context.Context) (int32, error)

GetSource calls the GetSource RPC.

func (*InputEventClient) IsFromSource

func (c *InputEventClient) IsFromSource(ctx context.Context, arg0 int32) (bool, error)

IsFromSource calls the IsFromSource RPC.

type InputQueueCallbackClient

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

InputQueueCallbackClient wraps the gRPC InputQueueCallbackService client.

func NewInputQueueCallbackClient

func NewInputQueueCallbackClient(cc grpc.ClientConnInterface) *InputQueueCallbackClient

NewInputQueueCallbackClient creates a new InputQueueCallback client.

func (*InputQueueCallbackClient) OnInputQueueCreated

func (c *InputQueueCallbackClient) OnInputQueueCreated(ctx context.Context, arg0 int64) error

OnInputQueueCreated calls the OnInputQueueCreated RPC.

func (*InputQueueCallbackClient) OnInputQueueDestroyed

func (c *InputQueueCallbackClient) OnInputQueueDestroyed(ctx context.Context, arg0 int64) error

OnInputQueueDestroyed calls the OnInputQueueDestroyed RPC.

type KeyCharacterMapClient

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

KeyCharacterMapClient wraps the gRPC KeyCharacterMapService client.

func NewKeyCharacterMapClient

func NewKeyCharacterMapClient(cc grpc.ClientConnInterface) *KeyCharacterMapClient

NewKeyCharacterMapClient creates a new KeyCharacterMap client.

func (*KeyCharacterMapClient) DescribeContents

func (c *KeyCharacterMapClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*KeyCharacterMapClient) DeviceHasKey

func (c *KeyCharacterMapClient) DeviceHasKey(ctx context.Context, arg0 int32) (bool, error)

DeviceHasKey calls the DeviceHasKey RPC.

func (*KeyCharacterMapClient) DeviceHasKeys

func (c *KeyCharacterMapClient) DeviceHasKeys(ctx context.Context, arg0 int64) (int64, error)

DeviceHasKeys calls the DeviceHasKeys RPC.

func (*KeyCharacterMapClient) Equals

func (c *KeyCharacterMapClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*KeyCharacterMapClient) Get

func (c *KeyCharacterMapClient) Get(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

Get calls the Get RPC.

func (*KeyCharacterMapClient) GetDeadChar

func (c *KeyCharacterMapClient) GetDeadChar(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

GetDeadChar calls the GetDeadChar RPC.

func (*KeyCharacterMapClient) GetDisplayLabel

func (c *KeyCharacterMapClient) GetDisplayLabel(ctx context.Context, arg0 int32) (uint16, error)

GetDisplayLabel calls the GetDisplayLabel RPC.

func (*KeyCharacterMapClient) GetEvents

func (c *KeyCharacterMapClient) GetEvents(ctx context.Context, arg0 int64) (int64, error)

GetEvents calls the GetEvents RPC.

func (*KeyCharacterMapClient) GetKeyData

func (c *KeyCharacterMapClient) GetKeyData(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

GetKeyData calls the GetKeyData RPC.

func (*KeyCharacterMapClient) GetKeyboardType

func (c *KeyCharacterMapClient) GetKeyboardType(ctx context.Context) (int32, error)

GetKeyboardType calls the GetKeyboardType RPC.

func (*KeyCharacterMapClient) GetMatch2

func (c *KeyCharacterMapClient) GetMatch2(ctx context.Context, arg0 int32, arg1 int64) (uint16, error)

GetMatch2 calls the GetMatch2 RPC.

func (*KeyCharacterMapClient) GetMatch3_1

func (c *KeyCharacterMapClient) GetMatch3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) (uint16, error)

GetMatch3_1 calls the GetMatch3_1 RPC.

func (*KeyCharacterMapClient) GetModifierBehavior

func (c *KeyCharacterMapClient) GetModifierBehavior(ctx context.Context) (int32, error)

GetModifierBehavior calls the GetModifierBehavior RPC.

func (*KeyCharacterMapClient) GetNumber

func (c *KeyCharacterMapClient) GetNumber(ctx context.Context, arg0 int32) (uint16, error)

GetNumber calls the GetNumber RPC.

func (*KeyCharacterMapClient) IsPrintingKey

func (c *KeyCharacterMapClient) IsPrintingKey(ctx context.Context, arg0 int32) (bool, error)

IsPrintingKey calls the IsPrintingKey RPC.

func (*KeyCharacterMapClient) Load

func (c *KeyCharacterMapClient) Load(ctx context.Context, arg0 int32) (int64, error)

Load calls the Load RPC.

func (*KeyCharacterMapClient) WriteToParcel

func (c *KeyCharacterMapClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type KeyEventCallbackClient

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

KeyEventCallbackClient wraps the gRPC KeyEventCallbackService client.

func NewKeyEventCallbackClient

func NewKeyEventCallbackClient(cc grpc.ClientConnInterface) *KeyEventCallbackClient

NewKeyEventCallbackClient creates a new KeyEventCallback client.

func (*KeyEventCallbackClient) OnKeyDown

func (c *KeyEventCallbackClient) OnKeyDown(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*KeyEventCallbackClient) OnKeyLongPress

func (c *KeyEventCallbackClient) OnKeyLongPress(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

OnKeyLongPress calls the OnKeyLongPress RPC.

func (*KeyEventCallbackClient) OnKeyMultiple

func (c *KeyEventCallbackClient) OnKeyMultiple(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (bool, error)

OnKeyMultiple calls the OnKeyMultiple RPC.

func (*KeyEventCallbackClient) OnKeyUp

func (c *KeyEventCallbackClient) OnKeyUp(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

OnKeyUp calls the OnKeyUp RPC.

type KeyEventClient

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

KeyEventClient wraps the gRPC KeyEventService client.

func NewKeyEventClient

func NewKeyEventClient(cc grpc.ClientConnInterface) *KeyEventClient

NewKeyEventClient creates a new KeyEvent client.

func (*KeyEventClient) ChangeAction

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

ChangeAction calls the ChangeAction RPC.

func (*KeyEventClient) ChangeFlags

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

ChangeFlags calls the ChangeFlags RPC.

func (*KeyEventClient) ChangeTimeRepeat3

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

ChangeTimeRepeat3 calls the ChangeTimeRepeat3 RPC.

func (*KeyEventClient) ChangeTimeRepeat4_1

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

ChangeTimeRepeat4_1 calls the ChangeTimeRepeat4_1 RPC.

func (*KeyEventClient) Dispatch1

func (c *KeyEventClient) Dispatch1(ctx context.Context, handle int64, arg0 int64) (bool, error)

Dispatch1 calls the Dispatch1 RPC.

func (*KeyEventClient) Dispatch3_1

func (c *KeyEventClient) Dispatch3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

Dispatch3_1 calls the Dispatch3_1 RPC.

func (*KeyEventClient) GetAction

func (c *KeyEventClient) GetAction(ctx context.Context, handle int64) (int32, error)

GetAction calls the GetAction RPC.

func (*KeyEventClient) GetCharacters

func (c *KeyEventClient) GetCharacters(ctx context.Context, handle int64) (string, error)

GetCharacters calls the GetCharacters RPC.

func (*KeyEventClient) GetDeadChar

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

GetDeadChar calls the GetDeadChar RPC.

func (*KeyEventClient) GetDeviceId

func (c *KeyEventClient) GetDeviceId(ctx context.Context, handle int64) (int32, error)

GetDeviceId calls the GetDeviceId RPC.

func (*KeyEventClient) GetDisplayLabel

func (c *KeyEventClient) GetDisplayLabel(ctx context.Context, handle int64) (uint16, error)

GetDisplayLabel calls the GetDisplayLabel RPC.

func (*KeyEventClient) GetDownTime

func (c *KeyEventClient) GetDownTime(ctx context.Context, handle int64) (int64, error)

GetDownTime calls the GetDownTime RPC.

func (*KeyEventClient) GetEventTime

func (c *KeyEventClient) GetEventTime(ctx context.Context, handle int64) (int64, error)

GetEventTime calls the GetEventTime RPC.

func (*KeyEventClient) GetFlags

func (c *KeyEventClient) GetFlags(ctx context.Context, handle int64) (int32, error)

GetFlags calls the GetFlags RPC.

func (*KeyEventClient) GetKeyCharacterMap

func (c *KeyEventClient) GetKeyCharacterMap(ctx context.Context, handle int64) (int64, error)

GetKeyCharacterMap calls the GetKeyCharacterMap RPC.

func (*KeyEventClient) GetKeyCode

func (c *KeyEventClient) GetKeyCode(ctx context.Context, handle int64) (int32, error)

GetKeyCode calls the GetKeyCode RPC.

func (*KeyEventClient) GetKeyData

func (c *KeyEventClient) GetKeyData(ctx context.Context, handle int64, arg0 int64) (bool, error)

GetKeyData calls the GetKeyData RPC.

func (*KeyEventClient) GetMatch1

func (c *KeyEventClient) GetMatch1(ctx context.Context, handle int64, arg0 int64) (uint16, error)

GetMatch1 calls the GetMatch1 RPC.

func (*KeyEventClient) GetMatch2_1

func (c *KeyEventClient) GetMatch2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) (uint16, error)

GetMatch2_1 calls the GetMatch2_1 RPC.

func (*KeyEventClient) GetMaxKeyCode

func (c *KeyEventClient) GetMaxKeyCode(ctx context.Context, handle int64) (int32, error)

GetMaxKeyCode calls the GetMaxKeyCode RPC.

func (*KeyEventClient) GetMetaState

func (c *KeyEventClient) GetMetaState(ctx context.Context, handle int64) (int32, error)

GetMetaState calls the GetMetaState RPC.

func (*KeyEventClient) GetModifierMetaStateMask

func (c *KeyEventClient) GetModifierMetaStateMask(ctx context.Context, handle int64) (int32, error)

GetModifierMetaStateMask calls the GetModifierMetaStateMask RPC.

func (*KeyEventClient) GetModifiers

func (c *KeyEventClient) GetModifiers(ctx context.Context, handle int64) (int32, error)

GetModifiers calls the GetModifiers RPC.

func (*KeyEventClient) GetNumber

func (c *KeyEventClient) GetNumber(ctx context.Context, handle int64) (uint16, error)

GetNumber calls the GetNumber RPC.

func (*KeyEventClient) GetRepeatCount

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

GetRepeatCount calls the GetRepeatCount RPC.

func (*KeyEventClient) GetScanCode

func (c *KeyEventClient) GetScanCode(ctx context.Context, handle int64) (int32, error)

GetScanCode calls the GetScanCode RPC.

func (*KeyEventClient) GetSource

func (c *KeyEventClient) GetSource(ctx context.Context, handle int64) (int32, error)

GetSource calls the GetSource RPC.

func (*KeyEventClient) GetUnicodeChar0

func (c *KeyEventClient) GetUnicodeChar0(ctx context.Context, handle int64) (int32, error)

GetUnicodeChar0 calls the GetUnicodeChar0 RPC.

func (*KeyEventClient) GetUnicodeChar1_1

func (c *KeyEventClient) GetUnicodeChar1_1(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetUnicodeChar1_1 calls the GetUnicodeChar1_1 RPC.

func (*KeyEventClient) HasModifiers

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

HasModifiers calls the HasModifiers RPC.

func (*KeyEventClient) HasNoModifiers

func (c *KeyEventClient) HasNoModifiers(ctx context.Context, handle int64) (bool, error)

HasNoModifiers calls the HasNoModifiers RPC.

func (*KeyEventClient) IsAltPressed

func (c *KeyEventClient) IsAltPressed(ctx context.Context, handle int64) (bool, error)

IsAltPressed calls the IsAltPressed RPC.

func (*KeyEventClient) IsCanceled

func (c *KeyEventClient) IsCanceled(ctx context.Context, handle int64) (bool, error)

IsCanceled calls the IsCanceled RPC.

func (*KeyEventClient) IsCapsLockOn

func (c *KeyEventClient) IsCapsLockOn(ctx context.Context, handle int64) (bool, error)

IsCapsLockOn calls the IsCapsLockOn RPC.

func (*KeyEventClient) IsCtrlPressed

func (c *KeyEventClient) IsCtrlPressed(ctx context.Context, handle int64) (bool, error)

IsCtrlPressed calls the IsCtrlPressed RPC.

func (*KeyEventClient) IsFunctionPressed

func (c *KeyEventClient) IsFunctionPressed(ctx context.Context, handle int64) (bool, error)

IsFunctionPressed calls the IsFunctionPressed RPC.

func (*KeyEventClient) IsGamepadButton

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

IsGamepadButton calls the IsGamepadButton RPC.

func (*KeyEventClient) IsLongPress

func (c *KeyEventClient) IsLongPress(ctx context.Context, handle int64) (bool, error)

IsLongPress calls the IsLongPress RPC.

func (*KeyEventClient) IsMediaSessionKey

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

IsMediaSessionKey calls the IsMediaSessionKey RPC.

func (*KeyEventClient) IsMetaPressed

func (c *KeyEventClient) IsMetaPressed(ctx context.Context, handle int64) (bool, error)

IsMetaPressed calls the IsMetaPressed RPC.

func (*KeyEventClient) IsModifierKey

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

IsModifierKey calls the IsModifierKey RPC.

func (*KeyEventClient) IsNumLockOn

func (c *KeyEventClient) IsNumLockOn(ctx context.Context, handle int64) (bool, error)

IsNumLockOn calls the IsNumLockOn RPC.

func (*KeyEventClient) IsPrintingKey

func (c *KeyEventClient) IsPrintingKey(ctx context.Context, handle int64) (bool, error)

IsPrintingKey calls the IsPrintingKey RPC.

func (*KeyEventClient) IsScrollLockOn

func (c *KeyEventClient) IsScrollLockOn(ctx context.Context, handle int64) (bool, error)

IsScrollLockOn calls the IsScrollLockOn RPC.

func (*KeyEventClient) IsShiftPressed

func (c *KeyEventClient) IsShiftPressed(ctx context.Context, handle int64) (bool, error)

IsShiftPressed calls the IsShiftPressed RPC.

func (*KeyEventClient) IsSymPressed

func (c *KeyEventClient) IsSymPressed(ctx context.Context, handle int64) (bool, error)

IsSymPressed calls the IsSymPressed RPC.

func (*KeyEventClient) IsSystem

func (c *KeyEventClient) IsSystem(ctx context.Context, handle int64) (bool, error)

IsSystem calls the IsSystem RPC.

func (*KeyEventClient) IsTracking

func (c *KeyEventClient) IsTracking(ctx context.Context, handle int64) (bool, error)

IsTracking calls the IsTracking RPC.

func (*KeyEventClient) KeyCodeFromString

func (c *KeyEventClient) KeyCodeFromString(ctx context.Context, handle int64, arg0 string) (int32, error)

KeyCodeFromString calls the KeyCodeFromString RPC.

func (*KeyEventClient) KeyCodeToString

func (c *KeyEventClient) KeyCodeToString(ctx context.Context, handle int64, arg0 int32) (string, error)

KeyCodeToString calls the KeyCodeToString RPC.

func (*KeyEventClient) MetaStateHasModifiers

func (c *KeyEventClient) MetaStateHasModifiers(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

MetaStateHasModifiers calls the MetaStateHasModifiers RPC.

func (*KeyEventClient) MetaStateHasNoModifiers

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

MetaStateHasNoModifiers calls the MetaStateHasNoModifiers RPC.

func (*KeyEventClient) NormalizeMetaState

func (c *KeyEventClient) NormalizeMetaState(ctx context.Context, handle int64, arg0 int32) (int32, error)

NormalizeMetaState calls the NormalizeMetaState RPC.

func (*KeyEventClient) SetSource

func (c *KeyEventClient) SetSource(ctx context.Context, handle int64, arg0 int32) error

SetSource calls the SetSource RPC.

func (*KeyEventClient) StartTracking

func (c *KeyEventClient) StartTracking(ctx context.Context, handle int64) error

StartTracking calls the StartTracking RPC.

func (*KeyEventClient) ToString

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

ToString calls the ToString RPC.

func (*KeyEventClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type KeyEventDispatcherStateClient

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

KeyEventDispatcherStateClient wraps the gRPC KeyEventDispatcherStateService client.

func NewKeyEventDispatcherStateClient

func NewKeyEventDispatcherStateClient(cc grpc.ClientConnInterface) *KeyEventDispatcherStateClient

NewKeyEventDispatcherStateClient creates a new KeyEventDispatcherState client.

func (*KeyEventDispatcherStateClient) HandleUpEvent

func (c *KeyEventDispatcherStateClient) HandleUpEvent(ctx context.Context, arg0 int64) error

HandleUpEvent calls the HandleUpEvent RPC.

func (*KeyEventDispatcherStateClient) IsTracking

func (c *KeyEventDispatcherStateClient) IsTracking(ctx context.Context, arg0 int64) (bool, error)

IsTracking calls the IsTracking RPC.

func (*KeyEventDispatcherStateClient) PerformedLongPress

func (c *KeyEventDispatcherStateClient) PerformedLongPress(ctx context.Context, arg0 int64) error

PerformedLongPress calls the PerformedLongPress RPC.

func (*KeyEventDispatcherStateClient) Reset0

Reset0 calls the Reset0 RPC.

func (*KeyEventDispatcherStateClient) Reset1_1

func (c *KeyEventDispatcherStateClient) Reset1_1(ctx context.Context, arg0 int64) error

Reset1_1 calls the Reset1_1 RPC.

func (*KeyEventDispatcherStateClient) StartTracking

func (c *KeyEventDispatcherStateClient) StartTracking(ctx context.Context, arg0 int64, arg1 int64) error

StartTracking calls the StartTracking RPC.

type KeyboardShortcutGroupClient

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

KeyboardShortcutGroupClient wraps the gRPC KeyboardShortcutGroupService client.

func NewKeyboardShortcutGroupClient

func NewKeyboardShortcutGroupClient(cc grpc.ClientConnInterface) *KeyboardShortcutGroupClient

NewKeyboardShortcutGroupClient creates a new KeyboardShortcutGroup client.

func (*KeyboardShortcutGroupClient) AddItem

func (c *KeyboardShortcutGroupClient) AddItem(ctx context.Context, handle int64, arg0 int64) error

AddItem calls the AddItem RPC.

func (*KeyboardShortcutGroupClient) DescribeContents

func (c *KeyboardShortcutGroupClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*KeyboardShortcutGroupClient) GetItems

func (c *KeyboardShortcutGroupClient) GetItems(ctx context.Context, handle int64) (int64, error)

GetItems calls the GetItems RPC.

func (*KeyboardShortcutGroupClient) GetLabel

func (c *KeyboardShortcutGroupClient) GetLabel(ctx context.Context, handle int64) (int64, error)

GetLabel calls the GetLabel RPC.

func (*KeyboardShortcutGroupClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type KeyboardShortcutInfoClient

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

KeyboardShortcutInfoClient wraps the gRPC KeyboardShortcutInfoService client.

func NewKeyboardShortcutInfoClient

func NewKeyboardShortcutInfoClient(cc grpc.ClientConnInterface) *KeyboardShortcutInfoClient

NewKeyboardShortcutInfoClient creates a new KeyboardShortcutInfo client.

func (*KeyboardShortcutInfoClient) DescribeContents

func (c *KeyboardShortcutInfoClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*KeyboardShortcutInfoClient) GetBaseCharacter

func (c *KeyboardShortcutInfoClient) GetBaseCharacter(ctx context.Context, handle int64) (uint16, error)

GetBaseCharacter calls the GetBaseCharacter RPC.

func (*KeyboardShortcutInfoClient) GetKeycode

func (c *KeyboardShortcutInfoClient) GetKeycode(ctx context.Context, handle int64) (int32, error)

GetKeycode calls the GetKeycode RPC.

func (*KeyboardShortcutInfoClient) GetLabel

func (c *KeyboardShortcutInfoClient) GetLabel(ctx context.Context, handle int64) (int64, error)

GetLabel calls the GetLabel RPC.

func (*KeyboardShortcutInfoClient) GetModifiers

func (c *KeyboardShortcutInfoClient) GetModifiers(ctx context.Context, handle int64) (int32, error)

GetModifiers calls the GetModifiers RPC.

func (*KeyboardShortcutInfoClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type LayoutInflaterClient

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

LayoutInflaterClient wraps the gRPC LayoutInflaterService client.

func NewLayoutInflaterClient

func NewLayoutInflaterClient(cc grpc.ClientConnInterface) *LayoutInflaterClient

NewLayoutInflaterClient creates a new LayoutInflater client.

func (*LayoutInflaterClient) CloneInContext

func (c *LayoutInflaterClient) CloneInContext(ctx context.Context, arg0 int64) (int64, error)

CloneInContext calls the CloneInContext RPC.

func (*LayoutInflaterClient) CreateView3_1

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

CreateView3_1 calls the CreateView3_1 RPC.

func (*LayoutInflaterClient) CreateView4

func (c *LayoutInflaterClient) CreateView4(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 int64) (int64, error)

CreateView4 calls the CreateView4 RPC.

func (*LayoutInflaterClient) From

func (c *LayoutInflaterClient) From(ctx context.Context, arg0 int64) (int64, error)

From calls the From RPC.

func (*LayoutInflaterClient) GetContext

func (c *LayoutInflaterClient) GetContext(ctx context.Context) (int64, error)

GetContext calls the GetContext RPC.

func (*LayoutInflaterClient) GetFactory

func (c *LayoutInflaterClient) GetFactory(ctx context.Context) (int64, error)

GetFactory calls the GetFactory RPC.

func (*LayoutInflaterClient) GetFactory2

func (c *LayoutInflaterClient) GetFactory2(ctx context.Context) (int64, error)

GetFactory2 calls the GetFactory2 RPC.

func (*LayoutInflaterClient) GetFilter

func (c *LayoutInflaterClient) GetFilter(ctx context.Context) (int64, error)

GetFilter calls the GetFilter RPC.

func (*LayoutInflaterClient) Inflate2

func (c *LayoutInflaterClient) Inflate2(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

Inflate2 calls the Inflate2 RPC.

func (*LayoutInflaterClient) Inflate2_2

func (c *LayoutInflaterClient) Inflate2_2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Inflate2_2 calls the Inflate2_2 RPC.

func (*LayoutInflaterClient) Inflate3_1

func (c *LayoutInflaterClient) Inflate3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 bool) (int64, error)

Inflate3_1 calls the Inflate3_1 RPC.

func (*LayoutInflaterClient) Inflate3_3

func (c *LayoutInflaterClient) Inflate3_3(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) (int64, error)

Inflate3_3 calls the Inflate3_3 RPC.

func (*LayoutInflaterClient) OnCreateView

func (c *LayoutInflaterClient) OnCreateView(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int64, error)

OnCreateView calls the OnCreateView RPC.

func (*LayoutInflaterClient) SetFactory

func (c *LayoutInflaterClient) SetFactory(ctx context.Context, arg0 int64) error

SetFactory calls the SetFactory RPC.

func (*LayoutInflaterClient) SetFactory2

func (c *LayoutInflaterClient) SetFactory2(ctx context.Context, arg0 int64) error

SetFactory2 calls the SetFactory2 RPC.

func (*LayoutInflaterClient) SetFilter

func (c *LayoutInflaterClient) SetFilter(ctx context.Context, arg0 int64) error

SetFilter calls the SetFilter RPC.

type LayoutInflaterFactory2Client

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

LayoutInflaterFactory2Client wraps the gRPC LayoutInflaterFactory2Service client.

func NewLayoutInflaterFactory2Client

func NewLayoutInflaterFactory2Client(cc grpc.ClientConnInterface) *LayoutInflaterFactory2Client

NewLayoutInflaterFactory2Client creates a new LayoutInflaterFactory2 client.

func (*LayoutInflaterFactory2Client) OnCreateView

func (c *LayoutInflaterFactory2Client) OnCreateView(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)

OnCreateView calls the OnCreateView RPC.

type LayoutInflaterFactoryClient

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

LayoutInflaterFactoryClient wraps the gRPC LayoutInflaterFactoryService client.

func NewLayoutInflaterFactoryClient

func NewLayoutInflaterFactoryClient(cc grpc.ClientConnInterface) *LayoutInflaterFactoryClient

NewLayoutInflaterFactoryClient creates a new LayoutInflaterFactory client.

func (*LayoutInflaterFactoryClient) OnCreateView

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

OnCreateView calls the OnCreateView RPC.

type LayoutInflaterFilterClient

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

LayoutInflaterFilterClient wraps the gRPC LayoutInflaterFilterService client.

func NewLayoutInflaterFilterClient

func NewLayoutInflaterFilterClient(cc grpc.ClientConnInterface) *LayoutInflaterFilterClient

NewLayoutInflaterFilterClient creates a new LayoutInflaterFilter client.

func (*LayoutInflaterFilterClient) OnLoadClass

func (c *LayoutInflaterFilterClient) OnLoadClass(ctx context.Context, arg0 int64) (bool, error)

OnLoadClass calls the OnLoadClass RPC.

type ManagerClient

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

ManagerClient wraps the gRPC ManagerService client.

func NewManagerClient

func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient

NewManagerClient creates a new Manager client.

func (*ManagerClient) AddView

func (c *ManagerClient) AddView(ctx context.Context, arg0 int64, arg1 int64) error

AddView calls the AddView RPC.

func (*ManagerClient) RemoveView

func (c *ManagerClient) RemoveView(ctx context.Context, arg0 int64) error

RemoveView calls the RemoveView RPC.

func (*ManagerClient) UpdateViewLayout

func (c *ManagerClient) UpdateViewLayout(ctx context.Context, arg0 int64, arg1 int64) error

UpdateViewLayout calls the UpdateViewLayout RPC.

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

MenuClient wraps the gRPC MenuService client.

func NewMenuClient

func NewMenuClient(cc grpc.ClientConnInterface) *MenuClient

NewMenuClient creates a new Menu client.

func (c *MenuClient) Add1(ctx context.Context, arg0 int32) (int64, error)

Add1 calls the Add1 RPC.

func (c *MenuClient) Add1_3(ctx context.Context, arg0 string) (int64, error)

Add1_3 calls the Add1_3 RPC.

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

Add4_1 calls the Add4_1 RPC.

func (c *MenuClient) Add4_2(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 string) (int64, error)

Add4_2 calls the Add4_2 RPC.

func (c *MenuClient) AddIntentOptions(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, arg4 int64, arg5 int64, arg6 int32, arg7 int64) (int32, error)

AddIntentOptions calls the AddIntentOptions RPC.

func (c *MenuClient) AddSubMenu1(ctx context.Context, arg0 int32) (int64, error)

AddSubMenu1 calls the AddSubMenu1 RPC.

func (c *MenuClient) AddSubMenu1_3(ctx context.Context, arg0 string) (int64, error)

AddSubMenu1_3 calls the AddSubMenu1_3 RPC.

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

AddSubMenu4_1 calls the AddSubMenu4_1 RPC.

func (c *MenuClient) AddSubMenu4_2(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 string) (int64, error)

AddSubMenu4_2 calls the AddSubMenu4_2 RPC.

func (c *MenuClient) Clear(ctx context.Context) error

Clear calls the Clear RPC.

func (c *MenuClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (c *MenuClient) FindItem(ctx context.Context, arg0 int32) (int64, error)

FindItem calls the FindItem RPC.

func (c *MenuClient) GetItem(ctx context.Context, arg0 int32) (int64, error)

GetItem calls the GetItem RPC.

func (c *MenuClient) HasVisibleItems(ctx context.Context) (bool, error)

HasVisibleItems calls the HasVisibleItems RPC.

func (c *MenuClient) IsShortcutKey(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

IsShortcutKey calls the IsShortcutKey RPC.

func (c *MenuClient) PerformIdentifierAction(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

PerformIdentifierAction calls the PerformIdentifierAction RPC.

func (c *MenuClient) PerformShortcut(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) (bool, error)

PerformShortcut calls the PerformShortcut RPC.

func (c *MenuClient) RemoveGroup(ctx context.Context, arg0 int32) error

RemoveGroup calls the RemoveGroup RPC.

func (c *MenuClient) RemoveItem(ctx context.Context, arg0 int32) error

RemoveItem calls the RemoveItem RPC.

func (c *MenuClient) SetGroupCheckable(ctx context.Context, arg0 int32, arg1 bool, arg2 bool) error

SetGroupCheckable calls the SetGroupCheckable RPC.

func (c *MenuClient) SetGroupEnabled(ctx context.Context, arg0 int32, arg1 bool) error

SetGroupEnabled calls the SetGroupEnabled RPC.

func (c *MenuClient) SetGroupVisible(ctx context.Context, arg0 int32, arg1 bool) error

SetGroupVisible calls the SetGroupVisible RPC.

func (c *MenuClient) SetQwertyMode(ctx context.Context, arg0 bool) error

SetQwertyMode calls the SetQwertyMode RPC.

func (c *MenuClient) Size(ctx context.Context) (int32, error)

Size calls the Size RPC.

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

MenuInflaterClient wraps the gRPC MenuInflaterService client.

func NewMenuInflaterClient

func NewMenuInflaterClient(cc grpc.ClientConnInterface) *MenuInflaterClient

NewMenuInflaterClient creates a new MenuInflater client.

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

Inflate calls the Inflate RPC.

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

MenuItemClient wraps the gRPC MenuItemService client.

func NewMenuItemClient

func NewMenuItemClient(cc grpc.ClientConnInterface) *MenuItemClient

NewMenuItemClient creates a new MenuItem client.

func (c *MenuItemClient) CollapseActionView(ctx context.Context) (bool, error)

CollapseActionView calls the CollapseActionView RPC.

func (c *MenuItemClient) ExpandActionView(ctx context.Context) (bool, error)

ExpandActionView calls the ExpandActionView RPC.

func (c *MenuItemClient) GetActionProvider(ctx context.Context) (int64, error)

GetActionProvider calls the GetActionProvider RPC.

func (c *MenuItemClient) GetActionView(ctx context.Context) (int64, error)

GetActionView calls the GetActionView RPC.

func (c *MenuItemClient) GetAlphabeticShortcut(ctx context.Context) (uint16, error)

GetAlphabeticShortcut calls the GetAlphabeticShortcut RPC.

func (c *MenuItemClient) GetGroupId(ctx context.Context) (int32, error)

GetGroupId calls the GetGroupId RPC.

func (c *MenuItemClient) GetIcon(ctx context.Context) (int64, error)

GetIcon calls the GetIcon RPC.

func (c *MenuItemClient) GetIntent(ctx context.Context) (int64, error)

GetIntent calls the GetIntent RPC.

func (c *MenuItemClient) GetItemId(ctx context.Context) (int32, error)

GetItemId calls the GetItemId RPC.

func (c *MenuItemClient) GetMenuInfo(ctx context.Context) (int64, error)

GetMenuInfo calls the GetMenuInfo RPC.

func (c *MenuItemClient) GetNumericShortcut(ctx context.Context) (uint16, error)

GetNumericShortcut calls the GetNumericShortcut RPC.

func (c *MenuItemClient) GetOrder(ctx context.Context) (int32, error)

GetOrder calls the GetOrder RPC.

func (c *MenuItemClient) GetSubMenu(ctx context.Context) (int64, error)

GetSubMenu calls the GetSubMenu RPC.

func (c *MenuItemClient) GetTitle(ctx context.Context) (int64, error)

GetTitle calls the GetTitle RPC.

func (c *MenuItemClient) GetTitleCondensed(ctx context.Context) (int64, error)

GetTitleCondensed calls the GetTitleCondensed RPC.

func (c *MenuItemClient) HasSubMenu(ctx context.Context) (bool, error)

HasSubMenu calls the HasSubMenu RPC.

func (c *MenuItemClient) IsActionViewExpanded(ctx context.Context) (bool, error)

IsActionViewExpanded calls the IsActionViewExpanded RPC.

func (c *MenuItemClient) IsCheckable(ctx context.Context) (bool, error)

IsCheckable calls the IsCheckable RPC.

func (c *MenuItemClient) IsChecked(ctx context.Context) (bool, error)

IsChecked calls the IsChecked RPC.

func (c *MenuItemClient) IsEnabled(ctx context.Context) (bool, error)

IsEnabled calls the IsEnabled RPC.

func (c *MenuItemClient) IsVisible(ctx context.Context) (bool, error)

IsVisible calls the IsVisible RPC.

func (c *MenuItemClient) SetActionProvider(ctx context.Context, arg0 int64) (int64, error)

SetActionProvider calls the SetActionProvider RPC.

func (c *MenuItemClient) SetActionView1(ctx context.Context, arg0 int64) (int64, error)

SetActionView1 calls the SetActionView1 RPC.

func (c *MenuItemClient) SetActionView1_1(ctx context.Context, arg0 int32) (int64, error)

SetActionView1_1 calls the SetActionView1_1 RPC.

func (c *MenuItemClient) SetAlphabeticShortcut(ctx context.Context, arg0 uint16) (int64, error)

SetAlphabeticShortcut calls the SetAlphabeticShortcut RPC.

func (c *MenuItemClient) SetCheckable(ctx context.Context, arg0 bool) (int64, error)

SetCheckable calls the SetCheckable RPC.

func (c *MenuItemClient) SetChecked(ctx context.Context, arg0 bool) (int64, error)

SetChecked calls the SetChecked RPC.

func (c *MenuItemClient) SetEnabled(ctx context.Context, arg0 bool) (int64, error)

SetEnabled calls the SetEnabled RPC.

func (c *MenuItemClient) SetIcon1(ctx context.Context, arg0 int64) (int64, error)

SetIcon1 calls the SetIcon1 RPC.

func (c *MenuItemClient) SetIcon1_1(ctx context.Context, arg0 int32) (int64, error)

SetIcon1_1 calls the SetIcon1_1 RPC.

func (c *MenuItemClient) SetIntent(ctx context.Context, arg0 int64) (int64, error)

SetIntent calls the SetIntent RPC.

func (c *MenuItemClient) SetNumericShortcut(ctx context.Context, arg0 uint16) (int64, error)

SetNumericShortcut calls the SetNumericShortcut RPC.

func (c *MenuItemClient) SetOnActionExpandListener(ctx context.Context, arg0 int64) (int64, error)

SetOnActionExpandListener calls the SetOnActionExpandListener RPC.

func (c *MenuItemClient) SetOnMenuItemClickListener(ctx context.Context, arg0 int64) (int64, error)

SetOnMenuItemClickListener calls the SetOnMenuItemClickListener RPC.

func (c *MenuItemClient) SetShortcut(ctx context.Context, arg0 uint16, arg1 uint16) (int64, error)

SetShortcut calls the SetShortcut RPC.

func (c *MenuItemClient) SetShowAsAction(ctx context.Context, arg0 int32) error

SetShowAsAction calls the SetShowAsAction RPC.

func (c *MenuItemClient) SetShowAsActionFlags(ctx context.Context, arg0 int32) (int64, error)

SetShowAsActionFlags calls the SetShowAsActionFlags RPC.

func (c *MenuItemClient) SetTitle1(ctx context.Context, arg0 int32) (int64, error)

SetTitle1 calls the SetTitle1 RPC.

func (c *MenuItemClient) SetTitle1_1(ctx context.Context, arg0 string) (int64, error)

SetTitle1_1 calls the SetTitle1_1 RPC.

func (c *MenuItemClient) SetTitleCondensed(ctx context.Context, arg0 string) (int64, error)

SetTitleCondensed calls the SetTitleCondensed RPC.

func (c *MenuItemClient) SetVisible(ctx context.Context, arg0 bool) (int64, error)

SetVisible calls the SetVisible RPC.

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

MenuItemOnActionExpandListenerClient wraps the gRPC MenuItemOnActionExpandListenerService client.

func NewMenuItemOnActionExpandListenerClient

func NewMenuItemOnActionExpandListenerClient(cc grpc.ClientConnInterface) *MenuItemOnActionExpandListenerClient

NewMenuItemOnActionExpandListenerClient creates a new MenuItemOnActionExpandListener client.

func (c *MenuItemOnActionExpandListenerClient) OnMenuItemActionCollapse(ctx context.Context, arg0 int64) (bool, error)

OnMenuItemActionCollapse calls the OnMenuItemActionCollapse RPC.

func (c *MenuItemOnActionExpandListenerClient) OnMenuItemActionExpand(ctx context.Context, arg0 int64) (bool, error)

OnMenuItemActionExpand calls the OnMenuItemActionExpand RPC.

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

MenuItemOnMenuItemClickListenerClient wraps the gRPC MenuItemOnMenuItemClickListenerService client.

func NewMenuItemOnMenuItemClickListenerClient

func NewMenuItemOnMenuItemClickListenerClient(cc grpc.ClientConnInterface) *MenuItemOnMenuItemClickListenerClient

NewMenuItemOnMenuItemClickListenerClient creates a new MenuItemOnMenuItemClickListener client.

func (c *MenuItemOnMenuItemClickListenerClient) OnMenuItemClick(ctx context.Context, arg0 int64) (bool, error)

OnMenuItemClick calls the OnMenuItemClick RPC.

type MotionEventClient

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

MotionEventClient wraps the gRPC MotionEventService client.

func NewMotionEventClient

func NewMotionEventClient(cc grpc.ClientConnInterface) *MotionEventClient

NewMotionEventClient creates a new MotionEvent client.

func (*MotionEventClient) ActionToString

func (c *MotionEventClient) ActionToString(ctx context.Context, arg0 int32) (string, error)

ActionToString calls the ActionToString RPC.

func (*MotionEventClient) AddBatch3

func (c *MotionEventClient) AddBatch3(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

AddBatch3 calls the AddBatch3 RPC.

func (*MotionEventClient) AddBatch6_1

func (c *MotionEventClient) AddBatch6_1(ctx context.Context, arg0 int64, arg1 float32, arg2 float32, arg3 float32, arg4 float32, arg5 int32) error

AddBatch6_1 calls the AddBatch6_1 RPC.

func (*MotionEventClient) AxisFromString

func (c *MotionEventClient) AxisFromString(ctx context.Context, arg0 string) (int32, error)

AxisFromString calls the AxisFromString RPC.

func (*MotionEventClient) AxisToString

func (c *MotionEventClient) AxisToString(ctx context.Context, arg0 int32) (string, error)

AxisToString calls the AxisToString RPC.

func (*MotionEventClient) FindPointerIndex

func (c *MotionEventClient) FindPointerIndex(ctx context.Context, arg0 int32) (int32, error)

FindPointerIndex calls the FindPointerIndex RPC.

func (*MotionEventClient) GetAction

func (c *MotionEventClient) GetAction(ctx context.Context) (int32, error)

GetAction calls the GetAction RPC.

func (*MotionEventClient) GetActionButton

func (c *MotionEventClient) GetActionButton(ctx context.Context) (int32, error)

GetActionButton calls the GetActionButton RPC.

func (*MotionEventClient) GetActionIndex

func (c *MotionEventClient) GetActionIndex(ctx context.Context) (int32, error)

GetActionIndex calls the GetActionIndex RPC.

func (*MotionEventClient) GetActionMasked

func (c *MotionEventClient) GetActionMasked(ctx context.Context) (int32, error)

GetActionMasked calls the GetActionMasked RPC.

func (*MotionEventClient) GetAxisValue1

func (c *MotionEventClient) GetAxisValue1(ctx context.Context, arg0 int32) (float32, error)

GetAxisValue1 calls the GetAxisValue1 RPC.

func (*MotionEventClient) GetAxisValue2_1

func (c *MotionEventClient) GetAxisValue2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetAxisValue2_1 calls the GetAxisValue2_1 RPC.

func (*MotionEventClient) GetButtonState

func (c *MotionEventClient) GetButtonState(ctx context.Context) (int32, error)

GetButtonState calls the GetButtonState RPC.

func (*MotionEventClient) GetClassification

func (c *MotionEventClient) GetClassification(ctx context.Context) (int32, error)

GetClassification calls the GetClassification RPC.

func (*MotionEventClient) GetDeviceId

func (c *MotionEventClient) GetDeviceId(ctx context.Context) (int32, error)

GetDeviceId calls the GetDeviceId RPC.

func (*MotionEventClient) GetDownTime

func (c *MotionEventClient) GetDownTime(ctx context.Context) (int64, error)

GetDownTime calls the GetDownTime RPC.

func (*MotionEventClient) GetEdgeFlags

func (c *MotionEventClient) GetEdgeFlags(ctx context.Context) (int32, error)

GetEdgeFlags calls the GetEdgeFlags RPC.

func (*MotionEventClient) GetEventTime

func (c *MotionEventClient) GetEventTime(ctx context.Context) (int64, error)

GetEventTime calls the GetEventTime RPC.

func (*MotionEventClient) GetEventTimeNanos

func (c *MotionEventClient) GetEventTimeNanos(ctx context.Context) (int64, error)

GetEventTimeNanos calls the GetEventTimeNanos RPC.

func (*MotionEventClient) GetFlags

func (c *MotionEventClient) GetFlags(ctx context.Context) (int32, error)

GetFlags calls the GetFlags RPC.

func (*MotionEventClient) GetHistoricalAxisValue2

func (c *MotionEventClient) GetHistoricalAxisValue2(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetHistoricalAxisValue2 calls the GetHistoricalAxisValue2 RPC.

func (*MotionEventClient) GetHistoricalAxisValue3_1

func (c *MotionEventClient) GetHistoricalAxisValue3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (float32, error)

GetHistoricalAxisValue3_1 calls the GetHistoricalAxisValue3_1 RPC.

func (*MotionEventClient) GetHistoricalEventTime

func (c *MotionEventClient) GetHistoricalEventTime(ctx context.Context, arg0 int32) (int64, error)

GetHistoricalEventTime calls the GetHistoricalEventTime RPC.

func (*MotionEventClient) GetHistoricalEventTimeNanos

func (c *MotionEventClient) GetHistoricalEventTimeNanos(ctx context.Context, arg0 int32) (int64, error)

GetHistoricalEventTimeNanos calls the GetHistoricalEventTimeNanos RPC.

func (*MotionEventClient) GetHistoricalOrientation1

func (c *MotionEventClient) GetHistoricalOrientation1(ctx context.Context, arg0 int32) (float32, error)

GetHistoricalOrientation1 calls the GetHistoricalOrientation1 RPC.

func (*MotionEventClient) GetHistoricalOrientation2_1

func (c *MotionEventClient) GetHistoricalOrientation2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetHistoricalOrientation2_1 calls the GetHistoricalOrientation2_1 RPC.

func (*MotionEventClient) GetHistoricalPointerCoords

func (c *MotionEventClient) GetHistoricalPointerCoords(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error

GetHistoricalPointerCoords calls the GetHistoricalPointerCoords RPC.

func (*MotionEventClient) GetHistoricalPressure1

func (c *MotionEventClient) GetHistoricalPressure1(ctx context.Context, arg0 int32) (float32, error)

GetHistoricalPressure1 calls the GetHistoricalPressure1 RPC.

func (*MotionEventClient) GetHistoricalPressure2_1

func (c *MotionEventClient) GetHistoricalPressure2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetHistoricalPressure2_1 calls the GetHistoricalPressure2_1 RPC.

func (*MotionEventClient) GetHistoricalSize1

func (c *MotionEventClient) GetHistoricalSize1(ctx context.Context, arg0 int32) (float32, error)

GetHistoricalSize1 calls the GetHistoricalSize1 RPC.

func (*MotionEventClient) GetHistoricalSize2_1

func (c *MotionEventClient) GetHistoricalSize2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetHistoricalSize2_1 calls the GetHistoricalSize2_1 RPC.

func (*MotionEventClient) GetHistoricalToolMajor1

func (c *MotionEventClient) GetHistoricalToolMajor1(ctx context.Context, arg0 int32) (float32, error)

GetHistoricalToolMajor1 calls the GetHistoricalToolMajor1 RPC.

func (*MotionEventClient) GetHistoricalToolMajor2_1

func (c *MotionEventClient) GetHistoricalToolMajor2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetHistoricalToolMajor2_1 calls the GetHistoricalToolMajor2_1 RPC.

func (*MotionEventClient) GetHistoricalToolMinor1

func (c *MotionEventClient) GetHistoricalToolMinor1(ctx context.Context, arg0 int32) (float32, error)

GetHistoricalToolMinor1 calls the GetHistoricalToolMinor1 RPC.

func (*MotionEventClient) GetHistoricalToolMinor2_1

func (c *MotionEventClient) GetHistoricalToolMinor2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetHistoricalToolMinor2_1 calls the GetHistoricalToolMinor2_1 RPC.

func (*MotionEventClient) GetHistoricalTouchMajor1

func (c *MotionEventClient) GetHistoricalTouchMajor1(ctx context.Context, arg0 int32) (float32, error)

GetHistoricalTouchMajor1 calls the GetHistoricalTouchMajor1 RPC.

func (*MotionEventClient) GetHistoricalTouchMajor2_1

func (c *MotionEventClient) GetHistoricalTouchMajor2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetHistoricalTouchMajor2_1 calls the GetHistoricalTouchMajor2_1 RPC.

func (*MotionEventClient) GetHistoricalTouchMinor1

func (c *MotionEventClient) GetHistoricalTouchMinor1(ctx context.Context, arg0 int32) (float32, error)

GetHistoricalTouchMinor1 calls the GetHistoricalTouchMinor1 RPC.

func (*MotionEventClient) GetHistoricalTouchMinor2_1

func (c *MotionEventClient) GetHistoricalTouchMinor2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetHistoricalTouchMinor2_1 calls the GetHistoricalTouchMinor2_1 RPC.

func (*MotionEventClient) GetHistoricalX1

func (c *MotionEventClient) GetHistoricalX1(ctx context.Context, arg0 int32) (float32, error)

GetHistoricalX1 calls the GetHistoricalX1 RPC.

func (*MotionEventClient) GetHistoricalX2_1

func (c *MotionEventClient) GetHistoricalX2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetHistoricalX2_1 calls the GetHistoricalX2_1 RPC.

func (*MotionEventClient) GetHistoricalY1

func (c *MotionEventClient) GetHistoricalY1(ctx context.Context, arg0 int32) (float32, error)

GetHistoricalY1 calls the GetHistoricalY1 RPC.

func (*MotionEventClient) GetHistoricalY2_1

func (c *MotionEventClient) GetHistoricalY2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetHistoricalY2_1 calls the GetHistoricalY2_1 RPC.

func (*MotionEventClient) GetHistorySize

func (c *MotionEventClient) GetHistorySize(ctx context.Context) (int32, error)

GetHistorySize calls the GetHistorySize RPC.

func (*MotionEventClient) GetMetaState

func (c *MotionEventClient) GetMetaState(ctx context.Context) (int32, error)

GetMetaState calls the GetMetaState RPC.

func (*MotionEventClient) GetOrientation0

func (c *MotionEventClient) GetOrientation0(ctx context.Context) (float32, error)

GetOrientation0 calls the GetOrientation0 RPC.

func (*MotionEventClient) GetOrientation1_1

func (c *MotionEventClient) GetOrientation1_1(ctx context.Context, arg0 int32) (float32, error)

GetOrientation1_1 calls the GetOrientation1_1 RPC.

func (*MotionEventClient) GetPointerCoords

func (c *MotionEventClient) GetPointerCoords(ctx context.Context, arg0 int32, arg1 int64) error

GetPointerCoords calls the GetPointerCoords RPC.

func (*MotionEventClient) GetPointerCount

func (c *MotionEventClient) GetPointerCount(ctx context.Context) (int32, error)

GetPointerCount calls the GetPointerCount RPC.

func (*MotionEventClient) GetPointerId

func (c *MotionEventClient) GetPointerId(ctx context.Context, arg0 int32) (int32, error)

GetPointerId calls the GetPointerId RPC.

func (*MotionEventClient) GetPointerProperties

func (c *MotionEventClient) GetPointerProperties(ctx context.Context, arg0 int32, arg1 int64) error

GetPointerProperties calls the GetPointerProperties RPC.

func (*MotionEventClient) GetPressure0

func (c *MotionEventClient) GetPressure0(ctx context.Context) (float32, error)

GetPressure0 calls the GetPressure0 RPC.

func (*MotionEventClient) GetPressure1_1

func (c *MotionEventClient) GetPressure1_1(ctx context.Context, arg0 int32) (float32, error)

GetPressure1_1 calls the GetPressure1_1 RPC.

func (*MotionEventClient) GetRawX0

func (c *MotionEventClient) GetRawX0(ctx context.Context) (float32, error)

GetRawX0 calls the GetRawX0 RPC.

func (*MotionEventClient) GetRawX1_1

func (c *MotionEventClient) GetRawX1_1(ctx context.Context, arg0 int32) (float32, error)

GetRawX1_1 calls the GetRawX1_1 RPC.

func (*MotionEventClient) GetRawY0

func (c *MotionEventClient) GetRawY0(ctx context.Context) (float32, error)

GetRawY0 calls the GetRawY0 RPC.

func (*MotionEventClient) GetRawY1_1

func (c *MotionEventClient) GetRawY1_1(ctx context.Context, arg0 int32) (float32, error)

GetRawY1_1 calls the GetRawY1_1 RPC.

func (*MotionEventClient) GetSize0

func (c *MotionEventClient) GetSize0(ctx context.Context) (float32, error)

GetSize0 calls the GetSize0 RPC.

func (*MotionEventClient) GetSize1_1

func (c *MotionEventClient) GetSize1_1(ctx context.Context, arg0 int32) (float32, error)

GetSize1_1 calls the GetSize1_1 RPC.

func (*MotionEventClient) GetSource

func (c *MotionEventClient) GetSource(ctx context.Context) (int32, error)

GetSource calls the GetSource RPC.

func (*MotionEventClient) GetToolMajor0

func (c *MotionEventClient) GetToolMajor0(ctx context.Context) (float32, error)

GetToolMajor0 calls the GetToolMajor0 RPC.

func (*MotionEventClient) GetToolMajor1_1

func (c *MotionEventClient) GetToolMajor1_1(ctx context.Context, arg0 int32) (float32, error)

GetToolMajor1_1 calls the GetToolMajor1_1 RPC.

func (*MotionEventClient) GetToolMinor0

func (c *MotionEventClient) GetToolMinor0(ctx context.Context) (float32, error)

GetToolMinor0 calls the GetToolMinor0 RPC.

func (*MotionEventClient) GetToolMinor1_1

func (c *MotionEventClient) GetToolMinor1_1(ctx context.Context, arg0 int32) (float32, error)

GetToolMinor1_1 calls the GetToolMinor1_1 RPC.

func (*MotionEventClient) GetToolType

func (c *MotionEventClient) GetToolType(ctx context.Context, arg0 int32) (int32, error)

GetToolType calls the GetToolType RPC.

func (*MotionEventClient) GetTouchMajor0

func (c *MotionEventClient) GetTouchMajor0(ctx context.Context) (float32, error)

GetTouchMajor0 calls the GetTouchMajor0 RPC.

func (*MotionEventClient) GetTouchMajor1_1

func (c *MotionEventClient) GetTouchMajor1_1(ctx context.Context, arg0 int32) (float32, error)

GetTouchMajor1_1 calls the GetTouchMajor1_1 RPC.

func (*MotionEventClient) GetTouchMinor0

func (c *MotionEventClient) GetTouchMinor0(ctx context.Context) (float32, error)

GetTouchMinor0 calls the GetTouchMinor0 RPC.

func (*MotionEventClient) GetTouchMinor1_1

func (c *MotionEventClient) GetTouchMinor1_1(ctx context.Context, arg0 int32) (float32, error)

GetTouchMinor1_1 calls the GetTouchMinor1_1 RPC.

func (*MotionEventClient) GetX0

func (c *MotionEventClient) GetX0(ctx context.Context) (float32, error)

GetX0 calls the GetX0 RPC.

func (*MotionEventClient) GetX1_1

func (c *MotionEventClient) GetX1_1(ctx context.Context, arg0 int32) (float32, error)

GetX1_1 calls the GetX1_1 RPC.

func (*MotionEventClient) GetXPrecision

func (c *MotionEventClient) GetXPrecision(ctx context.Context) (float32, error)

GetXPrecision calls the GetXPrecision RPC.

func (*MotionEventClient) GetY0

func (c *MotionEventClient) GetY0(ctx context.Context) (float32, error)

GetY0 calls the GetY0 RPC.

func (*MotionEventClient) GetY1_1

func (c *MotionEventClient) GetY1_1(ctx context.Context, arg0 int32) (float32, error)

GetY1_1 calls the GetY1_1 RPC.

func (*MotionEventClient) GetYPrecision

func (c *MotionEventClient) GetYPrecision(ctx context.Context) (float32, error)

GetYPrecision calls the GetYPrecision RPC.

func (*MotionEventClient) IsButtonPressed

func (c *MotionEventClient) IsButtonPressed(ctx context.Context, arg0 int32) (bool, error)

IsButtonPressed calls the IsButtonPressed RPC.

func (*MotionEventClient) Obtain1

func (c *MotionEventClient) Obtain1(ctx context.Context, arg0 int64) (int64, error)

Obtain1 calls the Obtain1 RPC.

func (*MotionEventClient) Obtain6_2

func (c *MotionEventClient) Obtain6_2(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 float32, arg4 float32, arg5 int32) (int64, error)

Obtain6_2 calls the Obtain6_2 RPC.

func (*MotionEventClient) Obtain12_1

func (c *MotionEventClient) Obtain12_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 float32, arg4 float32, arg5 float32, arg6 float32, arg7 int32, arg8 float32, arg9 float32, arg10 int32, arg11 int32) (int64, error)

Obtain12_1 calls the Obtain12_1 RPC.

func (*MotionEventClient) Obtain13_5

func (c *MotionEventClient) Obtain13_5(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 float32, arg5 float32, arg6 float32, arg7 float32, arg8 int32, arg9 float32, arg10 float32, arg11 int32, arg12 int32) (int64, error)

Obtain13_5 calls the Obtain13_5 RPC.

func (*MotionEventClient) Obtain13_6

func (c *MotionEventClient) Obtain13_6(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int64, arg5 int64, arg6 int32, arg7 float32, arg8 float32, arg9 int32, arg10 int32, arg11 int32, arg12 int32) (int64, error)

Obtain13_6 calls the Obtain13_6 RPC.

func (*MotionEventClient) Obtain14_3

func (c *MotionEventClient) Obtain14_3(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int64, arg5 int64, arg6 int32, arg7 int32, arg8 float32, arg9 float32, arg10 int32, arg11 int32, arg12 int32, arg13 int32) (int64, error)

Obtain14_3 calls the Obtain14_3 RPC.

func (*MotionEventClient) Obtain16_4

func (c *MotionEventClient) Obtain16_4(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int64, arg5 int64, arg6 int32, arg7 int32, arg8 float32, arg9 float32, arg10 int32, arg11 int32, arg12 int32, arg13 int32, arg14 int32, arg15 int32) (int64, error)

Obtain16_4 calls the Obtain16_4 RPC.

func (*MotionEventClient) ObtainNoHistory

func (c *MotionEventClient) ObtainNoHistory(ctx context.Context, arg0 int64) (int64, error)

ObtainNoHistory calls the ObtainNoHistory RPC.

func (*MotionEventClient) OffsetLocation

func (c *MotionEventClient) OffsetLocation(ctx context.Context, arg0 float32, arg1 float32) error

OffsetLocation calls the OffsetLocation RPC.

func (*MotionEventClient) Recycle

func (c *MotionEventClient) Recycle(ctx context.Context) error

Recycle calls the Recycle RPC.

func (*MotionEventClient) SetAction

func (c *MotionEventClient) SetAction(ctx context.Context, arg0 int32) error

SetAction calls the SetAction RPC.

func (*MotionEventClient) SetEdgeFlags

func (c *MotionEventClient) SetEdgeFlags(ctx context.Context, arg0 int32) error

SetEdgeFlags calls the SetEdgeFlags RPC.

func (*MotionEventClient) SetLocation

func (c *MotionEventClient) SetLocation(ctx context.Context, arg0 float32, arg1 float32) error

SetLocation calls the SetLocation RPC.

func (*MotionEventClient) SetSource

func (c *MotionEventClient) SetSource(ctx context.Context, arg0 int32) error

SetSource calls the SetSource RPC.

func (*MotionEventClient) ToString

func (c *MotionEventClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*MotionEventClient) Transform

func (c *MotionEventClient) Transform(ctx context.Context, arg0 int64) error

Transform calls the Transform RPC.

func (*MotionEventClient) WriteToParcel

func (c *MotionEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type MotionEventPointerCoordsClient

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

MotionEventPointerCoordsClient wraps the gRPC MotionEventPointerCoordsService client.

func NewMotionEventPointerCoordsClient

func NewMotionEventPointerCoordsClient(cc grpc.ClientConnInterface) *MotionEventPointerCoordsClient

NewMotionEventPointerCoordsClient creates a new MotionEventPointerCoords client.

func (*MotionEventPointerCoordsClient) Clear

Clear calls the Clear RPC.

func (*MotionEventPointerCoordsClient) CopyFrom

func (c *MotionEventPointerCoordsClient) CopyFrom(ctx context.Context, arg0 int64) error

CopyFrom calls the CopyFrom RPC.

func (*MotionEventPointerCoordsClient) GetAxisValue

func (c *MotionEventPointerCoordsClient) GetAxisValue(ctx context.Context, arg0 int32) (float32, error)

GetAxisValue calls the GetAxisValue RPC.

func (*MotionEventPointerCoordsClient) IsResampled

func (c *MotionEventPointerCoordsClient) IsResampled(ctx context.Context) (bool, error)

IsResampled calls the IsResampled RPC.

func (*MotionEventPointerCoordsClient) SetAxisValue

func (c *MotionEventPointerCoordsClient) SetAxisValue(ctx context.Context, arg0 int32, arg1 float32) error

SetAxisValue calls the SetAxisValue RPC.

type MotionEventPointerPropertiesClient

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

MotionEventPointerPropertiesClient wraps the gRPC MotionEventPointerPropertiesService client.

func NewMotionEventPointerPropertiesClient

func NewMotionEventPointerPropertiesClient(cc grpc.ClientConnInterface) *MotionEventPointerPropertiesClient

NewMotionEventPointerPropertiesClient creates a new MotionEventPointerProperties client.

func (*MotionEventPointerPropertiesClient) Clear

Clear calls the Clear RPC.

func (*MotionEventPointerPropertiesClient) CopyFrom

CopyFrom calls the CopyFrom RPC.

func (*MotionEventPointerPropertiesClient) Equals

Equals calls the Equals RPC.

func (*MotionEventPointerPropertiesClient) HashCode

HashCode calls the HashCode RPC.

type MotionPredictorClient

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

MotionPredictorClient wraps the gRPC MotionPredictorService client.

func NewMotionPredictorClient

func NewMotionPredictorClient(cc grpc.ClientConnInterface) *MotionPredictorClient

NewMotionPredictorClient creates a new MotionPredictor client.

func (*MotionPredictorClient) IsPredictionAvailable

func (c *MotionPredictorClient) IsPredictionAvailable(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

IsPredictionAvailable calls the IsPredictionAvailable RPC.

func (*MotionPredictorClient) Predict

func (c *MotionPredictorClient) Predict(ctx context.Context, handle int64, arg0 int64) (int64, error)

Predict calls the Predict RPC.

func (*MotionPredictorClient) Record

func (c *MotionPredictorClient) Record(ctx context.Context, handle int64, arg0 int64) error

Record calls the Record RPC.

type OnReceiveContentListenerClient

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

OnReceiveContentListenerClient wraps the gRPC OnReceiveContentListenerService client.

func NewOnReceiveContentListenerClient

func NewOnReceiveContentListenerClient(cc grpc.ClientConnInterface) *OnReceiveContentListenerClient

NewOnReceiveContentListenerClient creates a new OnReceiveContentListener client.

func (*OnReceiveContentListenerClient) OnReceiveContent

func (c *OnReceiveContentListenerClient) OnReceiveContent(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

OnReceiveContent calls the OnReceiveContent RPC.

type OrientationEventListenerClient

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

OrientationEventListenerClient wraps the gRPC OrientationEventListenerService client.

func NewOrientationEventListenerClient

func NewOrientationEventListenerClient(cc grpc.ClientConnInterface) *OrientationEventListenerClient

NewOrientationEventListenerClient creates a new OrientationEventListener client.

func (*OrientationEventListenerClient) CanDetectOrientation

func (c *OrientationEventListenerClient) CanDetectOrientation(ctx context.Context) (bool, error)

CanDetectOrientation calls the CanDetectOrientation RPC.

func (*OrientationEventListenerClient) Disable

Disable calls the Disable RPC.

func (*OrientationEventListenerClient) Enable

Enable calls the Enable RPC.

func (*OrientationEventListenerClient) OnOrientationChanged

func (c *OrientationEventListenerClient) OnOrientationChanged(ctx context.Context, arg0 int32) error

OnOrientationChanged calls the OnOrientationChanged RPC.

type OrientationListenerClient

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

OrientationListenerClient wraps the gRPC OrientationListenerService client.

func NewOrientationListenerClient

func NewOrientationListenerClient(cc grpc.ClientConnInterface) *OrientationListenerClient

NewOrientationListenerClient creates a new OrientationListener client.

func (*OrientationListenerClient) Disable

Disable calls the Disable RPC.

func (*OrientationListenerClient) Enable

Enable calls the Enable RPC.

func (*OrientationListenerClient) OnAccuracyChanged

func (c *OrientationListenerClient) OnAccuracyChanged(ctx context.Context, arg0 int32, arg1 int32) error

OnAccuracyChanged calls the OnAccuracyChanged RPC.

func (*OrientationListenerClient) OnOrientationChanged

func (c *OrientationListenerClient) OnOrientationChanged(ctx context.Context, arg0 int32) error

OnOrientationChanged calls the OnOrientationChanged RPC.

func (*OrientationListenerClient) OnSensorChanged

func (c *OrientationListenerClient) OnSensorChanged(ctx context.Context, arg0 int32, arg1 int64) error

OnSensorChanged calls the OnSensorChanged RPC.

type OutlineProviderClient

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

OutlineProviderClient wraps the gRPC OutlineProviderService client.

func NewOutlineProviderClient

func NewOutlineProviderClient(cc grpc.ClientConnInterface) *OutlineProviderClient

NewOutlineProviderClient creates a new OutlineProvider client.

func (*OutlineProviderClient) GetOutline

func (c *OutlineProviderClient) GetOutline(ctx context.Context, arg0 int64, arg1 int64) error

GetOutline calls the GetOutline RPC.

type OverlayClient

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

OverlayClient wraps the gRPC OverlayService client.

func NewOverlayClient

func NewOverlayClient(cc grpc.ClientConnInterface) *OverlayClient

NewOverlayClient creates a new Overlay client.

func (*OverlayClient) Add

func (c *OverlayClient) Add(ctx context.Context, arg0 int64) error

Add calls the Add RPC.

func (*OverlayClient) Clear

func (c *OverlayClient) Clear(ctx context.Context) error

Clear calls the Clear RPC.

func (*OverlayClient) Remove

func (c *OverlayClient) Remove(ctx context.Context, arg0 int64) error

Remove calls the Remove RPC.

type ParentClient

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

ParentClient wraps the gRPC ParentService client.

func NewParentClient

func NewParentClient(cc grpc.ClientConnInterface) *ParentClient

NewParentClient creates a new Parent client.

func (*ParentClient) BringChildToFront

func (c *ParentClient) BringChildToFront(ctx context.Context, arg0 int64) error

BringChildToFront calls the BringChildToFront RPC.

func (*ParentClient) CanResolveLayoutDirection

func (c *ParentClient) CanResolveLayoutDirection(ctx context.Context) (bool, error)

CanResolveLayoutDirection calls the CanResolveLayoutDirection RPC.

func (*ParentClient) CanResolveTextAlignment

func (c *ParentClient) CanResolveTextAlignment(ctx context.Context) (bool, error)

CanResolveTextAlignment calls the CanResolveTextAlignment RPC.

func (*ParentClient) CanResolveTextDirection

func (c *ParentClient) CanResolveTextDirection(ctx context.Context) (bool, error)

CanResolveTextDirection calls the CanResolveTextDirection RPC.

func (*ParentClient) ChildDrawableStateChanged

func (c *ParentClient) ChildDrawableStateChanged(ctx context.Context, arg0 int64) error

ChildDrawableStateChanged calls the ChildDrawableStateChanged RPC.

func (*ParentClient) ChildHasTransientStateChanged

func (c *ParentClient) ChildHasTransientStateChanged(ctx context.Context, arg0 int64, arg1 bool) error

ChildHasTransientStateChanged calls the ChildHasTransientStateChanged RPC.

func (*ParentClient) ClearChildFocus

func (c *ParentClient) ClearChildFocus(ctx context.Context, arg0 int64) error

ClearChildFocus calls the ClearChildFocus RPC.

func (*ParentClient) CreateContextMenu

func (c *ParentClient) CreateContextMenu(ctx context.Context, arg0 int64) error

CreateContextMenu calls the CreateContextMenu RPC.

func (*ParentClient) FocusSearch

func (c *ParentClient) FocusSearch(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

FocusSearch calls the FocusSearch RPC.

func (*ParentClient) FocusableViewAvailable

func (c *ParentClient) FocusableViewAvailable(ctx context.Context, arg0 int64) error

FocusableViewAvailable calls the FocusableViewAvailable RPC.

func (*ParentClient) GetChildVisibleRect

func (c *ParentClient) GetChildVisibleRect(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)

GetChildVisibleRect calls the GetChildVisibleRect RPC.

func (*ParentClient) GetLayoutDirection

func (c *ParentClient) GetLayoutDirection(ctx context.Context) (int32, error)

GetLayoutDirection calls the GetLayoutDirection RPC.

func (*ParentClient) GetParent

func (c *ParentClient) GetParent(ctx context.Context) (int64, error)

GetParent calls the GetParent RPC.

func (*ParentClient) GetParentForAccessibility

func (c *ParentClient) GetParentForAccessibility(ctx context.Context) (int64, error)

GetParentForAccessibility calls the GetParentForAccessibility RPC.

func (*ParentClient) GetTextAlignment

func (c *ParentClient) GetTextAlignment(ctx context.Context) (int32, error)

GetTextAlignment calls the GetTextAlignment RPC.

func (*ParentClient) GetTextDirection

func (c *ParentClient) GetTextDirection(ctx context.Context) (int32, error)

GetTextDirection calls the GetTextDirection RPC.

func (*ParentClient) InvalidateChild

func (c *ParentClient) InvalidateChild(ctx context.Context, arg0 int64, arg1 int64) error

InvalidateChild calls the InvalidateChild RPC.

func (*ParentClient) InvalidateChildInParent

func (c *ParentClient) InvalidateChildInParent(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

InvalidateChildInParent calls the InvalidateChildInParent RPC.

func (*ParentClient) IsLayoutDirectionResolved

func (c *ParentClient) IsLayoutDirectionResolved(ctx context.Context) (bool, error)

IsLayoutDirectionResolved calls the IsLayoutDirectionResolved RPC.

func (*ParentClient) IsLayoutRequested

func (c *ParentClient) IsLayoutRequested(ctx context.Context) (bool, error)

IsLayoutRequested calls the IsLayoutRequested RPC.

func (*ParentClient) IsTextAlignmentResolved

func (c *ParentClient) IsTextAlignmentResolved(ctx context.Context) (bool, error)

IsTextAlignmentResolved calls the IsTextAlignmentResolved RPC.

func (*ParentClient) IsTextDirectionResolved

func (c *ParentClient) IsTextDirectionResolved(ctx context.Context) (bool, error)

IsTextDirectionResolved calls the IsTextDirectionResolved RPC.

func (*ParentClient) KeyboardNavigationClusterSearch

func (c *ParentClient) KeyboardNavigationClusterSearch(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

KeyboardNavigationClusterSearch calls the KeyboardNavigationClusterSearch RPC.

func (*ParentClient) NotifySubtreeAccessibilityStateChanged

func (c *ParentClient) NotifySubtreeAccessibilityStateChanged(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

NotifySubtreeAccessibilityStateChanged calls the NotifySubtreeAccessibilityStateChanged RPC.

func (*ParentClient) OnNestedFling

func (c *ParentClient) OnNestedFling(ctx context.Context, arg0 int64, arg1 float32, arg2 float32, arg3 bool) (bool, error)

OnNestedFling calls the OnNestedFling RPC.

func (*ParentClient) OnNestedPreFling

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

OnNestedPreFling calls the OnNestedPreFling RPC.

func (*ParentClient) OnNestedPrePerformAccessibilityAction

func (c *ParentClient) OnNestedPrePerformAccessibilityAction(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (bool, error)

OnNestedPrePerformAccessibilityAction calls the OnNestedPrePerformAccessibilityAction RPC.

func (*ParentClient) OnNestedPreScroll

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

OnNestedPreScroll calls the OnNestedPreScroll RPC.

func (*ParentClient) OnNestedScroll

func (c *ParentClient) OnNestedScroll(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error

OnNestedScroll calls the OnNestedScroll RPC.

func (*ParentClient) OnNestedScrollAccepted

func (c *ParentClient) OnNestedScrollAccepted(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

OnNestedScrollAccepted calls the OnNestedScrollAccepted RPC.

func (*ParentClient) OnStartNestedScroll

func (c *ParentClient) OnStartNestedScroll(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (bool, error)

OnStartNestedScroll calls the OnStartNestedScroll RPC.

func (*ParentClient) OnStopNestedScroll

func (c *ParentClient) OnStopNestedScroll(ctx context.Context, arg0 int64) error

OnStopNestedScroll calls the OnStopNestedScroll RPC.

func (*ParentClient) RecomputeViewAttributes

func (c *ParentClient) RecomputeViewAttributes(ctx context.Context, arg0 int64) error

RecomputeViewAttributes calls the RecomputeViewAttributes RPC.

func (*ParentClient) RequestChildFocus

func (c *ParentClient) RequestChildFocus(ctx context.Context, arg0 int64, arg1 int64) error

RequestChildFocus calls the RequestChildFocus RPC.

func (*ParentClient) RequestChildRectangleOnScreen

func (c *ParentClient) RequestChildRectangleOnScreen(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) (bool, error)

RequestChildRectangleOnScreen calls the RequestChildRectangleOnScreen RPC.

func (*ParentClient) RequestDisallowInterceptTouchEvent

func (c *ParentClient) RequestDisallowInterceptTouchEvent(ctx context.Context, arg0 bool) error

RequestDisallowInterceptTouchEvent calls the RequestDisallowInterceptTouchEvent RPC.

func (*ParentClient) RequestFitSystemWindows

func (c *ParentClient) RequestFitSystemWindows(ctx context.Context) error

RequestFitSystemWindows calls the RequestFitSystemWindows RPC.

func (*ParentClient) RequestLayout

func (c *ParentClient) RequestLayout(ctx context.Context) error

RequestLayout calls the RequestLayout RPC.

func (*ParentClient) RequestSendAccessibilityEvent

func (c *ParentClient) RequestSendAccessibilityEvent(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

RequestSendAccessibilityEvent calls the RequestSendAccessibilityEvent RPC.

func (*ParentClient) RequestTransparentRegion

func (c *ParentClient) RequestTransparentRegion(ctx context.Context, arg0 int64) error

RequestTransparentRegion calls the RequestTransparentRegion RPC.

func (*ParentClient) ShowContextMenuForChild1

func (c *ParentClient) ShowContextMenuForChild1(ctx context.Context, arg0 int64) (bool, error)

ShowContextMenuForChild1 calls the ShowContextMenuForChild1 RPC.

func (*ParentClient) ShowContextMenuForChild3_1

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

ShowContextMenuForChild3_1 calls the ShowContextMenuForChild3_1 RPC.

func (*ParentClient) StartActionModeForChild2

func (c *ParentClient) StartActionModeForChild2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

StartActionModeForChild2 calls the StartActionModeForChild2 RPC.

func (*ParentClient) StartActionModeForChild3_1

func (c *ParentClient) StartActionModeForChild3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int64, error)

StartActionModeForChild3_1 calls the StartActionModeForChild3_1 RPC.

type PixelCopyOnPixelCopyFinishedListenerClient

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

PixelCopyOnPixelCopyFinishedListenerClient wraps the gRPC PixelCopyOnPixelCopyFinishedListenerService client.

func NewPixelCopyOnPixelCopyFinishedListenerClient

func NewPixelCopyOnPixelCopyFinishedListenerClient(cc grpc.ClientConnInterface) *PixelCopyOnPixelCopyFinishedListenerClient

NewPixelCopyOnPixelCopyFinishedListenerClient creates a new PixelCopyOnPixelCopyFinishedListener client.

func (*PixelCopyOnPixelCopyFinishedListenerClient) OnPixelCopyFinished

func (c *PixelCopyOnPixelCopyFinishedListenerClient) OnPixelCopyFinished(ctx context.Context, arg0 int32) error

OnPixelCopyFinished calls the OnPixelCopyFinished RPC.

type PixelCopyRequestClient

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

PixelCopyRequestClient wraps the gRPC PixelCopyRequestService client.

func NewPixelCopyRequestClient

func NewPixelCopyRequestClient(cc grpc.ClientConnInterface) *PixelCopyRequestClient

NewPixelCopyRequestClient creates a new PixelCopyRequest client.

func (*PixelCopyRequestClient) GetDestinationBitmap

func (c *PixelCopyRequestClient) GetDestinationBitmap(ctx context.Context) (int64, error)

GetDestinationBitmap calls the GetDestinationBitmap RPC.

func (*PixelCopyRequestClient) GetSourceRect

func (c *PixelCopyRequestClient) GetSourceRect(ctx context.Context) (int64, error)

GetSourceRect calls the GetSourceRect RPC.

type PixelCopyResultClient

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

PixelCopyResultClient wraps the gRPC PixelCopyResultService client.

func NewPixelCopyResultClient

func NewPixelCopyResultClient(cc grpc.ClientConnInterface) *PixelCopyResultClient

NewPixelCopyResultClient creates a new PixelCopyResult client.

func (*PixelCopyResultClient) GetBitmap

func (c *PixelCopyResultClient) GetBitmap(ctx context.Context) (int64, error)

GetBitmap calls the GetBitmap RPC.

func (*PixelCopyResultClient) GetStatus

func (c *PixelCopyResultClient) GetStatus(ctx context.Context) (int32, error)

GetStatus calls the GetStatus RPC.

type PointerIconClient

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

PointerIconClient wraps the gRPC PointerIconService client.

func NewPointerIconClient

func NewPointerIconClient(cc grpc.ClientConnInterface) *PointerIconClient

NewPointerIconClient creates a new PointerIcon client.

func (*PointerIconClient) Create

func (c *PointerIconClient) Create(ctx context.Context, arg0 int64, arg1 float32, arg2 float32) (int64, error)

Create calls the Create RPC.

func (*PointerIconClient) DescribeContents

func (c *PointerIconClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*PointerIconClient) Equals

func (c *PointerIconClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*PointerIconClient) GetSystemIcon

func (c *PointerIconClient) GetSystemIcon(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

GetSystemIcon calls the GetSystemIcon RPC.

func (*PointerIconClient) Load

func (c *PointerIconClient) Load(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

Load calls the Load RPC.

func (*PointerIconClient) ToString

func (c *PointerIconClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*PointerIconClient) WriteToParcel

func (c *PointerIconClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type PropertyAnimatorClient

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

PropertyAnimatorClient wraps the gRPC PropertyAnimatorService client.

func NewPropertyAnimatorClient

func NewPropertyAnimatorClient(cc grpc.ClientConnInterface) *PropertyAnimatorClient

NewPropertyAnimatorClient creates a new PropertyAnimator client.

func (*PropertyAnimatorClient) Alpha

func (c *PropertyAnimatorClient) Alpha(ctx context.Context, arg0 float32) (int64, error)

Alpha calls the Alpha RPC.

func (*PropertyAnimatorClient) AlphaBy

func (c *PropertyAnimatorClient) AlphaBy(ctx context.Context, arg0 float32) (int64, error)

AlphaBy calls the AlphaBy RPC.

func (*PropertyAnimatorClient) Cancel

Cancel calls the Cancel RPC.

func (*PropertyAnimatorClient) GetDuration

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

GetDuration calls the GetDuration RPC.

func (*PropertyAnimatorClient) GetInterpolator

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

GetInterpolator calls the GetInterpolator RPC.

func (*PropertyAnimatorClient) GetStartDelay

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

GetStartDelay calls the GetStartDelay RPC.

func (*PropertyAnimatorClient) Rotation

func (c *PropertyAnimatorClient) Rotation(ctx context.Context, arg0 float32) (int64, error)

Rotation calls the Rotation RPC.

func (*PropertyAnimatorClient) RotationBy

func (c *PropertyAnimatorClient) RotationBy(ctx context.Context, arg0 float32) (int64, error)

RotationBy calls the RotationBy RPC.

func (*PropertyAnimatorClient) RotationX

func (c *PropertyAnimatorClient) RotationX(ctx context.Context, arg0 float32) (int64, error)

RotationX calls the RotationX RPC.

func (*PropertyAnimatorClient) RotationXBy

func (c *PropertyAnimatorClient) RotationXBy(ctx context.Context, arg0 float32) (int64, error)

RotationXBy calls the RotationXBy RPC.

func (*PropertyAnimatorClient) RotationY

func (c *PropertyAnimatorClient) RotationY(ctx context.Context, arg0 float32) (int64, error)

RotationY calls the RotationY RPC.

func (*PropertyAnimatorClient) RotationYBy

func (c *PropertyAnimatorClient) RotationYBy(ctx context.Context, arg0 float32) (int64, error)

RotationYBy calls the RotationYBy RPC.

func (*PropertyAnimatorClient) ScaleX

func (c *PropertyAnimatorClient) ScaleX(ctx context.Context, arg0 float32) (int64, error)

ScaleX calls the ScaleX RPC.

func (*PropertyAnimatorClient) ScaleXBy

func (c *PropertyAnimatorClient) ScaleXBy(ctx context.Context, arg0 float32) (int64, error)

ScaleXBy calls the ScaleXBy RPC.

func (*PropertyAnimatorClient) ScaleY

func (c *PropertyAnimatorClient) ScaleY(ctx context.Context, arg0 float32) (int64, error)

ScaleY calls the ScaleY RPC.

func (*PropertyAnimatorClient) ScaleYBy

func (c *PropertyAnimatorClient) ScaleYBy(ctx context.Context, arg0 float32) (int64, error)

ScaleYBy calls the ScaleYBy RPC.

func (*PropertyAnimatorClient) SetDuration

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

SetDuration calls the SetDuration RPC.

func (*PropertyAnimatorClient) SetInterpolator

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

SetInterpolator calls the SetInterpolator RPC.

func (*PropertyAnimatorClient) SetListener

func (c *PropertyAnimatorClient) SetListener(ctx context.Context, arg0 int64) (int64, error)

SetListener calls the SetListener RPC.

func (*PropertyAnimatorClient) SetStartDelay

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

SetStartDelay calls the SetStartDelay RPC.

func (*PropertyAnimatorClient) SetUpdateListener

func (c *PropertyAnimatorClient) SetUpdateListener(ctx context.Context, arg0 int64) (int64, error)

SetUpdateListener calls the SetUpdateListener RPC.

func (*PropertyAnimatorClient) Start

Start calls the Start RPC.

func (*PropertyAnimatorClient) TranslationX

func (c *PropertyAnimatorClient) TranslationX(ctx context.Context, arg0 float32) (int64, error)

TranslationX calls the TranslationX RPC.

func (*PropertyAnimatorClient) TranslationXBy

func (c *PropertyAnimatorClient) TranslationXBy(ctx context.Context, arg0 float32) (int64, error)

TranslationXBy calls the TranslationXBy RPC.

func (*PropertyAnimatorClient) TranslationY

func (c *PropertyAnimatorClient) TranslationY(ctx context.Context, arg0 float32) (int64, error)

TranslationY calls the TranslationY RPC.

func (*PropertyAnimatorClient) TranslationYBy

func (c *PropertyAnimatorClient) TranslationYBy(ctx context.Context, arg0 float32) (int64, error)

TranslationYBy calls the TranslationYBy RPC.

func (*PropertyAnimatorClient) TranslationZ

func (c *PropertyAnimatorClient) TranslationZ(ctx context.Context, arg0 float32) (int64, error)

TranslationZ calls the TranslationZ RPC.

func (*PropertyAnimatorClient) TranslationZBy

func (c *PropertyAnimatorClient) TranslationZBy(ctx context.Context, arg0 float32) (int64, error)

TranslationZBy calls the TranslationZBy RPC.

func (*PropertyAnimatorClient) WithEndAction

func (c *PropertyAnimatorClient) WithEndAction(ctx context.Context, arg0 int64) (int64, error)

WithEndAction calls the WithEndAction RPC.

func (*PropertyAnimatorClient) WithLayer

func (c *PropertyAnimatorClient) WithLayer(ctx context.Context) (int64, error)

WithLayer calls the WithLayer RPC.

func (*PropertyAnimatorClient) WithStartAction

func (c *PropertyAnimatorClient) WithStartAction(ctx context.Context, arg0 int64) (int64, error)

WithStartAction calls the WithStartAction RPC.

func (*PropertyAnimatorClient) X

X calls the X RPC.

func (*PropertyAnimatorClient) XBy

XBy calls the XBy RPC.

func (*PropertyAnimatorClient) Y

Y calls the Y RPC.

func (*PropertyAnimatorClient) YBy

YBy calls the YBy RPC.

func (*PropertyAnimatorClient) Z

Z calls the Z RPC.

func (*PropertyAnimatorClient) ZBy

ZBy calls the ZBy RPC.

type RoundedCornerClient

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

RoundedCornerClient wraps the gRPC RoundedCornerService client.

func NewRoundedCornerClient

func NewRoundedCornerClient(cc grpc.ClientConnInterface) *RoundedCornerClient

NewRoundedCornerClient creates a new RoundedCorner client.

func (*RoundedCornerClient) DescribeContents

func (c *RoundedCornerClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*RoundedCornerClient) Equals

func (c *RoundedCornerClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*RoundedCornerClient) GetCenter

func (c *RoundedCornerClient) GetCenter(ctx context.Context, handle int64) (int64, error)

GetCenter calls the GetCenter RPC.

func (*RoundedCornerClient) GetPosition

func (c *RoundedCornerClient) GetPosition(ctx context.Context, handle int64) (int32, error)

GetPosition calls the GetPosition RPC.

func (*RoundedCornerClient) GetRadius

func (c *RoundedCornerClient) GetRadius(ctx context.Context, handle int64) (int32, error)

GetRadius calls the GetRadius RPC.

func (*RoundedCornerClient) HashCode

func (c *RoundedCornerClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*RoundedCornerClient) ToString

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

ToString calls the ToString RPC.

func (*RoundedCornerClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type ScaleGestureDetectorClient

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

ScaleGestureDetectorClient wraps the gRPC ScaleGestureDetectorService client.

func NewScaleGestureDetectorClient

func NewScaleGestureDetectorClient(cc grpc.ClientConnInterface) *ScaleGestureDetectorClient

NewScaleGestureDetectorClient creates a new ScaleGestureDetector client.

func (*ScaleGestureDetectorClient) GetCurrentSpan

func (c *ScaleGestureDetectorClient) GetCurrentSpan(ctx context.Context, handle int64) (float32, error)

GetCurrentSpan calls the GetCurrentSpan RPC.

func (*ScaleGestureDetectorClient) GetCurrentSpanX

func (c *ScaleGestureDetectorClient) GetCurrentSpanX(ctx context.Context, handle int64) (float32, error)

GetCurrentSpanX calls the GetCurrentSpanX RPC.

func (*ScaleGestureDetectorClient) GetCurrentSpanY

func (c *ScaleGestureDetectorClient) GetCurrentSpanY(ctx context.Context, handle int64) (float32, error)

GetCurrentSpanY calls the GetCurrentSpanY RPC.

func (*ScaleGestureDetectorClient) GetEventTime

func (c *ScaleGestureDetectorClient) GetEventTime(ctx context.Context, handle int64) (int64, error)

GetEventTime calls the GetEventTime RPC.

func (*ScaleGestureDetectorClient) GetFocusX

func (c *ScaleGestureDetectorClient) GetFocusX(ctx context.Context, handle int64) (float32, error)

GetFocusX calls the GetFocusX RPC.

func (*ScaleGestureDetectorClient) GetFocusY

func (c *ScaleGestureDetectorClient) GetFocusY(ctx context.Context, handle int64) (float32, error)

GetFocusY calls the GetFocusY RPC.

func (*ScaleGestureDetectorClient) GetPreviousSpan

func (c *ScaleGestureDetectorClient) GetPreviousSpan(ctx context.Context, handle int64) (float32, error)

GetPreviousSpan calls the GetPreviousSpan RPC.

func (*ScaleGestureDetectorClient) GetPreviousSpanX

func (c *ScaleGestureDetectorClient) GetPreviousSpanX(ctx context.Context, handle int64) (float32, error)

GetPreviousSpanX calls the GetPreviousSpanX RPC.

func (*ScaleGestureDetectorClient) GetPreviousSpanY

func (c *ScaleGestureDetectorClient) GetPreviousSpanY(ctx context.Context, handle int64) (float32, error)

GetPreviousSpanY calls the GetPreviousSpanY RPC.

func (*ScaleGestureDetectorClient) GetScaleFactor

func (c *ScaleGestureDetectorClient) GetScaleFactor(ctx context.Context, handle int64) (float32, error)

GetScaleFactor calls the GetScaleFactor RPC.

func (*ScaleGestureDetectorClient) GetTimeDelta

func (c *ScaleGestureDetectorClient) GetTimeDelta(ctx context.Context, handle int64) (int64, error)

GetTimeDelta calls the GetTimeDelta RPC.

func (*ScaleGestureDetectorClient) IsInProgress

func (c *ScaleGestureDetectorClient) IsInProgress(ctx context.Context, handle int64) (bool, error)

IsInProgress calls the IsInProgress RPC.

func (*ScaleGestureDetectorClient) IsQuickScaleEnabled

func (c *ScaleGestureDetectorClient) IsQuickScaleEnabled(ctx context.Context, handle int64) (bool, error)

IsQuickScaleEnabled calls the IsQuickScaleEnabled RPC.

func (*ScaleGestureDetectorClient) IsStylusScaleEnabled

func (c *ScaleGestureDetectorClient) IsStylusScaleEnabled(ctx context.Context, handle int64) (bool, error)

IsStylusScaleEnabled calls the IsStylusScaleEnabled RPC.

func (*ScaleGestureDetectorClient) OnTouchEvent

func (c *ScaleGestureDetectorClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

func (*ScaleGestureDetectorClient) SetQuickScaleEnabled

func (c *ScaleGestureDetectorClient) SetQuickScaleEnabled(ctx context.Context, handle int64, arg0 bool) error

SetQuickScaleEnabled calls the SetQuickScaleEnabled RPC.

func (*ScaleGestureDetectorClient) SetStylusScaleEnabled

func (c *ScaleGestureDetectorClient) SetStylusScaleEnabled(ctx context.Context, handle int64, arg0 bool) error

SetStylusScaleEnabled calls the SetStylusScaleEnabled RPC.

type ScaleGestureDetectorOnScaleGestureListenerClient

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

ScaleGestureDetectorOnScaleGestureListenerClient wraps the gRPC ScaleGestureDetectorOnScaleGestureListenerService client.

func NewScaleGestureDetectorOnScaleGestureListenerClient

func NewScaleGestureDetectorOnScaleGestureListenerClient(cc grpc.ClientConnInterface) *ScaleGestureDetectorOnScaleGestureListenerClient

NewScaleGestureDetectorOnScaleGestureListenerClient creates a new ScaleGestureDetectorOnScaleGestureListener client.

func (*ScaleGestureDetectorOnScaleGestureListenerClient) OnScale

OnScale calls the OnScale RPC.

func (*ScaleGestureDetectorOnScaleGestureListenerClient) OnScaleBegin

OnScaleBegin calls the OnScaleBegin RPC.

func (*ScaleGestureDetectorOnScaleGestureListenerClient) OnScaleEnd

OnScaleEnd calls the OnScaleEnd RPC.

type ScaleGestureDetectorSimpleOnScaleGestureListenerClient

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

ScaleGestureDetectorSimpleOnScaleGestureListenerClient wraps the gRPC ScaleGestureDetectorSimpleOnScaleGestureListenerService client.

func NewScaleGestureDetectorSimpleOnScaleGestureListenerClient

func NewScaleGestureDetectorSimpleOnScaleGestureListenerClient(cc grpc.ClientConnInterface) *ScaleGestureDetectorSimpleOnScaleGestureListenerClient

NewScaleGestureDetectorSimpleOnScaleGestureListenerClient creates a new ScaleGestureDetectorSimpleOnScaleGestureListener client.

func (*ScaleGestureDetectorSimpleOnScaleGestureListenerClient) OnScale

OnScale calls the OnScale RPC.

func (*ScaleGestureDetectorSimpleOnScaleGestureListenerClient) OnScaleBegin

OnScaleBegin calls the OnScaleBegin RPC.

func (*ScaleGestureDetectorSimpleOnScaleGestureListenerClient) OnScaleEnd

OnScaleEnd calls the OnScaleEnd RPC.

type ScrollCaptureCallbackClient

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

ScrollCaptureCallbackClient wraps the gRPC ScrollCaptureCallbackService client.

func NewScrollCaptureCallbackClient

func NewScrollCaptureCallbackClient(cc grpc.ClientConnInterface) *ScrollCaptureCallbackClient

NewScrollCaptureCallbackClient creates a new ScrollCaptureCallback client.

func (*ScrollCaptureCallbackClient) OnScrollCaptureEnd

func (c *ScrollCaptureCallbackClient) OnScrollCaptureEnd(ctx context.Context, arg0 int64) error

OnScrollCaptureEnd calls the OnScrollCaptureEnd RPC.

func (*ScrollCaptureCallbackClient) OnScrollCaptureStart

func (c *ScrollCaptureCallbackClient) OnScrollCaptureStart(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnScrollCaptureStart calls the OnScrollCaptureStart RPC.

type ScrollCaptureSessionClient

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

ScrollCaptureSessionClient wraps the gRPC ScrollCaptureSessionService client.

func NewScrollCaptureSessionClient

func NewScrollCaptureSessionClient(cc grpc.ClientConnInterface) *ScrollCaptureSessionClient

NewScrollCaptureSessionClient creates a new ScrollCaptureSession client.

func (*ScrollCaptureSessionClient) GetPositionInWindow

func (c *ScrollCaptureSessionClient) GetPositionInWindow(ctx context.Context, handle int64) (int64, error)

GetPositionInWindow calls the GetPositionInWindow RPC.

func (*ScrollCaptureSessionClient) GetScrollBounds

func (c *ScrollCaptureSessionClient) GetScrollBounds(ctx context.Context, handle int64) (int64, error)

GetScrollBounds calls the GetScrollBounds RPC.

func (*ScrollCaptureSessionClient) GetSurface

func (c *ScrollCaptureSessionClient) GetSurface(ctx context.Context, handle int64) (int64, error)

GetSurface calls the GetSurface RPC.

type ScrollCaptureTargetClient

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

ScrollCaptureTargetClient wraps the gRPC ScrollCaptureTargetService client.

func NewScrollCaptureTargetClient

func NewScrollCaptureTargetClient(cc grpc.ClientConnInterface) *ScrollCaptureTargetClient

NewScrollCaptureTargetClient creates a new ScrollCaptureTarget client.

func (*ScrollCaptureTargetClient) GetCallback

func (c *ScrollCaptureTargetClient) GetCallback(ctx context.Context, handle int64) (int64, error)

GetCallback calls the GetCallback RPC.

func (*ScrollCaptureTargetClient) GetContainingView

func (c *ScrollCaptureTargetClient) GetContainingView(ctx context.Context, handle int64) (int64, error)

GetContainingView calls the GetContainingView RPC.

func (*ScrollCaptureTargetClient) GetHint

func (c *ScrollCaptureTargetClient) GetHint(ctx context.Context, handle int64) (int32, error)

GetHint calls the GetHint RPC.

func (*ScrollCaptureTargetClient) GetLocalVisibleRect

func (c *ScrollCaptureTargetClient) GetLocalVisibleRect(ctx context.Context, handle int64) (int64, error)

GetLocalVisibleRect calls the GetLocalVisibleRect RPC.

func (*ScrollCaptureTargetClient) GetPositionInWindow

func (c *ScrollCaptureTargetClient) GetPositionInWindow(ctx context.Context, handle int64) (int64, error)

GetPositionInWindow calls the GetPositionInWindow RPC.

func (*ScrollCaptureTargetClient) GetScrollBounds

func (c *ScrollCaptureTargetClient) GetScrollBounds(ctx context.Context, handle int64) (int64, error)

GetScrollBounds calls the GetScrollBounds RPC.

func (*ScrollCaptureTargetClient) SetScrollBounds

func (c *ScrollCaptureTargetClient) SetScrollBounds(ctx context.Context, handle int64, arg0 int64) error

SetScrollBounds calls the SetScrollBounds RPC.

func (*ScrollCaptureTargetClient) ToString

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

ToString calls the ToString RPC.

func (*ScrollCaptureTargetClient) UpdatePositionInWindow

func (c *ScrollCaptureTargetClient) UpdatePositionInWindow(ctx context.Context, handle int64) error

UpdatePositionInWindow calls the UpdatePositionInWindow RPC.

type ScrollFeedbackProviderClient

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

ScrollFeedbackProviderClient wraps the gRPC ScrollFeedbackProviderService client.

func NewScrollFeedbackProviderClient

func NewScrollFeedbackProviderClient(cc grpc.ClientConnInterface) *ScrollFeedbackProviderClient

NewScrollFeedbackProviderClient creates a new ScrollFeedbackProvider client.

func (*ScrollFeedbackProviderClient) CreateProvider

func (c *ScrollFeedbackProviderClient) CreateProvider(ctx context.Context, arg0 int64) (int64, error)

CreateProvider calls the CreateProvider RPC.

func (*ScrollFeedbackProviderClient) OnScrollLimit

func (c *ScrollFeedbackProviderClient) OnScrollLimit(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 bool) error

OnScrollLimit calls the OnScrollLimit RPC.

func (*ScrollFeedbackProviderClient) OnScrollProgress

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

OnScrollProgress calls the OnScrollProgress RPC.

func (*ScrollFeedbackProviderClient) OnSnapToItem

func (c *ScrollFeedbackProviderClient) OnSnapToItem(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error

OnSnapToItem calls the OnSnapToItem RPC.

type SearchEventClient

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

SearchEventClient wraps the gRPC SearchEventService client.

func NewSearchEventClient

func NewSearchEventClient(cc grpc.ClientConnInterface) *SearchEventClient

NewSearchEventClient creates a new SearchEvent client.

func (*SearchEventClient) GetInputDevice

func (c *SearchEventClient) GetInputDevice(ctx context.Context, handle int64) (int64, error)

GetInputDevice calls the GetInputDevice RPC.

type SoundEffectConstantsClient

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

SoundEffectConstantsClient wraps the gRPC SoundEffectConstantsService client.

func NewSoundEffectConstantsClient

func NewSoundEffectConstantsClient(cc grpc.ClientConnInterface) *SoundEffectConstantsClient

NewSoundEffectConstantsClient creates a new SoundEffectConstants client.

func (*SoundEffectConstantsClient) GetConstantForFocusDirection

func (c *SoundEffectConstantsClient) GetConstantForFocusDirection(ctx context.Context, arg0 int32, arg1 bool) (int32, error)

GetConstantForFocusDirection calls the GetConstantForFocusDirection RPC.

func (*SoundEffectConstantsClient) GetContantForFocusDirection

func (c *SoundEffectConstantsClient) GetContantForFocusDirection(ctx context.Context, arg0 int32) (int32, error)

GetContantForFocusDirection calls the GetContantForFocusDirection RPC.

type StructureClient

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

StructureClient wraps the gRPC StructureService client.

func NewStructureClient

func NewStructureClient(cc grpc.ClientConnInterface) *StructureClient

NewStructureClient creates a new Structure client.

func (*StructureClient) AddChildCount

func (c *StructureClient) AddChildCount(ctx context.Context, arg0 int32) (int32, error)

AddChildCount calls the AddChildCount RPC.

func (*StructureClient) AsyncCommit

func (c *StructureClient) AsyncCommit(ctx context.Context) error

AsyncCommit calls the AsyncCommit RPC.

func (*StructureClient) AsyncNewChild

func (c *StructureClient) AsyncNewChild(ctx context.Context, arg0 int32) (int64, error)

AsyncNewChild calls the AsyncNewChild RPC.

func (*StructureClient) ClearCredentialManagerRequest

func (c *StructureClient) ClearCredentialManagerRequest(ctx context.Context) error

ClearCredentialManagerRequest calls the ClearCredentialManagerRequest RPC.

func (*StructureClient) GetAutofillId

func (c *StructureClient) GetAutofillId(ctx context.Context) (int64, error)

GetAutofillId calls the GetAutofillId RPC.

func (*StructureClient) GetChildCount

func (c *StructureClient) GetChildCount(ctx context.Context) (int32, error)

GetChildCount calls the GetChildCount RPC.

func (*StructureClient) GetExtras

func (c *StructureClient) GetExtras(ctx context.Context) (int64, error)

GetExtras calls the GetExtras RPC.

func (*StructureClient) GetHint

func (c *StructureClient) GetHint(ctx context.Context) (int64, error)

GetHint calls the GetHint RPC.

func (*StructureClient) GetPendingCredentialRequest

func (c *StructureClient) GetPendingCredentialRequest(ctx context.Context) (int64, error)

GetPendingCredentialRequest calls the GetPendingCredentialRequest RPC.

func (*StructureClient) GetText

func (c *StructureClient) GetText(ctx context.Context) (int64, error)

GetText calls the GetText RPC.

func (*StructureClient) GetTextSelectionEnd

func (c *StructureClient) GetTextSelectionEnd(ctx context.Context) (int32, error)

GetTextSelectionEnd calls the GetTextSelectionEnd RPC.

func (*StructureClient) GetTextSelectionStart

func (c *StructureClient) GetTextSelectionStart(ctx context.Context) (int32, error)

GetTextSelectionStart calls the GetTextSelectionStart RPC.

func (*StructureClient) HasExtras

func (c *StructureClient) HasExtras(ctx context.Context) (bool, error)

HasExtras calls the HasExtras RPC.

func (*StructureClient) NewChild

func (c *StructureClient) NewChild(ctx context.Context, arg0 int32) (int64, error)

NewChild calls the NewChild RPC.

func (*StructureClient) NewHtmlInfoBuilder

func (c *StructureClient) NewHtmlInfoBuilder(ctx context.Context, arg0 string) (int64, error)

NewHtmlInfoBuilder calls the NewHtmlInfoBuilder RPC.

func (*StructureClient) SetAccessibilityFocused

func (c *StructureClient) SetAccessibilityFocused(ctx context.Context, arg0 bool) error

SetAccessibilityFocused calls the SetAccessibilityFocused RPC.

func (*StructureClient) SetActivated

func (c *StructureClient) SetActivated(ctx context.Context, arg0 bool) error

SetActivated calls the SetActivated RPC.

func (*StructureClient) SetAlpha

func (c *StructureClient) SetAlpha(ctx context.Context, arg0 float32) error

SetAlpha calls the SetAlpha RPC.

func (*StructureClient) SetAutofillHints

func (c *StructureClient) SetAutofillHints(ctx context.Context, arg0 int64) error

SetAutofillHints calls the SetAutofillHints RPC.

func (*StructureClient) SetAutofillId1

func (c *StructureClient) SetAutofillId1(ctx context.Context, arg0 int64) error

SetAutofillId1 calls the SetAutofillId1 RPC.

func (*StructureClient) SetAutofillId2_1

func (c *StructureClient) SetAutofillId2_1(ctx context.Context, arg0 int64, arg1 int32) error

SetAutofillId2_1 calls the SetAutofillId2_1 RPC.

func (*StructureClient) SetAutofillOptions

func (c *StructureClient) SetAutofillOptions(ctx context.Context, arg0 int64) error

SetAutofillOptions calls the SetAutofillOptions RPC.

func (*StructureClient) SetAutofillType

func (c *StructureClient) SetAutofillType(ctx context.Context, arg0 int32) error

SetAutofillType calls the SetAutofillType RPC.

func (*StructureClient) SetAutofillValue

func (c *StructureClient) SetAutofillValue(ctx context.Context, arg0 int64) error

SetAutofillValue calls the SetAutofillValue RPC.

func (*StructureClient) SetCheckable

func (c *StructureClient) SetCheckable(ctx context.Context, arg0 bool) error

SetCheckable calls the SetCheckable RPC.

func (*StructureClient) SetChecked

func (c *StructureClient) SetChecked(ctx context.Context, arg0 bool) error

SetChecked calls the SetChecked RPC.

func (*StructureClient) SetChildCount

func (c *StructureClient) SetChildCount(ctx context.Context, arg0 int32) error

SetChildCount calls the SetChildCount RPC.

func (*StructureClient) SetClassName

func (c *StructureClient) SetClassName(ctx context.Context, arg0 string) error

SetClassName calls the SetClassName RPC.

func (*StructureClient) SetClickable

func (c *StructureClient) SetClickable(ctx context.Context, arg0 bool) error

SetClickable calls the SetClickable RPC.

func (*StructureClient) SetContentDescription

func (c *StructureClient) SetContentDescription(ctx context.Context, arg0 string) error

SetContentDescription calls the SetContentDescription RPC.

func (*StructureClient) SetContextClickable

func (c *StructureClient) SetContextClickable(ctx context.Context, arg0 bool) error

SetContextClickable calls the SetContextClickable RPC.

func (*StructureClient) SetDataIsSensitive

func (c *StructureClient) SetDataIsSensitive(ctx context.Context, arg0 bool) error

SetDataIsSensitive calls the SetDataIsSensitive RPC.

func (*StructureClient) SetDimens

func (c *StructureClient) SetDimens(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 int32) error

SetDimens calls the SetDimens RPC.

func (*StructureClient) SetElevation

func (c *StructureClient) SetElevation(ctx context.Context, arg0 float32) error

SetElevation calls the SetElevation RPC.

func (*StructureClient) SetEnabled

func (c *StructureClient) SetEnabled(ctx context.Context, arg0 bool) error

SetEnabled calls the SetEnabled RPC.

func (*StructureClient) SetFocusable

func (c *StructureClient) SetFocusable(ctx context.Context, arg0 bool) error

SetFocusable calls the SetFocusable RPC.

func (*StructureClient) SetFocused

func (c *StructureClient) SetFocused(ctx context.Context, arg0 bool) error

SetFocused calls the SetFocused RPC.

func (*StructureClient) SetHint

func (c *StructureClient) SetHint(ctx context.Context, arg0 string) error

SetHint calls the SetHint RPC.

func (*StructureClient) SetHintIdEntry

func (c *StructureClient) SetHintIdEntry(ctx context.Context, arg0 string) error

SetHintIdEntry calls the SetHintIdEntry RPC.

func (*StructureClient) SetHtmlInfo

func (c *StructureClient) SetHtmlInfo(ctx context.Context, arg0 int64) error

SetHtmlInfo calls the SetHtmlInfo RPC.

func (*StructureClient) SetId

func (c *StructureClient) SetId(ctx context.Context, arg0 int32, arg1 string, arg2 string, arg3 string) error

SetId calls the SetId RPC.

func (*StructureClient) SetImportantForAutofill

func (c *StructureClient) SetImportantForAutofill(ctx context.Context, arg0 int32) error

SetImportantForAutofill calls the SetImportantForAutofill RPC.

func (*StructureClient) SetInputType

func (c *StructureClient) SetInputType(ctx context.Context, arg0 int32) error

SetInputType calls the SetInputType RPC.

func (*StructureClient) SetLocaleList

func (c *StructureClient) SetLocaleList(ctx context.Context, arg0 int64) error

SetLocaleList calls the SetLocaleList RPC.

func (*StructureClient) SetLongClickable

func (c *StructureClient) SetLongClickable(ctx context.Context, arg0 bool) error

SetLongClickable calls the SetLongClickable RPC.

func (*StructureClient) SetMaxTextEms

func (c *StructureClient) SetMaxTextEms(ctx context.Context, arg0 int32) error

SetMaxTextEms calls the SetMaxTextEms RPC.

func (*StructureClient) SetMaxTextLength

func (c *StructureClient) SetMaxTextLength(ctx context.Context, arg0 int32) error

SetMaxTextLength calls the SetMaxTextLength RPC.

func (*StructureClient) SetMinTextEms

func (c *StructureClient) SetMinTextEms(ctx context.Context, arg0 int32) error

SetMinTextEms calls the SetMinTextEms RPC.

func (*StructureClient) SetOpaque

func (c *StructureClient) SetOpaque(ctx context.Context, arg0 bool) error

SetOpaque calls the SetOpaque RPC.

func (*StructureClient) SetReceiveContentMimeTypes

func (c *StructureClient) SetReceiveContentMimeTypes(ctx context.Context, arg0 int64) error

SetReceiveContentMimeTypes calls the SetReceiveContentMimeTypes RPC.

func (*StructureClient) SetSelected

func (c *StructureClient) SetSelected(ctx context.Context, arg0 bool) error

SetSelected calls the SetSelected RPC.

func (*StructureClient) SetText1

func (c *StructureClient) SetText1(ctx context.Context, arg0 string) error

SetText1 calls the SetText1 RPC.

func (*StructureClient) SetText3_1

func (c *StructureClient) SetText3_1(ctx context.Context, arg0 string, arg1 int32, arg2 int32) error

SetText3_1 calls the SetText3_1 RPC.

func (*StructureClient) SetTextIdEntry

func (c *StructureClient) SetTextIdEntry(ctx context.Context, arg0 string) error

SetTextIdEntry calls the SetTextIdEntry RPC.

func (*StructureClient) SetTextLines

func (c *StructureClient) SetTextLines(ctx context.Context, arg0 int64, arg1 int64) error

SetTextLines calls the SetTextLines RPC.

func (*StructureClient) SetTextStyle

func (c *StructureClient) SetTextStyle(ctx context.Context, arg0 float32, arg1 int32, arg2 int32, arg3 int32) error

SetTextStyle calls the SetTextStyle RPC.

func (*StructureClient) SetTransformation

func (c *StructureClient) SetTransformation(ctx context.Context, arg0 int64) error

SetTransformation calls the SetTransformation RPC.

func (*StructureClient) SetVisibility

func (c *StructureClient) SetVisibility(ctx context.Context, arg0 int32) error

SetVisibility calls the SetVisibility RPC.

func (*StructureClient) SetWebDomain

func (c *StructureClient) SetWebDomain(ctx context.Context, arg0 string) error

SetWebDomain calls the SetWebDomain RPC.

type StructureHtmlInfoClient

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

StructureHtmlInfoClient wraps the gRPC StructureHtmlInfoService client.

func NewStructureHtmlInfoClient

func NewStructureHtmlInfoClient(cc grpc.ClientConnInterface) *StructureHtmlInfoClient

NewStructureHtmlInfoClient creates a new StructureHtmlInfo client.

func (*StructureHtmlInfoClient) GetTag

GetTag calls the GetTag RPC.

type StubClient

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

StubClient wraps the gRPC StubService client.

func NewStubClient

func NewStubClient(cc grpc.ClientConnInterface) *StubClient

NewStubClient creates a new Stub client.

func (*StubClient) Draw

func (c *StubClient) Draw(ctx context.Context, handle int64, arg0 int64) error

Draw calls the Draw RPC.

func (*StubClient) GetInflatedId

func (c *StubClient) GetInflatedId(ctx context.Context, handle int64) (int32, error)

GetInflatedId calls the GetInflatedId RPC.

func (*StubClient) GetLayoutInflater

func (c *StubClient) GetLayoutInflater(ctx context.Context, handle int64) (int64, error)

GetLayoutInflater calls the GetLayoutInflater RPC.

func (*StubClient) GetLayoutResource

func (c *StubClient) GetLayoutResource(ctx context.Context, handle int64) (int32, error)

GetLayoutResource calls the GetLayoutResource RPC.

func (*StubClient) Inflate

func (c *StubClient) Inflate(ctx context.Context, handle int64) (int64, error)

Inflate calls the Inflate RPC.

func (*StubClient) SetInflatedId

func (c *StubClient) SetInflatedId(ctx context.Context, handle int64, arg0 int32) error

SetInflatedId calls the SetInflatedId RPC.

func (*StubClient) SetLayoutInflater

func (c *StubClient) SetLayoutInflater(ctx context.Context, handle int64, arg0 int64) error

SetLayoutInflater calls the SetLayoutInflater RPC.

func (*StubClient) SetLayoutResource

func (c *StubClient) SetLayoutResource(ctx context.Context, handle int64, arg0 int32) error

SetLayoutResource calls the SetLayoutResource RPC.

func (*StubClient) SetOnInflateListener

func (c *StubClient) SetOnInflateListener(ctx context.Context, handle int64, arg0 int64) error

SetOnInflateListener calls the SetOnInflateListener RPC.

func (*StubClient) SetVisibility

func (c *StubClient) SetVisibility(ctx context.Context, handle int64, arg0 int32) error

SetVisibility calls the SetVisibility RPC.

type StubOnInflateListenerClient

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

StubOnInflateListenerClient wraps the gRPC StubOnInflateListenerService client.

func NewStubOnInflateListenerClient

func NewStubOnInflateListenerClient(cc grpc.ClientConnInterface) *StubOnInflateListenerClient

NewStubOnInflateListenerClient creates a new StubOnInflateListener client.

func (*StubOnInflateListenerClient) OnInflate

func (c *StubOnInflateListenerClient) OnInflate(ctx context.Context, arg0 int64, arg1 int64) error

OnInflate calls the OnInflate RPC.

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

SubMenuClient wraps the gRPC SubMenuService client.

func NewSubMenuClient

func NewSubMenuClient(cc grpc.ClientConnInterface) *SubMenuClient

NewSubMenuClient creates a new SubMenu client.

func (c *SubMenuClient) ClearHeader(ctx context.Context) error

ClearHeader calls the ClearHeader RPC.

func (c *SubMenuClient) GetItem(ctx context.Context) (int64, error)

GetItem calls the GetItem RPC.

func (c *SubMenuClient) SetHeaderIcon1(ctx context.Context, arg0 int64) (int64, error)

SetHeaderIcon1 calls the SetHeaderIcon1 RPC.

func (c *SubMenuClient) SetHeaderIcon1_1(ctx context.Context, arg0 int32) (int64, error)

SetHeaderIcon1_1 calls the SetHeaderIcon1_1 RPC.

func (c *SubMenuClient) SetHeaderTitle1(ctx context.Context, arg0 int32) (int64, error)

SetHeaderTitle1 calls the SetHeaderTitle1 RPC.

func (c *SubMenuClient) SetHeaderTitle1_1(ctx context.Context, arg0 string) (int64, error)

SetHeaderTitle1_1 calls the SetHeaderTitle1_1 RPC.

func (c *SubMenuClient) SetHeaderView(ctx context.Context, arg0 int64) (int64, error)

SetHeaderView calls the SetHeaderView RPC.

func (c *SubMenuClient) SetIcon1(ctx context.Context, arg0 int64) (int64, error)

SetIcon1 calls the SetIcon1 RPC.

func (c *SubMenuClient) SetIcon1_1(ctx context.Context, arg0 int32) (int64, error)

SetIcon1_1 calls the SetIcon1_1 RPC.

type SurfaceControlBuilderClient

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

SurfaceControlBuilderClient wraps the gRPC SurfaceControlBuilderService client.

func NewSurfaceControlBuilderClient

func NewSurfaceControlBuilderClient(cc grpc.ClientConnInterface) *SurfaceControlBuilderClient

NewSurfaceControlBuilderClient creates a new SurfaceControlBuilder client.

func (*SurfaceControlBuilderClient) Build

Build calls the Build RPC.

func (*SurfaceControlBuilderClient) SetBufferSize

func (c *SurfaceControlBuilderClient) SetBufferSize(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

SetBufferSize calls the SetBufferSize RPC.

func (*SurfaceControlBuilderClient) SetFormat

func (c *SurfaceControlBuilderClient) SetFormat(ctx context.Context, arg0 int32) (int64, error)

SetFormat calls the SetFormat RPC.

func (*SurfaceControlBuilderClient) SetHidden

func (c *SurfaceControlBuilderClient) SetHidden(ctx context.Context, arg0 bool) (int64, error)

SetHidden calls the SetHidden RPC.

func (*SurfaceControlBuilderClient) SetName

func (c *SurfaceControlBuilderClient) SetName(ctx context.Context, arg0 string) (int64, error)

SetName calls the SetName RPC.

func (*SurfaceControlBuilderClient) SetOpaque

func (c *SurfaceControlBuilderClient) SetOpaque(ctx context.Context, arg0 bool) (int64, error)

SetOpaque calls the SetOpaque RPC.

func (*SurfaceControlBuilderClient) SetParent

func (c *SurfaceControlBuilderClient) SetParent(ctx context.Context, arg0 int64) (int64, error)

SetParent calls the SetParent RPC.

type SurfaceControlClient

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

SurfaceControlClient wraps the gRPC SurfaceControlService client.

func NewSurfaceControlClient

func NewSurfaceControlClient(cc grpc.ClientConnInterface) *SurfaceControlClient

NewSurfaceControlClient creates a new SurfaceControl client.

func (*SurfaceControlClient) DescribeContents

func (c *SurfaceControlClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SurfaceControlClient) IsValid

func (c *SurfaceControlClient) IsValid(ctx context.Context) (bool, error)

IsValid calls the IsValid RPC.

func (*SurfaceControlClient) ReadFromParcel

func (c *SurfaceControlClient) ReadFromParcel(ctx context.Context, arg0 int64) error

ReadFromParcel calls the ReadFromParcel RPC.

func (*SurfaceControlClient) Release

func (c *SurfaceControlClient) Release(ctx context.Context) error

Release calls the Release RPC.

func (*SurfaceControlClient) ToString

func (c *SurfaceControlClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*SurfaceControlClient) WriteToParcel

func (c *SurfaceControlClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SurfaceControlInputReceiverClient

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

SurfaceControlInputReceiverClient wraps the gRPC SurfaceControlInputReceiverService client.

func NewSurfaceControlInputReceiverClient

func NewSurfaceControlInputReceiverClient(cc grpc.ClientConnInterface) *SurfaceControlInputReceiverClient

NewSurfaceControlInputReceiverClient creates a new SurfaceControlInputReceiver client.

func (*SurfaceControlInputReceiverClient) OnInputEvent

func (c *SurfaceControlInputReceiverClient) OnInputEvent(ctx context.Context, arg0 int64) (bool, error)

OnInputEvent calls the OnInputEvent RPC.

type SurfaceControlJankDataClient

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

SurfaceControlJankDataClient wraps the gRPC SurfaceControlJankDataService client.

func NewSurfaceControlJankDataClient

func NewSurfaceControlJankDataClient(cc grpc.ClientConnInterface) *SurfaceControlJankDataClient

NewSurfaceControlJankDataClient creates a new SurfaceControlJankData client.

func (*SurfaceControlJankDataClient) GetActualAppFrameTimeNanos

func (c *SurfaceControlJankDataClient) GetActualAppFrameTimeNanos(ctx context.Context) (int64, error)

GetActualAppFrameTimeNanos calls the GetActualAppFrameTimeNanos RPC.

func (*SurfaceControlJankDataClient) GetJankType

func (c *SurfaceControlJankDataClient) GetJankType(ctx context.Context) (int32, error)

GetJankType calls the GetJankType RPC.

func (*SurfaceControlJankDataClient) GetScheduledAppFrameTimeNanos

func (c *SurfaceControlJankDataClient) GetScheduledAppFrameTimeNanos(ctx context.Context) (int64, error)

GetScheduledAppFrameTimeNanos calls the GetScheduledAppFrameTimeNanos RPC.

func (*SurfaceControlJankDataClient) GetVsyncId

func (c *SurfaceControlJankDataClient) GetVsyncId(ctx context.Context) (int64, error)

GetVsyncId calls the GetVsyncId RPC.

func (*SurfaceControlJankDataClient) ToString

ToString calls the ToString RPC.

type SurfaceControlOnJankDataListenerRegistrationClient

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

SurfaceControlOnJankDataListenerRegistrationClient wraps the gRPC SurfaceControlOnJankDataListenerRegistrationService client.

func NewSurfaceControlOnJankDataListenerRegistrationClient

func NewSurfaceControlOnJankDataListenerRegistrationClient(cc grpc.ClientConnInterface) *SurfaceControlOnJankDataListenerRegistrationClient

NewSurfaceControlOnJankDataListenerRegistrationClient creates a new SurfaceControlOnJankDataListenerRegistration client.

func (*SurfaceControlOnJankDataListenerRegistrationClient) Flush

Flush calls the Flush RPC.

func (*SurfaceControlOnJankDataListenerRegistrationClient) RemoveAfter

RemoveAfter calls the RemoveAfter RPC.

type SurfaceControlTransactionClient

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

SurfaceControlTransactionClient wraps the gRPC SurfaceControlTransactionService client.

func NewSurfaceControlTransactionClient

func NewSurfaceControlTransactionClient(cc grpc.ClientConnInterface) *SurfaceControlTransactionClient

NewSurfaceControlTransactionClient creates a new SurfaceControlTransaction client.

func (*SurfaceControlTransactionClient) AddTransactionCommittedListener

func (c *SurfaceControlTransactionClient) AddTransactionCommittedListener(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

AddTransactionCommittedListener calls the AddTransactionCommittedListener RPC.

func (*SurfaceControlTransactionClient) Apply

Apply calls the Apply RPC.

func (*SurfaceControlTransactionClient) ClearFrameRate

func (c *SurfaceControlTransactionClient) ClearFrameRate(ctx context.Context, arg0 int64) (int64, error)

ClearFrameRate calls the ClearFrameRate RPC.

func (*SurfaceControlTransactionClient) ClearTrustedPresentationCallback

func (c *SurfaceControlTransactionClient) ClearTrustedPresentationCallback(ctx context.Context, arg0 int64) (int64, error)

ClearTrustedPresentationCallback calls the ClearTrustedPresentationCallback RPC.

func (*SurfaceControlTransactionClient) Close

Close calls the Close RPC.

func (*SurfaceControlTransactionClient) DescribeContents

func (c *SurfaceControlTransactionClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*SurfaceControlTransactionClient) Merge

Merge calls the Merge RPC.

func (*SurfaceControlTransactionClient) Reparent

func (c *SurfaceControlTransactionClient) Reparent(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Reparent calls the Reparent RPC.

func (*SurfaceControlTransactionClient) SetAlpha

func (c *SurfaceControlTransactionClient) SetAlpha(ctx context.Context, arg0 int64, arg1 float32) (int64, error)

SetAlpha calls the SetAlpha RPC.

func (*SurfaceControlTransactionClient) SetBuffer2

func (c *SurfaceControlTransactionClient) SetBuffer2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

SetBuffer2 calls the SetBuffer2 RPC.

func (*SurfaceControlTransactionClient) SetBuffer3_1

func (c *SurfaceControlTransactionClient) SetBuffer3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

SetBuffer3_1 calls the SetBuffer3_1 RPC.

func (*SurfaceControlTransactionClient) SetBufferSize

func (c *SurfaceControlTransactionClient) SetBufferSize(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error)

SetBufferSize calls the SetBufferSize RPC.

func (*SurfaceControlTransactionClient) SetBufferTransform

func (c *SurfaceControlTransactionClient) SetBufferTransform(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

SetBufferTransform calls the SetBufferTransform RPC.

func (*SurfaceControlTransactionClient) SetContentPriority

func (c *SurfaceControlTransactionClient) SetContentPriority(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

SetContentPriority calls the SetContentPriority RPC.

func (*SurfaceControlTransactionClient) SetCrop

func (c *SurfaceControlTransactionClient) SetCrop(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

SetCrop calls the SetCrop RPC.

func (*SurfaceControlTransactionClient) SetDamageRegion

func (c *SurfaceControlTransactionClient) SetDamageRegion(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

SetDamageRegion calls the SetDamageRegion RPC.

func (*SurfaceControlTransactionClient) SetDataSpace

func (c *SurfaceControlTransactionClient) SetDataSpace(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

SetDataSpace calls the SetDataSpace RPC.

func (*SurfaceControlTransactionClient) SetDesiredHdrHeadroom

func (c *SurfaceControlTransactionClient) SetDesiredHdrHeadroom(ctx context.Context, arg0 int64, arg1 float32) (int64, error)

SetDesiredHdrHeadroom calls the SetDesiredHdrHeadroom RPC.

func (*SurfaceControlTransactionClient) SetDesiredPresentTimeNanos

func (c *SurfaceControlTransactionClient) SetDesiredPresentTimeNanos(ctx context.Context, arg0 int64) (int64, error)

SetDesiredPresentTimeNanos calls the SetDesiredPresentTimeNanos RPC.

func (*SurfaceControlTransactionClient) SetExtendedRangeBrightness

func (c *SurfaceControlTransactionClient) SetExtendedRangeBrightness(ctx context.Context, arg0 int64, arg1 float32, arg2 float32) (int64, error)

SetExtendedRangeBrightness calls the SetExtendedRangeBrightness RPC.

func (*SurfaceControlTransactionClient) SetFrameRate3

func (c *SurfaceControlTransactionClient) SetFrameRate3(ctx context.Context, arg0 int64, arg1 float32, arg2 int32) (int64, error)

SetFrameRate3 calls the SetFrameRate3 RPC.

func (*SurfaceControlTransactionClient) SetFrameRate4_1

func (c *SurfaceControlTransactionClient) SetFrameRate4_1(ctx context.Context, arg0 int64, arg1 float32, arg2 int32, arg3 int32) (int64, error)

SetFrameRate4_1 calls the SetFrameRate4_1 RPC.

func (*SurfaceControlTransactionClient) SetFrameTimeline

func (c *SurfaceControlTransactionClient) SetFrameTimeline(ctx context.Context, arg0 int64) (int64, error)

SetFrameTimeline calls the SetFrameTimeline RPC.

func (*SurfaceControlTransactionClient) SetGeometry

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

SetGeometry calls the SetGeometry RPC.

func (*SurfaceControlTransactionClient) SetLayer

func (c *SurfaceControlTransactionClient) SetLayer(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

SetLayer calls the SetLayer RPC.

func (*SurfaceControlTransactionClient) SetLuts

func (c *SurfaceControlTransactionClient) SetLuts(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

SetLuts calls the SetLuts RPC.

func (*SurfaceControlTransactionClient) SetOpaque

func (c *SurfaceControlTransactionClient) SetOpaque(ctx context.Context, arg0 int64, arg1 bool) (int64, error)

SetOpaque calls the SetOpaque RPC.

func (*SurfaceControlTransactionClient) SetPosition

func (c *SurfaceControlTransactionClient) SetPosition(ctx context.Context, arg0 int64, arg1 float32, arg2 float32) (int64, error)

SetPosition calls the SetPosition RPC.

func (*SurfaceControlTransactionClient) SetScale

func (c *SurfaceControlTransactionClient) SetScale(ctx context.Context, arg0 int64, arg1 float32, arg2 float32) (int64, error)

SetScale calls the SetScale RPC.

func (*SurfaceControlTransactionClient) SetVisibility

func (c *SurfaceControlTransactionClient) SetVisibility(ctx context.Context, arg0 int64, arg1 bool) (int64, error)

SetVisibility calls the SetVisibility RPC.

func (*SurfaceControlTransactionClient) WriteToParcel

func (c *SurfaceControlTransactionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type SurfaceControlTransactionCommittedListenerClient

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

SurfaceControlTransactionCommittedListenerClient wraps the gRPC SurfaceControlTransactionCommittedListenerService client.

func NewSurfaceControlTransactionCommittedListenerClient

func NewSurfaceControlTransactionCommittedListenerClient(cc grpc.ClientConnInterface) *SurfaceControlTransactionCommittedListenerClient

NewSurfaceControlTransactionCommittedListenerClient creates a new SurfaceControlTransactionCommittedListener client.

func (*SurfaceControlTransactionCommittedListenerClient) OnTransactionCommitted

OnTransactionCommitted calls the OnTransactionCommitted RPC.

type SurfaceControlTransactionStatsClient

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

SurfaceControlTransactionStatsClient wraps the gRPC SurfaceControlTransactionStatsService client.

func NewSurfaceControlTransactionStatsClient

func NewSurfaceControlTransactionStatsClient(cc grpc.ClientConnInterface) *SurfaceControlTransactionStatsClient

NewSurfaceControlTransactionStatsClient creates a new SurfaceControlTransactionStats client.

func (*SurfaceControlTransactionStatsClient) GetLatchTimeNanos

func (c *SurfaceControlTransactionStatsClient) GetLatchTimeNanos(ctx context.Context) (int64, error)

GetLatchTimeNanos calls the GetLatchTimeNanos RPC.

func (*SurfaceControlTransactionStatsClient) GetPresentFence

func (c *SurfaceControlTransactionStatsClient) GetPresentFence(ctx context.Context) (int64, error)

GetPresentFence calls the GetPresentFence RPC.

type SurfaceControlViewHostClient

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

SurfaceControlViewHostClient wraps the gRPC SurfaceControlViewHostService client.

func NewSurfaceControlViewHostClient

func NewSurfaceControlViewHostClient(cc grpc.ClientConnInterface) *SurfaceControlViewHostClient

NewSurfaceControlViewHostClient creates a new SurfaceControlViewHost client.

func (*SurfaceControlViewHostClient) GetSurfacePackage

func (c *SurfaceControlViewHostClient) GetSurfacePackage(ctx context.Context, handle int64) (int64, error)

GetSurfacePackage calls the GetSurfacePackage RPC.

func (*SurfaceControlViewHostClient) GetView

func (c *SurfaceControlViewHostClient) GetView(ctx context.Context, handle int64) (int64, error)

GetView calls the GetView RPC.

func (*SurfaceControlViewHostClient) Relayout

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

Relayout calls the Relayout RPC.

func (*SurfaceControlViewHostClient) Release

func (c *SurfaceControlViewHostClient) Release(ctx context.Context, handle int64) error

Release calls the Release RPC.

func (*SurfaceControlViewHostClient) SetView

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

SetView calls the SetView RPC.

func (*SurfaceControlViewHostClient) TransferTouchGestureToHost

func (c *SurfaceControlViewHostClient) TransferTouchGestureToHost(ctx context.Context, handle int64) (bool, error)

TransferTouchGestureToHost calls the TransferTouchGestureToHost RPC.

type SurfaceControlViewHostSurfacePackageClient

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

SurfaceControlViewHostSurfacePackageClient wraps the gRPC SurfaceControlViewHostSurfacePackageService client.

func NewSurfaceControlViewHostSurfacePackageClient

func NewSurfaceControlViewHostSurfacePackageClient(cc grpc.ClientConnInterface) *SurfaceControlViewHostSurfacePackageClient

NewSurfaceControlViewHostSurfacePackageClient creates a new SurfaceControlViewHostSurfacePackage client.

func (*SurfaceControlViewHostSurfacePackageClient) DescribeContents

DescribeContents calls the DescribeContents RPC.

func (*SurfaceControlViewHostSurfacePackageClient) GetInputTransferToken

func (c *SurfaceControlViewHostSurfacePackageClient) GetInputTransferToken(ctx context.Context) (int64, error)

GetInputTransferToken calls the GetInputTransferToken RPC.

func (*SurfaceControlViewHostSurfacePackageClient) GetSurfaceControl

GetSurfaceControl calls the GetSurfaceControl RPC.

func (*SurfaceControlViewHostSurfacePackageClient) NotifyConfigurationChanged

func (c *SurfaceControlViewHostSurfacePackageClient) NotifyConfigurationChanged(ctx context.Context, arg0 int64) error

NotifyConfigurationChanged calls the NotifyConfigurationChanged RPC.

func (*SurfaceControlViewHostSurfacePackageClient) NotifyDetachedFromWindow

func (c *SurfaceControlViewHostSurfacePackageClient) NotifyDetachedFromWindow(ctx context.Context) error

NotifyDetachedFromWindow calls the NotifyDetachedFromWindow RPC.

func (*SurfaceControlViewHostSurfacePackageClient) Release

Release calls the Release RPC.

func (*SurfaceControlViewHostSurfacePackageClient) ToString

ToString calls the ToString RPC.

func (*SurfaceControlViewHostSurfacePackageClient) WriteToParcel

func (c *SurfaceControlViewHostSurfacePackageClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type TextureViewClient

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

TextureViewClient wraps the gRPC TextureViewService client.

func NewTextureViewClient

func NewTextureViewClient(cc grpc.ClientConnInterface) *TextureViewClient

NewTextureViewClient creates a new TextureView client.

func (*TextureViewClient) BuildLayer

func (c *TextureViewClient) BuildLayer(ctx context.Context, handle int64) error

BuildLayer calls the BuildLayer RPC.

func (*TextureViewClient) Draw

func (c *TextureViewClient) Draw(ctx context.Context, handle int64, arg0 int64) error

Draw calls the Draw RPC.

func (*TextureViewClient) GetAccessibilityClassName

func (c *TextureViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*TextureViewClient) GetBitmap0

func (c *TextureViewClient) GetBitmap0(ctx context.Context, handle int64) (int64, error)

GetBitmap0 calls the GetBitmap0 RPC.

func (*TextureViewClient) GetBitmap1_1

func (c *TextureViewClient) GetBitmap1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetBitmap1_1 calls the GetBitmap1_1 RPC.

func (*TextureViewClient) GetBitmap2_2

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

GetBitmap2_2 calls the GetBitmap2_2 RPC.

func (*TextureViewClient) GetLayerType

func (c *TextureViewClient) GetLayerType(ctx context.Context, handle int64) (int32, error)

GetLayerType calls the GetLayerType RPC.

func (*TextureViewClient) GetSurfaceTexture

func (c *TextureViewClient) GetSurfaceTexture(ctx context.Context, handle int64) (int64, error)

GetSurfaceTexture calls the GetSurfaceTexture RPC.

func (*TextureViewClient) GetSurfaceTextureListener

func (c *TextureViewClient) GetSurfaceTextureListener(ctx context.Context, handle int64) (int64, error)

GetSurfaceTextureListener calls the GetSurfaceTextureListener RPC.

func (*TextureViewClient) GetTransform

func (c *TextureViewClient) GetTransform(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetTransform calls the GetTransform RPC.

func (*TextureViewClient) IsAvailable

func (c *TextureViewClient) IsAvailable(ctx context.Context, handle int64) (bool, error)

IsAvailable calls the IsAvailable RPC.

func (*TextureViewClient) IsOpaque

func (c *TextureViewClient) IsOpaque(ctx context.Context, handle int64) (bool, error)

IsOpaque calls the IsOpaque RPC.

func (*TextureViewClient) LockCanvas0

func (c *TextureViewClient) LockCanvas0(ctx context.Context, handle int64) (int64, error)

LockCanvas0 calls the LockCanvas0 RPC.

func (*TextureViewClient) LockCanvas1_1

func (c *TextureViewClient) LockCanvas1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

LockCanvas1_1 calls the LockCanvas1_1 RPC.

func (*TextureViewClient) SetBackgroundDrawable

func (c *TextureViewClient) SetBackgroundDrawable(ctx context.Context, handle int64, arg0 int64) error

SetBackgroundDrawable calls the SetBackgroundDrawable RPC.

func (*TextureViewClient) SetForeground

func (c *TextureViewClient) SetForeground(ctx context.Context, handle int64, arg0 int64) error

SetForeground calls the SetForeground RPC.

func (*TextureViewClient) SetLayerPaint

func (c *TextureViewClient) SetLayerPaint(ctx context.Context, handle int64, arg0 int64) error

SetLayerPaint calls the SetLayerPaint RPC.

func (*TextureViewClient) SetLayerType

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

SetLayerType calls the SetLayerType RPC.

func (*TextureViewClient) SetOpaque

func (c *TextureViewClient) SetOpaque(ctx context.Context, handle int64, arg0 bool) error

SetOpaque calls the SetOpaque RPC.

func (*TextureViewClient) SetSurfaceTexture

func (c *TextureViewClient) SetSurfaceTexture(ctx context.Context, handle int64, arg0 int64) error

SetSurfaceTexture calls the SetSurfaceTexture RPC.

func (*TextureViewClient) SetSurfaceTextureListener

func (c *TextureViewClient) SetSurfaceTextureListener(ctx context.Context, handle int64, arg0 int64) error

SetSurfaceTextureListener calls the SetSurfaceTextureListener RPC.

func (*TextureViewClient) SetTransform

func (c *TextureViewClient) SetTransform(ctx context.Context, handle int64, arg0 int64) error

SetTransform calls the SetTransform RPC.

func (*TextureViewClient) UnlockCanvasAndPost

func (c *TextureViewClient) UnlockCanvasAndPost(ctx context.Context, handle int64, arg0 int64) error

UnlockCanvasAndPost calls the UnlockCanvasAndPost RPC.

type TextureViewSurfaceTextureListenerClient

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

TextureViewSurfaceTextureListenerClient wraps the gRPC TextureViewSurfaceTextureListenerService client.

func NewTextureViewSurfaceTextureListenerClient

func NewTextureViewSurfaceTextureListenerClient(cc grpc.ClientConnInterface) *TextureViewSurfaceTextureListenerClient

NewTextureViewSurfaceTextureListenerClient creates a new TextureViewSurfaceTextureListener client.

func (*TextureViewSurfaceTextureListenerClient) OnSurfaceTextureAvailable

func (c *TextureViewSurfaceTextureListenerClient) OnSurfaceTextureAvailable(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error

OnSurfaceTextureAvailable calls the OnSurfaceTextureAvailable RPC.

func (*TextureViewSurfaceTextureListenerClient) OnSurfaceTextureDestroyed

func (c *TextureViewSurfaceTextureListenerClient) OnSurfaceTextureDestroyed(ctx context.Context, arg0 int64) (bool, error)

OnSurfaceTextureDestroyed calls the OnSurfaceTextureDestroyed RPC.

func (*TextureViewSurfaceTextureListenerClient) OnSurfaceTextureSizeChanged

func (c *TextureViewSurfaceTextureListenerClient) OnSurfaceTextureSizeChanged(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error

OnSurfaceTextureSizeChanged calls the OnSurfaceTextureSizeChanged RPC.

func (*TextureViewSurfaceTextureListenerClient) OnSurfaceTextureUpdated

func (c *TextureViewSurfaceTextureListenerClient) OnSurfaceTextureUpdated(ctx context.Context, arg0 int64) error

OnSurfaceTextureUpdated calls the OnSurfaceTextureUpdated RPC.

type TouchDelegateClient

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

TouchDelegateClient wraps the gRPC TouchDelegateService client.

func NewTouchDelegateClient

func NewTouchDelegateClient(cc grpc.ClientConnInterface) *TouchDelegateClient

NewTouchDelegateClient creates a new TouchDelegate client.

func (*TouchDelegateClient) GetTouchDelegateInfo

func (c *TouchDelegateClient) GetTouchDelegateInfo(ctx context.Context, handle int64) (int64, error)

GetTouchDelegateInfo calls the GetTouchDelegateInfo RPC.

func (*TouchDelegateClient) OnTouchEvent

func (c *TouchDelegateClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

func (*TouchDelegateClient) OnTouchExplorationHoverEvent

func (c *TouchDelegateClient) OnTouchExplorationHoverEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTouchExplorationHoverEvent calls the OnTouchExplorationHoverEvent RPC.

type TreeObserverClient

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

TreeObserverClient wraps the gRPC TreeObserverService client.

func NewTreeObserverClient

func NewTreeObserverClient(cc grpc.ClientConnInterface) *TreeObserverClient

NewTreeObserverClient creates a new TreeObserver client.

func (*TreeObserverClient) AddOnDrawListener

func (c *TreeObserverClient) AddOnDrawListener(ctx context.Context, arg0 int64) error

AddOnDrawListener calls the AddOnDrawListener RPC.

func (*TreeObserverClient) AddOnGlobalFocusChangeListener

func (c *TreeObserverClient) AddOnGlobalFocusChangeListener(ctx context.Context, arg0 int64) error

AddOnGlobalFocusChangeListener calls the AddOnGlobalFocusChangeListener RPC.

func (*TreeObserverClient) AddOnGlobalLayoutListener

func (c *TreeObserverClient) AddOnGlobalLayoutListener(ctx context.Context, arg0 int64) error

AddOnGlobalLayoutListener calls the AddOnGlobalLayoutListener RPC.

func (*TreeObserverClient) AddOnPreDrawListener

func (c *TreeObserverClient) AddOnPreDrawListener(ctx context.Context, arg0 int64) error

AddOnPreDrawListener calls the AddOnPreDrawListener RPC.

func (*TreeObserverClient) AddOnScrollChangedListener

func (c *TreeObserverClient) AddOnScrollChangedListener(ctx context.Context, arg0 int64) error

AddOnScrollChangedListener calls the AddOnScrollChangedListener RPC.

func (*TreeObserverClient) AddOnTouchModeChangeListener

func (c *TreeObserverClient) AddOnTouchModeChangeListener(ctx context.Context, arg0 int64) error

AddOnTouchModeChangeListener calls the AddOnTouchModeChangeListener RPC.

func (*TreeObserverClient) AddOnWindowAttachListener

func (c *TreeObserverClient) AddOnWindowAttachListener(ctx context.Context, arg0 int64) error

AddOnWindowAttachListener calls the AddOnWindowAttachListener RPC.

func (*TreeObserverClient) AddOnWindowFocusChangeListener

func (c *TreeObserverClient) AddOnWindowFocusChangeListener(ctx context.Context, arg0 int64) error

AddOnWindowFocusChangeListener calls the AddOnWindowFocusChangeListener RPC.

func (*TreeObserverClient) AddOnWindowVisibilityChangeListener

func (c *TreeObserverClient) AddOnWindowVisibilityChangeListener(ctx context.Context, arg0 int64) error

AddOnWindowVisibilityChangeListener calls the AddOnWindowVisibilityChangeListener RPC.

func (*TreeObserverClient) DispatchOnDraw

func (c *TreeObserverClient) DispatchOnDraw(ctx context.Context) error

DispatchOnDraw calls the DispatchOnDraw RPC.

func (*TreeObserverClient) DispatchOnGlobalLayout

func (c *TreeObserverClient) DispatchOnGlobalLayout(ctx context.Context) error

DispatchOnGlobalLayout calls the DispatchOnGlobalLayout RPC.

func (*TreeObserverClient) DispatchOnPreDraw

func (c *TreeObserverClient) DispatchOnPreDraw(ctx context.Context) (bool, error)

DispatchOnPreDraw calls the DispatchOnPreDraw RPC.

func (*TreeObserverClient) IsAlive

func (c *TreeObserverClient) IsAlive(ctx context.Context) (bool, error)

IsAlive calls the IsAlive RPC.

func (*TreeObserverClient) RegisterFrameCommitCallback

func (c *TreeObserverClient) RegisterFrameCommitCallback(ctx context.Context, arg0 int64) error

RegisterFrameCommitCallback calls the RegisterFrameCommitCallback RPC.

func (*TreeObserverClient) RemoveGlobalOnLayoutListener

func (c *TreeObserverClient) RemoveGlobalOnLayoutListener(ctx context.Context, arg0 int64) error

RemoveGlobalOnLayoutListener calls the RemoveGlobalOnLayoutListener RPC.

func (*TreeObserverClient) RemoveOnDrawListener

func (c *TreeObserverClient) RemoveOnDrawListener(ctx context.Context, arg0 int64) error

RemoveOnDrawListener calls the RemoveOnDrawListener RPC.

func (*TreeObserverClient) RemoveOnGlobalFocusChangeListener

func (c *TreeObserverClient) RemoveOnGlobalFocusChangeListener(ctx context.Context, arg0 int64) error

RemoveOnGlobalFocusChangeListener calls the RemoveOnGlobalFocusChangeListener RPC.

func (*TreeObserverClient) RemoveOnGlobalLayoutListener

func (c *TreeObserverClient) RemoveOnGlobalLayoutListener(ctx context.Context, arg0 int64) error

RemoveOnGlobalLayoutListener calls the RemoveOnGlobalLayoutListener RPC.

func (*TreeObserverClient) RemoveOnPreDrawListener

func (c *TreeObserverClient) RemoveOnPreDrawListener(ctx context.Context, arg0 int64) error

RemoveOnPreDrawListener calls the RemoveOnPreDrawListener RPC.

func (*TreeObserverClient) RemoveOnScrollChangedListener

func (c *TreeObserverClient) RemoveOnScrollChangedListener(ctx context.Context, arg0 int64) error

RemoveOnScrollChangedListener calls the RemoveOnScrollChangedListener RPC.

func (*TreeObserverClient) RemoveOnTouchModeChangeListener

func (c *TreeObserverClient) RemoveOnTouchModeChangeListener(ctx context.Context, arg0 int64) error

RemoveOnTouchModeChangeListener calls the RemoveOnTouchModeChangeListener RPC.

func (*TreeObserverClient) RemoveOnWindowAttachListener

func (c *TreeObserverClient) RemoveOnWindowAttachListener(ctx context.Context, arg0 int64) error

RemoveOnWindowAttachListener calls the RemoveOnWindowAttachListener RPC.

func (*TreeObserverClient) RemoveOnWindowFocusChangeListener

func (c *TreeObserverClient) RemoveOnWindowFocusChangeListener(ctx context.Context, arg0 int64) error

RemoveOnWindowFocusChangeListener calls the RemoveOnWindowFocusChangeListener RPC.

func (*TreeObserverClient) RemoveOnWindowVisibilityChangeListener

func (c *TreeObserverClient) RemoveOnWindowVisibilityChangeListener(ctx context.Context, arg0 int64) error

RemoveOnWindowVisibilityChangeListener calls the RemoveOnWindowVisibilityChangeListener RPC.

func (*TreeObserverClient) UnregisterFrameCommitCallback

func (c *TreeObserverClient) UnregisterFrameCommitCallback(ctx context.Context, arg0 int64) (bool, error)

UnregisterFrameCommitCallback calls the UnregisterFrameCommitCallback RPC.

type TreeObserverOnDrawListenerClient

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

TreeObserverOnDrawListenerClient wraps the gRPC TreeObserverOnDrawListenerService client.

func NewTreeObserverOnDrawListenerClient

func NewTreeObserverOnDrawListenerClient(cc grpc.ClientConnInterface) *TreeObserverOnDrawListenerClient

NewTreeObserverOnDrawListenerClient creates a new TreeObserverOnDrawListener client.

func (*TreeObserverOnDrawListenerClient) OnDraw

OnDraw calls the OnDraw RPC.

type TreeObserverOnGlobalFocusChangeListenerClient

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

TreeObserverOnGlobalFocusChangeListenerClient wraps the gRPC TreeObserverOnGlobalFocusChangeListenerService client.

func NewTreeObserverOnGlobalFocusChangeListenerClient

func NewTreeObserverOnGlobalFocusChangeListenerClient(cc grpc.ClientConnInterface) *TreeObserverOnGlobalFocusChangeListenerClient

NewTreeObserverOnGlobalFocusChangeListenerClient creates a new TreeObserverOnGlobalFocusChangeListener client.

func (*TreeObserverOnGlobalFocusChangeListenerClient) OnGlobalFocusChanged

func (c *TreeObserverOnGlobalFocusChangeListenerClient) OnGlobalFocusChanged(ctx context.Context, arg0 int64, arg1 int64) error

OnGlobalFocusChanged calls the OnGlobalFocusChanged RPC.

type TreeObserverOnGlobalLayoutListenerClient

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

TreeObserverOnGlobalLayoutListenerClient wraps the gRPC TreeObserverOnGlobalLayoutListenerService client.

func NewTreeObserverOnGlobalLayoutListenerClient

func NewTreeObserverOnGlobalLayoutListenerClient(cc grpc.ClientConnInterface) *TreeObserverOnGlobalLayoutListenerClient

NewTreeObserverOnGlobalLayoutListenerClient creates a new TreeObserverOnGlobalLayoutListener client.

func (*TreeObserverOnGlobalLayoutListenerClient) OnGlobalLayout

OnGlobalLayout calls the OnGlobalLayout RPC.

type TreeObserverOnPreDrawListenerClient

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

TreeObserverOnPreDrawListenerClient wraps the gRPC TreeObserverOnPreDrawListenerService client.

func NewTreeObserverOnPreDrawListenerClient

func NewTreeObserverOnPreDrawListenerClient(cc grpc.ClientConnInterface) *TreeObserverOnPreDrawListenerClient

NewTreeObserverOnPreDrawListenerClient creates a new TreeObserverOnPreDrawListener client.

func (*TreeObserverOnPreDrawListenerClient) OnPreDraw

OnPreDraw calls the OnPreDraw RPC.

type TreeObserverOnScrollChangedListenerClient

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

TreeObserverOnScrollChangedListenerClient wraps the gRPC TreeObserverOnScrollChangedListenerService client.

func NewTreeObserverOnScrollChangedListenerClient

func NewTreeObserverOnScrollChangedListenerClient(cc grpc.ClientConnInterface) *TreeObserverOnScrollChangedListenerClient

NewTreeObserverOnScrollChangedListenerClient creates a new TreeObserverOnScrollChangedListener client.

func (*TreeObserverOnScrollChangedListenerClient) OnScrollChanged

OnScrollChanged calls the OnScrollChanged RPC.

type TreeObserverOnTouchModeChangeListenerClient

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

TreeObserverOnTouchModeChangeListenerClient wraps the gRPC TreeObserverOnTouchModeChangeListenerService client.

func NewTreeObserverOnTouchModeChangeListenerClient

func NewTreeObserverOnTouchModeChangeListenerClient(cc grpc.ClientConnInterface) *TreeObserverOnTouchModeChangeListenerClient

NewTreeObserverOnTouchModeChangeListenerClient creates a new TreeObserverOnTouchModeChangeListener client.

func (*TreeObserverOnTouchModeChangeListenerClient) OnTouchModeChanged

func (c *TreeObserverOnTouchModeChangeListenerClient) OnTouchModeChanged(ctx context.Context, arg0 bool) error

OnTouchModeChanged calls the OnTouchModeChanged RPC.

type TreeObserverOnWindowAttachListenerClient

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

TreeObserverOnWindowAttachListenerClient wraps the gRPC TreeObserverOnWindowAttachListenerService client.

func NewTreeObserverOnWindowAttachListenerClient

func NewTreeObserverOnWindowAttachListenerClient(cc grpc.ClientConnInterface) *TreeObserverOnWindowAttachListenerClient

NewTreeObserverOnWindowAttachListenerClient creates a new TreeObserverOnWindowAttachListener client.

func (*TreeObserverOnWindowAttachListenerClient) OnWindowAttached

OnWindowAttached calls the OnWindowAttached RPC.

func (*TreeObserverOnWindowAttachListenerClient) OnWindowDetached

OnWindowDetached calls the OnWindowDetached RPC.

type TreeObserverOnWindowFocusChangeListenerClient

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

TreeObserverOnWindowFocusChangeListenerClient wraps the gRPC TreeObserverOnWindowFocusChangeListenerService client.

func NewTreeObserverOnWindowFocusChangeListenerClient

func NewTreeObserverOnWindowFocusChangeListenerClient(cc grpc.ClientConnInterface) *TreeObserverOnWindowFocusChangeListenerClient

NewTreeObserverOnWindowFocusChangeListenerClient creates a new TreeObserverOnWindowFocusChangeListener client.

func (*TreeObserverOnWindowFocusChangeListenerClient) OnWindowFocusChanged

func (c *TreeObserverOnWindowFocusChangeListenerClient) OnWindowFocusChanged(ctx context.Context, arg0 bool) error

OnWindowFocusChanged calls the OnWindowFocusChanged RPC.

type TreeObserverOnWindowVisibilityChangeListenerClient

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

TreeObserverOnWindowVisibilityChangeListenerClient wraps the gRPC TreeObserverOnWindowVisibilityChangeListenerService client.

func NewTreeObserverOnWindowVisibilityChangeListenerClient

func NewTreeObserverOnWindowVisibilityChangeListenerClient(cc grpc.ClientConnInterface) *TreeObserverOnWindowVisibilityChangeListenerClient

NewTreeObserverOnWindowVisibilityChangeListenerClient creates a new TreeObserverOnWindowVisibilityChangeListener client.

func (*TreeObserverOnWindowVisibilityChangeListenerClient) OnWindowVisibilityChanged

func (c *TreeObserverOnWindowVisibilityChangeListenerClient) OnWindowVisibilityChanged(ctx context.Context, arg0 int32) error

OnWindowVisibilityChanged calls the OnWindowVisibilityChanged RPC.

type VelocityTrackerClient

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

VelocityTrackerClient wraps the gRPC VelocityTrackerService client.

func NewVelocityTrackerClient

func NewVelocityTrackerClient(cc grpc.ClientConnInterface) *VelocityTrackerClient

NewVelocityTrackerClient creates a new VelocityTracker client.

func (*VelocityTrackerClient) AddMovement

func (c *VelocityTrackerClient) AddMovement(ctx context.Context, arg0 int64) error

AddMovement calls the AddMovement RPC.

func (*VelocityTrackerClient) Clear

Clear calls the Clear RPC.

func (*VelocityTrackerClient) ComputeCurrentVelocity1

func (c *VelocityTrackerClient) ComputeCurrentVelocity1(ctx context.Context, arg0 int32) error

ComputeCurrentVelocity1 calls the ComputeCurrentVelocity1 RPC.

func (*VelocityTrackerClient) ComputeCurrentVelocity2_1

func (c *VelocityTrackerClient) ComputeCurrentVelocity2_1(ctx context.Context, arg0 int32, arg1 float32) error

ComputeCurrentVelocity2_1 calls the ComputeCurrentVelocity2_1 RPC.

func (*VelocityTrackerClient) GetAxisVelocity1

func (c *VelocityTrackerClient) GetAxisVelocity1(ctx context.Context, arg0 int32) (float32, error)

GetAxisVelocity1 calls the GetAxisVelocity1 RPC.

func (*VelocityTrackerClient) GetAxisVelocity2_1

func (c *VelocityTrackerClient) GetAxisVelocity2_1(ctx context.Context, arg0 int32, arg1 int32) (float32, error)

GetAxisVelocity2_1 calls the GetAxisVelocity2_1 RPC.

func (*VelocityTrackerClient) GetXVelocity0

func (c *VelocityTrackerClient) GetXVelocity0(ctx context.Context) (float32, error)

GetXVelocity0 calls the GetXVelocity0 RPC.

func (*VelocityTrackerClient) GetXVelocity1_1

func (c *VelocityTrackerClient) GetXVelocity1_1(ctx context.Context, arg0 int32) (float32, error)

GetXVelocity1_1 calls the GetXVelocity1_1 RPC.

func (*VelocityTrackerClient) GetYVelocity0

func (c *VelocityTrackerClient) GetYVelocity0(ctx context.Context) (float32, error)

GetYVelocity0 calls the GetYVelocity0 RPC.

func (*VelocityTrackerClient) GetYVelocity1_1

func (c *VelocityTrackerClient) GetYVelocity1_1(ctx context.Context, arg0 int32) (float32, error)

GetYVelocity1_1 calls the GetYVelocity1_1 RPC.

func (*VelocityTrackerClient) IsAxisSupported

func (c *VelocityTrackerClient) IsAxisSupported(ctx context.Context, arg0 int32) (bool, error)

IsAxisSupported calls the IsAxisSupported RPC.

func (*VelocityTrackerClient) Obtain

func (c *VelocityTrackerClient) Obtain(ctx context.Context) (int64, error)

Obtain calls the Obtain RPC.

func (*VelocityTrackerClient) Recycle

func (c *VelocityTrackerClient) Recycle(ctx context.Context) error

Recycle calls the Recycle RPC.

type VerifiedInputEventClient

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

VerifiedInputEventClient wraps the gRPC VerifiedInputEventService client.

func NewVerifiedInputEventClient

func NewVerifiedInputEventClient(cc grpc.ClientConnInterface) *VerifiedInputEventClient

NewVerifiedInputEventClient creates a new VerifiedInputEvent client.

func (*VerifiedInputEventClient) DescribeContents

func (c *VerifiedInputEventClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*VerifiedInputEventClient) Equals

func (c *VerifiedInputEventClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*VerifiedInputEventClient) GetDeviceId

func (c *VerifiedInputEventClient) GetDeviceId(ctx context.Context) (int32, error)

GetDeviceId calls the GetDeviceId RPC.

func (*VerifiedInputEventClient) GetDisplayId

func (c *VerifiedInputEventClient) GetDisplayId(ctx context.Context) (int32, error)

GetDisplayId calls the GetDisplayId RPC.

func (*VerifiedInputEventClient) GetEventTimeNanos

func (c *VerifiedInputEventClient) GetEventTimeNanos(ctx context.Context) (int64, error)

GetEventTimeNanos calls the GetEventTimeNanos RPC.

func (*VerifiedInputEventClient) GetSource

func (c *VerifiedInputEventClient) GetSource(ctx context.Context) (int32, error)

GetSource calls the GetSource RPC.

func (*VerifiedInputEventClient) HashCode

func (c *VerifiedInputEventClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*VerifiedInputEventClient) WriteToParcel

func (c *VerifiedInputEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type VerifiedKeyEventClient

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

VerifiedKeyEventClient wraps the gRPC VerifiedKeyEventService client.

func NewVerifiedKeyEventClient

func NewVerifiedKeyEventClient(cc grpc.ClientConnInterface) *VerifiedKeyEventClient

NewVerifiedKeyEventClient creates a new VerifiedKeyEvent client.

func (*VerifiedKeyEventClient) DescribeContents

func (c *VerifiedKeyEventClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*VerifiedKeyEventClient) Equals

func (c *VerifiedKeyEventClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*VerifiedKeyEventClient) GetAction

func (c *VerifiedKeyEventClient) GetAction(ctx context.Context) (int32, error)

GetAction calls the GetAction RPC.

func (*VerifiedKeyEventClient) GetDownTimeNanos

func (c *VerifiedKeyEventClient) GetDownTimeNanos(ctx context.Context) (int64, error)

GetDownTimeNanos calls the GetDownTimeNanos RPC.

func (*VerifiedKeyEventClient) GetFlag

func (c *VerifiedKeyEventClient) GetFlag(ctx context.Context, arg0 int32) (int64, error)

GetFlag calls the GetFlag RPC.

func (*VerifiedKeyEventClient) GetKeyCode

func (c *VerifiedKeyEventClient) GetKeyCode(ctx context.Context) (int32, error)

GetKeyCode calls the GetKeyCode RPC.

func (*VerifiedKeyEventClient) GetMetaState

func (c *VerifiedKeyEventClient) GetMetaState(ctx context.Context) (int32, error)

GetMetaState calls the GetMetaState RPC.

func (*VerifiedKeyEventClient) GetRepeatCount

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

GetRepeatCount calls the GetRepeatCount RPC.

func (*VerifiedKeyEventClient) GetScanCode

func (c *VerifiedKeyEventClient) GetScanCode(ctx context.Context) (int32, error)

GetScanCode calls the GetScanCode RPC.

func (*VerifiedKeyEventClient) HashCode

func (c *VerifiedKeyEventClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*VerifiedKeyEventClient) WriteToParcel

func (c *VerifiedKeyEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type VerifiedMotionEventClient

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

VerifiedMotionEventClient wraps the gRPC VerifiedMotionEventService client.

func NewVerifiedMotionEventClient

func NewVerifiedMotionEventClient(cc grpc.ClientConnInterface) *VerifiedMotionEventClient

NewVerifiedMotionEventClient creates a new VerifiedMotionEvent client.

func (*VerifiedMotionEventClient) DescribeContents

func (c *VerifiedMotionEventClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*VerifiedMotionEventClient) Equals

func (c *VerifiedMotionEventClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*VerifiedMotionEventClient) GetActionMasked

func (c *VerifiedMotionEventClient) GetActionMasked(ctx context.Context) (int32, error)

GetActionMasked calls the GetActionMasked RPC.

func (*VerifiedMotionEventClient) GetButtonState

func (c *VerifiedMotionEventClient) GetButtonState(ctx context.Context) (int32, error)

GetButtonState calls the GetButtonState RPC.

func (*VerifiedMotionEventClient) GetDownTimeNanos

func (c *VerifiedMotionEventClient) GetDownTimeNanos(ctx context.Context) (int64, error)

GetDownTimeNanos calls the GetDownTimeNanos RPC.

func (*VerifiedMotionEventClient) GetFlag

func (c *VerifiedMotionEventClient) GetFlag(ctx context.Context, arg0 int32) (int64, error)

GetFlag calls the GetFlag RPC.

func (*VerifiedMotionEventClient) GetMetaState

func (c *VerifiedMotionEventClient) GetMetaState(ctx context.Context) (int32, error)

GetMetaState calls the GetMetaState RPC.

func (*VerifiedMotionEventClient) GetRawX

GetRawX calls the GetRawX RPC.

func (*VerifiedMotionEventClient) GetRawY

GetRawY calls the GetRawY RPC.

func (*VerifiedMotionEventClient) HashCode

func (c *VerifiedMotionEventClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*VerifiedMotionEventClient) WriteToParcel

func (c *VerifiedMotionEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type WindowAnimationFrameStatsClient

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

WindowAnimationFrameStatsClient wraps the gRPC WindowAnimationFrameStatsService client.

func NewWindowAnimationFrameStatsClient

func NewWindowAnimationFrameStatsClient(cc grpc.ClientConnInterface) *WindowAnimationFrameStatsClient

NewWindowAnimationFrameStatsClient creates a new WindowAnimationFrameStats client.

func (*WindowAnimationFrameStatsClient) DescribeContents

func (c *WindowAnimationFrameStatsClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*WindowAnimationFrameStatsClient) ToString

ToString calls the ToString RPC.

func (*WindowAnimationFrameStatsClient) WriteToParcel

func (c *WindowAnimationFrameStatsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type WindowCallbackClient

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

WindowCallbackClient wraps the gRPC WindowCallbackService client.

func NewWindowCallbackClient

func NewWindowCallbackClient(cc grpc.ClientConnInterface) *WindowCallbackClient

NewWindowCallbackClient creates a new WindowCallback client.

func (*WindowCallbackClient) DispatchGenericMotionEvent

func (c *WindowCallbackClient) DispatchGenericMotionEvent(ctx context.Context, arg0 int64) (bool, error)

DispatchGenericMotionEvent calls the DispatchGenericMotionEvent RPC.

func (*WindowCallbackClient) DispatchKeyEvent

func (c *WindowCallbackClient) DispatchKeyEvent(ctx context.Context, arg0 int64) (bool, error)

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*WindowCallbackClient) DispatchKeyShortcutEvent

func (c *WindowCallbackClient) DispatchKeyShortcutEvent(ctx context.Context, arg0 int64) (bool, error)

DispatchKeyShortcutEvent calls the DispatchKeyShortcutEvent RPC.

func (*WindowCallbackClient) DispatchPopulateAccessibilityEvent

func (c *WindowCallbackClient) DispatchPopulateAccessibilityEvent(ctx context.Context, arg0 int64) (bool, error)

DispatchPopulateAccessibilityEvent calls the DispatchPopulateAccessibilityEvent RPC.

func (*WindowCallbackClient) DispatchTouchEvent

func (c *WindowCallbackClient) DispatchTouchEvent(ctx context.Context, arg0 int64) (bool, error)

DispatchTouchEvent calls the DispatchTouchEvent RPC.

func (*WindowCallbackClient) DispatchTrackballEvent

func (c *WindowCallbackClient) DispatchTrackballEvent(ctx context.Context, arg0 int64) (bool, error)

DispatchTrackballEvent calls the DispatchTrackballEvent RPC.

func (*WindowCallbackClient) OnActionModeFinished

func (c *WindowCallbackClient) OnActionModeFinished(ctx context.Context, arg0 int64) error

OnActionModeFinished calls the OnActionModeFinished RPC.

func (*WindowCallbackClient) OnActionModeStarted

func (c *WindowCallbackClient) OnActionModeStarted(ctx context.Context, arg0 int64) error

OnActionModeStarted calls the OnActionModeStarted RPC.

func (*WindowCallbackClient) OnAttachedToWindow

func (c *WindowCallbackClient) OnAttachedToWindow(ctx context.Context) error

OnAttachedToWindow calls the OnAttachedToWindow RPC.

func (*WindowCallbackClient) OnContentChanged

func (c *WindowCallbackClient) OnContentChanged(ctx context.Context) error

OnContentChanged calls the OnContentChanged RPC.

func (*WindowCallbackClient) OnCreatePanelMenu

func (c *WindowCallbackClient) OnCreatePanelMenu(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

OnCreatePanelMenu calls the OnCreatePanelMenu RPC.

func (*WindowCallbackClient) OnCreatePanelView

func (c *WindowCallbackClient) OnCreatePanelView(ctx context.Context, arg0 int32) (int64, error)

OnCreatePanelView calls the OnCreatePanelView RPC.

func (*WindowCallbackClient) OnDetachedFromWindow

func (c *WindowCallbackClient) OnDetachedFromWindow(ctx context.Context) error

OnDetachedFromWindow calls the OnDetachedFromWindow RPC.

func (*WindowCallbackClient) OnMenuItemSelected

func (c *WindowCallbackClient) OnMenuItemSelected(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

OnMenuItemSelected calls the OnMenuItemSelected RPC.

func (*WindowCallbackClient) OnMenuOpened

func (c *WindowCallbackClient) OnMenuOpened(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

OnMenuOpened calls the OnMenuOpened RPC.

func (*WindowCallbackClient) OnPanelClosed

func (c *WindowCallbackClient) OnPanelClosed(ctx context.Context, arg0 int32, arg1 int64) error

OnPanelClosed calls the OnPanelClosed RPC.

func (*WindowCallbackClient) OnPreparePanel

func (c *WindowCallbackClient) OnPreparePanel(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (bool, error)

OnPreparePanel calls the OnPreparePanel RPC.

func (*WindowCallbackClient) OnSearchRequested0

func (c *WindowCallbackClient) OnSearchRequested0(ctx context.Context) (bool, error)

OnSearchRequested0 calls the OnSearchRequested0 RPC.

func (*WindowCallbackClient) OnSearchRequested1_1

func (c *WindowCallbackClient) OnSearchRequested1_1(ctx context.Context, arg0 int64) (bool, error)

OnSearchRequested1_1 calls the OnSearchRequested1_1 RPC.

func (*WindowCallbackClient) OnWindowAttributesChanged

func (c *WindowCallbackClient) OnWindowAttributesChanged(ctx context.Context, arg0 int64) error

OnWindowAttributesChanged calls the OnWindowAttributesChanged RPC.

func (*WindowCallbackClient) OnWindowFocusChanged

func (c *WindowCallbackClient) OnWindowFocusChanged(ctx context.Context, arg0 bool) error

OnWindowFocusChanged calls the OnWindowFocusChanged RPC.

func (*WindowCallbackClient) OnWindowStartingActionMode1

func (c *WindowCallbackClient) OnWindowStartingActionMode1(ctx context.Context, arg0 int64) (int64, error)

OnWindowStartingActionMode1 calls the OnWindowStartingActionMode1 RPC.

func (*WindowCallbackClient) OnWindowStartingActionMode2_1

func (c *WindowCallbackClient) OnWindowStartingActionMode2_1(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

OnWindowStartingActionMode2_1 calls the OnWindowStartingActionMode2_1 RPC.

type WindowClient

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

WindowClient wraps the gRPC WindowService client.

func NewWindowClient

func NewWindowClient(cc grpc.ClientConnInterface) *WindowClient

NewWindowClient creates a new Window client.

func (*WindowClient) AddContentView

func (c *WindowClient) AddContentView(ctx context.Context, arg0 int64, arg1 int64) error

AddContentView calls the AddContentView RPC.

func (*WindowClient) AddFlags

func (c *WindowClient) AddFlags(ctx context.Context, arg0 int32) error

AddFlags calls the AddFlags RPC.

func (*WindowClient) ClearFlags

func (c *WindowClient) ClearFlags(ctx context.Context, arg0 int32) error

ClearFlags calls the ClearFlags RPC.

func (*WindowClient) CloseAllPanels

func (c *WindowClient) CloseAllPanels(ctx context.Context) error

CloseAllPanels calls the CloseAllPanels RPC.

func (*WindowClient) ClosePanel

func (c *WindowClient) ClosePanel(ctx context.Context, arg0 int32) error

ClosePanel calls the ClosePanel RPC.

func (*WindowClient) GetAllowEnterTransitionOverlap

func (c *WindowClient) GetAllowEnterTransitionOverlap(ctx context.Context) (bool, error)

GetAllowEnterTransitionOverlap calls the GetAllowEnterTransitionOverlap RPC.

func (*WindowClient) GetAllowReturnTransitionOverlap

func (c *WindowClient) GetAllowReturnTransitionOverlap(ctx context.Context) (bool, error)

GetAllowReturnTransitionOverlap calls the GetAllowReturnTransitionOverlap RPC.

func (*WindowClient) GetAttributes

func (c *WindowClient) GetAttributes(ctx context.Context) (int64, error)

GetAttributes calls the GetAttributes RPC.

func (*WindowClient) GetCallback

func (c *WindowClient) GetCallback(ctx context.Context) (int64, error)

GetCallback calls the GetCallback RPC.

func (*WindowClient) GetColorMode

func (c *WindowClient) GetColorMode(ctx context.Context) (int32, error)

GetColorMode calls the GetColorMode RPC.

func (*WindowClient) GetContainer

func (c *WindowClient) GetContainer(ctx context.Context) (int64, error)

GetContainer calls the GetContainer RPC.

func (*WindowClient) GetContentScene

func (c *WindowClient) GetContentScene(ctx context.Context) (int64, error)

GetContentScene calls the GetContentScene RPC.

func (*WindowClient) GetContext

func (c *WindowClient) GetContext(ctx context.Context) (int64, error)

GetContext calls the GetContext RPC.

func (*WindowClient) GetCurrentFocus

func (c *WindowClient) GetCurrentFocus(ctx context.Context) (int64, error)

GetCurrentFocus calls the GetCurrentFocus RPC.

func (*WindowClient) GetDecorView

func (c *WindowClient) GetDecorView(ctx context.Context) (int64, error)

GetDecorView calls the GetDecorView RPC.

func (*WindowClient) GetDefaultFeatures

func (c *WindowClient) GetDefaultFeatures(ctx context.Context, arg0 int64) (int32, error)

GetDefaultFeatures calls the GetDefaultFeatures RPC.

func (*WindowClient) GetDesiredHdrHeadroom

func (c *WindowClient) GetDesiredHdrHeadroom(ctx context.Context) (float32, error)

GetDesiredHdrHeadroom calls the GetDesiredHdrHeadroom RPC.

func (*WindowClient) GetEnterTransition

func (c *WindowClient) GetEnterTransition(ctx context.Context) (int64, error)

GetEnterTransition calls the GetEnterTransition RPC.

func (*WindowClient) GetExitTransition

func (c *WindowClient) GetExitTransition(ctx context.Context) (int64, error)

GetExitTransition calls the GetExitTransition RPC.

func (*WindowClient) GetFrameRateBoostOnTouchEnabled

func (c *WindowClient) GetFrameRateBoostOnTouchEnabled(ctx context.Context) (bool, error)

GetFrameRateBoostOnTouchEnabled calls the GetFrameRateBoostOnTouchEnabled RPC.

func (*WindowClient) GetInsetsController

func (c *WindowClient) GetInsetsController(ctx context.Context) (int64, error)

GetInsetsController calls the GetInsetsController RPC.

func (*WindowClient) GetLayoutInflater

func (c *WindowClient) GetLayoutInflater(ctx context.Context) (int64, error)

GetLayoutInflater calls the GetLayoutInflater RPC.

func (*WindowClient) GetMediaController

func (c *WindowClient) GetMediaController(ctx context.Context) (int64, error)

GetMediaController calls the GetMediaController RPC.

func (*WindowClient) GetNavigationBarColor

func (c *WindowClient) GetNavigationBarColor(ctx context.Context) (int32, error)

GetNavigationBarColor calls the GetNavigationBarColor RPC.

func (*WindowClient) GetNavigationBarDividerColor

func (c *WindowClient) GetNavigationBarDividerColor(ctx context.Context) (int32, error)

GetNavigationBarDividerColor calls the GetNavigationBarDividerColor RPC.

func (*WindowClient) GetOnBackInvokedDispatcher

func (c *WindowClient) GetOnBackInvokedDispatcher(ctx context.Context) (int64, error)

GetOnBackInvokedDispatcher calls the GetOnBackInvokedDispatcher RPC.

func (*WindowClient) GetReenterTransition

func (c *WindowClient) GetReenterTransition(ctx context.Context) (int64, error)

GetReenterTransition calls the GetReenterTransition RPC.

func (*WindowClient) GetReturnTransition

func (c *WindowClient) GetReturnTransition(ctx context.Context) (int64, error)

GetReturnTransition calls the GetReturnTransition RPC.

func (*WindowClient) GetRootSurfaceControl

func (c *WindowClient) GetRootSurfaceControl(ctx context.Context) (int64, error)

GetRootSurfaceControl calls the GetRootSurfaceControl RPC.

func (*WindowClient) GetSharedElementEnterTransition

func (c *WindowClient) GetSharedElementEnterTransition(ctx context.Context) (int64, error)

GetSharedElementEnterTransition calls the GetSharedElementEnterTransition RPC.

func (*WindowClient) GetSharedElementExitTransition

func (c *WindowClient) GetSharedElementExitTransition(ctx context.Context) (int64, error)

GetSharedElementExitTransition calls the GetSharedElementExitTransition RPC.

func (*WindowClient) GetSharedElementReenterTransition

func (c *WindowClient) GetSharedElementReenterTransition(ctx context.Context) (int64, error)

GetSharedElementReenterTransition calls the GetSharedElementReenterTransition RPC.

func (*WindowClient) GetSharedElementReturnTransition

func (c *WindowClient) GetSharedElementReturnTransition(ctx context.Context) (int64, error)

GetSharedElementReturnTransition calls the GetSharedElementReturnTransition RPC.

func (*WindowClient) GetSharedElementsUseOverlay

func (c *WindowClient) GetSharedElementsUseOverlay(ctx context.Context) (bool, error)

GetSharedElementsUseOverlay calls the GetSharedElementsUseOverlay RPC.

func (*WindowClient) GetStatusBarColor

func (c *WindowClient) GetStatusBarColor(ctx context.Context) (int32, error)

GetStatusBarColor calls the GetStatusBarColor RPC.

func (*WindowClient) GetSystemGestureExclusionRects

func (c *WindowClient) GetSystemGestureExclusionRects(ctx context.Context) (int64, error)

GetSystemGestureExclusionRects calls the GetSystemGestureExclusionRects RPC.

func (*WindowClient) GetTransitionBackgroundFadeDuration

func (c *WindowClient) GetTransitionBackgroundFadeDuration(ctx context.Context) (int64, error)

GetTransitionBackgroundFadeDuration calls the GetTransitionBackgroundFadeDuration RPC.

func (*WindowClient) GetTransitionManager

func (c *WindowClient) GetTransitionManager(ctx context.Context) (int64, error)

GetTransitionManager calls the GetTransitionManager RPC.

func (*WindowClient) GetVolumeControlStream

func (c *WindowClient) GetVolumeControlStream(ctx context.Context) (int32, error)

GetVolumeControlStream calls the GetVolumeControlStream RPC.

func (*WindowClient) GetWindowManager

func (c *WindowClient) GetWindowManager(ctx context.Context) (int64, error)

GetWindowManager calls the GetWindowManager RPC.

func (*WindowClient) GetWindowStyle

func (c *WindowClient) GetWindowStyle(ctx context.Context) (int64, error)

GetWindowStyle calls the GetWindowStyle RPC.

func (*WindowClient) HasChildren

func (c *WindowClient) HasChildren(ctx context.Context) (bool, error)

HasChildren calls the HasChildren RPC.

func (*WindowClient) HasFeature

func (c *WindowClient) HasFeature(ctx context.Context, arg0 int32) (bool, error)

HasFeature calls the HasFeature RPC.

func (*WindowClient) InjectInputEvent

func (c *WindowClient) InjectInputEvent(ctx context.Context, arg0 int64) error

InjectInputEvent calls the InjectInputEvent RPC.

func (*WindowClient) InvalidatePanelMenu

func (c *WindowClient) InvalidatePanelMenu(ctx context.Context, arg0 int32) error

InvalidatePanelMenu calls the InvalidatePanelMenu RPC.

func (*WindowClient) IsActive

func (c *WindowClient) IsActive(ctx context.Context) (bool, error)

IsActive calls the IsActive RPC.

func (*WindowClient) IsFloating

func (c *WindowClient) IsFloating(ctx context.Context) (bool, error)

IsFloating calls the IsFloating RPC.

func (*WindowClient) IsFrameRatePowerSavingsBalanced

func (c *WindowClient) IsFrameRatePowerSavingsBalanced(ctx context.Context) (bool, error)

IsFrameRatePowerSavingsBalanced calls the IsFrameRatePowerSavingsBalanced RPC.

func (*WindowClient) IsNavigationBarContrastEnforced

func (c *WindowClient) IsNavigationBarContrastEnforced(ctx context.Context) (bool, error)

IsNavigationBarContrastEnforced calls the IsNavigationBarContrastEnforced RPC.

func (*WindowClient) IsShortcutKey

func (c *WindowClient) IsShortcutKey(ctx context.Context, arg0 int32, arg1 int64) (bool, error)

IsShortcutKey calls the IsShortcutKey RPC.

func (*WindowClient) IsStatusBarContrastEnforced

func (c *WindowClient) IsStatusBarContrastEnforced(ctx context.Context) (bool, error)

IsStatusBarContrastEnforced calls the IsStatusBarContrastEnforced RPC.

func (*WindowClient) IsWideColorGamut

func (c *WindowClient) IsWideColorGamut(ctx context.Context) (bool, error)

IsWideColorGamut calls the IsWideColorGamut RPC.

func (*WindowClient) MakeActive

func (c *WindowClient) MakeActive(ctx context.Context) error

MakeActive calls the MakeActive RPC.

func (*WindowClient) OnConfigurationChanged

func (c *WindowClient) OnConfigurationChanged(ctx context.Context, arg0 int64) error

OnConfigurationChanged calls the OnConfigurationChanged RPC.

func (*WindowClient) OpenPanel

func (c *WindowClient) OpenPanel(ctx context.Context, arg0 int32, arg1 int64) error

OpenPanel calls the OpenPanel RPC.

func (*WindowClient) PeekDecorView

func (c *WindowClient) PeekDecorView(ctx context.Context) (int64, error)

PeekDecorView calls the PeekDecorView RPC.

func (*WindowClient) PerformContextMenuIdentifierAction

func (c *WindowClient) PerformContextMenuIdentifierAction(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

PerformContextMenuIdentifierAction calls the PerformContextMenuIdentifierAction RPC.

func (*WindowClient) PerformPanelIdentifierAction

func (c *WindowClient) PerformPanelIdentifierAction(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (bool, error)

PerformPanelIdentifierAction calls the PerformPanelIdentifierAction RPC.

func (*WindowClient) PerformPanelShortcut

func (c *WindowClient) PerformPanelShortcut(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) (bool, error)

PerformPanelShortcut calls the PerformPanelShortcut RPC.

func (*WindowClient) RegisterScrollCaptureCallback

func (c *WindowClient) RegisterScrollCaptureCallback(ctx context.Context, arg0 int64) error

RegisterScrollCaptureCallback calls the RegisterScrollCaptureCallback RPC.

func (*WindowClient) RemoveOnFrameMetricsAvailableListener

func (c *WindowClient) RemoveOnFrameMetricsAvailableListener(ctx context.Context, arg0 int64) error

RemoveOnFrameMetricsAvailableListener calls the RemoveOnFrameMetricsAvailableListener RPC.

func (*WindowClient) RequestFeature

func (c *WindowClient) RequestFeature(ctx context.Context, arg0 int32) (bool, error)

RequestFeature calls the RequestFeature RPC.

func (*WindowClient) RestoreHierarchyState

func (c *WindowClient) RestoreHierarchyState(ctx context.Context, arg0 int64) error

RestoreHierarchyState calls the RestoreHierarchyState RPC.

func (*WindowClient) SaveHierarchyState

func (c *WindowClient) SaveHierarchyState(ctx context.Context) (int64, error)

SaveHierarchyState calls the SaveHierarchyState RPC.

func (*WindowClient) SetAllowEnterTransitionOverlap

func (c *WindowClient) SetAllowEnterTransitionOverlap(ctx context.Context, arg0 bool) error

SetAllowEnterTransitionOverlap calls the SetAllowEnterTransitionOverlap RPC.

func (*WindowClient) SetAllowReturnTransitionOverlap

func (c *WindowClient) SetAllowReturnTransitionOverlap(ctx context.Context, arg0 bool) error

SetAllowReturnTransitionOverlap calls the SetAllowReturnTransitionOverlap RPC.

func (*WindowClient) SetAttributes

func (c *WindowClient) SetAttributes(ctx context.Context, arg0 int64) error

SetAttributes calls the SetAttributes RPC.

func (*WindowClient) SetBackgroundBlurRadius

func (c *WindowClient) SetBackgroundBlurRadius(ctx context.Context, arg0 int32) error

SetBackgroundBlurRadius calls the SetBackgroundBlurRadius RPC.

func (*WindowClient) SetBackgroundDrawable

func (c *WindowClient) SetBackgroundDrawable(ctx context.Context, arg0 int64) error

SetBackgroundDrawable calls the SetBackgroundDrawable RPC.

func (*WindowClient) SetBackgroundDrawableResource

func (c *WindowClient) SetBackgroundDrawableResource(ctx context.Context, arg0 int32) error

SetBackgroundDrawableResource calls the SetBackgroundDrawableResource RPC.

func (*WindowClient) SetCallback

func (c *WindowClient) SetCallback(ctx context.Context, arg0 int64) error

SetCallback calls the SetCallback RPC.

func (*WindowClient) SetChildDrawable

func (c *WindowClient) SetChildDrawable(ctx context.Context, arg0 int32, arg1 int64) error

SetChildDrawable calls the SetChildDrawable RPC.

func (*WindowClient) SetChildInt

func (c *WindowClient) SetChildInt(ctx context.Context, arg0 int32, arg1 int32) error

SetChildInt calls the SetChildInt RPC.

func (*WindowClient) SetClipToOutline

func (c *WindowClient) SetClipToOutline(ctx context.Context, arg0 bool) error

SetClipToOutline calls the SetClipToOutline RPC.

func (*WindowClient) SetColorMode

func (c *WindowClient) SetColorMode(ctx context.Context, arg0 int32) error

SetColorMode calls the SetColorMode RPC.

func (*WindowClient) SetContainer

func (c *WindowClient) SetContainer(ctx context.Context, arg0 int64) error

SetContainer calls the SetContainer RPC.

func (*WindowClient) SetContentView1

func (c *WindowClient) SetContentView1(ctx context.Context, arg0 int64) error

SetContentView1 calls the SetContentView1 RPC.

func (*WindowClient) SetContentView1_2

func (c *WindowClient) SetContentView1_2(ctx context.Context, arg0 int32) error

SetContentView1_2 calls the SetContentView1_2 RPC.

func (*WindowClient) SetContentView2_1

func (c *WindowClient) SetContentView2_1(ctx context.Context, arg0 int64, arg1 int64) error

SetContentView2_1 calls the SetContentView2_1 RPC.

func (*WindowClient) SetDecorCaptionShade

func (c *WindowClient) SetDecorCaptionShade(ctx context.Context, arg0 int32) error

SetDecorCaptionShade calls the SetDecorCaptionShade RPC.

func (*WindowClient) SetDecorFitsSystemWindows

func (c *WindowClient) SetDecorFitsSystemWindows(ctx context.Context, arg0 bool) error

SetDecorFitsSystemWindows calls the SetDecorFitsSystemWindows RPC.

func (*WindowClient) SetDesiredHdrHeadroom

func (c *WindowClient) SetDesiredHdrHeadroom(ctx context.Context, arg0 float32) error

SetDesiredHdrHeadroom calls the SetDesiredHdrHeadroom RPC.

func (*WindowClient) SetDimAmount

func (c *WindowClient) SetDimAmount(ctx context.Context, arg0 float32) error

SetDimAmount calls the SetDimAmount RPC.

func (*WindowClient) SetElevation

func (c *WindowClient) SetElevation(ctx context.Context, arg0 float32) error

SetElevation calls the SetElevation RPC.

func (*WindowClient) SetEnterTransition

func (c *WindowClient) SetEnterTransition(ctx context.Context, arg0 int64) error

SetEnterTransition calls the SetEnterTransition RPC.

func (*WindowClient) SetExitTransition

func (c *WindowClient) SetExitTransition(ctx context.Context, arg0 int64) error

SetExitTransition calls the SetExitTransition RPC.

func (*WindowClient) SetFeatureDrawable

func (c *WindowClient) SetFeatureDrawable(ctx context.Context, arg0 int32, arg1 int64) error

SetFeatureDrawable calls the SetFeatureDrawable RPC.

func (*WindowClient) SetFeatureDrawableAlpha

func (c *WindowClient) SetFeatureDrawableAlpha(ctx context.Context, arg0 int32, arg1 int32) error

SetFeatureDrawableAlpha calls the SetFeatureDrawableAlpha RPC.

func (*WindowClient) SetFeatureDrawableResource

func (c *WindowClient) SetFeatureDrawableResource(ctx context.Context, arg0 int32, arg1 int32) error

SetFeatureDrawableResource calls the SetFeatureDrawableResource RPC.

func (*WindowClient) SetFeatureDrawableUri

func (c *WindowClient) SetFeatureDrawableUri(ctx context.Context, arg0 int32, arg1 int64) error

SetFeatureDrawableUri calls the SetFeatureDrawableUri RPC.

func (*WindowClient) SetFeatureInt

func (c *WindowClient) SetFeatureInt(ctx context.Context, arg0 int32, arg1 int32) error

SetFeatureInt calls the SetFeatureInt RPC.

func (*WindowClient) SetFlags

func (c *WindowClient) SetFlags(ctx context.Context, arg0 int32, arg1 int32) error

SetFlags calls the SetFlags RPC.

func (*WindowClient) SetFormat

func (c *WindowClient) SetFormat(ctx context.Context, arg0 int32) error

SetFormat calls the SetFormat RPC.

func (*WindowClient) SetFrameRateBoostOnTouchEnabled

func (c *WindowClient) SetFrameRateBoostOnTouchEnabled(ctx context.Context, arg0 bool) error

SetFrameRateBoostOnTouchEnabled calls the SetFrameRateBoostOnTouchEnabled RPC.

func (*WindowClient) SetFrameRatePowerSavingsBalanced

func (c *WindowClient) SetFrameRatePowerSavingsBalanced(ctx context.Context, arg0 bool) error

SetFrameRatePowerSavingsBalanced calls the SetFrameRatePowerSavingsBalanced RPC.

func (*WindowClient) SetGravity

func (c *WindowClient) SetGravity(ctx context.Context, arg0 int32) error

SetGravity calls the SetGravity RPC.

func (*WindowClient) SetHideOverlayWindows

func (c *WindowClient) SetHideOverlayWindows(ctx context.Context, arg0 bool) error

SetHideOverlayWindows calls the SetHideOverlayWindows RPC.

func (*WindowClient) SetIcon

func (c *WindowClient) SetIcon(ctx context.Context, arg0 int32) error

SetIcon calls the SetIcon RPC.

func (*WindowClient) SetLayout

func (c *WindowClient) SetLayout(ctx context.Context, arg0 int32, arg1 int32) error

SetLayout calls the SetLayout RPC.

func (*WindowClient) SetLocalFocus

func (c *WindowClient) SetLocalFocus(ctx context.Context, arg0 bool, arg1 bool) error

SetLocalFocus calls the SetLocalFocus RPC.

func (c *WindowClient) SetLogo(ctx context.Context, arg0 int32) error

SetLogo calls the SetLogo RPC.

func (*WindowClient) SetMediaController

func (c *WindowClient) SetMediaController(ctx context.Context, arg0 int64) error

SetMediaController calls the SetMediaController RPC.

func (*WindowClient) SetNavigationBarColor

func (c *WindowClient) SetNavigationBarColor(ctx context.Context, arg0 int32) error

SetNavigationBarColor calls the SetNavigationBarColor RPC.

func (*WindowClient) SetNavigationBarContrastEnforced

func (c *WindowClient) SetNavigationBarContrastEnforced(ctx context.Context, arg0 bool) error

SetNavigationBarContrastEnforced calls the SetNavigationBarContrastEnforced RPC.

func (*WindowClient) SetNavigationBarDividerColor

func (c *WindowClient) SetNavigationBarDividerColor(ctx context.Context, arg0 int32) error

SetNavigationBarDividerColor calls the SetNavigationBarDividerColor RPC.

func (*WindowClient) SetPreferMinimalPostProcessing

func (c *WindowClient) SetPreferMinimalPostProcessing(ctx context.Context, arg0 bool) error

SetPreferMinimalPostProcessing calls the SetPreferMinimalPostProcessing RPC.

func (*WindowClient) SetReenterTransition

func (c *WindowClient) SetReenterTransition(ctx context.Context, arg0 int64) error

SetReenterTransition calls the SetReenterTransition RPC.

func (*WindowClient) SetResizingCaptionDrawable

func (c *WindowClient) SetResizingCaptionDrawable(ctx context.Context, arg0 int64) error

SetResizingCaptionDrawable calls the SetResizingCaptionDrawable RPC.

func (*WindowClient) SetRestrictedCaptionAreaListener

func (c *WindowClient) SetRestrictedCaptionAreaListener(ctx context.Context, arg0 int64) error

SetRestrictedCaptionAreaListener calls the SetRestrictedCaptionAreaListener RPC.

func (*WindowClient) SetReturnTransition

func (c *WindowClient) SetReturnTransition(ctx context.Context, arg0 int64) error

SetReturnTransition calls the SetReturnTransition RPC.

func (*WindowClient) SetSharedElementEnterTransition

func (c *WindowClient) SetSharedElementEnterTransition(ctx context.Context, arg0 int64) error

SetSharedElementEnterTransition calls the SetSharedElementEnterTransition RPC.

func (*WindowClient) SetSharedElementExitTransition

func (c *WindowClient) SetSharedElementExitTransition(ctx context.Context, arg0 int64) error

SetSharedElementExitTransition calls the SetSharedElementExitTransition RPC.

func (*WindowClient) SetSharedElementReenterTransition

func (c *WindowClient) SetSharedElementReenterTransition(ctx context.Context, arg0 int64) error

SetSharedElementReenterTransition calls the SetSharedElementReenterTransition RPC.

func (*WindowClient) SetSharedElementReturnTransition

func (c *WindowClient) SetSharedElementReturnTransition(ctx context.Context, arg0 int64) error

SetSharedElementReturnTransition calls the SetSharedElementReturnTransition RPC.

func (*WindowClient) SetSharedElementsUseOverlay

func (c *WindowClient) SetSharedElementsUseOverlay(ctx context.Context, arg0 bool) error

SetSharedElementsUseOverlay calls the SetSharedElementsUseOverlay RPC.

func (*WindowClient) SetSoftInputMode

func (c *WindowClient) SetSoftInputMode(ctx context.Context, arg0 int32) error

SetSoftInputMode calls the SetSoftInputMode RPC.

func (*WindowClient) SetStatusBarColor

func (c *WindowClient) SetStatusBarColor(ctx context.Context, arg0 int32) error

SetStatusBarColor calls the SetStatusBarColor RPC.

func (*WindowClient) SetStatusBarContrastEnforced

func (c *WindowClient) SetStatusBarContrastEnforced(ctx context.Context, arg0 bool) error

SetStatusBarContrastEnforced calls the SetStatusBarContrastEnforced RPC.

func (*WindowClient) SetSustainedPerformanceMode

func (c *WindowClient) SetSustainedPerformanceMode(ctx context.Context, arg0 bool) error

SetSustainedPerformanceMode calls the SetSustainedPerformanceMode RPC.

func (*WindowClient) SetTitle

func (c *WindowClient) SetTitle(ctx context.Context, arg0 string) error

SetTitle calls the SetTitle RPC.

func (*WindowClient) SetTitleColor

func (c *WindowClient) SetTitleColor(ctx context.Context, arg0 int32) error

SetTitleColor calls the SetTitleColor RPC.

func (*WindowClient) SetTransitionBackgroundFadeDuration

func (c *WindowClient) SetTransitionBackgroundFadeDuration(ctx context.Context, arg0 int64) error

SetTransitionBackgroundFadeDuration calls the SetTransitionBackgroundFadeDuration RPC.

func (*WindowClient) SetTransitionManager

func (c *WindowClient) SetTransitionManager(ctx context.Context, arg0 int64) error

SetTransitionManager calls the SetTransitionManager RPC.

func (*WindowClient) SetType

func (c *WindowClient) SetType(ctx context.Context, arg0 int32) error

SetType calls the SetType RPC.

func (*WindowClient) SetUiOptions1

func (c *WindowClient) SetUiOptions1(ctx context.Context, arg0 int32) error

SetUiOptions1 calls the SetUiOptions1 RPC.

func (*WindowClient) SetUiOptions2_1

func (c *WindowClient) SetUiOptions2_1(ctx context.Context, arg0 int32, arg1 int32) error

SetUiOptions2_1 calls the SetUiOptions2_1 RPC.

func (*WindowClient) SetVolumeControlStream

func (c *WindowClient) SetVolumeControlStream(ctx context.Context, arg0 int32) error

SetVolumeControlStream calls the SetVolumeControlStream RPC.

func (*WindowClient) SetWindowAnimations

func (c *WindowClient) SetWindowAnimations(ctx context.Context, arg0 int32) error

SetWindowAnimations calls the SetWindowAnimations RPC.

func (*WindowClient) SetWindowManager3

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

SetWindowManager3 calls the SetWindowManager3 RPC.

func (*WindowClient) SetWindowManager4_1

func (c *WindowClient) SetWindowManager4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 bool) error

SetWindowManager4_1 calls the SetWindowManager4_1 RPC.

func (*WindowClient) SuperDispatchGenericMotionEvent

func (c *WindowClient) SuperDispatchGenericMotionEvent(ctx context.Context, arg0 int64) (bool, error)

SuperDispatchGenericMotionEvent calls the SuperDispatchGenericMotionEvent RPC.

func (*WindowClient) SuperDispatchKeyEvent

func (c *WindowClient) SuperDispatchKeyEvent(ctx context.Context, arg0 int64) (bool, error)

SuperDispatchKeyEvent calls the SuperDispatchKeyEvent RPC.

func (*WindowClient) SuperDispatchKeyShortcutEvent

func (c *WindowClient) SuperDispatchKeyShortcutEvent(ctx context.Context, arg0 int64) (bool, error)

SuperDispatchKeyShortcutEvent calls the SuperDispatchKeyShortcutEvent RPC.

func (*WindowClient) SuperDispatchTouchEvent

func (c *WindowClient) SuperDispatchTouchEvent(ctx context.Context, arg0 int64) (bool, error)

SuperDispatchTouchEvent calls the SuperDispatchTouchEvent RPC.

func (*WindowClient) SuperDispatchTrackballEvent

func (c *WindowClient) SuperDispatchTrackballEvent(ctx context.Context, arg0 int64) (bool, error)

SuperDispatchTrackballEvent calls the SuperDispatchTrackballEvent RPC.

func (*WindowClient) TakeInputQueue

func (c *WindowClient) TakeInputQueue(ctx context.Context, arg0 int64) error

TakeInputQueue calls the TakeInputQueue RPC.

func (*WindowClient) TakeKeyEvents

func (c *WindowClient) TakeKeyEvents(ctx context.Context, arg0 bool) error

TakeKeyEvents calls the TakeKeyEvents RPC.

func (*WindowClient) TakeSurface

func (c *WindowClient) TakeSurface(ctx context.Context, arg0 int64) error

TakeSurface calls the TakeSurface RPC.

func (*WindowClient) TogglePanel

func (c *WindowClient) TogglePanel(ctx context.Context, arg0 int32, arg1 int64) error

TogglePanel calls the TogglePanel RPC.

func (*WindowClient) UnregisterScrollCaptureCallback

func (c *WindowClient) UnregisterScrollCaptureCallback(ctx context.Context, arg0 int64) error

UnregisterScrollCaptureCallback calls the UnregisterScrollCaptureCallback RPC.

type WindowContentFrameStatsClient

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

WindowContentFrameStatsClient wraps the gRPC WindowContentFrameStatsService client.

func NewWindowContentFrameStatsClient

func NewWindowContentFrameStatsClient(cc grpc.ClientConnInterface) *WindowContentFrameStatsClient

NewWindowContentFrameStatsClient creates a new WindowContentFrameStats client.

func (*WindowContentFrameStatsClient) DescribeContents

func (c *WindowContentFrameStatsClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*WindowContentFrameStatsClient) GetFramePostedTimeNano

func (c *WindowContentFrameStatsClient) GetFramePostedTimeNano(ctx context.Context, arg0 int32) (int64, error)

GetFramePostedTimeNano calls the GetFramePostedTimeNano RPC.

func (*WindowContentFrameStatsClient) GetFrameReadyTimeNano

func (c *WindowContentFrameStatsClient) GetFrameReadyTimeNano(ctx context.Context, arg0 int32) (int64, error)

GetFrameReadyTimeNano calls the GetFrameReadyTimeNano RPC.

func (*WindowContentFrameStatsClient) ToString

ToString calls the ToString RPC.

func (*WindowContentFrameStatsClient) WriteToParcel

func (c *WindowContentFrameStatsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type WindowIdClient

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

WindowIdClient wraps the gRPC WindowIdService client.

func NewWindowIdClient

func NewWindowIdClient(cc grpc.ClientConnInterface) *WindowIdClient

NewWindowIdClient creates a new WindowId client.

func (*WindowIdClient) DescribeContents

func (c *WindowIdClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*WindowIdClient) Equals

func (c *WindowIdClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*WindowIdClient) HashCode

func (c *WindowIdClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*WindowIdClient) IsFocused

func (c *WindowIdClient) IsFocused(ctx context.Context) (bool, error)

IsFocused calls the IsFocused RPC.

func (*WindowIdClient) RegisterFocusObserver

func (c *WindowIdClient) RegisterFocusObserver(ctx context.Context, arg0 int64) error

RegisterFocusObserver calls the RegisterFocusObserver RPC.

func (*WindowIdClient) ToString

func (c *WindowIdClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*WindowIdClient) UnregisterFocusObserver

func (c *WindowIdClient) UnregisterFocusObserver(ctx context.Context, arg0 int64) error

UnregisterFocusObserver calls the UnregisterFocusObserver RPC.

func (*WindowIdClient) WriteToParcel

func (c *WindowIdClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type WindowIdFocusObserverClient

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

WindowIdFocusObserverClient wraps the gRPC WindowIdFocusObserverService client.

func NewWindowIdFocusObserverClient

func NewWindowIdFocusObserverClient(cc grpc.ClientConnInterface) *WindowIdFocusObserverClient

NewWindowIdFocusObserverClient creates a new WindowIdFocusObserver client.

func (*WindowIdFocusObserverClient) OnFocusGained

func (c *WindowIdFocusObserverClient) OnFocusGained(ctx context.Context, arg0 int64) error

OnFocusGained calls the OnFocusGained RPC.

func (*WindowIdFocusObserverClient) OnFocusLost

func (c *WindowIdFocusObserverClient) OnFocusLost(ctx context.Context, arg0 int64) error

OnFocusLost calls the OnFocusLost RPC.

type WindowInsetsAnimationBoundsClient

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

WindowInsetsAnimationBoundsClient wraps the gRPC WindowInsetsAnimationBoundsService client.

func NewWindowInsetsAnimationBoundsClient

func NewWindowInsetsAnimationBoundsClient(cc grpc.ClientConnInterface) *WindowInsetsAnimationBoundsClient

NewWindowInsetsAnimationBoundsClient creates a new WindowInsetsAnimationBounds client.

func (*WindowInsetsAnimationBoundsClient) GetLowerBound

func (c *WindowInsetsAnimationBoundsClient) GetLowerBound(ctx context.Context) (int64, error)

GetLowerBound calls the GetLowerBound RPC.

func (*WindowInsetsAnimationBoundsClient) GetUpperBound

func (c *WindowInsetsAnimationBoundsClient) GetUpperBound(ctx context.Context) (int64, error)

GetUpperBound calls the GetUpperBound RPC.

func (*WindowInsetsAnimationBoundsClient) Inset

Inset calls the Inset RPC.

func (*WindowInsetsAnimationBoundsClient) ToString

ToString calls the ToString RPC.

type WindowInsetsAnimationCallbackClient

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

WindowInsetsAnimationCallbackClient wraps the gRPC WindowInsetsAnimationCallbackService client.

func NewWindowInsetsAnimationCallbackClient

func NewWindowInsetsAnimationCallbackClient(cc grpc.ClientConnInterface) *WindowInsetsAnimationCallbackClient

NewWindowInsetsAnimationCallbackClient creates a new WindowInsetsAnimationCallback client.

func (*WindowInsetsAnimationCallbackClient) GetDispatchMode

func (c *WindowInsetsAnimationCallbackClient) GetDispatchMode(ctx context.Context) (int32, error)

GetDispatchMode calls the GetDispatchMode RPC.

func (*WindowInsetsAnimationCallbackClient) OnEnd

OnEnd calls the OnEnd RPC.

func (*WindowInsetsAnimationCallbackClient) OnPrepare

OnPrepare calls the OnPrepare RPC.

func (*WindowInsetsAnimationCallbackClient) OnStart

func (c *WindowInsetsAnimationCallbackClient) OnStart(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

OnStart calls the OnStart RPC.

type WindowInsetsAnimationClient

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

WindowInsetsAnimationClient wraps the gRPC WindowInsetsAnimationService client.

func NewWindowInsetsAnimationClient

func NewWindowInsetsAnimationClient(cc grpc.ClientConnInterface) *WindowInsetsAnimationClient

NewWindowInsetsAnimationClient creates a new WindowInsetsAnimation client.

func (*WindowInsetsAnimationClient) GetAlpha

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

GetAlpha calls the GetAlpha RPC.

func (*WindowInsetsAnimationClient) GetDurationMillis

func (c *WindowInsetsAnimationClient) GetDurationMillis(ctx context.Context, handle int64) (int64, error)

GetDurationMillis calls the GetDurationMillis RPC.

func (*WindowInsetsAnimationClient) GetFraction

func (c *WindowInsetsAnimationClient) GetFraction(ctx context.Context, handle int64) (float32, error)

GetFraction calls the GetFraction RPC.

func (*WindowInsetsAnimationClient) GetInterpolatedFraction

func (c *WindowInsetsAnimationClient) GetInterpolatedFraction(ctx context.Context, handle int64) (float32, error)

GetInterpolatedFraction calls the GetInterpolatedFraction RPC.

func (*WindowInsetsAnimationClient) GetInterpolator

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

GetInterpolator calls the GetInterpolator RPC.

func (*WindowInsetsAnimationClient) GetTypeMask

func (c *WindowInsetsAnimationClient) GetTypeMask(ctx context.Context, handle int64) (int32, error)

GetTypeMask calls the GetTypeMask RPC.

func (*WindowInsetsAnimationClient) SetAlpha

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

SetAlpha calls the SetAlpha RPC.

func (*WindowInsetsAnimationClient) SetFraction

func (c *WindowInsetsAnimationClient) SetFraction(ctx context.Context, handle int64, arg0 float32) error

SetFraction calls the SetFraction RPC.

type WindowInsetsAnimationControlListenerClient

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

WindowInsetsAnimationControlListenerClient wraps the gRPC WindowInsetsAnimationControlListenerService client.

func NewWindowInsetsAnimationControlListenerClient

func NewWindowInsetsAnimationControlListenerClient(cc grpc.ClientConnInterface) *WindowInsetsAnimationControlListenerClient

NewWindowInsetsAnimationControlListenerClient creates a new WindowInsetsAnimationControlListener client.

func (*WindowInsetsAnimationControlListenerClient) OnCancelled

OnCancelled calls the OnCancelled RPC.

func (*WindowInsetsAnimationControlListenerClient) OnFinished

OnFinished calls the OnFinished RPC.

func (*WindowInsetsAnimationControlListenerClient) OnReady

OnReady calls the OnReady RPC.

type WindowInsetsAnimationControllerClient

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

WindowInsetsAnimationControllerClient wraps the gRPC WindowInsetsAnimationControllerService client.

func NewWindowInsetsAnimationControllerClient

func NewWindowInsetsAnimationControllerClient(cc grpc.ClientConnInterface) *WindowInsetsAnimationControllerClient

NewWindowInsetsAnimationControllerClient creates a new WindowInsetsAnimationController client.

func (*WindowInsetsAnimationControllerClient) Finish

Finish calls the Finish RPC.

func (*WindowInsetsAnimationControllerClient) GetCurrentAlpha

GetCurrentAlpha calls the GetCurrentAlpha RPC.

func (*WindowInsetsAnimationControllerClient) GetCurrentFraction

func (c *WindowInsetsAnimationControllerClient) GetCurrentFraction(ctx context.Context) (float32, error)

GetCurrentFraction calls the GetCurrentFraction RPC.

func (*WindowInsetsAnimationControllerClient) GetCurrentInsets

func (c *WindowInsetsAnimationControllerClient) GetCurrentInsets(ctx context.Context) (int64, error)

GetCurrentInsets calls the GetCurrentInsets RPC.

func (*WindowInsetsAnimationControllerClient) GetHiddenStateInsets

func (c *WindowInsetsAnimationControllerClient) GetHiddenStateInsets(ctx context.Context) (int64, error)

GetHiddenStateInsets calls the GetHiddenStateInsets RPC.

func (*WindowInsetsAnimationControllerClient) GetShownStateInsets

func (c *WindowInsetsAnimationControllerClient) GetShownStateInsets(ctx context.Context) (int64, error)

GetShownStateInsets calls the GetShownStateInsets RPC.

func (*WindowInsetsAnimationControllerClient) GetTypes

GetTypes calls the GetTypes RPC.

func (*WindowInsetsAnimationControllerClient) IsCancelled

IsCancelled calls the IsCancelled RPC.

func (*WindowInsetsAnimationControllerClient) IsFinished

IsFinished calls the IsFinished RPC.

func (*WindowInsetsAnimationControllerClient) SetInsetsAndAlpha

func (c *WindowInsetsAnimationControllerClient) SetInsetsAndAlpha(ctx context.Context, arg0 int64, arg1 float32, arg2 float32) error

SetInsetsAndAlpha calls the SetInsetsAndAlpha RPC.

type WindowInsetsBuilderClient

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

WindowInsetsBuilderClient wraps the gRPC WindowInsetsBuilderService client.

func NewWindowInsetsBuilderClient

func NewWindowInsetsBuilderClient(cc grpc.ClientConnInterface) *WindowInsetsBuilderClient

NewWindowInsetsBuilderClient creates a new WindowInsetsBuilder client.

func (*WindowInsetsBuilderClient) Build

Build calls the Build RPC.

func (*WindowInsetsBuilderClient) SetDisplayCutout

func (c *WindowInsetsBuilderClient) SetDisplayCutout(ctx context.Context, arg0 int64) (int64, error)

SetDisplayCutout calls the SetDisplayCutout RPC.

func (*WindowInsetsBuilderClient) SetDisplayShape

func (c *WindowInsetsBuilderClient) SetDisplayShape(ctx context.Context, arg0 int64) (int64, error)

SetDisplayShape calls the SetDisplayShape RPC.

func (*WindowInsetsBuilderClient) SetFrame

func (c *WindowInsetsBuilderClient) SetFrame(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

SetFrame calls the SetFrame RPC.

func (*WindowInsetsBuilderClient) SetInsets

func (c *WindowInsetsBuilderClient) SetInsets(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

SetInsets calls the SetInsets RPC.

func (*WindowInsetsBuilderClient) SetInsetsIgnoringVisibility

func (c *WindowInsetsBuilderClient) SetInsetsIgnoringVisibility(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

SetInsetsIgnoringVisibility calls the SetInsetsIgnoringVisibility RPC.

func (*WindowInsetsBuilderClient) SetMandatorySystemGestureInsets

func (c *WindowInsetsBuilderClient) SetMandatorySystemGestureInsets(ctx context.Context, arg0 int64) (int64, error)

SetMandatorySystemGestureInsets calls the SetMandatorySystemGestureInsets RPC.

func (*WindowInsetsBuilderClient) SetPrivacyIndicatorBounds

func (c *WindowInsetsBuilderClient) SetPrivacyIndicatorBounds(ctx context.Context, arg0 int64) (int64, error)

SetPrivacyIndicatorBounds calls the SetPrivacyIndicatorBounds RPC.

func (*WindowInsetsBuilderClient) SetRoundedCorner

func (c *WindowInsetsBuilderClient) SetRoundedCorner(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

SetRoundedCorner calls the SetRoundedCorner RPC.

func (*WindowInsetsBuilderClient) SetStableInsets

func (c *WindowInsetsBuilderClient) SetStableInsets(ctx context.Context, arg0 int64) (int64, error)

SetStableInsets calls the SetStableInsets RPC.

func (*WindowInsetsBuilderClient) SetSystemGestureInsets

func (c *WindowInsetsBuilderClient) SetSystemGestureInsets(ctx context.Context, arg0 int64) (int64, error)

SetSystemGestureInsets calls the SetSystemGestureInsets RPC.

func (*WindowInsetsBuilderClient) SetSystemWindowInsets

func (c *WindowInsetsBuilderClient) SetSystemWindowInsets(ctx context.Context, arg0 int64) (int64, error)

SetSystemWindowInsets calls the SetSystemWindowInsets RPC.

func (*WindowInsetsBuilderClient) SetTappableElementInsets

func (c *WindowInsetsBuilderClient) SetTappableElementInsets(ctx context.Context, arg0 int64) (int64, error)

SetTappableElementInsets calls the SetTappableElementInsets RPC.

func (*WindowInsetsBuilderClient) SetVisible

func (c *WindowInsetsBuilderClient) SetVisible(ctx context.Context, arg0 int32, arg1 bool) (int64, error)

SetVisible calls the SetVisible RPC.

type WindowInsetsClient

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

WindowInsetsClient wraps the gRPC WindowInsetsService client.

func NewWindowInsetsClient

func NewWindowInsetsClient(cc grpc.ClientConnInterface) *WindowInsetsClient

NewWindowInsetsClient creates a new WindowInsets client.

func (*WindowInsetsClient) ConsumeDisplayCutout

func (c *WindowInsetsClient) ConsumeDisplayCutout(ctx context.Context, handle int64) (int64, error)

ConsumeDisplayCutout calls the ConsumeDisplayCutout RPC.

func (*WindowInsetsClient) ConsumeStableInsets

func (c *WindowInsetsClient) ConsumeStableInsets(ctx context.Context, handle int64) (int64, error)

ConsumeStableInsets calls the ConsumeStableInsets RPC.

func (*WindowInsetsClient) ConsumeSystemWindowInsets

func (c *WindowInsetsClient) ConsumeSystemWindowInsets(ctx context.Context, handle int64) (int64, error)

ConsumeSystemWindowInsets calls the ConsumeSystemWindowInsets RPC.

func (*WindowInsetsClient) Equals

func (c *WindowInsetsClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*WindowInsetsClient) GetBoundingRects

func (c *WindowInsetsClient) GetBoundingRects(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetBoundingRects calls the GetBoundingRects RPC.

func (*WindowInsetsClient) GetBoundingRectsIgnoringVisibility

func (c *WindowInsetsClient) GetBoundingRectsIgnoringVisibility(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetBoundingRectsIgnoringVisibility calls the GetBoundingRectsIgnoringVisibility RPC.

func (*WindowInsetsClient) GetDisplayCutout

func (c *WindowInsetsClient) GetDisplayCutout(ctx context.Context, handle int64) (int64, error)

GetDisplayCutout calls the GetDisplayCutout RPC.

func (*WindowInsetsClient) GetDisplayShape

func (c *WindowInsetsClient) GetDisplayShape(ctx context.Context, handle int64) (int64, error)

GetDisplayShape calls the GetDisplayShape RPC.

func (*WindowInsetsClient) GetFrame

func (c *WindowInsetsClient) GetFrame(ctx context.Context, handle int64) (int64, error)

GetFrame calls the GetFrame RPC.

func (*WindowInsetsClient) GetInsets

func (c *WindowInsetsClient) GetInsets(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetInsets calls the GetInsets RPC.

func (*WindowInsetsClient) GetInsetsIgnoringVisibility

func (c *WindowInsetsClient) GetInsetsIgnoringVisibility(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetInsetsIgnoringVisibility calls the GetInsetsIgnoringVisibility RPC.

func (*WindowInsetsClient) GetMandatorySystemGestureInsets

func (c *WindowInsetsClient) GetMandatorySystemGestureInsets(ctx context.Context, handle int64) (int64, error)

GetMandatorySystemGestureInsets calls the GetMandatorySystemGestureInsets RPC.

func (*WindowInsetsClient) GetPrivacyIndicatorBounds

func (c *WindowInsetsClient) GetPrivacyIndicatorBounds(ctx context.Context, handle int64) (int64, error)

GetPrivacyIndicatorBounds calls the GetPrivacyIndicatorBounds RPC.

func (*WindowInsetsClient) GetRoundedCorner

func (c *WindowInsetsClient) GetRoundedCorner(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetRoundedCorner calls the GetRoundedCorner RPC.

func (*WindowInsetsClient) GetStableInsetBottom

func (c *WindowInsetsClient) GetStableInsetBottom(ctx context.Context, handle int64) (int32, error)

GetStableInsetBottom calls the GetStableInsetBottom RPC.

func (*WindowInsetsClient) GetStableInsetLeft

func (c *WindowInsetsClient) GetStableInsetLeft(ctx context.Context, handle int64) (int32, error)

GetStableInsetLeft calls the GetStableInsetLeft RPC.

func (*WindowInsetsClient) GetStableInsetRight

func (c *WindowInsetsClient) GetStableInsetRight(ctx context.Context, handle int64) (int32, error)

GetStableInsetRight calls the GetStableInsetRight RPC.

func (*WindowInsetsClient) GetStableInsetTop

func (c *WindowInsetsClient) GetStableInsetTop(ctx context.Context, handle int64) (int32, error)

GetStableInsetTop calls the GetStableInsetTop RPC.

func (*WindowInsetsClient) GetStableInsets

func (c *WindowInsetsClient) GetStableInsets(ctx context.Context, handle int64) (int64, error)

GetStableInsets calls the GetStableInsets RPC.

func (*WindowInsetsClient) GetSystemGestureInsets

func (c *WindowInsetsClient) GetSystemGestureInsets(ctx context.Context, handle int64) (int64, error)

GetSystemGestureInsets calls the GetSystemGestureInsets RPC.

func (*WindowInsetsClient) GetSystemWindowInsetBottom

func (c *WindowInsetsClient) GetSystemWindowInsetBottom(ctx context.Context, handle int64) (int32, error)

GetSystemWindowInsetBottom calls the GetSystemWindowInsetBottom RPC.

func (*WindowInsetsClient) GetSystemWindowInsetLeft

func (c *WindowInsetsClient) GetSystemWindowInsetLeft(ctx context.Context, handle int64) (int32, error)

GetSystemWindowInsetLeft calls the GetSystemWindowInsetLeft RPC.

func (*WindowInsetsClient) GetSystemWindowInsetRight

func (c *WindowInsetsClient) GetSystemWindowInsetRight(ctx context.Context, handle int64) (int32, error)

GetSystemWindowInsetRight calls the GetSystemWindowInsetRight RPC.

func (*WindowInsetsClient) GetSystemWindowInsetTop

func (c *WindowInsetsClient) GetSystemWindowInsetTop(ctx context.Context, handle int64) (int32, error)

GetSystemWindowInsetTop calls the GetSystemWindowInsetTop RPC.

func (*WindowInsetsClient) GetSystemWindowInsets

func (c *WindowInsetsClient) GetSystemWindowInsets(ctx context.Context, handle int64) (int64, error)

GetSystemWindowInsets calls the GetSystemWindowInsets RPC.

func (*WindowInsetsClient) GetTappableElementInsets

func (c *WindowInsetsClient) GetTappableElementInsets(ctx context.Context, handle int64) (int64, error)

GetTappableElementInsets calls the GetTappableElementInsets RPC.

func (*WindowInsetsClient) HasInsets

func (c *WindowInsetsClient) HasInsets(ctx context.Context, handle int64) (bool, error)

HasInsets calls the HasInsets RPC.

func (*WindowInsetsClient) HasStableInsets

func (c *WindowInsetsClient) HasStableInsets(ctx context.Context, handle int64) (bool, error)

HasStableInsets calls the HasStableInsets RPC.

func (*WindowInsetsClient) HasSystemWindowInsets

func (c *WindowInsetsClient) HasSystemWindowInsets(ctx context.Context, handle int64) (bool, error)

HasSystemWindowInsets calls the HasSystemWindowInsets RPC.

func (*WindowInsetsClient) HashCode

func (c *WindowInsetsClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*WindowInsetsClient) Inset1

func (c *WindowInsetsClient) Inset1(ctx context.Context, handle int64, arg0 int64) (int64, error)

Inset1 calls the Inset1 RPC.

func (*WindowInsetsClient) Inset4_1

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

Inset4_1 calls the Inset4_1 RPC.

func (*WindowInsetsClient) IsConsumed

func (c *WindowInsetsClient) IsConsumed(ctx context.Context, handle int64) (bool, error)

IsConsumed calls the IsConsumed RPC.

func (*WindowInsetsClient) IsRound

func (c *WindowInsetsClient) IsRound(ctx context.Context, handle int64) (bool, error)

IsRound calls the IsRound RPC.

func (*WindowInsetsClient) IsVisible

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

IsVisible calls the IsVisible RPC.

func (*WindowInsetsClient) ReplaceSystemWindowInsets1

func (c *WindowInsetsClient) ReplaceSystemWindowInsets1(ctx context.Context, handle int64, arg0 int64) (int64, error)

ReplaceSystemWindowInsets1 calls the ReplaceSystemWindowInsets1 RPC.

func (*WindowInsetsClient) ReplaceSystemWindowInsets4_1

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

ReplaceSystemWindowInsets4_1 calls the ReplaceSystemWindowInsets4_1 RPC.

func (*WindowInsetsClient) ToString

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

ToString calls the ToString RPC.

type WindowInsetsControllerClient

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

WindowInsetsControllerClient wraps the gRPC WindowInsetsControllerService client.

func NewWindowInsetsControllerClient

func NewWindowInsetsControllerClient(cc grpc.ClientConnInterface) *WindowInsetsControllerClient

NewWindowInsetsControllerClient creates a new WindowInsetsController client.

func (*WindowInsetsControllerClient) AddOnControllableInsetsChangedListener

func (c *WindowInsetsControllerClient) AddOnControllableInsetsChangedListener(ctx context.Context, arg0 int64) error

AddOnControllableInsetsChangedListener calls the AddOnControllableInsetsChangedListener RPC.

func (*WindowInsetsControllerClient) ControlWindowInsetsAnimation

func (c *WindowInsetsControllerClient) ControlWindowInsetsAnimation(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64, arg4 int64) error

ControlWindowInsetsAnimation calls the ControlWindowInsetsAnimation RPC.

func (*WindowInsetsControllerClient) GetSystemBarsAppearance

func (c *WindowInsetsControllerClient) GetSystemBarsAppearance(ctx context.Context) (int32, error)

GetSystemBarsAppearance calls the GetSystemBarsAppearance RPC.

func (*WindowInsetsControllerClient) GetSystemBarsBehavior

func (c *WindowInsetsControllerClient) GetSystemBarsBehavior(ctx context.Context) (int32, error)

GetSystemBarsBehavior calls the GetSystemBarsBehavior RPC.

func (*WindowInsetsControllerClient) Hide

Hide calls the Hide RPC.

func (*WindowInsetsControllerClient) RemoveOnControllableInsetsChangedListener

func (c *WindowInsetsControllerClient) RemoveOnControllableInsetsChangedListener(ctx context.Context, arg0 int64) error

RemoveOnControllableInsetsChangedListener calls the RemoveOnControllableInsetsChangedListener RPC.

func (*WindowInsetsControllerClient) SetSystemBarsAppearance

func (c *WindowInsetsControllerClient) SetSystemBarsAppearance(ctx context.Context, arg0 int32, arg1 int32) error

SetSystemBarsAppearance calls the SetSystemBarsAppearance RPC.

func (*WindowInsetsControllerClient) SetSystemBarsBehavior

func (c *WindowInsetsControllerClient) SetSystemBarsBehavior(ctx context.Context, arg0 int32) error

SetSystemBarsBehavior calls the SetSystemBarsBehavior RPC.

func (*WindowInsetsControllerClient) Show

Show calls the Show RPC.

type WindowInsetsControllerOnControllableInsetsChangedListenerClient

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

WindowInsetsControllerOnControllableInsetsChangedListenerClient wraps the gRPC WindowInsetsControllerOnControllableInsetsChangedListenerService client.

func NewWindowInsetsControllerOnControllableInsetsChangedListenerClient

func NewWindowInsetsControllerOnControllableInsetsChangedListenerClient(cc grpc.ClientConnInterface) *WindowInsetsControllerOnControllableInsetsChangedListenerClient

NewWindowInsetsControllerOnControllableInsetsChangedListenerClient creates a new WindowInsetsControllerOnControllableInsetsChangedListener client.

func (*WindowInsetsControllerOnControllableInsetsChangedListenerClient) OnControllableInsetsChanged

func (c *WindowInsetsControllerOnControllableInsetsChangedListenerClient) OnControllableInsetsChanged(ctx context.Context, arg0 int64, arg1 int32) error

OnControllableInsetsChanged calls the OnControllableInsetsChanged RPC.

type WindowInsetsSideClient

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

WindowInsetsSideClient wraps the gRPC WindowInsetsSideService client.

func NewWindowInsetsSideClient

func NewWindowInsetsSideClient(cc grpc.ClientConnInterface) *WindowInsetsSideClient

NewWindowInsetsSideClient creates a new WindowInsetsSide client.

func (*WindowInsetsSideClient) All

All calls the All RPC.

type WindowInsetsTypeClient

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

WindowInsetsTypeClient wraps the gRPC WindowInsetsTypeService client.

func NewWindowInsetsTypeClient

func NewWindowInsetsTypeClient(cc grpc.ClientConnInterface) *WindowInsetsTypeClient

NewWindowInsetsTypeClient creates a new WindowInsetsType client.

func (*WindowInsetsTypeClient) CaptionBar

func (c *WindowInsetsTypeClient) CaptionBar(ctx context.Context) (int32, error)

CaptionBar calls the CaptionBar RPC.

func (*WindowInsetsTypeClient) DisplayCutout

func (c *WindowInsetsTypeClient) DisplayCutout(ctx context.Context) (int32, error)

DisplayCutout calls the DisplayCutout RPC.

func (*WindowInsetsTypeClient) Ime

Ime calls the Ime RPC.

func (*WindowInsetsTypeClient) MandatorySystemGestures

func (c *WindowInsetsTypeClient) MandatorySystemGestures(ctx context.Context) (int32, error)

MandatorySystemGestures calls the MandatorySystemGestures RPC.

func (*WindowInsetsTypeClient) NavigationBars

func (c *WindowInsetsTypeClient) NavigationBars(ctx context.Context) (int32, error)

NavigationBars calls the NavigationBars RPC.

func (*WindowInsetsTypeClient) StatusBars

func (c *WindowInsetsTypeClient) StatusBars(ctx context.Context) (int32, error)

StatusBars calls the StatusBars RPC.

func (*WindowInsetsTypeClient) SystemBars

func (c *WindowInsetsTypeClient) SystemBars(ctx context.Context) (int32, error)

SystemBars calls the SystemBars RPC.

func (*WindowInsetsTypeClient) SystemGestures

func (c *WindowInsetsTypeClient) SystemGestures(ctx context.Context) (int32, error)

SystemGestures calls the SystemGestures RPC.

func (*WindowInsetsTypeClient) SystemOverlays

func (c *WindowInsetsTypeClient) SystemOverlays(ctx context.Context) (int32, error)

SystemOverlays calls the SystemOverlays RPC.

func (*WindowInsetsTypeClient) TappableElement

func (c *WindowInsetsTypeClient) TappableElement(ctx context.Context) (int32, error)

TappableElement calls the TappableElement RPC.

type WindowMetricsClient

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

WindowMetricsClient wraps the gRPC WindowMetricsService client.

func NewWindowMetricsClient

func NewWindowMetricsClient(cc grpc.ClientConnInterface) *WindowMetricsClient

NewWindowMetricsClient creates a new WindowMetrics client.

func (*WindowMetricsClient) GetBounds

func (c *WindowMetricsClient) GetBounds(ctx context.Context, handle int64) (int64, error)

GetBounds calls the GetBounds RPC.

func (*WindowMetricsClient) GetDensity

func (c *WindowMetricsClient) GetDensity(ctx context.Context, handle int64) (float32, error)

GetDensity calls the GetDensity RPC.

func (*WindowMetricsClient) GetWindowInsets

func (c *WindowMetricsClient) GetWindowInsets(ctx context.Context, handle int64) (int64, error)

GetWindowInsets calls the GetWindowInsets RPC.

func (*WindowMetricsClient) ToString

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

ToString calls the ToString RPC.

type WindowOnFrameMetricsAvailableListenerClient

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

WindowOnFrameMetricsAvailableListenerClient wraps the gRPC WindowOnFrameMetricsAvailableListenerService client.

func NewWindowOnFrameMetricsAvailableListenerClient

func NewWindowOnFrameMetricsAvailableListenerClient(cc grpc.ClientConnInterface) *WindowOnFrameMetricsAvailableListenerClient

NewWindowOnFrameMetricsAvailableListenerClient creates a new WindowOnFrameMetricsAvailableListener client.

func (*WindowOnFrameMetricsAvailableListenerClient) OnFrameMetricsAvailable

func (c *WindowOnFrameMetricsAvailableListenerClient) OnFrameMetricsAvailable(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

OnFrameMetricsAvailable calls the OnFrameMetricsAvailable RPC.

type WindowOnRestrictedCaptionAreaChangedListenerClient

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

WindowOnRestrictedCaptionAreaChangedListenerClient wraps the gRPC WindowOnRestrictedCaptionAreaChangedListenerService client.

func NewWindowOnRestrictedCaptionAreaChangedListenerClient

func NewWindowOnRestrictedCaptionAreaChangedListenerClient(cc grpc.ClientConnInterface) *WindowOnRestrictedCaptionAreaChangedListenerClient

NewWindowOnRestrictedCaptionAreaChangedListenerClient creates a new WindowOnRestrictedCaptionAreaChangedListener client.

func (*WindowOnRestrictedCaptionAreaChangedListenerClient) OnRestrictedCaptionAreaChanged

func (c *WindowOnRestrictedCaptionAreaChangedListenerClient) OnRestrictedCaptionAreaChanged(ctx context.Context, arg0 int64) error

OnRestrictedCaptionAreaChanged calls the OnRestrictedCaptionAreaChanged RPC.

Jump to

Keyboard shortcuts

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