widget

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 AbsListViewClient

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

AbsListViewClient wraps the gRPC AbsListViewService client.

func NewAbsListViewClient

func NewAbsListViewClient(cc grpc.ClientConnInterface) *AbsListViewClient

NewAbsListViewClient creates a new AbsListView client.

func (*AbsListViewClient) AfterTextChanged

func (c *AbsListViewClient) AfterTextChanged(ctx context.Context, arg0 int64) error

AfterTextChanged calls the AfterTextChanged RPC.

func (*AbsListViewClient) BeforeTextChanged

func (c *AbsListViewClient) BeforeTextChanged(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 int32) error

BeforeTextChanged calls the BeforeTextChanged RPC.

func (*AbsListViewClient) CanScrollList

func (c *AbsListViewClient) CanScrollList(ctx context.Context, arg0 int32) (bool, error)

CanScrollList calls the CanScrollList RPC.

func (*AbsListViewClient) CheckInputConnectionProxy

func (c *AbsListViewClient) CheckInputConnectionProxy(ctx context.Context, arg0 int64) (bool, error)

CheckInputConnectionProxy calls the CheckInputConnectionProxy RPC.

func (*AbsListViewClient) ClearChoices

func (c *AbsListViewClient) ClearChoices(ctx context.Context) error

ClearChoices calls the ClearChoices RPC.

func (*AbsListViewClient) ClearTextFilter

func (c *AbsListViewClient) ClearTextFilter(ctx context.Context) error

ClearTextFilter calls the ClearTextFilter RPC.

func (*AbsListViewClient) DeferNotifyDataSetChanged

func (c *AbsListViewClient) DeferNotifyDataSetChanged(ctx context.Context) error

DeferNotifyDataSetChanged calls the DeferNotifyDataSetChanged RPC.

func (*AbsListViewClient) DispatchDrawableHotspotChanged

func (c *AbsListViewClient) DispatchDrawableHotspotChanged(ctx context.Context, arg0 float32, arg1 float32) error

DispatchDrawableHotspotChanged calls the DispatchDrawableHotspotChanged RPC.

func (*AbsListViewClient) Draw

func (c *AbsListViewClient) Draw(ctx context.Context, arg0 int64) error

Draw calls the Draw RPC.

func (*AbsListViewClient) Fling

func (c *AbsListViewClient) Fling(ctx context.Context, arg0 int32) error

Fling calls the Fling RPC.

func (*AbsListViewClient) GenerateLayoutParams1

func (c *AbsListViewClient) GenerateLayoutParams1(ctx context.Context, arg0 int64) (int64, error)

GenerateLayoutParams1 calls the GenerateLayoutParams1 RPC.

func (*AbsListViewClient) GenerateLayoutParams1_1

func (c *AbsListViewClient) GenerateLayoutParams1_1(ctx context.Context, arg0 int64) (int64, error)

GenerateLayoutParams1_1 calls the GenerateLayoutParams1_1 RPC.

func (*AbsListViewClient) GetAccessibilityClassName

func (c *AbsListViewClient) GetAccessibilityClassName(ctx context.Context) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*AbsListViewClient) GetBottomEdgeEffectColor

func (c *AbsListViewClient) GetBottomEdgeEffectColor(ctx context.Context) (int32, error)

GetBottomEdgeEffectColor calls the GetBottomEdgeEffectColor RPC.

func (*AbsListViewClient) GetCacheColorHint

func (c *AbsListViewClient) GetCacheColorHint(ctx context.Context) (int32, error)

GetCacheColorHint calls the GetCacheColorHint RPC.

func (*AbsListViewClient) GetCheckedItemCount

func (c *AbsListViewClient) GetCheckedItemCount(ctx context.Context) (int32, error)

GetCheckedItemCount calls the GetCheckedItemCount RPC.

func (*AbsListViewClient) GetCheckedItemIds

func (c *AbsListViewClient) GetCheckedItemIds(ctx context.Context) (int64, error)

GetCheckedItemIds calls the GetCheckedItemIds RPC.

func (*AbsListViewClient) GetCheckedItemPosition

func (c *AbsListViewClient) GetCheckedItemPosition(ctx context.Context) (int32, error)

GetCheckedItemPosition calls the GetCheckedItemPosition RPC.

func (*AbsListViewClient) GetCheckedItemPositions

func (c *AbsListViewClient) GetCheckedItemPositions(ctx context.Context) (int64, error)

GetCheckedItemPositions calls the GetCheckedItemPositions RPC.

func (*AbsListViewClient) GetChoiceMode

func (c *AbsListViewClient) GetChoiceMode(ctx context.Context) (int32, error)

GetChoiceMode calls the GetChoiceMode RPC.

func (*AbsListViewClient) GetFocusedRect

func (c *AbsListViewClient) GetFocusedRect(ctx context.Context, arg0 int64) error

GetFocusedRect calls the GetFocusedRect RPC.

func (*AbsListViewClient) GetListPaddingBottom

func (c *AbsListViewClient) GetListPaddingBottom(ctx context.Context) (int32, error)

GetListPaddingBottom calls the GetListPaddingBottom RPC.

func (*AbsListViewClient) GetListPaddingLeft

func (c *AbsListViewClient) GetListPaddingLeft(ctx context.Context) (int32, error)

GetListPaddingLeft calls the GetListPaddingLeft RPC.

func (*AbsListViewClient) GetListPaddingRight

func (c *AbsListViewClient) GetListPaddingRight(ctx context.Context) (int32, error)

GetListPaddingRight calls the GetListPaddingRight RPC.

func (*AbsListViewClient) GetListPaddingTop

func (c *AbsListViewClient) GetListPaddingTop(ctx context.Context) (int32, error)

GetListPaddingTop calls the GetListPaddingTop RPC.

func (*AbsListViewClient) GetSelectedView

func (c *AbsListViewClient) GetSelectedView(ctx context.Context) (int64, error)

GetSelectedView calls the GetSelectedView RPC.

func (*AbsListViewClient) GetSelector

func (c *AbsListViewClient) GetSelector(ctx context.Context) (int64, error)

GetSelector calls the GetSelector RPC.

func (*AbsListViewClient) GetSolidColor

func (c *AbsListViewClient) GetSolidColor(ctx context.Context) (int32, error)

GetSolidColor calls the GetSolidColor RPC.

func (*AbsListViewClient) GetTextFilter

func (c *AbsListViewClient) GetTextFilter(ctx context.Context) (int64, error)

GetTextFilter calls the GetTextFilter RPC.

func (*AbsListViewClient) GetTopEdgeEffectColor

func (c *AbsListViewClient) GetTopEdgeEffectColor(ctx context.Context) (int32, error)

GetTopEdgeEffectColor calls the GetTopEdgeEffectColor RPC.

func (*AbsListViewClient) GetTranscriptMode

func (c *AbsListViewClient) GetTranscriptMode(ctx context.Context) (int32, error)

GetTranscriptMode calls the GetTranscriptMode RPC.

func (*AbsListViewClient) GetVerticalScrollbarWidth

func (c *AbsListViewClient) GetVerticalScrollbarWidth(ctx context.Context) (int32, error)

GetVerticalScrollbarWidth calls the GetVerticalScrollbarWidth RPC.

func (*AbsListViewClient) HasTextFilter

func (c *AbsListViewClient) HasTextFilter(ctx context.Context) (bool, error)

HasTextFilter calls the HasTextFilter RPC.

func (*AbsListViewClient) InvalidateViews

func (c *AbsListViewClient) InvalidateViews(ctx context.Context) error

InvalidateViews calls the InvalidateViews RPC.

func (*AbsListViewClient) IsDrawSelectorOnTop

func (c *AbsListViewClient) IsDrawSelectorOnTop(ctx context.Context) (bool, error)

IsDrawSelectorOnTop calls the IsDrawSelectorOnTop RPC.

func (*AbsListViewClient) IsFastScrollAlwaysVisible

func (c *AbsListViewClient) IsFastScrollAlwaysVisible(ctx context.Context) (bool, error)

IsFastScrollAlwaysVisible calls the IsFastScrollAlwaysVisible RPC.

func (*AbsListViewClient) IsFastScrollEnabled

func (c *AbsListViewClient) IsFastScrollEnabled(ctx context.Context) (bool, error)

IsFastScrollEnabled calls the IsFastScrollEnabled RPC.

func (*AbsListViewClient) IsItemChecked

func (c *AbsListViewClient) IsItemChecked(ctx context.Context, arg0 int32) (bool, error)

IsItemChecked calls the IsItemChecked RPC.

func (*AbsListViewClient) IsScrollingCacheEnabled

func (c *AbsListViewClient) IsScrollingCacheEnabled(ctx context.Context) (bool, error)

IsScrollingCacheEnabled calls the IsScrollingCacheEnabled RPC.

func (*AbsListViewClient) IsSelectedChildViewEnabled

func (c *AbsListViewClient) IsSelectedChildViewEnabled(ctx context.Context) (bool, error)

IsSelectedChildViewEnabled calls the IsSelectedChildViewEnabled RPC.

func (*AbsListViewClient) IsSmoothScrollbarEnabled

func (c *AbsListViewClient) IsSmoothScrollbarEnabled(ctx context.Context) (bool, error)

IsSmoothScrollbarEnabled calls the IsSmoothScrollbarEnabled RPC.

func (*AbsListViewClient) IsStackFromBottom

func (c *AbsListViewClient) IsStackFromBottom(ctx context.Context) (bool, error)

IsStackFromBottom calls the IsStackFromBottom RPC.

func (*AbsListViewClient) IsTextFilterEnabled

func (c *AbsListViewClient) IsTextFilterEnabled(ctx context.Context) (bool, error)

IsTextFilterEnabled calls the IsTextFilterEnabled RPC.

func (*AbsListViewClient) JumpDrawablesToCurrentState

func (c *AbsListViewClient) JumpDrawablesToCurrentState(ctx context.Context) error

JumpDrawablesToCurrentState calls the JumpDrawablesToCurrentState RPC.

func (*AbsListViewClient) OnCancelPendingInputEvents

func (c *AbsListViewClient) OnCancelPendingInputEvents(ctx context.Context) error

OnCancelPendingInputEvents calls the OnCancelPendingInputEvents RPC.

func (*AbsListViewClient) OnCreateInputConnection

func (c *AbsListViewClient) OnCreateInputConnection(ctx context.Context, arg0 int64) (int64, error)

OnCreateInputConnection calls the OnCreateInputConnection RPC.

func (*AbsListViewClient) OnFilterComplete

func (c *AbsListViewClient) OnFilterComplete(ctx context.Context, arg0 int32) error

OnFilterComplete calls the OnFilterComplete RPC.

func (*AbsListViewClient) OnGenericMotionEvent

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

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*AbsListViewClient) OnGlobalLayout

func (c *AbsListViewClient) OnGlobalLayout(ctx context.Context) error

OnGlobalLayout calls the OnGlobalLayout RPC.

func (*AbsListViewClient) OnInitializeAccessibilityNodeInfoForItem

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

OnInitializeAccessibilityNodeInfoForItem calls the OnInitializeAccessibilityNodeInfoForItem RPC.

func (*AbsListViewClient) OnInterceptHoverEvent

func (c *AbsListViewClient) OnInterceptHoverEvent(ctx context.Context, arg0 int64) (bool, error)

OnInterceptHoverEvent calls the OnInterceptHoverEvent RPC.

func (*AbsListViewClient) OnInterceptTouchEvent

func (c *AbsListViewClient) OnInterceptTouchEvent(ctx context.Context, arg0 int64) (bool, error)

OnInterceptTouchEvent calls the OnInterceptTouchEvent RPC.

func (*AbsListViewClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*AbsListViewClient) OnKeyUp

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

OnKeyUp calls the OnKeyUp RPC.

func (*AbsListViewClient) OnNestedFling

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

OnNestedFling calls the OnNestedFling RPC.

func (*AbsListViewClient) OnNestedScroll

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

OnNestedScroll calls the OnNestedScroll RPC.

func (*AbsListViewClient) OnNestedScrollAccepted

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

OnNestedScrollAccepted calls the OnNestedScrollAccepted RPC.

func (*AbsListViewClient) OnProvideContentCaptureStructure

func (c *AbsListViewClient) OnProvideContentCaptureStructure(ctx context.Context, arg0 int64, arg1 int32) error

OnProvideContentCaptureStructure calls the OnProvideContentCaptureStructure RPC.

func (*AbsListViewClient) OnRemoteAdapterConnected

func (c *AbsListViewClient) OnRemoteAdapterConnected(ctx context.Context) (bool, error)

OnRemoteAdapterConnected calls the OnRemoteAdapterConnected RPC.

func (*AbsListViewClient) OnRemoteAdapterDisconnected

func (c *AbsListViewClient) OnRemoteAdapterDisconnected(ctx context.Context) error

OnRemoteAdapterDisconnected calls the OnRemoteAdapterDisconnected RPC.

func (*AbsListViewClient) OnResolvePointerIcon

func (c *AbsListViewClient) OnResolvePointerIcon(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

OnResolvePointerIcon calls the OnResolvePointerIcon RPC.

func (*AbsListViewClient) OnRestoreInstanceState

func (c *AbsListViewClient) OnRestoreInstanceState(ctx context.Context, arg0 int64) error

OnRestoreInstanceState calls the OnRestoreInstanceState RPC.

func (*AbsListViewClient) OnRtlPropertiesChanged

func (c *AbsListViewClient) OnRtlPropertiesChanged(ctx context.Context, arg0 int32) error

OnRtlPropertiesChanged calls the OnRtlPropertiesChanged RPC.

func (*AbsListViewClient) OnSaveInstanceState

func (c *AbsListViewClient) OnSaveInstanceState(ctx context.Context) (int64, error)

OnSaveInstanceState calls the OnSaveInstanceState RPC.

func (*AbsListViewClient) OnStartNestedScroll

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

OnStartNestedScroll calls the OnStartNestedScroll RPC.

func (*AbsListViewClient) OnTextChanged

func (c *AbsListViewClient) OnTextChanged(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 int32) error

OnTextChanged calls the OnTextChanged RPC.

func (*AbsListViewClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*AbsListViewClient) OnTouchModeChanged

func (c *AbsListViewClient) OnTouchModeChanged(ctx context.Context, arg0 bool) error

OnTouchModeChanged calls the OnTouchModeChanged RPC.

func (*AbsListViewClient) OnWindowFocusChanged

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

OnWindowFocusChanged calls the OnWindowFocusChanged RPC.

func (*AbsListViewClient) PerformItemClick

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

PerformItemClick calls the PerformItemClick RPC.

func (*AbsListViewClient) PointToPosition

func (c *AbsListViewClient) PointToPosition(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

PointToPosition calls the PointToPosition RPC.

func (*AbsListViewClient) PointToRowId

func (c *AbsListViewClient) PointToRowId(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

PointToRowId calls the PointToRowId RPC.

func (*AbsListViewClient) RequestDisallowInterceptTouchEvent

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

RequestDisallowInterceptTouchEvent calls the RequestDisallowInterceptTouchEvent RPC.

func (*AbsListViewClient) RequestLayout

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

RequestLayout calls the RequestLayout RPC.

func (*AbsListViewClient) ScrollListBy

func (c *AbsListViewClient) ScrollListBy(ctx context.Context, arg0 int32) error

ScrollListBy calls the ScrollListBy RPC.

func (*AbsListViewClient) SetAdapter1

func (c *AbsListViewClient) SetAdapter1(ctx context.Context, arg0 int64) error

SetAdapter1 calls the SetAdapter1 RPC.

func (*AbsListViewClient) SetAdapter1_1

func (c *AbsListViewClient) SetAdapter1_1(ctx context.Context, arg0 int64) error

SetAdapter1_1 calls the SetAdapter1_1 RPC.

func (*AbsListViewClient) SetBottomEdgeEffectColor

func (c *AbsListViewClient) SetBottomEdgeEffectColor(ctx context.Context, arg0 int32) error

SetBottomEdgeEffectColor calls the SetBottomEdgeEffectColor RPC.

func (*AbsListViewClient) SetCacheColorHint

func (c *AbsListViewClient) SetCacheColorHint(ctx context.Context, arg0 int32) error

SetCacheColorHint calls the SetCacheColorHint RPC.

func (*AbsListViewClient) SetChoiceMode

func (c *AbsListViewClient) SetChoiceMode(ctx context.Context, arg0 int32) error

SetChoiceMode calls the SetChoiceMode RPC.

func (*AbsListViewClient) SetDrawSelectorOnTop

func (c *AbsListViewClient) SetDrawSelectorOnTop(ctx context.Context, arg0 bool) error

SetDrawSelectorOnTop calls the SetDrawSelectorOnTop RPC.

func (*AbsListViewClient) SetEdgeEffectColor

func (c *AbsListViewClient) SetEdgeEffectColor(ctx context.Context, arg0 int32) error

SetEdgeEffectColor calls the SetEdgeEffectColor RPC.

func (*AbsListViewClient) SetFastScrollAlwaysVisible

func (c *AbsListViewClient) SetFastScrollAlwaysVisible(ctx context.Context, arg0 bool) error

SetFastScrollAlwaysVisible calls the SetFastScrollAlwaysVisible RPC.

func (*AbsListViewClient) SetFastScrollEnabled

func (c *AbsListViewClient) SetFastScrollEnabled(ctx context.Context, arg0 bool) error

SetFastScrollEnabled calls the SetFastScrollEnabled RPC.

func (*AbsListViewClient) SetFastScrollStyle

func (c *AbsListViewClient) SetFastScrollStyle(ctx context.Context, arg0 int32) error

SetFastScrollStyle calls the SetFastScrollStyle RPC.

func (*AbsListViewClient) SetFilterText

func (c *AbsListViewClient) SetFilterText(ctx context.Context, arg0 string) error

SetFilterText calls the SetFilterText RPC.

func (*AbsListViewClient) SetFriction

func (c *AbsListViewClient) SetFriction(ctx context.Context, arg0 float32) error

SetFriction calls the SetFriction RPC.

func (*AbsListViewClient) SetItemChecked

func (c *AbsListViewClient) SetItemChecked(ctx context.Context, arg0 int32, arg1 bool) error

SetItemChecked calls the SetItemChecked RPC.

func (*AbsListViewClient) SetMultiChoiceModeListener

func (c *AbsListViewClient) SetMultiChoiceModeListener(ctx context.Context, arg0 int64) error

SetMultiChoiceModeListener calls the SetMultiChoiceModeListener RPC.

func (*AbsListViewClient) SetOnScrollListener

func (c *AbsListViewClient) SetOnScrollListener(ctx context.Context, arg0 int64) error

SetOnScrollListener calls the SetOnScrollListener RPC.

func (*AbsListViewClient) SetRecyclerListener

func (c *AbsListViewClient) SetRecyclerListener(ctx context.Context, arg0 int64) error

SetRecyclerListener calls the SetRecyclerListener RPC.

func (*AbsListViewClient) SetRemoteViewsAdapter

func (c *AbsListViewClient) SetRemoteViewsAdapter(ctx context.Context, arg0 int64) error

SetRemoteViewsAdapter calls the SetRemoteViewsAdapter RPC.

func (*AbsListViewClient) SetScrollBarStyle

func (c *AbsListViewClient) SetScrollBarStyle(ctx context.Context, arg0 int32) error

SetScrollBarStyle calls the SetScrollBarStyle RPC.

func (*AbsListViewClient) SetScrollIndicators

func (c *AbsListViewClient) SetScrollIndicators(ctx context.Context, arg0 int64, arg1 int64) error

SetScrollIndicators calls the SetScrollIndicators RPC.

func (*AbsListViewClient) SetScrollingCacheEnabled

func (c *AbsListViewClient) SetScrollingCacheEnabled(ctx context.Context, arg0 bool) error

SetScrollingCacheEnabled calls the SetScrollingCacheEnabled RPC.

func (*AbsListViewClient) SetSelectedChildViewEnabled

func (c *AbsListViewClient) SetSelectedChildViewEnabled(ctx context.Context, arg0 bool) error

SetSelectedChildViewEnabled calls the SetSelectedChildViewEnabled RPC.

func (*AbsListViewClient) SetSelectionFromTop

func (c *AbsListViewClient) SetSelectionFromTop(ctx context.Context, arg0 int32, arg1 int32) error

SetSelectionFromTop calls the SetSelectionFromTop RPC.

func (*AbsListViewClient) SetSelector1

func (c *AbsListViewClient) SetSelector1(ctx context.Context, arg0 int64) error

SetSelector1 calls the SetSelector1 RPC.

func (*AbsListViewClient) SetSelector1_1

func (c *AbsListViewClient) SetSelector1_1(ctx context.Context, arg0 int32) error

SetSelector1_1 calls the SetSelector1_1 RPC.

func (*AbsListViewClient) SetSmoothScrollbarEnabled

func (c *AbsListViewClient) SetSmoothScrollbarEnabled(ctx context.Context, arg0 bool) error

SetSmoothScrollbarEnabled calls the SetSmoothScrollbarEnabled RPC.

func (*AbsListViewClient) SetStackFromBottom

func (c *AbsListViewClient) SetStackFromBottom(ctx context.Context, arg0 bool) error

SetStackFromBottom calls the SetStackFromBottom RPC.

func (*AbsListViewClient) SetTextFilterEnabled

func (c *AbsListViewClient) SetTextFilterEnabled(ctx context.Context, arg0 bool) error

SetTextFilterEnabled calls the SetTextFilterEnabled RPC.

func (*AbsListViewClient) SetTopEdgeEffectColor

func (c *AbsListViewClient) SetTopEdgeEffectColor(ctx context.Context, arg0 int32) error

SetTopEdgeEffectColor calls the SetTopEdgeEffectColor RPC.

func (*AbsListViewClient) SetTranscriptMode

func (c *AbsListViewClient) SetTranscriptMode(ctx context.Context, arg0 int32) error

SetTranscriptMode calls the SetTranscriptMode RPC.

func (*AbsListViewClient) SetVelocityScale

func (c *AbsListViewClient) SetVelocityScale(ctx context.Context, arg0 float32) error

SetVelocityScale calls the SetVelocityScale RPC.

func (*AbsListViewClient) SetVerticalScrollbarPosition

func (c *AbsListViewClient) SetVerticalScrollbarPosition(ctx context.Context, arg0 int32) error

SetVerticalScrollbarPosition calls the SetVerticalScrollbarPosition RPC.

func (*AbsListViewClient) ShowContextMenu0

func (c *AbsListViewClient) ShowContextMenu0(ctx context.Context) (bool, error)

ShowContextMenu0 calls the ShowContextMenu0 RPC.

func (*AbsListViewClient) ShowContextMenu2_1

func (c *AbsListViewClient) ShowContextMenu2_1(ctx context.Context, arg0 float32, arg1 float32) (bool, error)

ShowContextMenu2_1 calls the ShowContextMenu2_1 RPC.

func (*AbsListViewClient) ShowContextMenuForChild1

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

ShowContextMenuForChild1 calls the ShowContextMenuForChild1 RPC.

func (*AbsListViewClient) ShowContextMenuForChild3_1

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

ShowContextMenuForChild3_1 calls the ShowContextMenuForChild3_1 RPC.

func (*AbsListViewClient) SmoothScrollBy

func (c *AbsListViewClient) SmoothScrollBy(ctx context.Context, arg0 int32, arg1 int32) error

SmoothScrollBy calls the SmoothScrollBy RPC.

func (*AbsListViewClient) SmoothScrollToPosition1

func (c *AbsListViewClient) SmoothScrollToPosition1(ctx context.Context, arg0 int32) error

SmoothScrollToPosition1 calls the SmoothScrollToPosition1 RPC.

func (*AbsListViewClient) SmoothScrollToPosition2_1

func (c *AbsListViewClient) SmoothScrollToPosition2_1(ctx context.Context, arg0 int32, arg1 int32) error

SmoothScrollToPosition2_1 calls the SmoothScrollToPosition2_1 RPC.

func (*AbsListViewClient) SmoothScrollToPositionFromTop2

func (c *AbsListViewClient) SmoothScrollToPositionFromTop2(ctx context.Context, arg0 int32, arg1 int32) error

SmoothScrollToPositionFromTop2 calls the SmoothScrollToPositionFromTop2 RPC.

func (*AbsListViewClient) SmoothScrollToPositionFromTop3_1

func (c *AbsListViewClient) SmoothScrollToPositionFromTop3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error

SmoothScrollToPositionFromTop3_1 calls the SmoothScrollToPositionFromTop3_1 RPC.

func (*AbsListViewClient) VerifyDrawable

func (c *AbsListViewClient) VerifyDrawable(ctx context.Context, arg0 int64) (bool, error)

VerifyDrawable calls the VerifyDrawable RPC.

type AbsListViewMultiChoiceModeListenerClient

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

AbsListViewMultiChoiceModeListenerClient wraps the gRPC AbsListViewMultiChoiceModeListenerService client.

func NewAbsListViewMultiChoiceModeListenerClient

func NewAbsListViewMultiChoiceModeListenerClient(cc grpc.ClientConnInterface) *AbsListViewMultiChoiceModeListenerClient

NewAbsListViewMultiChoiceModeListenerClient creates a new AbsListViewMultiChoiceModeListener client.

func (*AbsListViewMultiChoiceModeListenerClient) OnItemCheckedStateChanged

func (c *AbsListViewMultiChoiceModeListenerClient) OnItemCheckedStateChanged(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 bool) error

OnItemCheckedStateChanged calls the OnItemCheckedStateChanged RPC.

type AbsListViewOnScrollListenerClient

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

AbsListViewOnScrollListenerClient wraps the gRPC AbsListViewOnScrollListenerService client.

func NewAbsListViewOnScrollListenerClient

func NewAbsListViewOnScrollListenerClient(cc grpc.ClientConnInterface) *AbsListViewOnScrollListenerClient

NewAbsListViewOnScrollListenerClient creates a new AbsListViewOnScrollListener client.

func (*AbsListViewOnScrollListenerClient) OnScroll

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

OnScroll calls the OnScroll RPC.

func (*AbsListViewOnScrollListenerClient) OnScrollStateChanged

func (c *AbsListViewOnScrollListenerClient) OnScrollStateChanged(ctx context.Context, arg0 int64, arg1 int32) error

OnScrollStateChanged calls the OnScrollStateChanged RPC.

type AbsListViewRecyclerListenerClient

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

AbsListViewRecyclerListenerClient wraps the gRPC AbsListViewRecyclerListenerService client.

func NewAbsListViewRecyclerListenerClient

func NewAbsListViewRecyclerListenerClient(cc grpc.ClientConnInterface) *AbsListViewRecyclerListenerClient

NewAbsListViewRecyclerListenerClient creates a new AbsListViewRecyclerListener client.

func (*AbsListViewRecyclerListenerClient) OnMovedToScrapHeap

func (c *AbsListViewRecyclerListenerClient) OnMovedToScrapHeap(ctx context.Context, arg0 int64) error

OnMovedToScrapHeap calls the OnMovedToScrapHeap RPC.

type AbsListViewSelectionBoundsAdjusterClient

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

AbsListViewSelectionBoundsAdjusterClient wraps the gRPC AbsListViewSelectionBoundsAdjusterService client.

func NewAbsListViewSelectionBoundsAdjusterClient

func NewAbsListViewSelectionBoundsAdjusterClient(cc grpc.ClientConnInterface) *AbsListViewSelectionBoundsAdjusterClient

NewAbsListViewSelectionBoundsAdjusterClient creates a new AbsListViewSelectionBoundsAdjuster client.

func (*AbsListViewSelectionBoundsAdjusterClient) AdjustListItemSelectionBounds

func (c *AbsListViewSelectionBoundsAdjusterClient) AdjustListItemSelectionBounds(ctx context.Context, arg0 int64) error

AdjustListItemSelectionBounds calls the AdjustListItemSelectionBounds RPC.

type AbsSeekBarClient

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

AbsSeekBarClient wraps the gRPC AbsSeekBarService client.

func NewAbsSeekBarClient

func NewAbsSeekBarClient(cc grpc.ClientConnInterface) *AbsSeekBarClient

NewAbsSeekBarClient creates a new AbsSeekBar client.

func (*AbsSeekBarClient) DrawableHotspotChanged

func (c *AbsSeekBarClient) DrawableHotspotChanged(ctx context.Context, arg0 float32, arg1 float32) error

DrawableHotspotChanged calls the DrawableHotspotChanged RPC.

func (*AbsSeekBarClient) GetAccessibilityClassName

func (c *AbsSeekBarClient) GetAccessibilityClassName(ctx context.Context) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*AbsSeekBarClient) GetKeyProgressIncrement

func (c *AbsSeekBarClient) GetKeyProgressIncrement(ctx context.Context) (int32, error)

GetKeyProgressIncrement calls the GetKeyProgressIncrement RPC.

func (*AbsSeekBarClient) GetSplitTrack

func (c *AbsSeekBarClient) GetSplitTrack(ctx context.Context) (bool, error)

GetSplitTrack calls the GetSplitTrack RPC.

func (*AbsSeekBarClient) GetThumb

func (c *AbsSeekBarClient) GetThumb(ctx context.Context) (int64, error)

GetThumb calls the GetThumb RPC.

func (*AbsSeekBarClient) GetThumbOffset

func (c *AbsSeekBarClient) GetThumbOffset(ctx context.Context) (int32, error)

GetThumbOffset calls the GetThumbOffset RPC.

func (*AbsSeekBarClient) GetThumbTintBlendMode

func (c *AbsSeekBarClient) GetThumbTintBlendMode(ctx context.Context) (int64, error)

GetThumbTintBlendMode calls the GetThumbTintBlendMode RPC.

func (*AbsSeekBarClient) GetThumbTintList

func (c *AbsSeekBarClient) GetThumbTintList(ctx context.Context) (int64, error)

GetThumbTintList calls the GetThumbTintList RPC.

func (*AbsSeekBarClient) GetThumbTintMode

func (c *AbsSeekBarClient) GetThumbTintMode(ctx context.Context) (int64, error)

GetThumbTintMode calls the GetThumbTintMode RPC.

func (*AbsSeekBarClient) GetTickMark

func (c *AbsSeekBarClient) GetTickMark(ctx context.Context) (int64, error)

GetTickMark calls the GetTickMark RPC.

func (*AbsSeekBarClient) GetTickMarkTintBlendMode

func (c *AbsSeekBarClient) GetTickMarkTintBlendMode(ctx context.Context) (int64, error)

GetTickMarkTintBlendMode calls the GetTickMarkTintBlendMode RPC.

func (*AbsSeekBarClient) GetTickMarkTintList

func (c *AbsSeekBarClient) GetTickMarkTintList(ctx context.Context) (int64, error)

GetTickMarkTintList calls the GetTickMarkTintList RPC.

func (*AbsSeekBarClient) GetTickMarkTintMode

func (c *AbsSeekBarClient) GetTickMarkTintMode(ctx context.Context) (int64, error)

GetTickMarkTintMode calls the GetTickMarkTintMode RPC.

func (*AbsSeekBarClient) JumpDrawablesToCurrentState

func (c *AbsSeekBarClient) JumpDrawablesToCurrentState(ctx context.Context) error

JumpDrawablesToCurrentState calls the JumpDrawablesToCurrentState RPC.

func (*AbsSeekBarClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*AbsSeekBarClient) OnRtlPropertiesChanged

func (c *AbsSeekBarClient) OnRtlPropertiesChanged(ctx context.Context, arg0 int32) error

OnRtlPropertiesChanged calls the OnRtlPropertiesChanged RPC.

func (*AbsSeekBarClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*AbsSeekBarClient) SetKeyProgressIncrement

func (c *AbsSeekBarClient) SetKeyProgressIncrement(ctx context.Context, arg0 int32) error

SetKeyProgressIncrement calls the SetKeyProgressIncrement RPC.

func (*AbsSeekBarClient) SetSplitTrack

func (c *AbsSeekBarClient) SetSplitTrack(ctx context.Context, arg0 bool) error

SetSplitTrack calls the SetSplitTrack RPC.

func (*AbsSeekBarClient) SetThumb

func (c *AbsSeekBarClient) SetThumb(ctx context.Context, arg0 int64) error

SetThumb calls the SetThumb RPC.

func (*AbsSeekBarClient) SetThumbOffset

func (c *AbsSeekBarClient) SetThumbOffset(ctx context.Context, arg0 int32) error

SetThumbOffset calls the SetThumbOffset RPC.

func (*AbsSeekBarClient) SetThumbTintBlendMode

func (c *AbsSeekBarClient) SetThumbTintBlendMode(ctx context.Context, arg0 int64) error

SetThumbTintBlendMode calls the SetThumbTintBlendMode RPC.

func (*AbsSeekBarClient) SetThumbTintList

func (c *AbsSeekBarClient) SetThumbTintList(ctx context.Context, arg0 int64) error

SetThumbTintList calls the SetThumbTintList RPC.

func (*AbsSeekBarClient) SetThumbTintMode

func (c *AbsSeekBarClient) SetThumbTintMode(ctx context.Context, arg0 int64) error

SetThumbTintMode calls the SetThumbTintMode RPC.

func (*AbsSeekBarClient) SetTickMark

func (c *AbsSeekBarClient) SetTickMark(ctx context.Context, arg0 int64) error

SetTickMark calls the SetTickMark RPC.

func (*AbsSeekBarClient) SetTickMarkTintBlendMode

func (c *AbsSeekBarClient) SetTickMarkTintBlendMode(ctx context.Context, arg0 int64) error

SetTickMarkTintBlendMode calls the SetTickMarkTintBlendMode RPC.

func (*AbsSeekBarClient) SetTickMarkTintList

func (c *AbsSeekBarClient) SetTickMarkTintList(ctx context.Context, arg0 int64) error

SetTickMarkTintList calls the SetTickMarkTintList RPC.

func (*AbsSeekBarClient) SetTickMarkTintMode

func (c *AbsSeekBarClient) SetTickMarkTintMode(ctx context.Context, arg0 int64) error

SetTickMarkTintMode calls the SetTickMarkTintMode RPC.

type AbsSpinnerClient

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

AbsSpinnerClient wraps the gRPC AbsSpinnerService client.

func NewAbsSpinnerClient

func NewAbsSpinnerClient(cc grpc.ClientConnInterface) *AbsSpinnerClient

NewAbsSpinnerClient creates a new AbsSpinner client.

func (*AbsSpinnerClient) Autofill

func (c *AbsSpinnerClient) Autofill(ctx context.Context, arg0 int64) error

Autofill calls the Autofill RPC.

func (*AbsSpinnerClient) GetAccessibilityClassName

func (c *AbsSpinnerClient) GetAccessibilityClassName(ctx context.Context) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*AbsSpinnerClient) GetAdapter0

func (c *AbsSpinnerClient) GetAdapter0(ctx context.Context) (int64, error)

GetAdapter0 calls the GetAdapter0 RPC.

func (*AbsSpinnerClient) GetAdapter0_1

func (c *AbsSpinnerClient) GetAdapter0_1(ctx context.Context) (int64, error)

GetAdapter0_1 calls the GetAdapter0_1 RPC.

func (*AbsSpinnerClient) GetAutofillType

func (c *AbsSpinnerClient) GetAutofillType(ctx context.Context) (int32, error)

GetAutofillType calls the GetAutofillType RPC.

func (*AbsSpinnerClient) GetAutofillValue

func (c *AbsSpinnerClient) GetAutofillValue(ctx context.Context) (int64, error)

GetAutofillValue calls the GetAutofillValue RPC.

func (*AbsSpinnerClient) GetCount

func (c *AbsSpinnerClient) GetCount(ctx context.Context) (int32, error)

GetCount calls the GetCount RPC.

func (*AbsSpinnerClient) GetSelectedView

func (c *AbsSpinnerClient) GetSelectedView(ctx context.Context) (int64, error)

GetSelectedView calls the GetSelectedView RPC.

func (*AbsSpinnerClient) OnRestoreInstanceState

func (c *AbsSpinnerClient) OnRestoreInstanceState(ctx context.Context, arg0 int64) error

OnRestoreInstanceState calls the OnRestoreInstanceState RPC.

func (*AbsSpinnerClient) OnSaveInstanceState

func (c *AbsSpinnerClient) OnSaveInstanceState(ctx context.Context) (int64, error)

OnSaveInstanceState calls the OnSaveInstanceState RPC.

func (*AbsSpinnerClient) PointToPosition

func (c *AbsSpinnerClient) PointToPosition(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

PointToPosition calls the PointToPosition RPC.

func (*AbsSpinnerClient) RequestLayout

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

RequestLayout calls the RequestLayout RPC.

func (*AbsSpinnerClient) SetAdapter1

func (c *AbsSpinnerClient) SetAdapter1(ctx context.Context, arg0 int64) error

SetAdapter1 calls the SetAdapter1 RPC.

func (*AbsSpinnerClient) SetAdapter1_1

func (c *AbsSpinnerClient) SetAdapter1_1(ctx context.Context, arg0 int64) error

SetAdapter1_1 calls the SetAdapter1_1 RPC.

func (*AbsSpinnerClient) SetSelection1

func (c *AbsSpinnerClient) SetSelection1(ctx context.Context, arg0 int32) error

SetSelection1 calls the SetSelection1 RPC.

func (*AbsSpinnerClient) SetSelection2_1

func (c *AbsSpinnerClient) SetSelection2_1(ctx context.Context, arg0 int32, arg1 bool) error

SetSelection2_1 calls the SetSelection2_1 RPC.

type AbsoluteLayoutClient

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

AbsoluteLayoutClient wraps the gRPC AbsoluteLayoutService client.

func NewAbsoluteLayoutClient

func NewAbsoluteLayoutClient(cc grpc.ClientConnInterface) *AbsoluteLayoutClient

NewAbsoluteLayoutClient creates a new AbsoluteLayout client.

func (*AbsoluteLayoutClient) GenerateLayoutParams

func (c *AbsoluteLayoutClient) GenerateLayoutParams(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams calls the GenerateLayoutParams RPC.

func (*AbsoluteLayoutClient) ShouldDelayChildPressedState

func (c *AbsoluteLayoutClient) ShouldDelayChildPressedState(ctx context.Context, handle int64) (bool, error)

ShouldDelayChildPressedState calls the ShouldDelayChildPressedState RPC.

type AbsoluteLayoutLayoutParamsClient

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

AbsoluteLayoutLayoutParamsClient wraps the gRPC AbsoluteLayoutLayoutParamsService client.

func NewAbsoluteLayoutLayoutParamsClient

func NewAbsoluteLayoutLayoutParamsClient(cc grpc.ClientConnInterface) *AbsoluteLayoutLayoutParamsClient

NewAbsoluteLayoutLayoutParamsClient creates a new AbsoluteLayoutLayoutParams client.

func (*AbsoluteLayoutLayoutParamsClient) Debug

Debug calls the Debug RPC.

type ActionMenuViewClient

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

ActionMenuViewClient wraps the gRPC ActionMenuViewService client.

func NewActionMenuViewClient

func NewActionMenuViewClient(cc grpc.ClientConnInterface) *ActionMenuViewClient

NewActionMenuViewClient creates a new ActionMenuView client.

func (*ActionMenuViewClient) DismissPopupMenus

func (c *ActionMenuViewClient) DismissPopupMenus(ctx context.Context, handle int64) error

DismissPopupMenus calls the DismissPopupMenus RPC.

func (*ActionMenuViewClient) GenerateLayoutParams1

func (c *ActionMenuViewClient) GenerateLayoutParams1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1 calls the GenerateLayoutParams1 RPC.

func (*ActionMenuViewClient) GenerateLayoutParams1_1

func (c *ActionMenuViewClient) GenerateLayoutParams1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_1 calls the GenerateLayoutParams1_1 RPC.

func (*ActionMenuViewClient) GenerateLayoutParams1_2

func (c *ActionMenuViewClient) GenerateLayoutParams1_2(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_2 calls the GenerateLayoutParams1_2 RPC.

func (*ActionMenuViewClient) GetMenu

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

GetMenu calls the GetMenu RPC.

func (*ActionMenuViewClient) GetOverflowIcon

func (c *ActionMenuViewClient) GetOverflowIcon(ctx context.Context, handle int64) (int64, error)

GetOverflowIcon calls the GetOverflowIcon RPC.

func (*ActionMenuViewClient) GetPopupTheme

func (c *ActionMenuViewClient) GetPopupTheme(ctx context.Context, handle int64) (int32, error)

GetPopupTheme calls the GetPopupTheme RPC.

func (*ActionMenuViewClient) HideOverflowMenu

func (c *ActionMenuViewClient) HideOverflowMenu(ctx context.Context, handle int64) (bool, error)

HideOverflowMenu calls the HideOverflowMenu RPC.

func (*ActionMenuViewClient) IsOverflowMenuShowing

func (c *ActionMenuViewClient) IsOverflowMenuShowing(ctx context.Context, handle int64) (bool, error)

IsOverflowMenuShowing calls the IsOverflowMenuShowing RPC.

func (*ActionMenuViewClient) OnConfigurationChanged

func (c *ActionMenuViewClient) OnConfigurationChanged(ctx context.Context, handle int64, arg0 int64) error

OnConfigurationChanged calls the OnConfigurationChanged RPC.

func (*ActionMenuViewClient) OnDetachedFromWindow

func (c *ActionMenuViewClient) OnDetachedFromWindow(ctx context.Context, handle int64) error

OnDetachedFromWindow calls the OnDetachedFromWindow RPC.

func (*ActionMenuViewClient) SetOnMenuItemClickListener

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

SetOnMenuItemClickListener calls the SetOnMenuItemClickListener RPC.

func (*ActionMenuViewClient) SetOverflowIcon

func (c *ActionMenuViewClient) SetOverflowIcon(ctx context.Context, handle int64, arg0 int64) error

SetOverflowIcon calls the SetOverflowIcon RPC.

func (*ActionMenuViewClient) SetPopupTheme

func (c *ActionMenuViewClient) SetPopupTheme(ctx context.Context, handle int64, arg0 int32) error

SetPopupTheme calls the SetPopupTheme RPC.

func (*ActionMenuViewClient) ShowOverflowMenu

func (c *ActionMenuViewClient) ShowOverflowMenu(ctx context.Context, handle int64) (bool, error)

ShowOverflowMenu calls the ShowOverflowMenu RPC.

type ActionMenuViewOnMenuItemClickListenerClient

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

ActionMenuViewOnMenuItemClickListenerClient wraps the gRPC ActionMenuViewOnMenuItemClickListenerService client.

func NewActionMenuViewOnMenuItemClickListenerClient

func NewActionMenuViewOnMenuItemClickListenerClient(cc grpc.ClientConnInterface) *ActionMenuViewOnMenuItemClickListenerClient

NewActionMenuViewOnMenuItemClickListenerClient creates a new ActionMenuViewOnMenuItemClickListener client.

func (*ActionMenuViewOnMenuItemClickListenerClient) OnMenuItemClick

OnMenuItemClick calls the OnMenuItemClick RPC.

type AdapterClient

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

AdapterClient wraps the gRPC AdapterService client.

func NewAdapterClient

func NewAdapterClient(cc grpc.ClientConnInterface) *AdapterClient

NewAdapterClient creates a new Adapter client.

func (*AdapterClient) GetCount

func (c *AdapterClient) GetCount(ctx context.Context) (int32, error)

GetCount calls the GetCount RPC.

func (*AdapterClient) GetItem

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

GetItem calls the GetItem RPC.

func (*AdapterClient) GetItemId

func (c *AdapterClient) GetItemId(ctx context.Context, arg0 int32) (int64, error)

GetItemId calls the GetItemId RPC.

func (*AdapterClient) GetItemViewType

func (c *AdapterClient) GetItemViewType(ctx context.Context, arg0 int32) (int32, error)

GetItemViewType calls the GetItemViewType RPC.

func (*AdapterClient) GetView

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

GetView calls the GetView RPC.

func (*AdapterClient) GetViewTypeCount

func (c *AdapterClient) GetViewTypeCount(ctx context.Context) (int32, error)

GetViewTypeCount calls the GetViewTypeCount RPC.

func (*AdapterClient) HasStableIds

func (c *AdapterClient) HasStableIds(ctx context.Context) (bool, error)

HasStableIds calls the HasStableIds RPC.

func (*AdapterClient) IsEmpty

func (c *AdapterClient) IsEmpty(ctx context.Context) (bool, error)

IsEmpty calls the IsEmpty RPC.

func (*AdapterClient) RegisterDataSetObserver

func (c *AdapterClient) RegisterDataSetObserver(ctx context.Context, arg0 int64) error

RegisterDataSetObserver calls the RegisterDataSetObserver RPC.

func (*AdapterClient) UnregisterDataSetObserver

func (c *AdapterClient) UnregisterDataSetObserver(ctx context.Context, arg0 int64) error

UnregisterDataSetObserver calls the UnregisterDataSetObserver RPC.

type AdapterViewAnimatorClient

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

AdapterViewAnimatorClient wraps the gRPC AdapterViewAnimatorService client.

func NewAdapterViewAnimatorClient

func NewAdapterViewAnimatorClient(cc grpc.ClientConnInterface) *AdapterViewAnimatorClient

NewAdapterViewAnimatorClient creates a new AdapterViewAnimator client.

func (*AdapterViewAnimatorClient) Advance

Advance calls the Advance RPC.

func (*AdapterViewAnimatorClient) DeferNotifyDataSetChanged

func (c *AdapterViewAnimatorClient) DeferNotifyDataSetChanged(ctx context.Context) error

DeferNotifyDataSetChanged calls the DeferNotifyDataSetChanged RPC.

func (*AdapterViewAnimatorClient) FyiWillBeAdvancedByHostKThx

func (c *AdapterViewAnimatorClient) FyiWillBeAdvancedByHostKThx(ctx context.Context) error

FyiWillBeAdvancedByHostKThx calls the FyiWillBeAdvancedByHostKThx RPC.

func (*AdapterViewAnimatorClient) GetAccessibilityClassName

func (c *AdapterViewAnimatorClient) GetAccessibilityClassName(ctx context.Context) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*AdapterViewAnimatorClient) GetAdapter

func (c *AdapterViewAnimatorClient) GetAdapter(ctx context.Context) (int64, error)

GetAdapter calls the GetAdapter RPC.

func (*AdapterViewAnimatorClient) GetBaseline

func (c *AdapterViewAnimatorClient) GetBaseline(ctx context.Context) (int32, error)

GetBaseline calls the GetBaseline RPC.

func (*AdapterViewAnimatorClient) GetCurrentView

func (c *AdapterViewAnimatorClient) GetCurrentView(ctx context.Context) (int64, error)

GetCurrentView calls the GetCurrentView RPC.

func (*AdapterViewAnimatorClient) GetDisplayedChild

func (c *AdapterViewAnimatorClient) GetDisplayedChild(ctx context.Context) (int32, error)

GetDisplayedChild calls the GetDisplayedChild RPC.

func (*AdapterViewAnimatorClient) GetInAnimation

func (c *AdapterViewAnimatorClient) GetInAnimation(ctx context.Context) (int64, error)

GetInAnimation calls the GetInAnimation RPC.

func (*AdapterViewAnimatorClient) GetOutAnimation

func (c *AdapterViewAnimatorClient) GetOutAnimation(ctx context.Context) (int64, error)

GetOutAnimation calls the GetOutAnimation RPC.

func (*AdapterViewAnimatorClient) GetSelectedView

func (c *AdapterViewAnimatorClient) GetSelectedView(ctx context.Context) (int64, error)

GetSelectedView calls the GetSelectedView RPC.

func (*AdapterViewAnimatorClient) OnRemoteAdapterConnected

func (c *AdapterViewAnimatorClient) OnRemoteAdapterConnected(ctx context.Context) (bool, error)

OnRemoteAdapterConnected calls the OnRemoteAdapterConnected RPC.

func (*AdapterViewAnimatorClient) OnRemoteAdapterDisconnected

func (c *AdapterViewAnimatorClient) OnRemoteAdapterDisconnected(ctx context.Context) error

OnRemoteAdapterDisconnected calls the OnRemoteAdapterDisconnected RPC.

func (*AdapterViewAnimatorClient) OnRestoreInstanceState

func (c *AdapterViewAnimatorClient) OnRestoreInstanceState(ctx context.Context, arg0 int64) error

OnRestoreInstanceState calls the OnRestoreInstanceState RPC.

func (*AdapterViewAnimatorClient) OnSaveInstanceState

func (c *AdapterViewAnimatorClient) OnSaveInstanceState(ctx context.Context) (int64, error)

OnSaveInstanceState calls the OnSaveInstanceState RPC.

func (*AdapterViewAnimatorClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*AdapterViewAnimatorClient) SetAdapter

func (c *AdapterViewAnimatorClient) SetAdapter(ctx context.Context, arg0 int64) error

SetAdapter calls the SetAdapter RPC.

func (*AdapterViewAnimatorClient) SetAnimateFirstView

func (c *AdapterViewAnimatorClient) SetAnimateFirstView(ctx context.Context, arg0 bool) error

SetAnimateFirstView calls the SetAnimateFirstView RPC.

func (*AdapterViewAnimatorClient) SetDisplayedChild

func (c *AdapterViewAnimatorClient) SetDisplayedChild(ctx context.Context, arg0 int32) error

SetDisplayedChild calls the SetDisplayedChild RPC.

func (*AdapterViewAnimatorClient) SetInAnimation1

func (c *AdapterViewAnimatorClient) SetInAnimation1(ctx context.Context, arg0 int64) error

SetInAnimation1 calls the SetInAnimation1 RPC.

func (*AdapterViewAnimatorClient) SetInAnimation2_1

func (c *AdapterViewAnimatorClient) SetInAnimation2_1(ctx context.Context, arg0 int64, arg1 int32) error

SetInAnimation2_1 calls the SetInAnimation2_1 RPC.

func (*AdapterViewAnimatorClient) SetOutAnimation1

func (c *AdapterViewAnimatorClient) SetOutAnimation1(ctx context.Context, arg0 int64) error

SetOutAnimation1 calls the SetOutAnimation1 RPC.

func (*AdapterViewAnimatorClient) SetOutAnimation2_1

func (c *AdapterViewAnimatorClient) SetOutAnimation2_1(ctx context.Context, arg0 int64, arg1 int32) error

SetOutAnimation2_1 calls the SetOutAnimation2_1 RPC.

func (*AdapterViewAnimatorClient) SetRemoteViewsAdapter

func (c *AdapterViewAnimatorClient) SetRemoteViewsAdapter(ctx context.Context, arg0 int64) error

SetRemoteViewsAdapter calls the SetRemoteViewsAdapter RPC.

func (*AdapterViewAnimatorClient) SetSelection

func (c *AdapterViewAnimatorClient) SetSelection(ctx context.Context, arg0 int32) error

SetSelection calls the SetSelection RPC.

func (*AdapterViewAnimatorClient) ShowNext

ShowNext calls the ShowNext RPC.

func (*AdapterViewAnimatorClient) ShowPrevious

func (c *AdapterViewAnimatorClient) ShowPrevious(ctx context.Context) error

ShowPrevious calls the ShowPrevious RPC.

type AdapterViewClient

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

AdapterViewClient wraps the gRPC AdapterViewService client.

func NewAdapterViewClient

func NewAdapterViewClient(cc grpc.ClientConnInterface) *AdapterViewClient

NewAdapterViewClient creates a new AdapterView client.

func (*AdapterViewClient) AddView1

func (c *AdapterViewClient) AddView1(ctx context.Context, arg0 int64) error

AddView1 calls the AddView1 RPC.

func (*AdapterViewClient) AddView2_1

func (c *AdapterViewClient) AddView2_1(ctx context.Context, arg0 int64, arg1 int64) error

AddView2_1 calls the AddView2_1 RPC.

func (*AdapterViewClient) AddView2_2

func (c *AdapterViewClient) AddView2_2(ctx context.Context, arg0 int64, arg1 int32) error

AddView2_2 calls the AddView2_2 RPC.

func (*AdapterViewClient) AddView3_3

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

AddView3_3 calls the AddView3_3 RPC.

func (*AdapterViewClient) GetAccessibilityClassName

func (c *AdapterViewClient) GetAccessibilityClassName(ctx context.Context) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*AdapterViewClient) GetCount

func (c *AdapterViewClient) GetCount(ctx context.Context) (int32, error)

GetCount calls the GetCount RPC.

func (*AdapterViewClient) GetEmptyView

func (c *AdapterViewClient) GetEmptyView(ctx context.Context) (int64, error)

GetEmptyView calls the GetEmptyView RPC.

func (*AdapterViewClient) GetFirstVisiblePosition

func (c *AdapterViewClient) GetFirstVisiblePosition(ctx context.Context) (int32, error)

GetFirstVisiblePosition calls the GetFirstVisiblePosition RPC.

func (*AdapterViewClient) GetItemAtPosition

func (c *AdapterViewClient) GetItemAtPosition(ctx context.Context, arg0 int32) (int64, error)

GetItemAtPosition calls the GetItemAtPosition RPC.

func (*AdapterViewClient) GetItemIdAtPosition

func (c *AdapterViewClient) GetItemIdAtPosition(ctx context.Context, arg0 int32) (int64, error)

GetItemIdAtPosition calls the GetItemIdAtPosition RPC.

func (*AdapterViewClient) GetLastVisiblePosition

func (c *AdapterViewClient) GetLastVisiblePosition(ctx context.Context) (int32, error)

GetLastVisiblePosition calls the GetLastVisiblePosition RPC.

func (*AdapterViewClient) GetOnItemClickListener

func (c *AdapterViewClient) GetOnItemClickListener(ctx context.Context) (int64, error)

GetOnItemClickListener calls the GetOnItemClickListener RPC.

func (*AdapterViewClient) GetOnItemLongClickListener

func (c *AdapterViewClient) GetOnItemLongClickListener(ctx context.Context) (int64, error)

GetOnItemLongClickListener calls the GetOnItemLongClickListener RPC.

func (*AdapterViewClient) GetOnItemSelectedListener

func (c *AdapterViewClient) GetOnItemSelectedListener(ctx context.Context) (int64, error)

GetOnItemSelectedListener calls the GetOnItemSelectedListener RPC.

func (*AdapterViewClient) GetPositionForView

func (c *AdapterViewClient) GetPositionForView(ctx context.Context, arg0 int64) (int32, error)

GetPositionForView calls the GetPositionForView RPC.

func (*AdapterViewClient) GetSelectedItem

func (c *AdapterViewClient) GetSelectedItem(ctx context.Context) (int64, error)

GetSelectedItem calls the GetSelectedItem RPC.

func (*AdapterViewClient) GetSelectedItemId

func (c *AdapterViewClient) GetSelectedItemId(ctx context.Context) (int64, error)

GetSelectedItemId calls the GetSelectedItemId RPC.

func (*AdapterViewClient) GetSelectedItemPosition

func (c *AdapterViewClient) GetSelectedItemPosition(ctx context.Context) (int32, error)

GetSelectedItemPosition calls the GetSelectedItemPosition RPC.

func (*AdapterViewClient) GetSelectedView

func (c *AdapterViewClient) GetSelectedView(ctx context.Context) (int64, error)

GetSelectedView calls the GetSelectedView RPC.

func (*AdapterViewClient) OnProvideAutofillStructure

func (c *AdapterViewClient) OnProvideAutofillStructure(ctx context.Context, arg0 int64, arg1 int32) error

OnProvideAutofillStructure calls the OnProvideAutofillStructure RPC.

func (*AdapterViewClient) PerformItemClick

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

PerformItemClick calls the PerformItemClick RPC.

func (*AdapterViewClient) RemoveAllViews

func (c *AdapterViewClient) RemoveAllViews(ctx context.Context) error

RemoveAllViews calls the RemoveAllViews RPC.

func (*AdapterViewClient) RemoveView

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

RemoveView calls the RemoveView RPC.

func (*AdapterViewClient) RemoveViewAt

func (c *AdapterViewClient) RemoveViewAt(ctx context.Context, arg0 int32) error

RemoveViewAt calls the RemoveViewAt RPC.

func (*AdapterViewClient) SetEmptyView

func (c *AdapterViewClient) SetEmptyView(ctx context.Context, arg0 int64) error

SetEmptyView calls the SetEmptyView RPC.

func (*AdapterViewClient) SetFocusable

func (c *AdapterViewClient) SetFocusable(ctx context.Context, arg0 int32) error

SetFocusable calls the SetFocusable RPC.

func (*AdapterViewClient) SetFocusableInTouchMode

func (c *AdapterViewClient) SetFocusableInTouchMode(ctx context.Context, arg0 bool) error

SetFocusableInTouchMode calls the SetFocusableInTouchMode RPC.

func (*AdapterViewClient) SetOnClickListener

func (c *AdapterViewClient) SetOnClickListener(ctx context.Context, arg0 int64) error

SetOnClickListener calls the SetOnClickListener RPC.

func (*AdapterViewClient) SetOnItemClickListener

func (c *AdapterViewClient) SetOnItemClickListener(ctx context.Context, arg0 int64) error

SetOnItemClickListener calls the SetOnItemClickListener RPC.

func (*AdapterViewClient) SetOnItemLongClickListener

func (c *AdapterViewClient) SetOnItemLongClickListener(ctx context.Context, arg0 int64) error

SetOnItemLongClickListener calls the SetOnItemLongClickListener RPC.

func (*AdapterViewClient) SetOnItemSelectedListener

func (c *AdapterViewClient) SetOnItemSelectedListener(ctx context.Context, arg0 int64) error

SetOnItemSelectedListener calls the SetOnItemSelectedListener RPC.

func (*AdapterViewClient) SetSelection

func (c *AdapterViewClient) SetSelection(ctx context.Context, arg0 int32) error

SetSelection calls the SetSelection RPC.

type AdapterViewFlipperClient

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

AdapterViewFlipperClient wraps the gRPC AdapterViewFlipperService client.

func NewAdapterViewFlipperClient

func NewAdapterViewFlipperClient(cc grpc.ClientConnInterface) *AdapterViewFlipperClient

NewAdapterViewFlipperClient creates a new AdapterViewFlipper client.

func (*AdapterViewFlipperClient) FyiWillBeAdvancedByHostKThx

func (c *AdapterViewFlipperClient) FyiWillBeAdvancedByHostKThx(ctx context.Context, handle int64) error

FyiWillBeAdvancedByHostKThx calls the FyiWillBeAdvancedByHostKThx RPC.

func (*AdapterViewFlipperClient) GetAccessibilityClassName

func (c *AdapterViewFlipperClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*AdapterViewFlipperClient) GetFlipInterval

func (c *AdapterViewFlipperClient) GetFlipInterval(ctx context.Context, handle int64) (int32, error)

GetFlipInterval calls the GetFlipInterval RPC.

func (*AdapterViewFlipperClient) IsAutoStart

func (c *AdapterViewFlipperClient) IsAutoStart(ctx context.Context, handle int64) (bool, error)

IsAutoStart calls the IsAutoStart RPC.

func (*AdapterViewFlipperClient) IsFlipping

func (c *AdapterViewFlipperClient) IsFlipping(ctx context.Context, handle int64) (bool, error)

IsFlipping calls the IsFlipping RPC.

func (*AdapterViewFlipperClient) SetAdapter

func (c *AdapterViewFlipperClient) SetAdapter(ctx context.Context, handle int64, arg0 int64) error

SetAdapter calls the SetAdapter RPC.

func (*AdapterViewFlipperClient) SetAutoStart

func (c *AdapterViewFlipperClient) SetAutoStart(ctx context.Context, handle int64, arg0 bool) error

SetAutoStart calls the SetAutoStart RPC.

func (*AdapterViewFlipperClient) SetFlipInterval

func (c *AdapterViewFlipperClient) SetFlipInterval(ctx context.Context, handle int64, arg0 int32) error

SetFlipInterval calls the SetFlipInterval RPC.

func (*AdapterViewFlipperClient) ShowNext

func (c *AdapterViewFlipperClient) ShowNext(ctx context.Context, handle int64) error

ShowNext calls the ShowNext RPC.

func (*AdapterViewFlipperClient) ShowPrevious

func (c *AdapterViewFlipperClient) ShowPrevious(ctx context.Context, handle int64) error

ShowPrevious calls the ShowPrevious RPC.

func (*AdapterViewFlipperClient) StartFlipping

func (c *AdapterViewFlipperClient) StartFlipping(ctx context.Context, handle int64) error

StartFlipping calls the StartFlipping RPC.

func (*AdapterViewFlipperClient) StopFlipping

func (c *AdapterViewFlipperClient) StopFlipping(ctx context.Context, handle int64) error

StopFlipping calls the StopFlipping RPC.

type AdvanceableClient

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

AdvanceableClient wraps the gRPC AdvanceableService client.

func NewAdvanceableClient

func NewAdvanceableClient(cc grpc.ClientConnInterface) *AdvanceableClient

NewAdvanceableClient creates a new Advanceable client.

func (*AdvanceableClient) Advance

func (c *AdvanceableClient) Advance(ctx context.Context) error

Advance calls the Advance RPC.

func (*AdvanceableClient) FyiWillBeAdvancedByHostKThx

func (c *AdvanceableClient) FyiWillBeAdvancedByHostKThx(ctx context.Context) error

FyiWillBeAdvancedByHostKThx calls the FyiWillBeAdvancedByHostKThx RPC.

type AlphabetIndexerClient

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

AlphabetIndexerClient wraps the gRPC AlphabetIndexerService client.

func NewAlphabetIndexerClient

func NewAlphabetIndexerClient(cc grpc.ClientConnInterface) *AlphabetIndexerClient

NewAlphabetIndexerClient creates a new AlphabetIndexer client.

func (*AlphabetIndexerClient) GetPositionForSection

func (c *AlphabetIndexerClient) GetPositionForSection(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetPositionForSection calls the GetPositionForSection RPC.

func (*AlphabetIndexerClient) GetSectionForPosition

func (c *AlphabetIndexerClient) GetSectionForPosition(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetSectionForPosition calls the GetSectionForPosition RPC.

func (*AlphabetIndexerClient) GetSections

func (c *AlphabetIndexerClient) GetSections(ctx context.Context, handle int64) (int64, error)

GetSections calls the GetSections RPC.

func (*AlphabetIndexerClient) OnChanged

func (c *AlphabetIndexerClient) OnChanged(ctx context.Context, handle int64) error

OnChanged calls the OnChanged RPC.

func (*AlphabetIndexerClient) OnInvalidated

func (c *AlphabetIndexerClient) OnInvalidated(ctx context.Context, handle int64) error

OnInvalidated calls the OnInvalidated RPC.

func (*AlphabetIndexerClient) SetCursor

func (c *AlphabetIndexerClient) SetCursor(ctx context.Context, handle int64, arg0 int64) error

SetCursor calls the SetCursor RPC.

type AnalogClockClient

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

AnalogClockClient wraps the gRPC AnalogClockService client.

func NewAnalogClockClient

func NewAnalogClockClient(cc grpc.ClientConnInterface) *AnalogClockClient

NewAnalogClockClient creates a new AnalogClock client.

func (*AnalogClockClient) GetDialTintBlendMode

func (c *AnalogClockClient) GetDialTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetDialTintBlendMode calls the GetDialTintBlendMode RPC.

func (*AnalogClockClient) GetDialTintList

func (c *AnalogClockClient) GetDialTintList(ctx context.Context, handle int64) (int64, error)

GetDialTintList calls the GetDialTintList RPC.

func (*AnalogClockClient) GetHourHandTintBlendMode

func (c *AnalogClockClient) GetHourHandTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetHourHandTintBlendMode calls the GetHourHandTintBlendMode RPC.

func (*AnalogClockClient) GetHourHandTintList

func (c *AnalogClockClient) GetHourHandTintList(ctx context.Context, handle int64) (int64, error)

GetHourHandTintList calls the GetHourHandTintList RPC.

func (*AnalogClockClient) GetMinuteHandTintBlendMode

func (c *AnalogClockClient) GetMinuteHandTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetMinuteHandTintBlendMode calls the GetMinuteHandTintBlendMode RPC.

func (*AnalogClockClient) GetMinuteHandTintList

func (c *AnalogClockClient) GetMinuteHandTintList(ctx context.Context, handle int64) (int64, error)

GetMinuteHandTintList calls the GetMinuteHandTintList RPC.

func (*AnalogClockClient) GetSecondHandTintBlendMode

func (c *AnalogClockClient) GetSecondHandTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetSecondHandTintBlendMode calls the GetSecondHandTintBlendMode RPC.

func (*AnalogClockClient) GetSecondHandTintList

func (c *AnalogClockClient) GetSecondHandTintList(ctx context.Context, handle int64) (int64, error)

GetSecondHandTintList calls the GetSecondHandTintList RPC.

func (*AnalogClockClient) GetTimeZone

func (c *AnalogClockClient) GetTimeZone(ctx context.Context, handle int64) (string, error)

GetTimeZone calls the GetTimeZone RPC.

func (*AnalogClockClient) OnVisibilityAggregated

func (c *AnalogClockClient) OnVisibilityAggregated(ctx context.Context, handle int64, arg0 bool) error

OnVisibilityAggregated calls the OnVisibilityAggregated RPC.

func (*AnalogClockClient) SetDial

func (c *AnalogClockClient) SetDial(ctx context.Context, handle int64, arg0 int64) error

SetDial calls the SetDial RPC.

func (*AnalogClockClient) SetDialTintBlendMode

func (c *AnalogClockClient) SetDialTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetDialTintBlendMode calls the SetDialTintBlendMode RPC.

func (*AnalogClockClient) SetDialTintList

func (c *AnalogClockClient) SetDialTintList(ctx context.Context, handle int64, arg0 int64) error

SetDialTintList calls the SetDialTintList RPC.

func (*AnalogClockClient) SetHourHand

func (c *AnalogClockClient) SetHourHand(ctx context.Context, handle int64, arg0 int64) error

SetHourHand calls the SetHourHand RPC.

func (*AnalogClockClient) SetHourHandTintBlendMode

func (c *AnalogClockClient) SetHourHandTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetHourHandTintBlendMode calls the SetHourHandTintBlendMode RPC.

func (*AnalogClockClient) SetHourHandTintList

func (c *AnalogClockClient) SetHourHandTintList(ctx context.Context, handle int64, arg0 int64) error

SetHourHandTintList calls the SetHourHandTintList RPC.

func (*AnalogClockClient) SetMinuteHand

func (c *AnalogClockClient) SetMinuteHand(ctx context.Context, handle int64, arg0 int64) error

SetMinuteHand calls the SetMinuteHand RPC.

func (*AnalogClockClient) SetMinuteHandTintBlendMode

func (c *AnalogClockClient) SetMinuteHandTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetMinuteHandTintBlendMode calls the SetMinuteHandTintBlendMode RPC.

func (*AnalogClockClient) SetMinuteHandTintList

func (c *AnalogClockClient) SetMinuteHandTintList(ctx context.Context, handle int64, arg0 int64) error

SetMinuteHandTintList calls the SetMinuteHandTintList RPC.

func (*AnalogClockClient) SetSecondHand

func (c *AnalogClockClient) SetSecondHand(ctx context.Context, handle int64, arg0 int64) error

SetSecondHand calls the SetSecondHand RPC.

func (*AnalogClockClient) SetSecondHandTintBlendMode

func (c *AnalogClockClient) SetSecondHandTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetSecondHandTintBlendMode calls the SetSecondHandTintBlendMode RPC.

func (*AnalogClockClient) SetSecondHandTintList

func (c *AnalogClockClient) SetSecondHandTintList(ctx context.Context, handle int64, arg0 int64) error

SetSecondHandTintList calls the SetSecondHandTintList RPC.

func (*AnalogClockClient) SetTimeZone

func (c *AnalogClockClient) SetTimeZone(ctx context.Context, handle int64, arg0 string) error

SetTimeZone calls the SetTimeZone RPC.

type ArrayAdapterClient

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

ArrayAdapterClient wraps the gRPC ArrayAdapterService client.

func NewArrayAdapterClient

func NewArrayAdapterClient(cc grpc.ClientConnInterface) *ArrayAdapterClient

NewArrayAdapterClient creates a new ArrayAdapter client.

func (*ArrayAdapterClient) AddAll

func (c *ArrayAdapterClient) AddAll(ctx context.Context, handle int64, arg0 int64) error

AddAll calls the AddAll RPC.

func (*ArrayAdapterClient) Clear

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

Clear calls the Clear RPC.

func (*ArrayAdapterClient) CreateFromResource

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

CreateFromResource calls the CreateFromResource RPC.

func (*ArrayAdapterClient) GetAutofillOptions

func (c *ArrayAdapterClient) GetAutofillOptions(ctx context.Context, handle int64) (int64, error)

GetAutofillOptions calls the GetAutofillOptions RPC.

func (*ArrayAdapterClient) GetContext

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

GetContext calls the GetContext RPC.

func (*ArrayAdapterClient) GetCount

func (c *ArrayAdapterClient) GetCount(ctx context.Context, handle int64) (int32, error)

GetCount calls the GetCount RPC.

func (*ArrayAdapterClient) GetDropDownView

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

GetDropDownView calls the GetDropDownView RPC.

func (*ArrayAdapterClient) GetDropDownViewTheme

func (c *ArrayAdapterClient) GetDropDownViewTheme(ctx context.Context, handle int64) (int64, error)

GetDropDownViewTheme calls the GetDropDownViewTheme RPC.

func (*ArrayAdapterClient) GetFilter

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

GetFilter calls the GetFilter RPC.

func (*ArrayAdapterClient) GetItemId

func (c *ArrayAdapterClient) GetItemId(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetItemId calls the GetItemId RPC.

func (*ArrayAdapterClient) GetView

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

GetView calls the GetView RPC.

func (*ArrayAdapterClient) NotifyDataSetChanged

func (c *ArrayAdapterClient) NotifyDataSetChanged(ctx context.Context, handle int64) error

NotifyDataSetChanged calls the NotifyDataSetChanged RPC.

func (*ArrayAdapterClient) SetDropDownViewResource

func (c *ArrayAdapterClient) SetDropDownViewResource(ctx context.Context, handle int64, arg0 int32) error

SetDropDownViewResource calls the SetDropDownViewResource RPC.

func (*ArrayAdapterClient) SetDropDownViewTheme

func (c *ArrayAdapterClient) SetDropDownViewTheme(ctx context.Context, handle int64, arg0 int64) error

SetDropDownViewTheme calls the SetDropDownViewTheme RPC.

func (*ArrayAdapterClient) SetNotifyOnChange

func (c *ArrayAdapterClient) SetNotifyOnChange(ctx context.Context, handle int64, arg0 bool) error

SetNotifyOnChange calls the SetNotifyOnChange RPC.

type AutoCompleteTextViewClient

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

AutoCompleteTextViewClient wraps the gRPC AutoCompleteTextViewService client.

func NewAutoCompleteTextViewClient

func NewAutoCompleteTextViewClient(cc grpc.ClientConnInterface) *AutoCompleteTextViewClient

NewAutoCompleteTextViewClient creates a new AutoCompleteTextView client.

func (*AutoCompleteTextViewClient) ClearListSelection

func (c *AutoCompleteTextViewClient) ClearListSelection(ctx context.Context, handle int64) error

ClearListSelection calls the ClearListSelection RPC.

func (*AutoCompleteTextViewClient) DismissDropDown

func (c *AutoCompleteTextViewClient) DismissDropDown(ctx context.Context, handle int64) error

DismissDropDown calls the DismissDropDown RPC.

func (*AutoCompleteTextViewClient) EnoughToFilter

func (c *AutoCompleteTextViewClient) EnoughToFilter(ctx context.Context, handle int64) (bool, error)

EnoughToFilter calls the EnoughToFilter RPC.

func (*AutoCompleteTextViewClient) GetAccessibilityClassName

func (c *AutoCompleteTextViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*AutoCompleteTextViewClient) GetAdapter

func (c *AutoCompleteTextViewClient) GetAdapter(ctx context.Context, handle int64) (int64, error)

GetAdapter calls the GetAdapter RPC.

func (*AutoCompleteTextViewClient) GetCompletionHint

func (c *AutoCompleteTextViewClient) GetCompletionHint(ctx context.Context, handle int64) (int64, error)

GetCompletionHint calls the GetCompletionHint RPC.

func (*AutoCompleteTextViewClient) GetDropDownAnchor

func (c *AutoCompleteTextViewClient) GetDropDownAnchor(ctx context.Context, handle int64) (int32, error)

GetDropDownAnchor calls the GetDropDownAnchor RPC.

func (*AutoCompleteTextViewClient) GetDropDownBackground

func (c *AutoCompleteTextViewClient) GetDropDownBackground(ctx context.Context, handle int64) (int64, error)

GetDropDownBackground calls the GetDropDownBackground RPC.

func (*AutoCompleteTextViewClient) GetDropDownHeight

func (c *AutoCompleteTextViewClient) GetDropDownHeight(ctx context.Context, handle int64) (int32, error)

GetDropDownHeight calls the GetDropDownHeight RPC.

func (*AutoCompleteTextViewClient) GetDropDownHorizontalOffset

func (c *AutoCompleteTextViewClient) GetDropDownHorizontalOffset(ctx context.Context, handle int64) (int32, error)

GetDropDownHorizontalOffset calls the GetDropDownHorizontalOffset RPC.

func (*AutoCompleteTextViewClient) GetDropDownVerticalOffset

func (c *AutoCompleteTextViewClient) GetDropDownVerticalOffset(ctx context.Context, handle int64) (int32, error)

GetDropDownVerticalOffset calls the GetDropDownVerticalOffset RPC.

func (*AutoCompleteTextViewClient) GetDropDownWidth

func (c *AutoCompleteTextViewClient) GetDropDownWidth(ctx context.Context, handle int64) (int32, error)

GetDropDownWidth calls the GetDropDownWidth RPC.

func (*AutoCompleteTextViewClient) GetInputMethodMode

func (c *AutoCompleteTextViewClient) GetInputMethodMode(ctx context.Context, handle int64) (int32, error)

GetInputMethodMode calls the GetInputMethodMode RPC.

func (*AutoCompleteTextViewClient) GetItemClickListener

func (c *AutoCompleteTextViewClient) GetItemClickListener(ctx context.Context, handle int64) (int64, error)

GetItemClickListener calls the GetItemClickListener RPC.

func (*AutoCompleteTextViewClient) GetItemSelectedListener

func (c *AutoCompleteTextViewClient) GetItemSelectedListener(ctx context.Context, handle int64) (int64, error)

GetItemSelectedListener calls the GetItemSelectedListener RPC.

func (*AutoCompleteTextViewClient) GetListSelection

func (c *AutoCompleteTextViewClient) GetListSelection(ctx context.Context, handle int64) (int32, error)

GetListSelection calls the GetListSelection RPC.

func (*AutoCompleteTextViewClient) GetOnItemClickListener

func (c *AutoCompleteTextViewClient) GetOnItemClickListener(ctx context.Context, handle int64) (int64, error)

GetOnItemClickListener calls the GetOnItemClickListener RPC.

func (*AutoCompleteTextViewClient) GetOnItemSelectedListener

func (c *AutoCompleteTextViewClient) GetOnItemSelectedListener(ctx context.Context, handle int64) (int64, error)

GetOnItemSelectedListener calls the GetOnItemSelectedListener RPC.

func (*AutoCompleteTextViewClient) GetThreshold

func (c *AutoCompleteTextViewClient) GetThreshold(ctx context.Context, handle int64) (int32, error)

GetThreshold calls the GetThreshold RPC.

func (*AutoCompleteTextViewClient) GetValidator

func (c *AutoCompleteTextViewClient) GetValidator(ctx context.Context, handle int64) (int64, error)

GetValidator calls the GetValidator RPC.

func (*AutoCompleteTextViewClient) IsPerformingCompletion

func (c *AutoCompleteTextViewClient) IsPerformingCompletion(ctx context.Context, handle int64) (bool, error)

IsPerformingCompletion calls the IsPerformingCompletion RPC.

func (*AutoCompleteTextViewClient) IsPopupShowing

func (c *AutoCompleteTextViewClient) IsPopupShowing(ctx context.Context, handle int64) (bool, error)

IsPopupShowing calls the IsPopupShowing RPC.

func (*AutoCompleteTextViewClient) OnCommitCompletion

func (c *AutoCompleteTextViewClient) OnCommitCompletion(ctx context.Context, handle int64, arg0 int64) error

OnCommitCompletion calls the OnCommitCompletion RPC.

func (*AutoCompleteTextViewClient) OnFilterComplete

func (c *AutoCompleteTextViewClient) OnFilterComplete(ctx context.Context, handle int64, arg0 int32) error

OnFilterComplete calls the OnFilterComplete RPC.

func (*AutoCompleteTextViewClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*AutoCompleteTextViewClient) OnKeyPreIme

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

OnKeyPreIme calls the OnKeyPreIme RPC.

func (*AutoCompleteTextViewClient) OnKeyUp

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

OnKeyUp calls the OnKeyUp RPC.

func (*AutoCompleteTextViewClient) OnWindowFocusChanged

func (c *AutoCompleteTextViewClient) OnWindowFocusChanged(ctx context.Context, handle int64, arg0 bool) error

OnWindowFocusChanged calls the OnWindowFocusChanged RPC.

func (*AutoCompleteTextViewClient) PerformCompletion

func (c *AutoCompleteTextViewClient) PerformCompletion(ctx context.Context, handle int64) error

PerformCompletion calls the PerformCompletion RPC.

func (*AutoCompleteTextViewClient) PerformValidation

func (c *AutoCompleteTextViewClient) PerformValidation(ctx context.Context, handle int64) error

PerformValidation calls the PerformValidation RPC.

func (*AutoCompleteTextViewClient) RefreshAutoCompleteResults

func (c *AutoCompleteTextViewClient) RefreshAutoCompleteResults(ctx context.Context, handle int64) error

RefreshAutoCompleteResults calls the RefreshAutoCompleteResults RPC.

func (*AutoCompleteTextViewClient) SetCompletionHint

func (c *AutoCompleteTextViewClient) SetCompletionHint(ctx context.Context, handle int64, arg0 string) error

SetCompletionHint calls the SetCompletionHint RPC.

func (*AutoCompleteTextViewClient) SetDropDownAnchor

func (c *AutoCompleteTextViewClient) SetDropDownAnchor(ctx context.Context, handle int64, arg0 int32) error

SetDropDownAnchor calls the SetDropDownAnchor RPC.

func (*AutoCompleteTextViewClient) SetDropDownBackgroundDrawable

func (c *AutoCompleteTextViewClient) SetDropDownBackgroundDrawable(ctx context.Context, handle int64, arg0 int64) error

SetDropDownBackgroundDrawable calls the SetDropDownBackgroundDrawable RPC.

func (*AutoCompleteTextViewClient) SetDropDownBackgroundResource

func (c *AutoCompleteTextViewClient) SetDropDownBackgroundResource(ctx context.Context, handle int64, arg0 int32) error

SetDropDownBackgroundResource calls the SetDropDownBackgroundResource RPC.

func (*AutoCompleteTextViewClient) SetDropDownHeight

func (c *AutoCompleteTextViewClient) SetDropDownHeight(ctx context.Context, handle int64, arg0 int32) error

SetDropDownHeight calls the SetDropDownHeight RPC.

func (*AutoCompleteTextViewClient) SetDropDownHorizontalOffset

func (c *AutoCompleteTextViewClient) SetDropDownHorizontalOffset(ctx context.Context, handle int64, arg0 int32) error

SetDropDownHorizontalOffset calls the SetDropDownHorizontalOffset RPC.

func (*AutoCompleteTextViewClient) SetDropDownVerticalOffset

func (c *AutoCompleteTextViewClient) SetDropDownVerticalOffset(ctx context.Context, handle int64, arg0 int32) error

SetDropDownVerticalOffset calls the SetDropDownVerticalOffset RPC.

func (*AutoCompleteTextViewClient) SetDropDownWidth

func (c *AutoCompleteTextViewClient) SetDropDownWidth(ctx context.Context, handle int64, arg0 int32) error

SetDropDownWidth calls the SetDropDownWidth RPC.

func (*AutoCompleteTextViewClient) SetInputMethodMode

func (c *AutoCompleteTextViewClient) SetInputMethodMode(ctx context.Context, handle int64, arg0 int32) error

SetInputMethodMode calls the SetInputMethodMode RPC.

func (*AutoCompleteTextViewClient) SetListSelection

func (c *AutoCompleteTextViewClient) SetListSelection(ctx context.Context, handle int64, arg0 int32) error

SetListSelection calls the SetListSelection RPC.

func (*AutoCompleteTextViewClient) SetOnClickListener

func (c *AutoCompleteTextViewClient) SetOnClickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnClickListener calls the SetOnClickListener RPC.

func (*AutoCompleteTextViewClient) SetOnDismissListener

func (c *AutoCompleteTextViewClient) SetOnDismissListener(ctx context.Context, handle int64, arg0 int64) error

SetOnDismissListener calls the SetOnDismissListener RPC.

func (*AutoCompleteTextViewClient) SetOnItemClickListener

func (c *AutoCompleteTextViewClient) SetOnItemClickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnItemClickListener calls the SetOnItemClickListener RPC.

func (*AutoCompleteTextViewClient) SetOnItemSelectedListener

func (c *AutoCompleteTextViewClient) SetOnItemSelectedListener(ctx context.Context, handle int64, arg0 int64) error

SetOnItemSelectedListener calls the SetOnItemSelectedListener RPC.

func (*AutoCompleteTextViewClient) SetText

func (c *AutoCompleteTextViewClient) SetText(ctx context.Context, handle int64, arg0 string, arg1 bool) error

SetText calls the SetText RPC.

func (*AutoCompleteTextViewClient) SetThreshold

func (c *AutoCompleteTextViewClient) SetThreshold(ctx context.Context, handle int64, arg0 int32) error

SetThreshold calls the SetThreshold RPC.

func (*AutoCompleteTextViewClient) SetValidator

func (c *AutoCompleteTextViewClient) SetValidator(ctx context.Context, handle int64, arg0 int64) error

SetValidator calls the SetValidator RPC.

func (*AutoCompleteTextViewClient) ShowDropDown

func (c *AutoCompleteTextViewClient) ShowDropDown(ctx context.Context, handle int64) error

ShowDropDown calls the ShowDropDown RPC.

type AutoCompleteTextViewOnDismissListenerClient

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

AutoCompleteTextViewOnDismissListenerClient wraps the gRPC AutoCompleteTextViewOnDismissListenerService client.

func NewAutoCompleteTextViewOnDismissListenerClient

func NewAutoCompleteTextViewOnDismissListenerClient(cc grpc.ClientConnInterface) *AutoCompleteTextViewOnDismissListenerClient

NewAutoCompleteTextViewOnDismissListenerClient creates a new AutoCompleteTextViewOnDismissListener client.

func (*AutoCompleteTextViewOnDismissListenerClient) OnDismiss

OnDismiss calls the OnDismiss RPC.

type AutoCompleteTextViewValidatorClient

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

AutoCompleteTextViewValidatorClient wraps the gRPC AutoCompleteTextViewValidatorService client.

func NewAutoCompleteTextViewValidatorClient

func NewAutoCompleteTextViewValidatorClient(cc grpc.ClientConnInterface) *AutoCompleteTextViewValidatorClient

NewAutoCompleteTextViewValidatorClient creates a new AutoCompleteTextViewValidator client.

func (*AutoCompleteTextViewValidatorClient) FixText

FixText calls the FixText RPC.

func (*AutoCompleteTextViewValidatorClient) IsValid

IsValid calls the IsValid RPC.

type BaseAdapterClient

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

BaseAdapterClient wraps the gRPC BaseAdapterService client.

func NewBaseAdapterClient

func NewBaseAdapterClient(cc grpc.ClientConnInterface) *BaseAdapterClient

NewBaseAdapterClient creates a new BaseAdapter client.

func (*BaseAdapterClient) AreAllItemsEnabled

func (c *BaseAdapterClient) AreAllItemsEnabled(ctx context.Context) (bool, error)

AreAllItemsEnabled calls the AreAllItemsEnabled RPC.

func (*BaseAdapterClient) GetAutofillOptions

func (c *BaseAdapterClient) GetAutofillOptions(ctx context.Context) (int64, error)

GetAutofillOptions calls the GetAutofillOptions RPC.

func (*BaseAdapterClient) GetDropDownView

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

GetDropDownView calls the GetDropDownView RPC.

func (*BaseAdapterClient) GetItemViewType

func (c *BaseAdapterClient) GetItemViewType(ctx context.Context, arg0 int32) (int32, error)

GetItemViewType calls the GetItemViewType RPC.

func (*BaseAdapterClient) GetViewTypeCount

func (c *BaseAdapterClient) GetViewTypeCount(ctx context.Context) (int32, error)

GetViewTypeCount calls the GetViewTypeCount RPC.

func (*BaseAdapterClient) HasStableIds

func (c *BaseAdapterClient) HasStableIds(ctx context.Context) (bool, error)

HasStableIds calls the HasStableIds RPC.

func (*BaseAdapterClient) IsEmpty

func (c *BaseAdapterClient) IsEmpty(ctx context.Context) (bool, error)

IsEmpty calls the IsEmpty RPC.

func (*BaseAdapterClient) IsEnabled

func (c *BaseAdapterClient) IsEnabled(ctx context.Context, arg0 int32) (bool, error)

IsEnabled calls the IsEnabled RPC.

func (*BaseAdapterClient) NotifyDataSetChanged

func (c *BaseAdapterClient) NotifyDataSetChanged(ctx context.Context) error

NotifyDataSetChanged calls the NotifyDataSetChanged RPC.

func (*BaseAdapterClient) NotifyDataSetInvalidated

func (c *BaseAdapterClient) NotifyDataSetInvalidated(ctx context.Context) error

NotifyDataSetInvalidated calls the NotifyDataSetInvalidated RPC.

func (*BaseAdapterClient) RegisterDataSetObserver

func (c *BaseAdapterClient) RegisterDataSetObserver(ctx context.Context, arg0 int64) error

RegisterDataSetObserver calls the RegisterDataSetObserver RPC.

func (*BaseAdapterClient) SetAutofillOptions

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

SetAutofillOptions calls the SetAutofillOptions RPC.

func (*BaseAdapterClient) UnregisterDataSetObserver

func (c *BaseAdapterClient) UnregisterDataSetObserver(ctx context.Context, arg0 int64) error

UnregisterDataSetObserver calls the UnregisterDataSetObserver RPC.

type BaseExpandableListAdapterClient

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

BaseExpandableListAdapterClient wraps the gRPC BaseExpandableListAdapterService client.

func NewBaseExpandableListAdapterClient

func NewBaseExpandableListAdapterClient(cc grpc.ClientConnInterface) *BaseExpandableListAdapterClient

NewBaseExpandableListAdapterClient creates a new BaseExpandableListAdapter client.

func (*BaseExpandableListAdapterClient) AreAllItemsEnabled

func (c *BaseExpandableListAdapterClient) AreAllItemsEnabled(ctx context.Context) (bool, error)

AreAllItemsEnabled calls the AreAllItemsEnabled RPC.

func (*BaseExpandableListAdapterClient) GetChildType

func (c *BaseExpandableListAdapterClient) GetChildType(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

GetChildType calls the GetChildType RPC.

func (*BaseExpandableListAdapterClient) GetChildTypeCount

func (c *BaseExpandableListAdapterClient) GetChildTypeCount(ctx context.Context) (int32, error)

GetChildTypeCount calls the GetChildTypeCount RPC.

func (*BaseExpandableListAdapterClient) GetCombinedChildId

func (c *BaseExpandableListAdapterClient) GetCombinedChildId(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

GetCombinedChildId calls the GetCombinedChildId RPC.

func (*BaseExpandableListAdapterClient) GetCombinedGroupId

func (c *BaseExpandableListAdapterClient) GetCombinedGroupId(ctx context.Context, arg0 int64) (int64, error)

GetCombinedGroupId calls the GetCombinedGroupId RPC.

func (*BaseExpandableListAdapterClient) GetGroupType

func (c *BaseExpandableListAdapterClient) GetGroupType(ctx context.Context, arg0 int32) (int32, error)

GetGroupType calls the GetGroupType RPC.

func (*BaseExpandableListAdapterClient) GetGroupTypeCount

func (c *BaseExpandableListAdapterClient) GetGroupTypeCount(ctx context.Context) (int32, error)

GetGroupTypeCount calls the GetGroupTypeCount RPC.

func (*BaseExpandableListAdapterClient) IsEmpty

IsEmpty calls the IsEmpty RPC.

func (*BaseExpandableListAdapterClient) NotifyDataSetChanged

func (c *BaseExpandableListAdapterClient) NotifyDataSetChanged(ctx context.Context) error

NotifyDataSetChanged calls the NotifyDataSetChanged RPC.

func (*BaseExpandableListAdapterClient) NotifyDataSetInvalidated

func (c *BaseExpandableListAdapterClient) NotifyDataSetInvalidated(ctx context.Context) error

NotifyDataSetInvalidated calls the NotifyDataSetInvalidated RPC.

func (*BaseExpandableListAdapterClient) OnGroupCollapsed

func (c *BaseExpandableListAdapterClient) OnGroupCollapsed(ctx context.Context, arg0 int32) error

OnGroupCollapsed calls the OnGroupCollapsed RPC.

func (*BaseExpandableListAdapterClient) OnGroupExpanded

func (c *BaseExpandableListAdapterClient) OnGroupExpanded(ctx context.Context, arg0 int32) error

OnGroupExpanded calls the OnGroupExpanded RPC.

func (*BaseExpandableListAdapterClient) RegisterDataSetObserver

func (c *BaseExpandableListAdapterClient) RegisterDataSetObserver(ctx context.Context, arg0 int64) error

RegisterDataSetObserver calls the RegisterDataSetObserver RPC.

func (*BaseExpandableListAdapterClient) UnregisterDataSetObserver

func (c *BaseExpandableListAdapterClient) UnregisterDataSetObserver(ctx context.Context, arg0 int64) error

UnregisterDataSetObserver calls the UnregisterDataSetObserver RPC.

type ButtonClient

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

ButtonClient wraps the gRPC ButtonService client.

func NewButtonClient

func NewButtonClient(cc grpc.ClientConnInterface) *ButtonClient

NewButtonClient creates a new Button client.

func (*ButtonClient) GetAccessibilityClassName

func (c *ButtonClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ButtonClient) OnResolvePointerIcon

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

OnResolvePointerIcon calls the OnResolvePointerIcon RPC.

type CalendarViewClient

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

CalendarViewClient wraps the gRPC CalendarViewService client.

func NewCalendarViewClient

func NewCalendarViewClient(cc grpc.ClientConnInterface) *CalendarViewClient

NewCalendarViewClient creates a new CalendarView client.

func (*CalendarViewClient) GetAccessibilityClassName

func (c *CalendarViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*CalendarViewClient) GetDate

func (c *CalendarViewClient) GetDate(ctx context.Context, handle int64) (int64, error)

GetDate calls the GetDate RPC.

func (*CalendarViewClient) GetDateTextAppearance

func (c *CalendarViewClient) GetDateTextAppearance(ctx context.Context, handle int64) (int32, error)

GetDateTextAppearance calls the GetDateTextAppearance RPC.

func (*CalendarViewClient) GetFirstDayOfWeek

func (c *CalendarViewClient) GetFirstDayOfWeek(ctx context.Context, handle int64) (int32, error)

GetFirstDayOfWeek calls the GetFirstDayOfWeek RPC.

func (*CalendarViewClient) GetFocusedMonthDateColor

func (c *CalendarViewClient) GetFocusedMonthDateColor(ctx context.Context, handle int64) (int32, error)

GetFocusedMonthDateColor calls the GetFocusedMonthDateColor RPC.

func (*CalendarViewClient) GetMaxDate

func (c *CalendarViewClient) GetMaxDate(ctx context.Context, handle int64) (int64, error)

GetMaxDate calls the GetMaxDate RPC.

func (*CalendarViewClient) GetMinDate

func (c *CalendarViewClient) GetMinDate(ctx context.Context, handle int64) (int64, error)

GetMinDate calls the GetMinDate RPC.

func (*CalendarViewClient) GetSelectedDateVerticalBar

func (c *CalendarViewClient) GetSelectedDateVerticalBar(ctx context.Context, handle int64) (int64, error)

GetSelectedDateVerticalBar calls the GetSelectedDateVerticalBar RPC.

func (*CalendarViewClient) GetSelectedWeekBackgroundColor

func (c *CalendarViewClient) GetSelectedWeekBackgroundColor(ctx context.Context, handle int64) (int32, error)

GetSelectedWeekBackgroundColor calls the GetSelectedWeekBackgroundColor RPC.

func (*CalendarViewClient) GetShowWeekNumber

func (c *CalendarViewClient) GetShowWeekNumber(ctx context.Context, handle int64) (bool, error)

GetShowWeekNumber calls the GetShowWeekNumber RPC.

func (*CalendarViewClient) GetShownWeekCount

func (c *CalendarViewClient) GetShownWeekCount(ctx context.Context, handle int64) (int32, error)

GetShownWeekCount calls the GetShownWeekCount RPC.

func (*CalendarViewClient) GetUnfocusedMonthDateColor

func (c *CalendarViewClient) GetUnfocusedMonthDateColor(ctx context.Context, handle int64) (int32, error)

GetUnfocusedMonthDateColor calls the GetUnfocusedMonthDateColor RPC.

func (*CalendarViewClient) GetWeekDayTextAppearance

func (c *CalendarViewClient) GetWeekDayTextAppearance(ctx context.Context, handle int64) (int32, error)

GetWeekDayTextAppearance calls the GetWeekDayTextAppearance RPC.

func (*CalendarViewClient) GetWeekNumberColor

func (c *CalendarViewClient) GetWeekNumberColor(ctx context.Context, handle int64) (int32, error)

GetWeekNumberColor calls the GetWeekNumberColor RPC.

func (*CalendarViewClient) GetWeekSeparatorLineColor

func (c *CalendarViewClient) GetWeekSeparatorLineColor(ctx context.Context, handle int64) (int32, error)

GetWeekSeparatorLineColor calls the GetWeekSeparatorLineColor RPC.

func (*CalendarViewClient) SetDate1

func (c *CalendarViewClient) SetDate1(ctx context.Context, handle int64, arg0 int64) error

SetDate1 calls the SetDate1 RPC.

func (*CalendarViewClient) SetDate3_1

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

SetDate3_1 calls the SetDate3_1 RPC.

func (*CalendarViewClient) SetDateTextAppearance

func (c *CalendarViewClient) SetDateTextAppearance(ctx context.Context, handle int64, arg0 int32) error

SetDateTextAppearance calls the SetDateTextAppearance RPC.

func (*CalendarViewClient) SetFirstDayOfWeek

func (c *CalendarViewClient) SetFirstDayOfWeek(ctx context.Context, handle int64, arg0 int32) error

SetFirstDayOfWeek calls the SetFirstDayOfWeek RPC.

func (*CalendarViewClient) SetFocusedMonthDateColor

func (c *CalendarViewClient) SetFocusedMonthDateColor(ctx context.Context, handle int64, arg0 int32) error

SetFocusedMonthDateColor calls the SetFocusedMonthDateColor RPC.

func (*CalendarViewClient) SetMaxDate

func (c *CalendarViewClient) SetMaxDate(ctx context.Context, handle int64, arg0 int64) error

SetMaxDate calls the SetMaxDate RPC.

func (*CalendarViewClient) SetMinDate

func (c *CalendarViewClient) SetMinDate(ctx context.Context, handle int64, arg0 int64) error

SetMinDate calls the SetMinDate RPC.

func (*CalendarViewClient) SetOnDateChangeListener

func (c *CalendarViewClient) SetOnDateChangeListener(ctx context.Context, handle int64, arg0 int64) error

SetOnDateChangeListener calls the SetOnDateChangeListener RPC.

func (*CalendarViewClient) SetSelectedDateVerticalBar1

func (c *CalendarViewClient) SetSelectedDateVerticalBar1(ctx context.Context, handle int64, arg0 int64) error

SetSelectedDateVerticalBar1 calls the SetSelectedDateVerticalBar1 RPC.

func (*CalendarViewClient) SetSelectedDateVerticalBar1_1

func (c *CalendarViewClient) SetSelectedDateVerticalBar1_1(ctx context.Context, handle int64, arg0 int32) error

SetSelectedDateVerticalBar1_1 calls the SetSelectedDateVerticalBar1_1 RPC.

func (*CalendarViewClient) SetSelectedWeekBackgroundColor

func (c *CalendarViewClient) SetSelectedWeekBackgroundColor(ctx context.Context, handle int64, arg0 int32) error

SetSelectedWeekBackgroundColor calls the SetSelectedWeekBackgroundColor RPC.

func (*CalendarViewClient) SetShowWeekNumber

func (c *CalendarViewClient) SetShowWeekNumber(ctx context.Context, handle int64, arg0 bool) error

SetShowWeekNumber calls the SetShowWeekNumber RPC.

func (*CalendarViewClient) SetShownWeekCount

func (c *CalendarViewClient) SetShownWeekCount(ctx context.Context, handle int64, arg0 int32) error

SetShownWeekCount calls the SetShownWeekCount RPC.

func (*CalendarViewClient) SetUnfocusedMonthDateColor

func (c *CalendarViewClient) SetUnfocusedMonthDateColor(ctx context.Context, handle int64, arg0 int32) error

SetUnfocusedMonthDateColor calls the SetUnfocusedMonthDateColor RPC.

func (*CalendarViewClient) SetWeekDayTextAppearance

func (c *CalendarViewClient) SetWeekDayTextAppearance(ctx context.Context, handle int64, arg0 int32) error

SetWeekDayTextAppearance calls the SetWeekDayTextAppearance RPC.

func (*CalendarViewClient) SetWeekNumberColor

func (c *CalendarViewClient) SetWeekNumberColor(ctx context.Context, handle int64, arg0 int32) error

SetWeekNumberColor calls the SetWeekNumberColor RPC.

func (*CalendarViewClient) SetWeekSeparatorLineColor

func (c *CalendarViewClient) SetWeekSeparatorLineColor(ctx context.Context, handle int64, arg0 int32) error

SetWeekSeparatorLineColor calls the SetWeekSeparatorLineColor RPC.

type CalendarViewOnDateChangeListenerClient

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

CalendarViewOnDateChangeListenerClient wraps the gRPC CalendarViewOnDateChangeListenerService client.

func NewCalendarViewOnDateChangeListenerClient

func NewCalendarViewOnDateChangeListenerClient(cc grpc.ClientConnInterface) *CalendarViewOnDateChangeListenerClient

NewCalendarViewOnDateChangeListenerClient creates a new CalendarViewOnDateChangeListener client.

func (*CalendarViewOnDateChangeListenerClient) OnSelectedDayChange

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

OnSelectedDayChange calls the OnSelectedDayChange RPC.

type CheckBoxClient

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

CheckBoxClient wraps the gRPC CheckBoxService client.

func NewCheckBoxClient

func NewCheckBoxClient(cc grpc.ClientConnInterface) *CheckBoxClient

NewCheckBoxClient creates a new CheckBox client.

func (*CheckBoxClient) GetAccessibilityClassName

func (c *CheckBoxClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

type CheckableClient

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

CheckableClient wraps the gRPC CheckableService client.

func NewCheckableClient

func NewCheckableClient(cc grpc.ClientConnInterface) *CheckableClient

NewCheckableClient creates a new Checkable client.

func (*CheckableClient) IsChecked

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

IsChecked calls the IsChecked RPC.

func (*CheckableClient) SetChecked

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

SetChecked calls the SetChecked RPC.

func (*CheckableClient) Toggle

func (c *CheckableClient) Toggle(ctx context.Context) error

Toggle calls the Toggle RPC.

type CheckedTextViewClient

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

CheckedTextViewClient wraps the gRPC CheckedTextViewService client.

func NewCheckedTextViewClient

func NewCheckedTextViewClient(cc grpc.ClientConnInterface) *CheckedTextViewClient

NewCheckedTextViewClient creates a new CheckedTextView client.

func (*CheckedTextViewClient) DrawableHotspotChanged

func (c *CheckedTextViewClient) DrawableHotspotChanged(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

DrawableHotspotChanged calls the DrawableHotspotChanged RPC.

func (*CheckedTextViewClient) GetAccessibilityClassName

func (c *CheckedTextViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*CheckedTextViewClient) GetCheckMarkDrawable

func (c *CheckedTextViewClient) GetCheckMarkDrawable(ctx context.Context, handle int64) (int64, error)

GetCheckMarkDrawable calls the GetCheckMarkDrawable RPC.

func (*CheckedTextViewClient) GetCheckMarkTintBlendMode

func (c *CheckedTextViewClient) GetCheckMarkTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetCheckMarkTintBlendMode calls the GetCheckMarkTintBlendMode RPC.

func (*CheckedTextViewClient) GetCheckMarkTintList

func (c *CheckedTextViewClient) GetCheckMarkTintList(ctx context.Context, handle int64) (int64, error)

GetCheckMarkTintList calls the GetCheckMarkTintList RPC.

func (*CheckedTextViewClient) GetCheckMarkTintMode

func (c *CheckedTextViewClient) GetCheckMarkTintMode(ctx context.Context, handle int64) (int64, error)

GetCheckMarkTintMode calls the GetCheckMarkTintMode RPC.

func (*CheckedTextViewClient) IsChecked

func (c *CheckedTextViewClient) IsChecked(ctx context.Context, handle int64) (bool, error)

IsChecked calls the IsChecked RPC.

func (*CheckedTextViewClient) JumpDrawablesToCurrentState

func (c *CheckedTextViewClient) JumpDrawablesToCurrentState(ctx context.Context, handle int64) error

JumpDrawablesToCurrentState calls the JumpDrawablesToCurrentState RPC.

func (*CheckedTextViewClient) OnRestoreInstanceState

func (c *CheckedTextViewClient) OnRestoreInstanceState(ctx context.Context, handle int64, arg0 int64) error

OnRestoreInstanceState calls the OnRestoreInstanceState RPC.

func (*CheckedTextViewClient) OnRtlPropertiesChanged

func (c *CheckedTextViewClient) OnRtlPropertiesChanged(ctx context.Context, handle int64, arg0 int32) error

OnRtlPropertiesChanged calls the OnRtlPropertiesChanged RPC.

func (*CheckedTextViewClient) OnSaveInstanceState

func (c *CheckedTextViewClient) OnSaveInstanceState(ctx context.Context, handle int64) (int64, error)

OnSaveInstanceState calls the OnSaveInstanceState RPC.

func (*CheckedTextViewClient) SetCheckMarkDrawable1

func (c *CheckedTextViewClient) SetCheckMarkDrawable1(ctx context.Context, handle int64, arg0 int64) error

SetCheckMarkDrawable1 calls the SetCheckMarkDrawable1 RPC.

func (*CheckedTextViewClient) SetCheckMarkDrawable1_1

func (c *CheckedTextViewClient) SetCheckMarkDrawable1_1(ctx context.Context, handle int64, arg0 int32) error

SetCheckMarkDrawable1_1 calls the SetCheckMarkDrawable1_1 RPC.

func (*CheckedTextViewClient) SetCheckMarkTintBlendMode

func (c *CheckedTextViewClient) SetCheckMarkTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetCheckMarkTintBlendMode calls the SetCheckMarkTintBlendMode RPC.

func (*CheckedTextViewClient) SetCheckMarkTintList

func (c *CheckedTextViewClient) SetCheckMarkTintList(ctx context.Context, handle int64, arg0 int64) error

SetCheckMarkTintList calls the SetCheckMarkTintList RPC.

func (*CheckedTextViewClient) SetCheckMarkTintMode

func (c *CheckedTextViewClient) SetCheckMarkTintMode(ctx context.Context, handle int64, arg0 int64) error

SetCheckMarkTintMode calls the SetCheckMarkTintMode RPC.

func (*CheckedTextViewClient) SetChecked

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

SetChecked calls the SetChecked RPC.

func (*CheckedTextViewClient) SetVisibility

func (c *CheckedTextViewClient) SetVisibility(ctx context.Context, handle int64, arg0 int32) error

SetVisibility calls the SetVisibility RPC.

func (*CheckedTextViewClient) Toggle

func (c *CheckedTextViewClient) Toggle(ctx context.Context, handle int64) error

Toggle calls the Toggle RPC.

type ChronometerClient

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

ChronometerClient wraps the gRPC ChronometerService client.

func NewChronometerClient

func NewChronometerClient(cc grpc.ClientConnInterface) *ChronometerClient

NewChronometerClient creates a new Chronometer client.

func (*ChronometerClient) GetAccessibilityClassName

func (c *ChronometerClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ChronometerClient) GetBase

func (c *ChronometerClient) GetBase(ctx context.Context, handle int64) (int64, error)

GetBase calls the GetBase RPC.

func (*ChronometerClient) GetContentDescription

func (c *ChronometerClient) GetContentDescription(ctx context.Context, handle int64) (int64, error)

GetContentDescription calls the GetContentDescription RPC.

func (*ChronometerClient) GetFormat

func (c *ChronometerClient) GetFormat(ctx context.Context, handle int64) (string, error)

GetFormat calls the GetFormat RPC.

func (*ChronometerClient) GetOnChronometerTickListener

func (c *ChronometerClient) GetOnChronometerTickListener(ctx context.Context, handle int64) (int64, error)

GetOnChronometerTickListener calls the GetOnChronometerTickListener RPC.

func (*ChronometerClient) IsCountDown

func (c *ChronometerClient) IsCountDown(ctx context.Context, handle int64) (bool, error)

IsCountDown calls the IsCountDown RPC.

func (*ChronometerClient) IsTheFinalCountDown

func (c *ChronometerClient) IsTheFinalCountDown(ctx context.Context, handle int64) (bool, error)

IsTheFinalCountDown calls the IsTheFinalCountDown RPC.

func (*ChronometerClient) SetBase

func (c *ChronometerClient) SetBase(ctx context.Context, handle int64, arg0 int64) error

SetBase calls the SetBase RPC.

func (*ChronometerClient) SetCountDown

func (c *ChronometerClient) SetCountDown(ctx context.Context, handle int64, arg0 bool) error

SetCountDown calls the SetCountDown RPC.

func (*ChronometerClient) SetFormat

func (c *ChronometerClient) SetFormat(ctx context.Context, handle int64, arg0 string) error

SetFormat calls the SetFormat RPC.

func (*ChronometerClient) SetOnChronometerTickListener

func (c *ChronometerClient) SetOnChronometerTickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnChronometerTickListener calls the SetOnChronometerTickListener RPC.

func (*ChronometerClient) Start

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

Start calls the Start RPC.

func (*ChronometerClient) Stop

func (c *ChronometerClient) Stop(ctx context.Context, handle int64) error

Stop calls the Stop RPC.

type ChronometerOnChronometerTickListenerClient

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

ChronometerOnChronometerTickListenerClient wraps the gRPC ChronometerOnChronometerTickListenerService client.

func NewChronometerOnChronometerTickListenerClient

func NewChronometerOnChronometerTickListenerClient(cc grpc.ClientConnInterface) *ChronometerOnChronometerTickListenerClient

NewChronometerOnChronometerTickListenerClient creates a new ChronometerOnChronometerTickListener client.

func (*ChronometerOnChronometerTickListenerClient) OnChronometerTick

func (c *ChronometerOnChronometerTickListenerClient) OnChronometerTick(ctx context.Context, arg0 int64) error

OnChronometerTick calls the OnChronometerTick RPC.

type CompoundButtonClient

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

CompoundButtonClient wraps the gRPC CompoundButtonService client.

func NewCompoundButtonClient

func NewCompoundButtonClient(cc grpc.ClientConnInterface) *CompoundButtonClient

NewCompoundButtonClient creates a new CompoundButton client.

func (*CompoundButtonClient) Autofill

func (c *CompoundButtonClient) Autofill(ctx context.Context, arg0 int64) error

Autofill calls the Autofill RPC.

func (*CompoundButtonClient) DrawableHotspotChanged

func (c *CompoundButtonClient) DrawableHotspotChanged(ctx context.Context, arg0 float32, arg1 float32) error

DrawableHotspotChanged calls the DrawableHotspotChanged RPC.

func (*CompoundButtonClient) GetAccessibilityClassName

func (c *CompoundButtonClient) GetAccessibilityClassName(ctx context.Context) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*CompoundButtonClient) GetAutofillType

func (c *CompoundButtonClient) GetAutofillType(ctx context.Context) (int32, error)

GetAutofillType calls the GetAutofillType RPC.

func (*CompoundButtonClient) GetAutofillValue

func (c *CompoundButtonClient) GetAutofillValue(ctx context.Context) (int64, error)

GetAutofillValue calls the GetAutofillValue RPC.

func (*CompoundButtonClient) GetButtonDrawable

func (c *CompoundButtonClient) GetButtonDrawable(ctx context.Context) (int64, error)

GetButtonDrawable calls the GetButtonDrawable RPC.

func (*CompoundButtonClient) GetButtonTintBlendMode

func (c *CompoundButtonClient) GetButtonTintBlendMode(ctx context.Context) (int64, error)

GetButtonTintBlendMode calls the GetButtonTintBlendMode RPC.

func (*CompoundButtonClient) GetButtonTintList

func (c *CompoundButtonClient) GetButtonTintList(ctx context.Context) (int64, error)

GetButtonTintList calls the GetButtonTintList RPC.

func (*CompoundButtonClient) GetButtonTintMode

func (c *CompoundButtonClient) GetButtonTintMode(ctx context.Context) (int64, error)

GetButtonTintMode calls the GetButtonTintMode RPC.

func (*CompoundButtonClient) GetCompoundPaddingLeft

func (c *CompoundButtonClient) GetCompoundPaddingLeft(ctx context.Context) (int32, error)

GetCompoundPaddingLeft calls the GetCompoundPaddingLeft RPC.

func (*CompoundButtonClient) GetCompoundPaddingRight

func (c *CompoundButtonClient) GetCompoundPaddingRight(ctx context.Context) (int32, error)

GetCompoundPaddingRight calls the GetCompoundPaddingRight RPC.

func (*CompoundButtonClient) IsChecked

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

IsChecked calls the IsChecked RPC.

func (*CompoundButtonClient) JumpDrawablesToCurrentState

func (c *CompoundButtonClient) JumpDrawablesToCurrentState(ctx context.Context) error

JumpDrawablesToCurrentState calls the JumpDrawablesToCurrentState RPC.

func (*CompoundButtonClient) OnRestoreInstanceState

func (c *CompoundButtonClient) OnRestoreInstanceState(ctx context.Context, arg0 int64) error

OnRestoreInstanceState calls the OnRestoreInstanceState RPC.

func (*CompoundButtonClient) OnSaveInstanceState

func (c *CompoundButtonClient) OnSaveInstanceState(ctx context.Context) (int64, error)

OnSaveInstanceState calls the OnSaveInstanceState RPC.

func (*CompoundButtonClient) PerformClick

func (c *CompoundButtonClient) PerformClick(ctx context.Context) (bool, error)

PerformClick calls the PerformClick RPC.

func (*CompoundButtonClient) SetButtonDrawable1

func (c *CompoundButtonClient) SetButtonDrawable1(ctx context.Context, arg0 int64) error

SetButtonDrawable1 calls the SetButtonDrawable1 RPC.

func (*CompoundButtonClient) SetButtonDrawable1_1

func (c *CompoundButtonClient) SetButtonDrawable1_1(ctx context.Context, arg0 int32) error

SetButtonDrawable1_1 calls the SetButtonDrawable1_1 RPC.

func (*CompoundButtonClient) SetButtonIcon

func (c *CompoundButtonClient) SetButtonIcon(ctx context.Context, arg0 int64) error

SetButtonIcon calls the SetButtonIcon RPC.

func (*CompoundButtonClient) SetButtonTintBlendMode

func (c *CompoundButtonClient) SetButtonTintBlendMode(ctx context.Context, arg0 int64) error

SetButtonTintBlendMode calls the SetButtonTintBlendMode RPC.

func (*CompoundButtonClient) SetButtonTintList

func (c *CompoundButtonClient) SetButtonTintList(ctx context.Context, arg0 int64) error

SetButtonTintList calls the SetButtonTintList RPC.

func (*CompoundButtonClient) SetButtonTintMode

func (c *CompoundButtonClient) SetButtonTintMode(ctx context.Context, arg0 int64) error

SetButtonTintMode calls the SetButtonTintMode RPC.

func (*CompoundButtonClient) SetChecked

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

SetChecked calls the SetChecked RPC.

func (*CompoundButtonClient) SetOnCheckedChangeListener

func (c *CompoundButtonClient) SetOnCheckedChangeListener(ctx context.Context, arg0 int64) error

SetOnCheckedChangeListener calls the SetOnCheckedChangeListener RPC.

func (*CompoundButtonClient) SetStateDescription

func (c *CompoundButtonClient) SetStateDescription(ctx context.Context, arg0 string) error

SetStateDescription calls the SetStateDescription RPC.

func (*CompoundButtonClient) Toggle

func (c *CompoundButtonClient) Toggle(ctx context.Context) error

Toggle calls the Toggle RPC.

type CompoundButtonOnCheckedChangeListenerClient

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

CompoundButtonOnCheckedChangeListenerClient wraps the gRPC CompoundButtonOnCheckedChangeListenerService client.

func NewCompoundButtonOnCheckedChangeListenerClient

func NewCompoundButtonOnCheckedChangeListenerClient(cc grpc.ClientConnInterface) *CompoundButtonOnCheckedChangeListenerClient

NewCompoundButtonOnCheckedChangeListenerClient creates a new CompoundButtonOnCheckedChangeListener client.

func (*CompoundButtonOnCheckedChangeListenerClient) OnCheckedChanged

func (c *CompoundButtonOnCheckedChangeListenerClient) OnCheckedChanged(ctx context.Context, arg0 int64, arg1 bool) error

OnCheckedChanged calls the OnCheckedChanged RPC.

type CursorAdapterClient

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

CursorAdapterClient wraps the gRPC CursorAdapterService client.

func NewCursorAdapterClient

func NewCursorAdapterClient(cc grpc.ClientConnInterface) *CursorAdapterClient

NewCursorAdapterClient creates a new CursorAdapter client.

func (*CursorAdapterClient) BindView

func (c *CursorAdapterClient) BindView(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

BindView calls the BindView RPC.

func (*CursorAdapterClient) ChangeCursor

func (c *CursorAdapterClient) ChangeCursor(ctx context.Context, arg0 int64) error

ChangeCursor calls the ChangeCursor RPC.

func (*CursorAdapterClient) ConvertToString

func (c *CursorAdapterClient) ConvertToString(ctx context.Context, arg0 int64) (int64, error)

ConvertToString calls the ConvertToString RPC.

func (*CursorAdapterClient) GetCount

func (c *CursorAdapterClient) GetCount(ctx context.Context) (int32, error)

GetCount calls the GetCount RPC.

func (*CursorAdapterClient) GetCursor

func (c *CursorAdapterClient) GetCursor(ctx context.Context) (int64, error)

GetCursor calls the GetCursor RPC.

func (*CursorAdapterClient) GetDropDownView

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

GetDropDownView calls the GetDropDownView RPC.

func (*CursorAdapterClient) GetDropDownViewTheme

func (c *CursorAdapterClient) GetDropDownViewTheme(ctx context.Context) (int64, error)

GetDropDownViewTheme calls the GetDropDownViewTheme RPC.

func (*CursorAdapterClient) GetFilter

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

GetFilter calls the GetFilter RPC.

func (*CursorAdapterClient) GetFilterQueryProvider

func (c *CursorAdapterClient) GetFilterQueryProvider(ctx context.Context) (int64, error)

GetFilterQueryProvider calls the GetFilterQueryProvider RPC.

func (*CursorAdapterClient) GetItem

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

GetItem calls the GetItem RPC.

func (*CursorAdapterClient) GetItemId

func (c *CursorAdapterClient) GetItemId(ctx context.Context, arg0 int32) (int64, error)

GetItemId calls the GetItemId RPC.

func (*CursorAdapterClient) GetView

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

GetView calls the GetView RPC.

func (*CursorAdapterClient) HasStableIds

func (c *CursorAdapterClient) HasStableIds(ctx context.Context) (bool, error)

HasStableIds calls the HasStableIds RPC.

func (*CursorAdapterClient) NewDropDownView

func (c *CursorAdapterClient) NewDropDownView(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

NewDropDownView calls the NewDropDownView RPC.

func (*CursorAdapterClient) NewView

func (c *CursorAdapterClient) NewView(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

NewView calls the NewView RPC.

func (*CursorAdapterClient) RunQueryOnBackgroundThread

func (c *CursorAdapterClient) RunQueryOnBackgroundThread(ctx context.Context, arg0 string) (int64, error)

RunQueryOnBackgroundThread calls the RunQueryOnBackgroundThread RPC.

func (*CursorAdapterClient) SetDropDownViewTheme

func (c *CursorAdapterClient) SetDropDownViewTheme(ctx context.Context, arg0 int64) error

SetDropDownViewTheme calls the SetDropDownViewTheme RPC.

func (*CursorAdapterClient) SetFilterQueryProvider

func (c *CursorAdapterClient) SetFilterQueryProvider(ctx context.Context, arg0 int64) error

SetFilterQueryProvider calls the SetFilterQueryProvider RPC.

func (*CursorAdapterClient) SwapCursor

func (c *CursorAdapterClient) SwapCursor(ctx context.Context, arg0 int64) (int64, error)

SwapCursor calls the SwapCursor RPC.

type CursorTreeAdapterClient

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

CursorTreeAdapterClient wraps the gRPC CursorTreeAdapterService client.

func NewCursorTreeAdapterClient

func NewCursorTreeAdapterClient(cc grpc.ClientConnInterface) *CursorTreeAdapterClient

NewCursorTreeAdapterClient creates a new CursorTreeAdapter client.

func (*CursorTreeAdapterClient) ChangeCursor

func (c *CursorTreeAdapterClient) ChangeCursor(ctx context.Context, arg0 int64) error

ChangeCursor calls the ChangeCursor RPC.

func (*CursorTreeAdapterClient) ConvertToString

func (c *CursorTreeAdapterClient) ConvertToString(ctx context.Context, arg0 int64) (string, error)

ConvertToString calls the ConvertToString RPC.

func (*CursorTreeAdapterClient) GetChild2

func (c *CursorTreeAdapterClient) GetChild2(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetChild2 calls the GetChild2 RPC.

func (*CursorTreeAdapterClient) GetChild2_1

func (c *CursorTreeAdapterClient) GetChild2_1(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetChild2_1 calls the GetChild2_1 RPC.

func (*CursorTreeAdapterClient) GetChildId

func (c *CursorTreeAdapterClient) GetChildId(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetChildId calls the GetChildId RPC.

func (*CursorTreeAdapterClient) GetChildView

func (c *CursorTreeAdapterClient) GetChildView(ctx context.Context, arg0 int32, arg1 int32, arg2 bool, arg3 int64, arg4 int64) (int64, error)

GetChildView calls the GetChildView RPC.

func (*CursorTreeAdapterClient) GetChildrenCount

func (c *CursorTreeAdapterClient) GetChildrenCount(ctx context.Context, arg0 int32) (int32, error)

GetChildrenCount calls the GetChildrenCount RPC.

func (*CursorTreeAdapterClient) GetCursor

func (c *CursorTreeAdapterClient) GetCursor(ctx context.Context) (int64, error)

GetCursor calls the GetCursor RPC.

func (*CursorTreeAdapterClient) GetFilter

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

GetFilter calls the GetFilter RPC.

func (*CursorTreeAdapterClient) GetFilterQueryProvider

func (c *CursorTreeAdapterClient) GetFilterQueryProvider(ctx context.Context) (int64, error)

GetFilterQueryProvider calls the GetFilterQueryProvider RPC.

func (*CursorTreeAdapterClient) GetGroup1

func (c *CursorTreeAdapterClient) GetGroup1(ctx context.Context, arg0 int32) (int64, error)

GetGroup1 calls the GetGroup1 RPC.

func (*CursorTreeAdapterClient) GetGroup1_1

func (c *CursorTreeAdapterClient) GetGroup1_1(ctx context.Context, arg0 int32) (int64, error)

GetGroup1_1 calls the GetGroup1_1 RPC.

func (*CursorTreeAdapterClient) GetGroupCount

func (c *CursorTreeAdapterClient) GetGroupCount(ctx context.Context) (int32, error)

GetGroupCount calls the GetGroupCount RPC.

func (*CursorTreeAdapterClient) GetGroupId

func (c *CursorTreeAdapterClient) GetGroupId(ctx context.Context, arg0 int32) (int64, error)

GetGroupId calls the GetGroupId RPC.

func (*CursorTreeAdapterClient) GetGroupView

func (c *CursorTreeAdapterClient) GetGroupView(ctx context.Context, arg0 int32, arg1 bool, arg2 int64, arg3 int64) (int64, error)

GetGroupView calls the GetGroupView RPC.

func (*CursorTreeAdapterClient) HasStableIds

func (c *CursorTreeAdapterClient) HasStableIds(ctx context.Context) (bool, error)

HasStableIds calls the HasStableIds RPC.

func (*CursorTreeAdapterClient) IsChildSelectable

func (c *CursorTreeAdapterClient) IsChildSelectable(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

IsChildSelectable calls the IsChildSelectable RPC.

func (*CursorTreeAdapterClient) NotifyDataSetChanged0

func (c *CursorTreeAdapterClient) NotifyDataSetChanged0(ctx context.Context) error

NotifyDataSetChanged0 calls the NotifyDataSetChanged0 RPC.

func (*CursorTreeAdapterClient) NotifyDataSetChanged1_1

func (c *CursorTreeAdapterClient) NotifyDataSetChanged1_1(ctx context.Context, arg0 bool) error

NotifyDataSetChanged1_1 calls the NotifyDataSetChanged1_1 RPC.

func (*CursorTreeAdapterClient) NotifyDataSetInvalidated

func (c *CursorTreeAdapterClient) NotifyDataSetInvalidated(ctx context.Context) error

NotifyDataSetInvalidated calls the NotifyDataSetInvalidated RPC.

func (*CursorTreeAdapterClient) OnGroupCollapsed

func (c *CursorTreeAdapterClient) OnGroupCollapsed(ctx context.Context, arg0 int32) error

OnGroupCollapsed calls the OnGroupCollapsed RPC.

func (*CursorTreeAdapterClient) RunQueryOnBackgroundThread

func (c *CursorTreeAdapterClient) RunQueryOnBackgroundThread(ctx context.Context, arg0 string) (int64, error)

RunQueryOnBackgroundThread calls the RunQueryOnBackgroundThread RPC.

func (*CursorTreeAdapterClient) SetChildrenCursor

func (c *CursorTreeAdapterClient) SetChildrenCursor(ctx context.Context, arg0 int32, arg1 int64) error

SetChildrenCursor calls the SetChildrenCursor RPC.

func (*CursorTreeAdapterClient) SetFilterQueryProvider

func (c *CursorTreeAdapterClient) SetFilterQueryProvider(ctx context.Context, arg0 int64) error

SetFilterQueryProvider calls the SetFilterQueryProvider RPC.

func (*CursorTreeAdapterClient) SetGroupCursor

func (c *CursorTreeAdapterClient) SetGroupCursor(ctx context.Context, arg0 int64) error

SetGroupCursor calls the SetGroupCursor RPC.

type DatePickerClient

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

DatePickerClient wraps the gRPC DatePickerService client.

func NewDatePickerClient

func NewDatePickerClient(cc grpc.ClientConnInterface) *DatePickerClient

NewDatePickerClient creates a new DatePicker client.

func (*DatePickerClient) Autofill

func (c *DatePickerClient) Autofill(ctx context.Context, handle int64, arg0 int64) error

Autofill calls the Autofill RPC.

func (*DatePickerClient) DispatchProvideAutofillStructure

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

DispatchProvideAutofillStructure calls the DispatchProvideAutofillStructure RPC.

func (*DatePickerClient) GetAccessibilityClassName

func (c *DatePickerClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*DatePickerClient) GetAutofillType

func (c *DatePickerClient) GetAutofillType(ctx context.Context, handle int64) (int32, error)

GetAutofillType calls the GetAutofillType RPC.

func (*DatePickerClient) GetAutofillValue

func (c *DatePickerClient) GetAutofillValue(ctx context.Context, handle int64) (int64, error)

GetAutofillValue calls the GetAutofillValue RPC.

func (*DatePickerClient) GetCalendarView

func (c *DatePickerClient) GetCalendarView(ctx context.Context, handle int64) (int64, error)

GetCalendarView calls the GetCalendarView RPC.

func (*DatePickerClient) GetCalendarViewShown

func (c *DatePickerClient) GetCalendarViewShown(ctx context.Context, handle int64) (bool, error)

GetCalendarViewShown calls the GetCalendarViewShown RPC.

func (*DatePickerClient) GetDayOfMonth

func (c *DatePickerClient) GetDayOfMonth(ctx context.Context, handle int64) (int32, error)

GetDayOfMonth calls the GetDayOfMonth RPC.

func (*DatePickerClient) GetFirstDayOfWeek

func (c *DatePickerClient) GetFirstDayOfWeek(ctx context.Context, handle int64) (int32, error)

GetFirstDayOfWeek calls the GetFirstDayOfWeek RPC.

func (*DatePickerClient) GetMaxDate

func (c *DatePickerClient) GetMaxDate(ctx context.Context, handle int64) (int64, error)

GetMaxDate calls the GetMaxDate RPC.

func (*DatePickerClient) GetMinDate

func (c *DatePickerClient) GetMinDate(ctx context.Context, handle int64) (int64, error)

GetMinDate calls the GetMinDate RPC.

func (*DatePickerClient) GetMonth

func (c *DatePickerClient) GetMonth(ctx context.Context, handle int64) (int32, error)

GetMonth calls the GetMonth RPC.

func (*DatePickerClient) GetSpinnersShown

func (c *DatePickerClient) GetSpinnersShown(ctx context.Context, handle int64) (bool, error)

GetSpinnersShown calls the GetSpinnersShown RPC.

func (*DatePickerClient) GetYear

func (c *DatePickerClient) GetYear(ctx context.Context, handle int64) (int32, error)

GetYear calls the GetYear RPC.

func (*DatePickerClient) Init

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

Init calls the Init RPC.

func (*DatePickerClient) IsEnabled

func (c *DatePickerClient) IsEnabled(ctx context.Context, handle int64) (bool, error)

IsEnabled calls the IsEnabled RPC.

func (*DatePickerClient) SetCalendarViewShown

func (c *DatePickerClient) SetCalendarViewShown(ctx context.Context, handle int64, arg0 bool) error

SetCalendarViewShown calls the SetCalendarViewShown RPC.

func (*DatePickerClient) SetEnabled

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

SetEnabled calls the SetEnabled RPC.

func (*DatePickerClient) SetFirstDayOfWeek

func (c *DatePickerClient) SetFirstDayOfWeek(ctx context.Context, handle int64, arg0 int32) error

SetFirstDayOfWeek calls the SetFirstDayOfWeek RPC.

func (*DatePickerClient) SetMaxDate

func (c *DatePickerClient) SetMaxDate(ctx context.Context, handle int64, arg0 int64) error

SetMaxDate calls the SetMaxDate RPC.

func (*DatePickerClient) SetMinDate

func (c *DatePickerClient) SetMinDate(ctx context.Context, handle int64, arg0 int64) error

SetMinDate calls the SetMinDate RPC.

func (*DatePickerClient) SetOnDateChangedListener

func (c *DatePickerClient) SetOnDateChangedListener(ctx context.Context, handle int64, arg0 int64) error

SetOnDateChangedListener calls the SetOnDateChangedListener RPC.

func (*DatePickerClient) SetSpinnersShown

func (c *DatePickerClient) SetSpinnersShown(ctx context.Context, handle int64, arg0 bool) error

SetSpinnersShown calls the SetSpinnersShown RPC.

func (*DatePickerClient) UpdateDate

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

UpdateDate calls the UpdateDate RPC.

type DatePickerOnDateChangedListenerClient

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

DatePickerOnDateChangedListenerClient wraps the gRPC DatePickerOnDateChangedListenerService client.

func NewDatePickerOnDateChangedListenerClient

func NewDatePickerOnDateChangedListenerClient(cc grpc.ClientConnInterface) *DatePickerOnDateChangedListenerClient

NewDatePickerOnDateChangedListenerClient creates a new DatePickerOnDateChangedListener client.

func (*DatePickerOnDateChangedListenerClient) OnDateChanged

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

OnDateChanged calls the OnDateChanged RPC.

type DialerFilterClient

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

DialerFilterClient wraps the gRPC DialerFilterService client.

func NewDialerFilterClient

func NewDialerFilterClient(cc grpc.ClientConnInterface) *DialerFilterClient

NewDialerFilterClient creates a new DialerFilter client.

func (*DialerFilterClient) Append

func (c *DialerFilterClient) Append(ctx context.Context, handle int64, arg0 string) error

Append calls the Append RPC.

func (*DialerFilterClient) ClearText

func (c *DialerFilterClient) ClearText(ctx context.Context, handle int64) error

ClearText calls the ClearText RPC.

func (*DialerFilterClient) GetDigits

func (c *DialerFilterClient) GetDigits(ctx context.Context, handle int64) (int64, error)

GetDigits calls the GetDigits RPC.

func (*DialerFilterClient) GetFilterText

func (c *DialerFilterClient) GetFilterText(ctx context.Context, handle int64) (int64, error)

GetFilterText calls the GetFilterText RPC.

func (*DialerFilterClient) GetLetters

func (c *DialerFilterClient) GetLetters(ctx context.Context, handle int64) (int64, error)

GetLetters calls the GetLetters RPC.

func (*DialerFilterClient) GetMode

func (c *DialerFilterClient) GetMode(ctx context.Context, handle int64) (int32, error)

GetMode calls the GetMode RPC.

func (*DialerFilterClient) IsQwertyKeyboard

func (c *DialerFilterClient) IsQwertyKeyboard(ctx context.Context, handle int64) (bool, error)

IsQwertyKeyboard calls the IsQwertyKeyboard RPC.

func (*DialerFilterClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*DialerFilterClient) OnKeyUp

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

OnKeyUp calls the OnKeyUp RPC.

func (*DialerFilterClient) RemoveFilterWatcher

func (c *DialerFilterClient) RemoveFilterWatcher(ctx context.Context, handle int64, arg0 int64) error

RemoveFilterWatcher calls the RemoveFilterWatcher RPC.

func (*DialerFilterClient) SetDigitsWatcher

func (c *DialerFilterClient) SetDigitsWatcher(ctx context.Context, handle int64, arg0 int64) error

SetDigitsWatcher calls the SetDigitsWatcher RPC.

func (*DialerFilterClient) SetFilterWatcher

func (c *DialerFilterClient) SetFilterWatcher(ctx context.Context, handle int64, arg0 int64) error

SetFilterWatcher calls the SetFilterWatcher RPC.

func (*DialerFilterClient) SetLettersWatcher

func (c *DialerFilterClient) SetLettersWatcher(ctx context.Context, handle int64, arg0 int64) error

SetLettersWatcher calls the SetLettersWatcher RPC.

func (*DialerFilterClient) SetMode

func (c *DialerFilterClient) SetMode(ctx context.Context, handle int64, arg0 int32) error

SetMode calls the SetMode RPC.

type DigitalClockClient

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

DigitalClockClient wraps the gRPC DigitalClockService client.

func NewDigitalClockClient

func NewDigitalClockClient(cc grpc.ClientConnInterface) *DigitalClockClient

NewDigitalClockClient creates a new DigitalClock client.

func (*DigitalClockClient) GetAccessibilityClassName

func (c *DigitalClockClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

type EdgeEffectClient

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

EdgeEffectClient wraps the gRPC EdgeEffectService client.

func NewEdgeEffectClient

func NewEdgeEffectClient(cc grpc.ClientConnInterface) *EdgeEffectClient

NewEdgeEffectClient creates a new EdgeEffect client.

func (*EdgeEffectClient) Draw

func (c *EdgeEffectClient) Draw(ctx context.Context, handle int64, arg0 int64) (bool, error)

Draw calls the Draw RPC.

func (*EdgeEffectClient) Finish

func (c *EdgeEffectClient) Finish(ctx context.Context, handle int64) error

Finish calls the Finish RPC.

func (*EdgeEffectClient) GetBlendMode

func (c *EdgeEffectClient) GetBlendMode(ctx context.Context, handle int64) (int64, error)

GetBlendMode calls the GetBlendMode RPC.

func (*EdgeEffectClient) GetColor

func (c *EdgeEffectClient) GetColor(ctx context.Context, handle int64) (int32, error)

GetColor calls the GetColor RPC.

func (*EdgeEffectClient) GetDistance

func (c *EdgeEffectClient) GetDistance(ctx context.Context, handle int64) (float32, error)

GetDistance calls the GetDistance RPC.

func (*EdgeEffectClient) GetMaxHeight

func (c *EdgeEffectClient) GetMaxHeight(ctx context.Context, handle int64) (int32, error)

GetMaxHeight calls the GetMaxHeight RPC.

func (*EdgeEffectClient) IsFinished

func (c *EdgeEffectClient) IsFinished(ctx context.Context, handle int64) (bool, error)

IsFinished calls the IsFinished RPC.

func (*EdgeEffectClient) OnAbsorb

func (c *EdgeEffectClient) OnAbsorb(ctx context.Context, handle int64, arg0 int32) error

OnAbsorb calls the OnAbsorb RPC.

func (*EdgeEffectClient) OnPull1

func (c *EdgeEffectClient) OnPull1(ctx context.Context, handle int64, arg0 float32) error

OnPull1 calls the OnPull1 RPC.

func (*EdgeEffectClient) OnPull2_1

func (c *EdgeEffectClient) OnPull2_1(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

OnPull2_1 calls the OnPull2_1 RPC.

func (*EdgeEffectClient) OnPullDistance

func (c *EdgeEffectClient) OnPullDistance(ctx context.Context, handle int64, arg0 float32, arg1 float32) (float32, error)

OnPullDistance calls the OnPullDistance RPC.

func (*EdgeEffectClient) OnRelease

func (c *EdgeEffectClient) OnRelease(ctx context.Context, handle int64) error

OnRelease calls the OnRelease RPC.

func (*EdgeEffectClient) SetBlendMode

func (c *EdgeEffectClient) SetBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetBlendMode calls the SetBlendMode RPC.

func (*EdgeEffectClient) SetColor

func (c *EdgeEffectClient) SetColor(ctx context.Context, handle int64, arg0 int32) error

SetColor calls the SetColor RPC.

func (*EdgeEffectClient) SetSize

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

SetSize calls the SetSize RPC.

type EditTextClient

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

EditTextClient wraps the gRPC EditTextService client.

func NewEditTextClient

func NewEditTextClient(cc grpc.ClientConnInterface) *EditTextClient

NewEditTextClient creates a new EditText client.

func (*EditTextClient) ExtendSelection

func (c *EditTextClient) ExtendSelection(ctx context.Context, handle int64, arg0 int32) error

ExtendSelection calls the ExtendSelection RPC.

func (*EditTextClient) GetAccessibilityClassName

func (c *EditTextClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*EditTextClient) GetFreezesText

func (c *EditTextClient) GetFreezesText(ctx context.Context, handle int64) (bool, error)

GetFreezesText calls the GetFreezesText RPC.

func (*EditTextClient) GetText0

func (c *EditTextClient) GetText0(ctx context.Context, handle int64) (int64, error)

GetText0 calls the GetText0 RPC.

func (*EditTextClient) GetText0_1

func (c *EditTextClient) GetText0_1(ctx context.Context, handle int64) (int64, error)

GetText0_1 calls the GetText0_1 RPC.

func (*EditTextClient) IsStyleShortcutEnabled

func (c *EditTextClient) IsStyleShortcutEnabled(ctx context.Context, handle int64) (bool, error)

IsStyleShortcutEnabled calls the IsStyleShortcutEnabled RPC.

func (*EditTextClient) OnKeyShortcut

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

OnKeyShortcut calls the OnKeyShortcut RPC.

func (*EditTextClient) OnTextContextMenuItem

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

OnTextContextMenuItem calls the OnTextContextMenuItem RPC.

func (*EditTextClient) SelectAll

func (c *EditTextClient) SelectAll(ctx context.Context, handle int64) error

SelectAll calls the SelectAll RPC.

func (*EditTextClient) SetEllipsize

func (c *EditTextClient) SetEllipsize(ctx context.Context, handle int64, arg0 int64) error

SetEllipsize calls the SetEllipsize RPC.

func (*EditTextClient) SetSelection1

func (c *EditTextClient) SetSelection1(ctx context.Context, handle int64, arg0 int32) error

SetSelection1 calls the SetSelection1 RPC.

func (*EditTextClient) SetSelection2_1

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

SetSelection2_1 calls the SetSelection2_1 RPC.

func (*EditTextClient) SetStyleShortcutsEnabled

func (c *EditTextClient) SetStyleShortcutsEnabled(ctx context.Context, handle int64, arg0 bool) error

SetStyleShortcutsEnabled calls the SetStyleShortcutsEnabled RPC.

func (*EditTextClient) SetText

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

SetText calls the SetText RPC.

type ExpandableListAdapterClient

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

ExpandableListAdapterClient wraps the gRPC ExpandableListAdapterService client.

func NewExpandableListAdapterClient

func NewExpandableListAdapterClient(cc grpc.ClientConnInterface) *ExpandableListAdapterClient

NewExpandableListAdapterClient creates a new ExpandableListAdapter client.

func (*ExpandableListAdapterClient) AreAllItemsEnabled

func (c *ExpandableListAdapterClient) AreAllItemsEnabled(ctx context.Context) (bool, error)

AreAllItemsEnabled calls the AreAllItemsEnabled RPC.

func (*ExpandableListAdapterClient) GetChild

func (c *ExpandableListAdapterClient) GetChild(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetChild calls the GetChild RPC.

func (*ExpandableListAdapterClient) GetChildId

func (c *ExpandableListAdapterClient) GetChildId(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetChildId calls the GetChildId RPC.

func (*ExpandableListAdapterClient) GetChildView

func (c *ExpandableListAdapterClient) GetChildView(ctx context.Context, arg0 int32, arg1 int32, arg2 bool, arg3 int64, arg4 int64) (int64, error)

GetChildView calls the GetChildView RPC.

func (*ExpandableListAdapterClient) GetChildrenCount

func (c *ExpandableListAdapterClient) GetChildrenCount(ctx context.Context, arg0 int32) (int32, error)

GetChildrenCount calls the GetChildrenCount RPC.

func (*ExpandableListAdapterClient) GetCombinedChildId

func (c *ExpandableListAdapterClient) GetCombinedChildId(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

GetCombinedChildId calls the GetCombinedChildId RPC.

func (*ExpandableListAdapterClient) GetCombinedGroupId

func (c *ExpandableListAdapterClient) GetCombinedGroupId(ctx context.Context, arg0 int64) (int64, error)

GetCombinedGroupId calls the GetCombinedGroupId RPC.

func (*ExpandableListAdapterClient) GetGroup

func (c *ExpandableListAdapterClient) GetGroup(ctx context.Context, arg0 int32) (int64, error)

GetGroup calls the GetGroup RPC.

func (*ExpandableListAdapterClient) GetGroupCount

func (c *ExpandableListAdapterClient) GetGroupCount(ctx context.Context) (int32, error)

GetGroupCount calls the GetGroupCount RPC.

func (*ExpandableListAdapterClient) GetGroupId

func (c *ExpandableListAdapterClient) GetGroupId(ctx context.Context, arg0 int32) (int64, error)

GetGroupId calls the GetGroupId RPC.

func (*ExpandableListAdapterClient) GetGroupView

func (c *ExpandableListAdapterClient) GetGroupView(ctx context.Context, arg0 int32, arg1 bool, arg2 int64, arg3 int64) (int64, error)

GetGroupView calls the GetGroupView RPC.

func (*ExpandableListAdapterClient) HasStableIds

func (c *ExpandableListAdapterClient) HasStableIds(ctx context.Context) (bool, error)

HasStableIds calls the HasStableIds RPC.

func (*ExpandableListAdapterClient) IsChildSelectable

func (c *ExpandableListAdapterClient) IsChildSelectable(ctx context.Context, arg0 int32, arg1 int32) (bool, error)

IsChildSelectable calls the IsChildSelectable RPC.

func (*ExpandableListAdapterClient) IsEmpty

IsEmpty calls the IsEmpty RPC.

func (*ExpandableListAdapterClient) OnGroupCollapsed

func (c *ExpandableListAdapterClient) OnGroupCollapsed(ctx context.Context, arg0 int32) error

OnGroupCollapsed calls the OnGroupCollapsed RPC.

func (*ExpandableListAdapterClient) OnGroupExpanded

func (c *ExpandableListAdapterClient) OnGroupExpanded(ctx context.Context, arg0 int32) error

OnGroupExpanded calls the OnGroupExpanded RPC.

func (*ExpandableListAdapterClient) RegisterDataSetObserver

func (c *ExpandableListAdapterClient) RegisterDataSetObserver(ctx context.Context, arg0 int64) error

RegisterDataSetObserver calls the RegisterDataSetObserver RPC.

func (*ExpandableListAdapterClient) UnregisterDataSetObserver

func (c *ExpandableListAdapterClient) UnregisterDataSetObserver(ctx context.Context, arg0 int64) error

UnregisterDataSetObserver calls the UnregisterDataSetObserver RPC.

type ExpandableListViewClient

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

ExpandableListViewClient wraps the gRPC ExpandableListViewService client.

func NewExpandableListViewClient

func NewExpandableListViewClient(cc grpc.ClientConnInterface) *ExpandableListViewClient

NewExpandableListViewClient creates a new ExpandableListView client.

func (*ExpandableListViewClient) CollapseGroup

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

CollapseGroup calls the CollapseGroup RPC.

func (*ExpandableListViewClient) ExpandGroup1

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

ExpandGroup1 calls the ExpandGroup1 RPC.

func (*ExpandableListViewClient) ExpandGroup2_1

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

ExpandGroup2_1 calls the ExpandGroup2_1 RPC.

func (*ExpandableListViewClient) GetAccessibilityClassName

func (c *ExpandableListViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ExpandableListViewClient) GetAdapter0

func (c *ExpandableListViewClient) GetAdapter0(ctx context.Context, handle int64) (int64, error)

GetAdapter0 calls the GetAdapter0 RPC.

func (*ExpandableListViewClient) GetAdapter0_1

func (c *ExpandableListViewClient) GetAdapter0_1(ctx context.Context, handle int64) (int64, error)

GetAdapter0_1 calls the GetAdapter0_1 RPC.

func (*ExpandableListViewClient) GetExpandableListAdapter

func (c *ExpandableListViewClient) GetExpandableListAdapter(ctx context.Context, handle int64) (int64, error)

GetExpandableListAdapter calls the GetExpandableListAdapter RPC.

func (*ExpandableListViewClient) GetExpandableListPosition

func (c *ExpandableListViewClient) GetExpandableListPosition(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetExpandableListPosition calls the GetExpandableListPosition RPC.

func (*ExpandableListViewClient) GetFlatListPosition

func (c *ExpandableListViewClient) GetFlatListPosition(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetFlatListPosition calls the GetFlatListPosition RPC.

func (*ExpandableListViewClient) GetPackedPositionChild

func (c *ExpandableListViewClient) GetPackedPositionChild(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetPackedPositionChild calls the GetPackedPositionChild RPC.

func (*ExpandableListViewClient) GetPackedPositionForChild

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

GetPackedPositionForChild calls the GetPackedPositionForChild RPC.

func (*ExpandableListViewClient) GetPackedPositionForGroup

func (c *ExpandableListViewClient) GetPackedPositionForGroup(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetPackedPositionForGroup calls the GetPackedPositionForGroup RPC.

func (*ExpandableListViewClient) GetPackedPositionGroup

func (c *ExpandableListViewClient) GetPackedPositionGroup(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetPackedPositionGroup calls the GetPackedPositionGroup RPC.

func (*ExpandableListViewClient) GetPackedPositionType

func (c *ExpandableListViewClient) GetPackedPositionType(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetPackedPositionType calls the GetPackedPositionType RPC.

func (*ExpandableListViewClient) GetSelectedId

func (c *ExpandableListViewClient) GetSelectedId(ctx context.Context, handle int64) (int64, error)

GetSelectedId calls the GetSelectedId RPC.

func (*ExpandableListViewClient) GetSelectedPosition

func (c *ExpandableListViewClient) GetSelectedPosition(ctx context.Context, handle int64) (int64, error)

GetSelectedPosition calls the GetSelectedPosition RPC.

func (*ExpandableListViewClient) IsGroupExpanded

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

IsGroupExpanded calls the IsGroupExpanded RPC.

func (*ExpandableListViewClient) OnInitializeAccessibilityNodeInfoForItem

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

OnInitializeAccessibilityNodeInfoForItem calls the OnInitializeAccessibilityNodeInfoForItem RPC.

func (*ExpandableListViewClient) OnRestoreInstanceState

func (c *ExpandableListViewClient) OnRestoreInstanceState(ctx context.Context, handle int64, arg0 int64) error

OnRestoreInstanceState calls the OnRestoreInstanceState RPC.

func (*ExpandableListViewClient) OnRtlPropertiesChanged

func (c *ExpandableListViewClient) OnRtlPropertiesChanged(ctx context.Context, handle int64, arg0 int32) error

OnRtlPropertiesChanged calls the OnRtlPropertiesChanged RPC.

func (*ExpandableListViewClient) OnSaveInstanceState

func (c *ExpandableListViewClient) OnSaveInstanceState(ctx context.Context, handle int64) (int64, error)

OnSaveInstanceState calls the OnSaveInstanceState RPC.

func (*ExpandableListViewClient) PerformItemClick

func (c *ExpandableListViewClient) PerformItemClick(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (bool, error)

PerformItemClick calls the PerformItemClick RPC.

func (*ExpandableListViewClient) SetAdapter1

func (c *ExpandableListViewClient) SetAdapter1(ctx context.Context, handle int64, arg0 int64) error

SetAdapter1 calls the SetAdapter1 RPC.

func (*ExpandableListViewClient) SetAdapter1_1

func (c *ExpandableListViewClient) SetAdapter1_1(ctx context.Context, handle int64, arg0 int64) error

SetAdapter1_1 calls the SetAdapter1_1 RPC.

func (*ExpandableListViewClient) SetAdapter1_2

func (c *ExpandableListViewClient) SetAdapter1_2(ctx context.Context, handle int64, arg0 int64) error

SetAdapter1_2 calls the SetAdapter1_2 RPC.

func (*ExpandableListViewClient) SetChildDivider

func (c *ExpandableListViewClient) SetChildDivider(ctx context.Context, handle int64, arg0 int64) error

SetChildDivider calls the SetChildDivider RPC.

func (*ExpandableListViewClient) SetChildIndicator

func (c *ExpandableListViewClient) SetChildIndicator(ctx context.Context, handle int64, arg0 int64) error

SetChildIndicator calls the SetChildIndicator RPC.

func (*ExpandableListViewClient) SetChildIndicatorBounds

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

SetChildIndicatorBounds calls the SetChildIndicatorBounds RPC.

func (*ExpandableListViewClient) SetChildIndicatorBoundsRelative

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

SetChildIndicatorBoundsRelative calls the SetChildIndicatorBoundsRelative RPC.

func (*ExpandableListViewClient) SetGroupIndicator

func (c *ExpandableListViewClient) SetGroupIndicator(ctx context.Context, handle int64, arg0 int64) error

SetGroupIndicator calls the SetGroupIndicator RPC.

func (*ExpandableListViewClient) SetIndicatorBounds

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

SetIndicatorBounds calls the SetIndicatorBounds RPC.

func (*ExpandableListViewClient) SetIndicatorBoundsRelative

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

SetIndicatorBoundsRelative calls the SetIndicatorBoundsRelative RPC.

func (*ExpandableListViewClient) SetOnChildClickListener

func (c *ExpandableListViewClient) SetOnChildClickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnChildClickListener calls the SetOnChildClickListener RPC.

func (*ExpandableListViewClient) SetOnGroupClickListener

func (c *ExpandableListViewClient) SetOnGroupClickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnGroupClickListener calls the SetOnGroupClickListener RPC.

func (*ExpandableListViewClient) SetOnGroupCollapseListener

func (c *ExpandableListViewClient) SetOnGroupCollapseListener(ctx context.Context, handle int64, arg0 int64) error

SetOnGroupCollapseListener calls the SetOnGroupCollapseListener RPC.

func (*ExpandableListViewClient) SetOnGroupExpandListener

func (c *ExpandableListViewClient) SetOnGroupExpandListener(ctx context.Context, handle int64, arg0 int64) error

SetOnGroupExpandListener calls the SetOnGroupExpandListener RPC.

func (*ExpandableListViewClient) SetOnItemClickListener

func (c *ExpandableListViewClient) SetOnItemClickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnItemClickListener calls the SetOnItemClickListener RPC.

func (*ExpandableListViewClient) SetSelectedChild

func (c *ExpandableListViewClient) SetSelectedChild(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool) (bool, error)

SetSelectedChild calls the SetSelectedChild RPC.

func (*ExpandableListViewClient) SetSelectedGroup

func (c *ExpandableListViewClient) SetSelectedGroup(ctx context.Context, handle int64, arg0 int32) error

SetSelectedGroup calls the SetSelectedGroup RPC.

type ExpandableListViewOnChildClickListenerClient

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

ExpandableListViewOnChildClickListenerClient wraps the gRPC ExpandableListViewOnChildClickListenerService client.

func NewExpandableListViewOnChildClickListenerClient

func NewExpandableListViewOnChildClickListenerClient(cc grpc.ClientConnInterface) *ExpandableListViewOnChildClickListenerClient

NewExpandableListViewOnChildClickListenerClient creates a new ExpandableListViewOnChildClickListener client.

func (*ExpandableListViewOnChildClickListenerClient) OnChildClick

func (c *ExpandableListViewOnChildClickListenerClient) OnChildClick(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int64) (bool, error)

OnChildClick calls the OnChildClick RPC.

type ExpandableListViewOnGroupClickListenerClient

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

ExpandableListViewOnGroupClickListenerClient wraps the gRPC ExpandableListViewOnGroupClickListenerService client.

func NewExpandableListViewOnGroupClickListenerClient

func NewExpandableListViewOnGroupClickListenerClient(cc grpc.ClientConnInterface) *ExpandableListViewOnGroupClickListenerClient

NewExpandableListViewOnGroupClickListenerClient creates a new ExpandableListViewOnGroupClickListener client.

func (*ExpandableListViewOnGroupClickListenerClient) OnGroupClick

func (c *ExpandableListViewOnGroupClickListenerClient) OnGroupClick(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) (bool, error)

OnGroupClick calls the OnGroupClick RPC.

type ExpandableListViewOnGroupCollapseListenerClient

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

ExpandableListViewOnGroupCollapseListenerClient wraps the gRPC ExpandableListViewOnGroupCollapseListenerService client.

func NewExpandableListViewOnGroupCollapseListenerClient

func NewExpandableListViewOnGroupCollapseListenerClient(cc grpc.ClientConnInterface) *ExpandableListViewOnGroupCollapseListenerClient

NewExpandableListViewOnGroupCollapseListenerClient creates a new ExpandableListViewOnGroupCollapseListener client.

func (*ExpandableListViewOnGroupCollapseListenerClient) OnGroupCollapse

OnGroupCollapse calls the OnGroupCollapse RPC.

type ExpandableListViewOnGroupExpandListenerClient

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

ExpandableListViewOnGroupExpandListenerClient wraps the gRPC ExpandableListViewOnGroupExpandListenerService client.

func NewExpandableListViewOnGroupExpandListenerClient

func NewExpandableListViewOnGroupExpandListenerClient(cc grpc.ClientConnInterface) *ExpandableListViewOnGroupExpandListenerClient

NewExpandableListViewOnGroupExpandListenerClient creates a new ExpandableListViewOnGroupExpandListener client.

func (*ExpandableListViewOnGroupExpandListenerClient) OnGroupExpand

OnGroupExpand calls the OnGroupExpand RPC.

type FilterClient

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

FilterClient wraps the gRPC FilterService client.

func NewFilterClient

func NewFilterClient(cc grpc.ClientConnInterface) *FilterClient

NewFilterClient creates a new Filter client.

func (*FilterClient) ConvertResultToString

func (c *FilterClient) ConvertResultToString(ctx context.Context, arg0 int64) (int64, error)

ConvertResultToString calls the ConvertResultToString RPC.

func (*FilterClient) Filter1

func (c *FilterClient) Filter1(ctx context.Context, arg0 string) error

Filter1 calls the Filter1 RPC.

func (*FilterClient) Filter2_1

func (c *FilterClient) Filter2_1(ctx context.Context, arg0 string, arg1 int64) error

Filter2_1 calls the Filter2_1 RPC.

type FilterFilterListenerClient

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

FilterFilterListenerClient wraps the gRPC FilterFilterListenerService client.

func NewFilterFilterListenerClient

func NewFilterFilterListenerClient(cc grpc.ClientConnInterface) *FilterFilterListenerClient

NewFilterFilterListenerClient creates a new FilterFilterListener client.

func (*FilterFilterListenerClient) OnFilterComplete

func (c *FilterFilterListenerClient) OnFilterComplete(ctx context.Context, arg0 int32) error

OnFilterComplete calls the OnFilterComplete RPC.

type FilterQueryProviderClient

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

FilterQueryProviderClient wraps the gRPC FilterQueryProviderService client.

func NewFilterQueryProviderClient

func NewFilterQueryProviderClient(cc grpc.ClientConnInterface) *FilterQueryProviderClient

NewFilterQueryProviderClient creates a new FilterQueryProvider client.

func (*FilterQueryProviderClient) RunQuery

func (c *FilterQueryProviderClient) RunQuery(ctx context.Context, arg0 string) (int64, error)

RunQuery calls the RunQuery RPC.

type FilterableClient

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

FilterableClient wraps the gRPC FilterableService client.

func NewFilterableClient

func NewFilterableClient(cc grpc.ClientConnInterface) *FilterableClient

NewFilterableClient creates a new Filterable client.

func (*FilterableClient) GetFilter

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

GetFilter calls the GetFilter RPC.

type FrameLayoutClient

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

FrameLayoutClient wraps the gRPC FrameLayoutService client.

func NewFrameLayoutClient

func NewFrameLayoutClient(cc grpc.ClientConnInterface) *FrameLayoutClient

NewFrameLayoutClient creates a new FrameLayout client.

func (*FrameLayoutClient) GenerateLayoutParams1

func (c *FrameLayoutClient) GenerateLayoutParams1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1 calls the GenerateLayoutParams1 RPC.

func (*FrameLayoutClient) GenerateLayoutParams1_1

func (c *FrameLayoutClient) GenerateLayoutParams1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_1 calls the GenerateLayoutParams1_1 RPC.

func (*FrameLayoutClient) GetAccessibilityClassName

func (c *FrameLayoutClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*FrameLayoutClient) GetConsiderGoneChildrenWhenMeasuring

func (c *FrameLayoutClient) GetConsiderGoneChildrenWhenMeasuring(ctx context.Context, handle int64) (bool, error)

GetConsiderGoneChildrenWhenMeasuring calls the GetConsiderGoneChildrenWhenMeasuring RPC.

func (*FrameLayoutClient) GetMeasureAllChildren

func (c *FrameLayoutClient) GetMeasureAllChildren(ctx context.Context, handle int64) (bool, error)

GetMeasureAllChildren calls the GetMeasureAllChildren RPC.

func (*FrameLayoutClient) SetForegroundGravity

func (c *FrameLayoutClient) SetForegroundGravity(ctx context.Context, handle int64, arg0 int32) error

SetForegroundGravity calls the SetForegroundGravity RPC.

func (*FrameLayoutClient) SetMeasureAllChildren

func (c *FrameLayoutClient) SetMeasureAllChildren(ctx context.Context, handle int64, arg0 bool) error

SetMeasureAllChildren calls the SetMeasureAllChildren RPC.

func (*FrameLayoutClient) ShouldDelayChildPressedState

func (c *FrameLayoutClient) ShouldDelayChildPressedState(ctx context.Context, handle int64) (bool, error)

ShouldDelayChildPressedState calls the ShouldDelayChildPressedState RPC.

type GalleryClient

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

GalleryClient wraps the gRPC GalleryService client.

func NewGalleryClient

func NewGalleryClient(cc grpc.ClientConnInterface) *GalleryClient

NewGalleryClient creates a new Gallery client.

func (*GalleryClient) DispatchKeyEvent

func (c *GalleryClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*GalleryClient) DispatchSetSelected

func (c *GalleryClient) DispatchSetSelected(ctx context.Context, handle int64, arg0 bool) error

DispatchSetSelected calls the DispatchSetSelected RPC.

func (*GalleryClient) GenerateLayoutParams

func (c *GalleryClient) GenerateLayoutParams(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams calls the GenerateLayoutParams RPC.

func (*GalleryClient) GetAccessibilityClassName

func (c *GalleryClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*GalleryClient) OnDown

func (c *GalleryClient) OnDown(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnDown calls the OnDown RPC.

func (*GalleryClient) OnFling

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

OnFling calls the OnFling RPC.

func (*GalleryClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*GalleryClient) OnKeyUp

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

OnKeyUp calls the OnKeyUp RPC.

func (*GalleryClient) OnLongPress

func (c *GalleryClient) OnLongPress(ctx context.Context, handle int64, arg0 int64) error

OnLongPress calls the OnLongPress RPC.

func (*GalleryClient) OnScroll

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

OnScroll calls the OnScroll RPC.

func (*GalleryClient) OnShowPress

func (c *GalleryClient) OnShowPress(ctx context.Context, handle int64, arg0 int64) error

OnShowPress calls the OnShowPress RPC.

func (*GalleryClient) OnSingleTapUp

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

OnSingleTapUp calls the OnSingleTapUp RPC.

func (*GalleryClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*GalleryClient) SetAnimationDuration

func (c *GalleryClient) SetAnimationDuration(ctx context.Context, handle int64, arg0 int32) error

SetAnimationDuration calls the SetAnimationDuration RPC.

func (*GalleryClient) SetCallbackDuringFling

func (c *GalleryClient) SetCallbackDuringFling(ctx context.Context, handle int64, arg0 bool) error

SetCallbackDuringFling calls the SetCallbackDuringFling RPC.

func (*GalleryClient) SetGravity

func (c *GalleryClient) SetGravity(ctx context.Context, handle int64, arg0 int32) error

SetGravity calls the SetGravity RPC.

func (*GalleryClient) SetSpacing

func (c *GalleryClient) SetSpacing(ctx context.Context, handle int64, arg0 int32) error

SetSpacing calls the SetSpacing RPC.

func (*GalleryClient) SetUnselectedAlpha

func (c *GalleryClient) SetUnselectedAlpha(ctx context.Context, handle int64, arg0 float32) error

SetUnselectedAlpha calls the SetUnselectedAlpha RPC.

func (*GalleryClient) ShowContextMenu0

func (c *GalleryClient) ShowContextMenu0(ctx context.Context, handle int64) (bool, error)

ShowContextMenu0 calls the ShowContextMenu0 RPC.

func (*GalleryClient) ShowContextMenu2_1

func (c *GalleryClient) ShowContextMenu2_1(ctx context.Context, handle int64, arg0 float32, arg1 float32) (bool, error)

ShowContextMenu2_1 calls the ShowContextMenu2_1 RPC.

func (*GalleryClient) ShowContextMenuForChild1

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

ShowContextMenuForChild1 calls the ShowContextMenuForChild1 RPC.

func (*GalleryClient) ShowContextMenuForChild3_1

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

ShowContextMenuForChild3_1 calls the ShowContextMenuForChild3_1 RPC.

type GridLayoutClient

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

GridLayoutClient wraps the gRPC GridLayoutService client.

func NewGridLayoutClient

func NewGridLayoutClient(cc grpc.ClientConnInterface) *GridLayoutClient

NewGridLayoutClient creates a new GridLayout client.

func (*GridLayoutClient) GenerateLayoutParams1

func (c *GridLayoutClient) GenerateLayoutParams1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1 calls the GenerateLayoutParams1 RPC.

func (*GridLayoutClient) GenerateLayoutParams1_1

func (c *GridLayoutClient) GenerateLayoutParams1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_1 calls the GenerateLayoutParams1_1 RPC.

func (*GridLayoutClient) GetAccessibilityClassName

func (c *GridLayoutClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*GridLayoutClient) GetAlignmentMode

func (c *GridLayoutClient) GetAlignmentMode(ctx context.Context, handle int64) (int32, error)

GetAlignmentMode calls the GetAlignmentMode RPC.

func (*GridLayoutClient) GetColumnCount

func (c *GridLayoutClient) GetColumnCount(ctx context.Context, handle int64) (int32, error)

GetColumnCount calls the GetColumnCount RPC.

func (*GridLayoutClient) GetOrientation

func (c *GridLayoutClient) GetOrientation(ctx context.Context, handle int64) (int32, error)

GetOrientation calls the GetOrientation RPC.

func (*GridLayoutClient) GetRowCount

func (c *GridLayoutClient) GetRowCount(ctx context.Context, handle int64) (int32, error)

GetRowCount calls the GetRowCount RPC.

func (*GridLayoutClient) GetUseDefaultMargins

func (c *GridLayoutClient) GetUseDefaultMargins(ctx context.Context, handle int64) (bool, error)

GetUseDefaultMargins calls the GetUseDefaultMargins RPC.

func (*GridLayoutClient) IsColumnOrderPreserved

func (c *GridLayoutClient) IsColumnOrderPreserved(ctx context.Context, handle int64) (bool, error)

IsColumnOrderPreserved calls the IsColumnOrderPreserved RPC.

func (*GridLayoutClient) IsRowOrderPreserved

func (c *GridLayoutClient) IsRowOrderPreserved(ctx context.Context, handle int64) (bool, error)

IsRowOrderPreserved calls the IsRowOrderPreserved RPC.

func (*GridLayoutClient) OnViewAdded

func (c *GridLayoutClient) OnViewAdded(ctx context.Context, handle int64, arg0 int64) error

OnViewAdded calls the OnViewAdded RPC.

func (*GridLayoutClient) OnViewRemoved

func (c *GridLayoutClient) OnViewRemoved(ctx context.Context, handle int64, arg0 int64) error

OnViewRemoved calls the OnViewRemoved RPC.

func (*GridLayoutClient) RequestLayout

func (c *GridLayoutClient) RequestLayout(ctx context.Context, handle int64) error

RequestLayout calls the RequestLayout RPC.

func (*GridLayoutClient) SetAlignmentMode

func (c *GridLayoutClient) SetAlignmentMode(ctx context.Context, handle int64, arg0 int32) error

SetAlignmentMode calls the SetAlignmentMode RPC.

func (*GridLayoutClient) SetColumnCount

func (c *GridLayoutClient) SetColumnCount(ctx context.Context, handle int64, arg0 int32) error

SetColumnCount calls the SetColumnCount RPC.

func (*GridLayoutClient) SetColumnOrderPreserved

func (c *GridLayoutClient) SetColumnOrderPreserved(ctx context.Context, handle int64, arg0 bool) error

SetColumnOrderPreserved calls the SetColumnOrderPreserved RPC.

func (*GridLayoutClient) SetOrientation

func (c *GridLayoutClient) SetOrientation(ctx context.Context, handle int64, arg0 int32) error

SetOrientation calls the SetOrientation RPC.

func (*GridLayoutClient) SetRowCount

func (c *GridLayoutClient) SetRowCount(ctx context.Context, handle int64, arg0 int32) error

SetRowCount calls the SetRowCount RPC.

func (*GridLayoutClient) SetRowOrderPreserved

func (c *GridLayoutClient) SetRowOrderPreserved(ctx context.Context, handle int64, arg0 bool) error

SetRowOrderPreserved calls the SetRowOrderPreserved RPC.

func (*GridLayoutClient) SetUseDefaultMargins

func (c *GridLayoutClient) SetUseDefaultMargins(ctx context.Context, handle int64, arg0 bool) error

SetUseDefaultMargins calls the SetUseDefaultMargins RPC.

func (*GridLayoutClient) Spec1

func (c *GridLayoutClient) Spec1(ctx context.Context, handle int64, arg0 int32) (int64, error)

Spec1 calls the Spec1 RPC.

func (*GridLayoutClient) Spec2_1

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

Spec2_1 calls the Spec2_1 RPC.

func (*GridLayoutClient) Spec2_3

func (c *GridLayoutClient) Spec2_3(ctx context.Context, handle int64, arg0 int32, arg1 float32) (int64, error)

Spec2_3 calls the Spec2_3 RPC.

func (*GridLayoutClient) Spec2_4

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

Spec2_4 calls the Spec2_4 RPC.

func (*GridLayoutClient) Spec3_2

func (c *GridLayoutClient) Spec3_2(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 float32) (int64, error)

Spec3_2 calls the Spec3_2 RPC.

func (*GridLayoutClient) Spec3_5

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

Spec3_5 calls the Spec3_5 RPC.

func (*GridLayoutClient) Spec3_7

func (c *GridLayoutClient) Spec3_7(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32) (int64, error)

Spec3_7 calls the Spec3_7 RPC.

func (*GridLayoutClient) Spec4_6

func (c *GridLayoutClient) Spec4_6(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, arg3 float32) (int64, error)

Spec4_6 calls the Spec4_6 RPC.

type GridLayoutLayoutParamsClient

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

GridLayoutLayoutParamsClient wraps the gRPC GridLayoutLayoutParamsService client.

func NewGridLayoutLayoutParamsClient

func NewGridLayoutLayoutParamsClient(cc grpc.ClientConnInterface) *GridLayoutLayoutParamsClient

NewGridLayoutLayoutParamsClient creates a new GridLayoutLayoutParams client.

func (*GridLayoutLayoutParamsClient) Equals

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

Equals calls the Equals RPC.

func (*GridLayoutLayoutParamsClient) HashCode

HashCode calls the HashCode RPC.

func (*GridLayoutLayoutParamsClient) SetGravity

func (c *GridLayoutLayoutParamsClient) SetGravity(ctx context.Context, arg0 int32) error

SetGravity calls the SetGravity RPC.

type GridLayoutSpecClient

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

GridLayoutSpecClient wraps the gRPC GridLayoutSpecService client.

func NewGridLayoutSpecClient

func NewGridLayoutSpecClient(cc grpc.ClientConnInterface) *GridLayoutSpecClient

NewGridLayoutSpecClient creates a new GridLayoutSpec client.

func (*GridLayoutSpecClient) Equals

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

Equals calls the Equals RPC.

func (*GridLayoutSpecClient) HashCode

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

HashCode calls the HashCode RPC.

type GridViewClient

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

GridViewClient wraps the gRPC GridViewService client.

func NewGridViewClient

func NewGridViewClient(cc grpc.ClientConnInterface) *GridViewClient

NewGridViewClient creates a new GridView client.

func (*GridViewClient) GetAccessibilityClassName

func (c *GridViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*GridViewClient) GetAdapter0

func (c *GridViewClient) GetAdapter0(ctx context.Context, handle int64) (int64, error)

GetAdapter0 calls the GetAdapter0 RPC.

func (*GridViewClient) GetAdapter0_1

func (c *GridViewClient) GetAdapter0_1(ctx context.Context, handle int64) (int64, error)

GetAdapter0_1 calls the GetAdapter0_1 RPC.

func (*GridViewClient) GetColumnWidth

func (c *GridViewClient) GetColumnWidth(ctx context.Context, handle int64) (int32, error)

GetColumnWidth calls the GetColumnWidth RPC.

func (*GridViewClient) GetGravity

func (c *GridViewClient) GetGravity(ctx context.Context, handle int64) (int32, error)

GetGravity calls the GetGravity RPC.

func (*GridViewClient) GetHorizontalSpacing

func (c *GridViewClient) GetHorizontalSpacing(ctx context.Context, handle int64) (int32, error)

GetHorizontalSpacing calls the GetHorizontalSpacing RPC.

func (*GridViewClient) GetNumColumns

func (c *GridViewClient) GetNumColumns(ctx context.Context, handle int64) (int32, error)

GetNumColumns calls the GetNumColumns RPC.

func (*GridViewClient) GetRequestedColumnWidth

func (c *GridViewClient) GetRequestedColumnWidth(ctx context.Context, handle int64) (int32, error)

GetRequestedColumnWidth calls the GetRequestedColumnWidth RPC.

func (*GridViewClient) GetRequestedHorizontalSpacing

func (c *GridViewClient) GetRequestedHorizontalSpacing(ctx context.Context, handle int64) (int32, error)

GetRequestedHorizontalSpacing calls the GetRequestedHorizontalSpacing RPC.

func (*GridViewClient) GetStretchMode

func (c *GridViewClient) GetStretchMode(ctx context.Context, handle int64) (int32, error)

GetStretchMode calls the GetStretchMode RPC.

func (*GridViewClient) GetVerticalSpacing

func (c *GridViewClient) GetVerticalSpacing(ctx context.Context, handle int64) (int32, error)

GetVerticalSpacing calls the GetVerticalSpacing RPC.

func (*GridViewClient) OnInitializeAccessibilityNodeInfoForItem

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

OnInitializeAccessibilityNodeInfoForItem calls the OnInitializeAccessibilityNodeInfoForItem RPC.

func (*GridViewClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*GridViewClient) OnKeyMultiple

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

OnKeyMultiple calls the OnKeyMultiple RPC.

func (*GridViewClient) OnKeyUp

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

OnKeyUp calls the OnKeyUp RPC.

func (*GridViewClient) SetAdapter1

func (c *GridViewClient) SetAdapter1(ctx context.Context, handle int64, arg0 int64) error

SetAdapter1 calls the SetAdapter1 RPC.

func (*GridViewClient) SetAdapter1_1

func (c *GridViewClient) SetAdapter1_1(ctx context.Context, handle int64, arg0 int64) error

SetAdapter1_1 calls the SetAdapter1_1 RPC.

func (*GridViewClient) SetColumnWidth

func (c *GridViewClient) SetColumnWidth(ctx context.Context, handle int64, arg0 int32) error

SetColumnWidth calls the SetColumnWidth RPC.

func (*GridViewClient) SetGravity

func (c *GridViewClient) SetGravity(ctx context.Context, handle int64, arg0 int32) error

SetGravity calls the SetGravity RPC.

func (*GridViewClient) SetHorizontalSpacing

func (c *GridViewClient) SetHorizontalSpacing(ctx context.Context, handle int64, arg0 int32) error

SetHorizontalSpacing calls the SetHorizontalSpacing RPC.

func (*GridViewClient) SetNumColumns

func (c *GridViewClient) SetNumColumns(ctx context.Context, handle int64, arg0 int32) error

SetNumColumns calls the SetNumColumns RPC.

func (*GridViewClient) SetRemoteViewsAdapter

func (c *GridViewClient) SetRemoteViewsAdapter(ctx context.Context, handle int64, arg0 int64) error

SetRemoteViewsAdapter calls the SetRemoteViewsAdapter RPC.

func (*GridViewClient) SetSelection

func (c *GridViewClient) SetSelection(ctx context.Context, handle int64, arg0 int32) error

SetSelection calls the SetSelection RPC.

func (*GridViewClient) SetStretchMode

func (c *GridViewClient) SetStretchMode(ctx context.Context, handle int64, arg0 int32) error

SetStretchMode calls the SetStretchMode RPC.

func (*GridViewClient) SetVerticalSpacing

func (c *GridViewClient) SetVerticalSpacing(ctx context.Context, handle int64, arg0 int32) error

SetVerticalSpacing calls the SetVerticalSpacing RPC.

func (*GridViewClient) SmoothScrollByOffset

func (c *GridViewClient) SmoothScrollByOffset(ctx context.Context, handle int64, arg0 int32) error

SmoothScrollByOffset calls the SmoothScrollByOffset RPC.

func (*GridViewClient) SmoothScrollToPosition

func (c *GridViewClient) SmoothScrollToPosition(ctx context.Context, handle int64, arg0 int32) error

SmoothScrollToPosition calls the SmoothScrollToPosition RPC.

type HeaderViewListAdapterClient

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

HeaderViewListAdapterClient wraps the gRPC HeaderViewListAdapterService client.

func NewHeaderViewListAdapterClient

func NewHeaderViewListAdapterClient(cc grpc.ClientConnInterface) *HeaderViewListAdapterClient

NewHeaderViewListAdapterClient creates a new HeaderViewListAdapter client.

func (*HeaderViewListAdapterClient) AreAllItemsEnabled

func (c *HeaderViewListAdapterClient) AreAllItemsEnabled(ctx context.Context, handle int64) (bool, error)

AreAllItemsEnabled calls the AreAllItemsEnabled RPC.

func (*HeaderViewListAdapterClient) GetCount

func (c *HeaderViewListAdapterClient) GetCount(ctx context.Context, handle int64) (int32, error)

GetCount calls the GetCount RPC.

func (*HeaderViewListAdapterClient) GetFilter

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

GetFilter calls the GetFilter RPC.

func (*HeaderViewListAdapterClient) GetFootersCount

func (c *HeaderViewListAdapterClient) GetFootersCount(ctx context.Context, handle int64) (int32, error)

GetFootersCount calls the GetFootersCount RPC.

func (*HeaderViewListAdapterClient) GetHeadersCount

func (c *HeaderViewListAdapterClient) GetHeadersCount(ctx context.Context, handle int64) (int32, error)

GetHeadersCount calls the GetHeadersCount RPC.

func (*HeaderViewListAdapterClient) GetItem

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

GetItem calls the GetItem RPC.

func (*HeaderViewListAdapterClient) GetItemId

func (c *HeaderViewListAdapterClient) GetItemId(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetItemId calls the GetItemId RPC.

func (*HeaderViewListAdapterClient) GetItemViewType

func (c *HeaderViewListAdapterClient) GetItemViewType(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetItemViewType calls the GetItemViewType RPC.

func (*HeaderViewListAdapterClient) GetView

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

GetView calls the GetView RPC.

func (*HeaderViewListAdapterClient) GetViewTypeCount

func (c *HeaderViewListAdapterClient) GetViewTypeCount(ctx context.Context, handle int64) (int32, error)

GetViewTypeCount calls the GetViewTypeCount RPC.

func (*HeaderViewListAdapterClient) GetWrappedAdapter

func (c *HeaderViewListAdapterClient) GetWrappedAdapter(ctx context.Context, handle int64) (int64, error)

GetWrappedAdapter calls the GetWrappedAdapter RPC.

func (*HeaderViewListAdapterClient) HasStableIds

func (c *HeaderViewListAdapterClient) HasStableIds(ctx context.Context, handle int64) (bool, error)

HasStableIds calls the HasStableIds RPC.

func (*HeaderViewListAdapterClient) IsEmpty

func (c *HeaderViewListAdapterClient) IsEmpty(ctx context.Context, handle int64) (bool, error)

IsEmpty calls the IsEmpty RPC.

func (*HeaderViewListAdapterClient) IsEnabled

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

IsEnabled calls the IsEnabled RPC.

func (*HeaderViewListAdapterClient) RegisterDataSetObserver

func (c *HeaderViewListAdapterClient) RegisterDataSetObserver(ctx context.Context, handle int64, arg0 int64) error

RegisterDataSetObserver calls the RegisterDataSetObserver RPC.

func (*HeaderViewListAdapterClient) RemoveFooter

func (c *HeaderViewListAdapterClient) RemoveFooter(ctx context.Context, handle int64, arg0 int64) (bool, error)

RemoveFooter calls the RemoveFooter RPC.

func (*HeaderViewListAdapterClient) RemoveHeader

func (c *HeaderViewListAdapterClient) RemoveHeader(ctx context.Context, handle int64, arg0 int64) (bool, error)

RemoveHeader calls the RemoveHeader RPC.

func (*HeaderViewListAdapterClient) UnregisterDataSetObserver

func (c *HeaderViewListAdapterClient) UnregisterDataSetObserver(ctx context.Context, handle int64, arg0 int64) error

UnregisterDataSetObserver calls the UnregisterDataSetObserver RPC.

type HeterogeneousExpandableListClient

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

HeterogeneousExpandableListClient wraps the gRPC HeterogeneousExpandableListService client.

func NewHeterogeneousExpandableListClient

func NewHeterogeneousExpandableListClient(cc grpc.ClientConnInterface) *HeterogeneousExpandableListClient

NewHeterogeneousExpandableListClient creates a new HeterogeneousExpandableList client.

func (*HeterogeneousExpandableListClient) GetChildType

func (c *HeterogeneousExpandableListClient) GetChildType(ctx context.Context, arg0 int32, arg1 int32) (int32, error)

GetChildType calls the GetChildType RPC.

func (*HeterogeneousExpandableListClient) GetChildTypeCount

func (c *HeterogeneousExpandableListClient) GetChildTypeCount(ctx context.Context) (int32, error)

GetChildTypeCount calls the GetChildTypeCount RPC.

func (*HeterogeneousExpandableListClient) GetGroupType

func (c *HeterogeneousExpandableListClient) GetGroupType(ctx context.Context, arg0 int32) (int32, error)

GetGroupType calls the GetGroupType RPC.

func (*HeterogeneousExpandableListClient) GetGroupTypeCount

func (c *HeterogeneousExpandableListClient) GetGroupTypeCount(ctx context.Context) (int32, error)

GetGroupTypeCount calls the GetGroupTypeCount RPC.

type HorizontalScrollViewClient

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

HorizontalScrollViewClient wraps the gRPC HorizontalScrollViewService client.

func NewHorizontalScrollViewClient

func NewHorizontalScrollViewClient(cc grpc.ClientConnInterface) *HorizontalScrollViewClient

NewHorizontalScrollViewClient creates a new HorizontalScrollView client.

func (*HorizontalScrollViewClient) AddView1

func (c *HorizontalScrollViewClient) AddView1(ctx context.Context, handle int64, arg0 int64) error

AddView1 calls the AddView1 RPC.

func (*HorizontalScrollViewClient) AddView2_1

func (c *HorizontalScrollViewClient) AddView2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

AddView2_1 calls the AddView2_1 RPC.

func (*HorizontalScrollViewClient) AddView2_2

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

AddView2_2 calls the AddView2_2 RPC.

func (*HorizontalScrollViewClient) AddView3_3

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

AddView3_3 calls the AddView3_3 RPC.

func (*HorizontalScrollViewClient) ArrowScroll

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

ArrowScroll calls the ArrowScroll RPC.

func (*HorizontalScrollViewClient) ComputeScroll

func (c *HorizontalScrollViewClient) ComputeScroll(ctx context.Context, handle int64) error

ComputeScroll calls the ComputeScroll RPC.

func (*HorizontalScrollViewClient) DispatchKeyEvent

func (c *HorizontalScrollViewClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*HorizontalScrollViewClient) Draw

func (c *HorizontalScrollViewClient) Draw(ctx context.Context, handle int64, arg0 int64) error

Draw calls the Draw RPC.

func (*HorizontalScrollViewClient) ExecuteKeyEvent

func (c *HorizontalScrollViewClient) ExecuteKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

ExecuteKeyEvent calls the ExecuteKeyEvent RPC.

func (*HorizontalScrollViewClient) Fling

func (c *HorizontalScrollViewClient) Fling(ctx context.Context, handle int64, arg0 int32) error

Fling calls the Fling RPC.

func (*HorizontalScrollViewClient) FullScroll

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

FullScroll calls the FullScroll RPC.

func (*HorizontalScrollViewClient) GetAccessibilityClassName

func (c *HorizontalScrollViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*HorizontalScrollViewClient) GetLeftEdgeEffectColor

func (c *HorizontalScrollViewClient) GetLeftEdgeEffectColor(ctx context.Context, handle int64) (int32, error)

GetLeftEdgeEffectColor calls the GetLeftEdgeEffectColor RPC.

func (*HorizontalScrollViewClient) GetMaxScrollAmount

func (c *HorizontalScrollViewClient) GetMaxScrollAmount(ctx context.Context, handle int64) (int32, error)

GetMaxScrollAmount calls the GetMaxScrollAmount RPC.

func (*HorizontalScrollViewClient) GetRightEdgeEffectColor

func (c *HorizontalScrollViewClient) GetRightEdgeEffectColor(ctx context.Context, handle int64) (int32, error)

GetRightEdgeEffectColor calls the GetRightEdgeEffectColor RPC.

func (*HorizontalScrollViewClient) IsFillViewport

func (c *HorizontalScrollViewClient) IsFillViewport(ctx context.Context, handle int64) (bool, error)

IsFillViewport calls the IsFillViewport RPC.

func (*HorizontalScrollViewClient) IsSmoothScrollingEnabled

func (c *HorizontalScrollViewClient) IsSmoothScrollingEnabled(ctx context.Context, handle int64) (bool, error)

IsSmoothScrollingEnabled calls the IsSmoothScrollingEnabled RPC.

func (*HorizontalScrollViewClient) OnGenericMotionEvent

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

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*HorizontalScrollViewClient) OnInterceptTouchEvent

func (c *HorizontalScrollViewClient) OnInterceptTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnInterceptTouchEvent calls the OnInterceptTouchEvent RPC.

func (*HorizontalScrollViewClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*HorizontalScrollViewClient) PageScroll

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

PageScroll calls the PageScroll RPC.

func (*HorizontalScrollViewClient) RequestChildFocus

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

RequestChildFocus calls the RequestChildFocus RPC.

func (*HorizontalScrollViewClient) RequestChildRectangleOnScreen

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

RequestChildRectangleOnScreen calls the RequestChildRectangleOnScreen RPC.

func (*HorizontalScrollViewClient) RequestDisallowInterceptTouchEvent

func (c *HorizontalScrollViewClient) RequestDisallowInterceptTouchEvent(ctx context.Context, handle int64, arg0 bool) error

RequestDisallowInterceptTouchEvent calls the RequestDisallowInterceptTouchEvent RPC.

func (*HorizontalScrollViewClient) RequestLayout

func (c *HorizontalScrollViewClient) RequestLayout(ctx context.Context, handle int64) error

RequestLayout calls the RequestLayout RPC.

func (*HorizontalScrollViewClient) ScrollTo

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

ScrollTo calls the ScrollTo RPC.

func (*HorizontalScrollViewClient) SetEdgeEffectColor

func (c *HorizontalScrollViewClient) SetEdgeEffectColor(ctx context.Context, handle int64, arg0 int32) error

SetEdgeEffectColor calls the SetEdgeEffectColor RPC.

func (*HorizontalScrollViewClient) SetFillViewport

func (c *HorizontalScrollViewClient) SetFillViewport(ctx context.Context, handle int64, arg0 bool) error

SetFillViewport calls the SetFillViewport RPC.

func (*HorizontalScrollViewClient) SetLeftEdgeEffectColor

func (c *HorizontalScrollViewClient) SetLeftEdgeEffectColor(ctx context.Context, handle int64, arg0 int32) error

SetLeftEdgeEffectColor calls the SetLeftEdgeEffectColor RPC.

func (*HorizontalScrollViewClient) SetRightEdgeEffectColor

func (c *HorizontalScrollViewClient) SetRightEdgeEffectColor(ctx context.Context, handle int64, arg0 int32) error

SetRightEdgeEffectColor calls the SetRightEdgeEffectColor RPC.

func (*HorizontalScrollViewClient) SetSmoothScrollingEnabled

func (c *HorizontalScrollViewClient) SetSmoothScrollingEnabled(ctx context.Context, handle int64, arg0 bool) error

SetSmoothScrollingEnabled calls the SetSmoothScrollingEnabled RPC.

func (*HorizontalScrollViewClient) ShouldDelayChildPressedState

func (c *HorizontalScrollViewClient) ShouldDelayChildPressedState(ctx context.Context, handle int64) (bool, error)

ShouldDelayChildPressedState calls the ShouldDelayChildPressedState RPC.

func (*HorizontalScrollViewClient) SmoothScrollBy

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

SmoothScrollBy calls the SmoothScrollBy RPC.

func (*HorizontalScrollViewClient) SmoothScrollTo

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

SmoothScrollTo calls the SmoothScrollTo RPC.

type ImageButtonClient

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

ImageButtonClient wraps the gRPC ImageButtonService client.

func NewImageButtonClient

func NewImageButtonClient(cc grpc.ClientConnInterface) *ImageButtonClient

NewImageButtonClient creates a new ImageButton client.

func (*ImageButtonClient) GetAccessibilityClassName

func (c *ImageButtonClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ImageButtonClient) OnResolvePointerIcon

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

OnResolvePointerIcon calls the OnResolvePointerIcon RPC.

type ImageSwitcherClient

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

ImageSwitcherClient wraps the gRPC ImageSwitcherService client.

func NewImageSwitcherClient

func NewImageSwitcherClient(cc grpc.ClientConnInterface) *ImageSwitcherClient

NewImageSwitcherClient creates a new ImageSwitcher client.

func (*ImageSwitcherClient) GetAccessibilityClassName

func (c *ImageSwitcherClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ImageSwitcherClient) SetImageDrawable

func (c *ImageSwitcherClient) SetImageDrawable(ctx context.Context, handle int64, arg0 int64) error

SetImageDrawable calls the SetImageDrawable RPC.

func (*ImageSwitcherClient) SetImageResource

func (c *ImageSwitcherClient) SetImageResource(ctx context.Context, handle int64, arg0 int32) error

SetImageResource calls the SetImageResource RPC.

func (*ImageSwitcherClient) SetImageURI

func (c *ImageSwitcherClient) SetImageURI(ctx context.Context, handle int64, arg0 int64) error

SetImageURI calls the SetImageURI RPC.

type ImageViewClient

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

ImageViewClient wraps the gRPC ImageViewService client.

func NewImageViewClient

func NewImageViewClient(cc grpc.ClientConnInterface) *ImageViewClient

NewImageViewClient creates a new ImageView client.

func (*ImageViewClient) AnimateTransform

func (c *ImageViewClient) AnimateTransform(ctx context.Context, handle int64, arg0 int64) error

AnimateTransform calls the AnimateTransform RPC.

func (*ImageViewClient) ClearColorFilter

func (c *ImageViewClient) ClearColorFilter(ctx context.Context, handle int64) error

ClearColorFilter calls the ClearColorFilter RPC.

func (*ImageViewClient) DrawableHotspotChanged

func (c *ImageViewClient) DrawableHotspotChanged(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

DrawableHotspotChanged calls the DrawableHotspotChanged RPC.

func (*ImageViewClient) GetAccessibilityClassName

func (c *ImageViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ImageViewClient) GetAdjustViewBounds

func (c *ImageViewClient) GetAdjustViewBounds(ctx context.Context, handle int64) (bool, error)

GetAdjustViewBounds calls the GetAdjustViewBounds RPC.

func (*ImageViewClient) GetBaseline

func (c *ImageViewClient) GetBaseline(ctx context.Context, handle int64) (int32, error)

GetBaseline calls the GetBaseline RPC.

func (*ImageViewClient) GetBaselineAlignBottom

func (c *ImageViewClient) GetBaselineAlignBottom(ctx context.Context, handle int64) (bool, error)

GetBaselineAlignBottom calls the GetBaselineAlignBottom RPC.

func (*ImageViewClient) GetColorFilter

func (c *ImageViewClient) GetColorFilter(ctx context.Context, handle int64) (int64, error)

GetColorFilter calls the GetColorFilter RPC.

func (*ImageViewClient) GetCropToPadding

func (c *ImageViewClient) GetCropToPadding(ctx context.Context, handle int64) (bool, error)

GetCropToPadding calls the GetCropToPadding RPC.

func (*ImageViewClient) GetDrawable

func (c *ImageViewClient) GetDrawable(ctx context.Context, handle int64) (int64, error)

GetDrawable calls the GetDrawable RPC.

func (*ImageViewClient) GetImageAlpha

func (c *ImageViewClient) GetImageAlpha(ctx context.Context, handle int64) (int32, error)

GetImageAlpha calls the GetImageAlpha RPC.

func (*ImageViewClient) GetImageMatrix

func (c *ImageViewClient) GetImageMatrix(ctx context.Context, handle int64) (int64, error)

GetImageMatrix calls the GetImageMatrix RPC.

func (*ImageViewClient) GetImageTintBlendMode

func (c *ImageViewClient) GetImageTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetImageTintBlendMode calls the GetImageTintBlendMode RPC.

func (*ImageViewClient) GetImageTintList

func (c *ImageViewClient) GetImageTintList(ctx context.Context, handle int64) (int64, error)

GetImageTintList calls the GetImageTintList RPC.

func (*ImageViewClient) GetImageTintMode

func (c *ImageViewClient) GetImageTintMode(ctx context.Context, handle int64) (int64, error)

GetImageTintMode calls the GetImageTintMode RPC.

func (*ImageViewClient) GetMaxHeight

func (c *ImageViewClient) GetMaxHeight(ctx context.Context, handle int64) (int32, error)

GetMaxHeight calls the GetMaxHeight RPC.

func (*ImageViewClient) GetMaxWidth

func (c *ImageViewClient) GetMaxWidth(ctx context.Context, handle int64) (int32, error)

GetMaxWidth calls the GetMaxWidth RPC.

func (*ImageViewClient) GetScaleType

func (c *ImageViewClient) GetScaleType(ctx context.Context, handle int64) (int64, error)

GetScaleType calls the GetScaleType RPC.

func (*ImageViewClient) HasOverlappingRendering

func (c *ImageViewClient) HasOverlappingRendering(ctx context.Context, handle int64) (bool, error)

HasOverlappingRendering calls the HasOverlappingRendering RPC.

func (*ImageViewClient) InvalidateDrawable

func (c *ImageViewClient) InvalidateDrawable(ctx context.Context, handle int64, arg0 int64) error

InvalidateDrawable calls the InvalidateDrawable RPC.

func (*ImageViewClient) IsOpaque

func (c *ImageViewClient) IsOpaque(ctx context.Context, handle int64) (bool, error)

IsOpaque calls the IsOpaque RPC.

func (*ImageViewClient) JumpDrawablesToCurrentState

func (c *ImageViewClient) JumpDrawablesToCurrentState(ctx context.Context, handle int64) error

JumpDrawablesToCurrentState calls the JumpDrawablesToCurrentState RPC.

func (*ImageViewClient) OnCreateDrawableState

func (c *ImageViewClient) OnCreateDrawableState(ctx context.Context, handle int64, arg0 int32) (int64, error)

OnCreateDrawableState calls the OnCreateDrawableState RPC.

func (*ImageViewClient) OnRtlPropertiesChanged

func (c *ImageViewClient) OnRtlPropertiesChanged(ctx context.Context, handle int64, arg0 int32) error

OnRtlPropertiesChanged calls the OnRtlPropertiesChanged RPC.

func (*ImageViewClient) OnVisibilityAggregated

func (c *ImageViewClient) OnVisibilityAggregated(ctx context.Context, handle int64, arg0 bool) error

OnVisibilityAggregated calls the OnVisibilityAggregated RPC.

func (*ImageViewClient) SetAdjustViewBounds

func (c *ImageViewClient) SetAdjustViewBounds(ctx context.Context, handle int64, arg0 bool) error

SetAdjustViewBounds calls the SetAdjustViewBounds RPC.

func (*ImageViewClient) SetAlpha

func (c *ImageViewClient) SetAlpha(ctx context.Context, handle int64, arg0 int32) error

SetAlpha calls the SetAlpha RPC.

func (*ImageViewClient) SetBaseline

func (c *ImageViewClient) SetBaseline(ctx context.Context, handle int64, arg0 int32) error

SetBaseline calls the SetBaseline RPC.

func (*ImageViewClient) SetBaselineAlignBottom

func (c *ImageViewClient) SetBaselineAlignBottom(ctx context.Context, handle int64, arg0 bool) error

SetBaselineAlignBottom calls the SetBaselineAlignBottom RPC.

func (*ImageViewClient) SetColorFilter1

func (c *ImageViewClient) SetColorFilter1(ctx context.Context, handle int64, arg0 int64) error

SetColorFilter1 calls the SetColorFilter1 RPC.

func (*ImageViewClient) SetColorFilter1_1

func (c *ImageViewClient) SetColorFilter1_1(ctx context.Context, handle int64, arg0 int32) error

SetColorFilter1_1 calls the SetColorFilter1_1 RPC.

func (*ImageViewClient) SetColorFilter2_2

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

SetColorFilter2_2 calls the SetColorFilter2_2 RPC.

func (*ImageViewClient) SetCropToPadding

func (c *ImageViewClient) SetCropToPadding(ctx context.Context, handle int64, arg0 bool) error

SetCropToPadding calls the SetCropToPadding RPC.

func (*ImageViewClient) SetImageAlpha

func (c *ImageViewClient) SetImageAlpha(ctx context.Context, handle int64, arg0 int32) error

SetImageAlpha calls the SetImageAlpha RPC.

func (*ImageViewClient) SetImageBitmap

func (c *ImageViewClient) SetImageBitmap(ctx context.Context, handle int64, arg0 int64) error

SetImageBitmap calls the SetImageBitmap RPC.

func (*ImageViewClient) SetImageDrawable

func (c *ImageViewClient) SetImageDrawable(ctx context.Context, handle int64, arg0 int64) error

SetImageDrawable calls the SetImageDrawable RPC.

func (*ImageViewClient) SetImageIcon

func (c *ImageViewClient) SetImageIcon(ctx context.Context, handle int64, arg0 int64) error

SetImageIcon calls the SetImageIcon RPC.

func (*ImageViewClient) SetImageLevel

func (c *ImageViewClient) SetImageLevel(ctx context.Context, handle int64, arg0 int32) error

SetImageLevel calls the SetImageLevel RPC.

func (*ImageViewClient) SetImageMatrix

func (c *ImageViewClient) SetImageMatrix(ctx context.Context, handle int64, arg0 int64) error

SetImageMatrix calls the SetImageMatrix RPC.

func (*ImageViewClient) SetImageResource

func (c *ImageViewClient) SetImageResource(ctx context.Context, handle int64, arg0 int32) error

SetImageResource calls the SetImageResource RPC.

func (*ImageViewClient) SetImageState

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

SetImageState calls the SetImageState RPC.

func (*ImageViewClient) SetImageTintBlendMode

func (c *ImageViewClient) SetImageTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetImageTintBlendMode calls the SetImageTintBlendMode RPC.

func (*ImageViewClient) SetImageTintList

func (c *ImageViewClient) SetImageTintList(ctx context.Context, handle int64, arg0 int64) error

SetImageTintList calls the SetImageTintList RPC.

func (*ImageViewClient) SetImageTintMode

func (c *ImageViewClient) SetImageTintMode(ctx context.Context, handle int64, arg0 int64) error

SetImageTintMode calls the SetImageTintMode RPC.

func (*ImageViewClient) SetImageURI

func (c *ImageViewClient) SetImageURI(ctx context.Context, handle int64, arg0 int64) error

SetImageURI calls the SetImageURI RPC.

func (*ImageViewClient) SetMaxHeight

func (c *ImageViewClient) SetMaxHeight(ctx context.Context, handle int64, arg0 int32) error

SetMaxHeight calls the SetMaxHeight RPC.

func (*ImageViewClient) SetMaxWidth

func (c *ImageViewClient) SetMaxWidth(ctx context.Context, handle int64, arg0 int32) error

SetMaxWidth calls the SetMaxWidth RPC.

func (*ImageViewClient) SetScaleType

func (c *ImageViewClient) SetScaleType(ctx context.Context, handle int64, arg0 int64) error

SetScaleType calls the SetScaleType RPC.

func (*ImageViewClient) SetSelected

func (c *ImageViewClient) SetSelected(ctx context.Context, handle int64, arg0 bool) error

SetSelected calls the SetSelected RPC.

func (*ImageViewClient) SetVisibility

func (c *ImageViewClient) SetVisibility(ctx context.Context, handle int64, arg0 int32) error

SetVisibility calls the SetVisibility RPC.

type ImageViewScaleTypeClient

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

ImageViewScaleTypeClient wraps the gRPC ImageViewScaleTypeService client.

func NewImageViewScaleTypeClient

func NewImageViewScaleTypeClient(cc grpc.ClientConnInterface) *ImageViewScaleTypeClient

NewImageViewScaleTypeClient creates a new ImageViewScaleType client.

func (*ImageViewScaleTypeClient) ValueOf

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

ValueOf calls the ValueOf RPC.

func (*ImageViewScaleTypeClient) Values

Values calls the Values RPC.

type LinearLayoutClient

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

LinearLayoutClient wraps the gRPC LinearLayoutService client.

func NewLinearLayoutClient

func NewLinearLayoutClient(cc grpc.ClientConnInterface) *LinearLayoutClient

NewLinearLayoutClient creates a new LinearLayout client.

func (*LinearLayoutClient) GenerateLayoutParams1

func (c *LinearLayoutClient) GenerateLayoutParams1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1 calls the GenerateLayoutParams1 RPC.

func (*LinearLayoutClient) GenerateLayoutParams1_1

func (c *LinearLayoutClient) GenerateLayoutParams1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_1 calls the GenerateLayoutParams1_1 RPC.

func (*LinearLayoutClient) GetAccessibilityClassName

func (c *LinearLayoutClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*LinearLayoutClient) GetBaseline

func (c *LinearLayoutClient) GetBaseline(ctx context.Context, handle int64) (int32, error)

GetBaseline calls the GetBaseline RPC.

func (*LinearLayoutClient) GetBaselineAlignedChildIndex

func (c *LinearLayoutClient) GetBaselineAlignedChildIndex(ctx context.Context, handle int64) (int32, error)

GetBaselineAlignedChildIndex calls the GetBaselineAlignedChildIndex RPC.

func (*LinearLayoutClient) GetDividerDrawable

func (c *LinearLayoutClient) GetDividerDrawable(ctx context.Context, handle int64) (int64, error)

GetDividerDrawable calls the GetDividerDrawable RPC.

func (*LinearLayoutClient) GetDividerPadding

func (c *LinearLayoutClient) GetDividerPadding(ctx context.Context, handle int64) (int32, error)

GetDividerPadding calls the GetDividerPadding RPC.

func (*LinearLayoutClient) GetGravity

func (c *LinearLayoutClient) GetGravity(ctx context.Context, handle int64) (int32, error)

GetGravity calls the GetGravity RPC.

func (*LinearLayoutClient) GetOrientation

func (c *LinearLayoutClient) GetOrientation(ctx context.Context, handle int64) (int32, error)

GetOrientation calls the GetOrientation RPC.

func (*LinearLayoutClient) GetShowDividers

func (c *LinearLayoutClient) GetShowDividers(ctx context.Context, handle int64) (int32, error)

GetShowDividers calls the GetShowDividers RPC.

func (*LinearLayoutClient) GetWeightSum

func (c *LinearLayoutClient) GetWeightSum(ctx context.Context, handle int64) (float32, error)

GetWeightSum calls the GetWeightSum RPC.

func (*LinearLayoutClient) IsBaselineAligned

func (c *LinearLayoutClient) IsBaselineAligned(ctx context.Context, handle int64) (bool, error)

IsBaselineAligned calls the IsBaselineAligned RPC.

func (*LinearLayoutClient) IsMeasureWithLargestChildEnabled

func (c *LinearLayoutClient) IsMeasureWithLargestChildEnabled(ctx context.Context, handle int64) (bool, error)

IsMeasureWithLargestChildEnabled calls the IsMeasureWithLargestChildEnabled RPC.

func (*LinearLayoutClient) OnRtlPropertiesChanged

func (c *LinearLayoutClient) OnRtlPropertiesChanged(ctx context.Context, handle int64, arg0 int32) error

OnRtlPropertiesChanged calls the OnRtlPropertiesChanged RPC.

func (*LinearLayoutClient) SetBaselineAligned

func (c *LinearLayoutClient) SetBaselineAligned(ctx context.Context, handle int64, arg0 bool) error

SetBaselineAligned calls the SetBaselineAligned RPC.

func (*LinearLayoutClient) SetBaselineAlignedChildIndex

func (c *LinearLayoutClient) SetBaselineAlignedChildIndex(ctx context.Context, handle int64, arg0 int32) error

SetBaselineAlignedChildIndex calls the SetBaselineAlignedChildIndex RPC.

func (*LinearLayoutClient) SetDividerDrawable

func (c *LinearLayoutClient) SetDividerDrawable(ctx context.Context, handle int64, arg0 int64) error

SetDividerDrawable calls the SetDividerDrawable RPC.

func (*LinearLayoutClient) SetDividerPadding

func (c *LinearLayoutClient) SetDividerPadding(ctx context.Context, handle int64, arg0 int32) error

SetDividerPadding calls the SetDividerPadding RPC.

func (*LinearLayoutClient) SetGravity

func (c *LinearLayoutClient) SetGravity(ctx context.Context, handle int64, arg0 int32) error

SetGravity calls the SetGravity RPC.

func (*LinearLayoutClient) SetHorizontalGravity

func (c *LinearLayoutClient) SetHorizontalGravity(ctx context.Context, handle int64, arg0 int32) error

SetHorizontalGravity calls the SetHorizontalGravity RPC.

func (*LinearLayoutClient) SetMeasureWithLargestChildEnabled

func (c *LinearLayoutClient) SetMeasureWithLargestChildEnabled(ctx context.Context, handle int64, arg0 bool) error

SetMeasureWithLargestChildEnabled calls the SetMeasureWithLargestChildEnabled RPC.

func (*LinearLayoutClient) SetOrientation

func (c *LinearLayoutClient) SetOrientation(ctx context.Context, handle int64, arg0 int32) error

SetOrientation calls the SetOrientation RPC.

func (*LinearLayoutClient) SetShowDividers

func (c *LinearLayoutClient) SetShowDividers(ctx context.Context, handle int64, arg0 int32) error

SetShowDividers calls the SetShowDividers RPC.

func (*LinearLayoutClient) SetVerticalGravity

func (c *LinearLayoutClient) SetVerticalGravity(ctx context.Context, handle int64, arg0 int32) error

SetVerticalGravity calls the SetVerticalGravity RPC.

func (*LinearLayoutClient) SetWeightSum

func (c *LinearLayoutClient) SetWeightSum(ctx context.Context, handle int64, arg0 float32) error

SetWeightSum calls the SetWeightSum RPC.

func (*LinearLayoutClient) ShouldDelayChildPressedState

func (c *LinearLayoutClient) ShouldDelayChildPressedState(ctx context.Context, handle int64) (bool, error)

ShouldDelayChildPressedState calls the ShouldDelayChildPressedState RPC.

type LinearLayoutLayoutParamsClient

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

LinearLayoutLayoutParamsClient wraps the gRPC LinearLayoutLayoutParamsService client.

func NewLinearLayoutLayoutParamsClient

func NewLinearLayoutLayoutParamsClient(cc grpc.ClientConnInterface) *LinearLayoutLayoutParamsClient

NewLinearLayoutLayoutParamsClient creates a new LinearLayoutLayoutParams client.

func (*LinearLayoutLayoutParamsClient) Debug

Debug calls the Debug RPC.

type ListAdapterClient

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

ListAdapterClient wraps the gRPC ListAdapterService client.

func NewListAdapterClient

func NewListAdapterClient(cc grpc.ClientConnInterface) *ListAdapterClient

NewListAdapterClient creates a new ListAdapter client.

func (*ListAdapterClient) AreAllItemsEnabled

func (c *ListAdapterClient) AreAllItemsEnabled(ctx context.Context) (bool, error)

AreAllItemsEnabled calls the AreAllItemsEnabled RPC.

func (*ListAdapterClient) IsEnabled

func (c *ListAdapterClient) IsEnabled(ctx context.Context, arg0 int32) (bool, error)

IsEnabled calls the IsEnabled RPC.

type ListPopupWindowClient

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

ListPopupWindowClient wraps the gRPC ListPopupWindowService client.

func NewListPopupWindowClient

func NewListPopupWindowClient(cc grpc.ClientConnInterface) *ListPopupWindowClient

NewListPopupWindowClient creates a new ListPopupWindow client.

func (*ListPopupWindowClient) ClearListSelection

func (c *ListPopupWindowClient) ClearListSelection(ctx context.Context, handle int64) error

ClearListSelection calls the ClearListSelection RPC.

func (*ListPopupWindowClient) CreateDragToOpenListener

func (c *ListPopupWindowClient) CreateDragToOpenListener(ctx context.Context, handle int64, arg0 int64) (int64, error)

CreateDragToOpenListener calls the CreateDragToOpenListener RPC.

func (*ListPopupWindowClient) Dismiss

func (c *ListPopupWindowClient) Dismiss(ctx context.Context, handle int64) error

Dismiss calls the Dismiss RPC.

func (*ListPopupWindowClient) GetAnchorView

func (c *ListPopupWindowClient) GetAnchorView(ctx context.Context, handle int64) (int64, error)

GetAnchorView calls the GetAnchorView RPC.

func (*ListPopupWindowClient) GetAnimationStyle

func (c *ListPopupWindowClient) GetAnimationStyle(ctx context.Context, handle int64) (int32, error)

GetAnimationStyle calls the GetAnimationStyle RPC.

func (*ListPopupWindowClient) GetBackground

func (c *ListPopupWindowClient) GetBackground(ctx context.Context, handle int64) (int64, error)

GetBackground calls the GetBackground RPC.

func (*ListPopupWindowClient) GetEpicenterBounds

func (c *ListPopupWindowClient) GetEpicenterBounds(ctx context.Context, handle int64) (int64, error)

GetEpicenterBounds calls the GetEpicenterBounds RPC.

func (*ListPopupWindowClient) GetHeight

func (c *ListPopupWindowClient) GetHeight(ctx context.Context, handle int64) (int32, error)

GetHeight calls the GetHeight RPC.

func (*ListPopupWindowClient) GetHorizontalOffset

func (c *ListPopupWindowClient) GetHorizontalOffset(ctx context.Context, handle int64) (int32, error)

GetHorizontalOffset calls the GetHorizontalOffset RPC.

func (*ListPopupWindowClient) GetInputMethodMode

func (c *ListPopupWindowClient) GetInputMethodMode(ctx context.Context, handle int64) (int32, error)

GetInputMethodMode calls the GetInputMethodMode RPC.

func (*ListPopupWindowClient) GetListView

func (c *ListPopupWindowClient) GetListView(ctx context.Context, handle int64) (int64, error)

GetListView calls the GetListView RPC.

func (*ListPopupWindowClient) GetPromptPosition

func (c *ListPopupWindowClient) GetPromptPosition(ctx context.Context, handle int64) (int32, error)

GetPromptPosition calls the GetPromptPosition RPC.

func (*ListPopupWindowClient) GetSelectedItem

func (c *ListPopupWindowClient) GetSelectedItem(ctx context.Context, handle int64) (int64, error)

GetSelectedItem calls the GetSelectedItem RPC.

func (*ListPopupWindowClient) GetSelectedItemId

func (c *ListPopupWindowClient) GetSelectedItemId(ctx context.Context, handle int64) (int64, error)

GetSelectedItemId calls the GetSelectedItemId RPC.

func (*ListPopupWindowClient) GetSelectedItemPosition

func (c *ListPopupWindowClient) GetSelectedItemPosition(ctx context.Context, handle int64) (int32, error)

GetSelectedItemPosition calls the GetSelectedItemPosition RPC.

func (*ListPopupWindowClient) GetSelectedView

func (c *ListPopupWindowClient) GetSelectedView(ctx context.Context, handle int64) (int64, error)

GetSelectedView calls the GetSelectedView RPC.

func (*ListPopupWindowClient) GetSoftInputMode

func (c *ListPopupWindowClient) GetSoftInputMode(ctx context.Context, handle int64) (int32, error)

GetSoftInputMode calls the GetSoftInputMode RPC.

func (*ListPopupWindowClient) GetVerticalOffset

func (c *ListPopupWindowClient) GetVerticalOffset(ctx context.Context, handle int64) (int32, error)

GetVerticalOffset calls the GetVerticalOffset RPC.

func (*ListPopupWindowClient) GetWidth

func (c *ListPopupWindowClient) GetWidth(ctx context.Context, handle int64) (int32, error)

GetWidth calls the GetWidth RPC.

func (*ListPopupWindowClient) IsInputMethodNotNeeded

func (c *ListPopupWindowClient) IsInputMethodNotNeeded(ctx context.Context, handle int64) (bool, error)

IsInputMethodNotNeeded calls the IsInputMethodNotNeeded RPC.

func (*ListPopupWindowClient) IsModal

func (c *ListPopupWindowClient) IsModal(ctx context.Context, handle int64) (bool, error)

IsModal calls the IsModal RPC.

func (*ListPopupWindowClient) IsShowing

func (c *ListPopupWindowClient) IsShowing(ctx context.Context, handle int64) (bool, error)

IsShowing calls the IsShowing RPC.

func (*ListPopupWindowClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*ListPopupWindowClient) OnKeyPreIme

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

OnKeyPreIme calls the OnKeyPreIme RPC.

func (*ListPopupWindowClient) OnKeyUp

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

OnKeyUp calls the OnKeyUp RPC.

func (*ListPopupWindowClient) PerformItemClick

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

PerformItemClick calls the PerformItemClick RPC.

func (*ListPopupWindowClient) PostShow

func (c *ListPopupWindowClient) PostShow(ctx context.Context, handle int64) error

PostShow calls the PostShow RPC.

func (*ListPopupWindowClient) SetAdapter

func (c *ListPopupWindowClient) SetAdapter(ctx context.Context, handle int64, arg0 int64) error

SetAdapter calls the SetAdapter RPC.

func (*ListPopupWindowClient) SetAnchorView

func (c *ListPopupWindowClient) SetAnchorView(ctx context.Context, handle int64, arg0 int64) error

SetAnchorView calls the SetAnchorView RPC.

func (*ListPopupWindowClient) SetAnimationStyle

func (c *ListPopupWindowClient) SetAnimationStyle(ctx context.Context, handle int64, arg0 int32) error

SetAnimationStyle calls the SetAnimationStyle RPC.

func (*ListPopupWindowClient) SetBackgroundDrawable

func (c *ListPopupWindowClient) SetBackgroundDrawable(ctx context.Context, handle int64, arg0 int64) error

SetBackgroundDrawable calls the SetBackgroundDrawable RPC.

func (*ListPopupWindowClient) SetContentWidth

func (c *ListPopupWindowClient) SetContentWidth(ctx context.Context, handle int64, arg0 int32) error

SetContentWidth calls the SetContentWidth RPC.

func (*ListPopupWindowClient) SetDropDownGravity

func (c *ListPopupWindowClient) SetDropDownGravity(ctx context.Context, handle int64, arg0 int32) error

SetDropDownGravity calls the SetDropDownGravity RPC.

func (*ListPopupWindowClient) SetEpicenterBounds

func (c *ListPopupWindowClient) SetEpicenterBounds(ctx context.Context, handle int64, arg0 int64) error

SetEpicenterBounds calls the SetEpicenterBounds RPC.

func (*ListPopupWindowClient) SetHeight

func (c *ListPopupWindowClient) SetHeight(ctx context.Context, handle int64, arg0 int32) error

SetHeight calls the SetHeight RPC.

func (*ListPopupWindowClient) SetHorizontalOffset

func (c *ListPopupWindowClient) SetHorizontalOffset(ctx context.Context, handle int64, arg0 int32) error

SetHorizontalOffset calls the SetHorizontalOffset RPC.

func (*ListPopupWindowClient) SetInputMethodMode

func (c *ListPopupWindowClient) SetInputMethodMode(ctx context.Context, handle int64, arg0 int32) error

SetInputMethodMode calls the SetInputMethodMode RPC.

func (*ListPopupWindowClient) SetListSelector

func (c *ListPopupWindowClient) SetListSelector(ctx context.Context, handle int64, arg0 int64) error

SetListSelector calls the SetListSelector RPC.

func (*ListPopupWindowClient) SetModal

func (c *ListPopupWindowClient) SetModal(ctx context.Context, handle int64, arg0 bool) error

SetModal calls the SetModal RPC.

func (*ListPopupWindowClient) SetOnDismissListener

func (c *ListPopupWindowClient) SetOnDismissListener(ctx context.Context, handle int64, arg0 int64) error

SetOnDismissListener calls the SetOnDismissListener RPC.

func (*ListPopupWindowClient) SetOnItemClickListener

func (c *ListPopupWindowClient) SetOnItemClickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnItemClickListener calls the SetOnItemClickListener RPC.

func (*ListPopupWindowClient) SetOnItemSelectedListener

func (c *ListPopupWindowClient) SetOnItemSelectedListener(ctx context.Context, handle int64, arg0 int64) error

SetOnItemSelectedListener calls the SetOnItemSelectedListener RPC.

func (*ListPopupWindowClient) SetPromptPosition

func (c *ListPopupWindowClient) SetPromptPosition(ctx context.Context, handle int64, arg0 int32) error

SetPromptPosition calls the SetPromptPosition RPC.

func (*ListPopupWindowClient) SetPromptView

func (c *ListPopupWindowClient) SetPromptView(ctx context.Context, handle int64, arg0 int64) error

SetPromptView calls the SetPromptView RPC.

func (*ListPopupWindowClient) SetSelection

func (c *ListPopupWindowClient) SetSelection(ctx context.Context, handle int64, arg0 int32) error

SetSelection calls the SetSelection RPC.

func (*ListPopupWindowClient) SetSoftInputMode

func (c *ListPopupWindowClient) SetSoftInputMode(ctx context.Context, handle int64, arg0 int32) error

SetSoftInputMode calls the SetSoftInputMode RPC.

func (*ListPopupWindowClient) SetVerticalOffset

func (c *ListPopupWindowClient) SetVerticalOffset(ctx context.Context, handle int64, arg0 int32) error

SetVerticalOffset calls the SetVerticalOffset RPC.

func (*ListPopupWindowClient) SetWidth

func (c *ListPopupWindowClient) SetWidth(ctx context.Context, handle int64, arg0 int32) error

SetWidth calls the SetWidth RPC.

func (*ListPopupWindowClient) SetWindowLayoutType

func (c *ListPopupWindowClient) SetWindowLayoutType(ctx context.Context, handle int64, arg0 int32) error

SetWindowLayoutType calls the SetWindowLayoutType RPC.

func (*ListPopupWindowClient) Show

func (c *ListPopupWindowClient) Show(ctx context.Context, handle int64) error

Show calls the Show RPC.

type ListViewClient

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

ListViewClient wraps the gRPC ListViewService client.

func NewListViewClient

func NewListViewClient(cc grpc.ClientConnInterface) *ListViewClient

NewListViewClient creates a new ListView client.

func (*ListViewClient) AddFooterView1

func (c *ListViewClient) AddFooterView1(ctx context.Context, handle int64, arg0 int64) error

AddFooterView1 calls the AddFooterView1 RPC.

func (*ListViewClient) AddFooterView3_1

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

AddFooterView3_1 calls the AddFooterView3_1 RPC.

func (*ListViewClient) AddHeaderView1

func (c *ListViewClient) AddHeaderView1(ctx context.Context, handle int64, arg0 int64) error

AddHeaderView1 calls the AddHeaderView1 RPC.

func (*ListViewClient) AddHeaderView3_1

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

AddHeaderView3_1 calls the AddHeaderView3_1 RPC.

func (*ListViewClient) AreFooterDividersEnabled

func (c *ListViewClient) AreFooterDividersEnabled(ctx context.Context, handle int64) (bool, error)

AreFooterDividersEnabled calls the AreFooterDividersEnabled RPC.

func (*ListViewClient) AreHeaderDividersEnabled

func (c *ListViewClient) AreHeaderDividersEnabled(ctx context.Context, handle int64) (bool, error)

AreHeaderDividersEnabled calls the AreHeaderDividersEnabled RPC.

func (*ListViewClient) DispatchKeyEvent

func (c *ListViewClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*ListViewClient) GetAccessibilityClassName

func (c *ListViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ListViewClient) GetAdapter0

func (c *ListViewClient) GetAdapter0(ctx context.Context, handle int64) (int64, error)

GetAdapter0 calls the GetAdapter0 RPC.

func (*ListViewClient) GetAdapter0_1

func (c *ListViewClient) GetAdapter0_1(ctx context.Context, handle int64) (int64, error)

GetAdapter0_1 calls the GetAdapter0_1 RPC.

func (*ListViewClient) GetCheckItemIds

func (c *ListViewClient) GetCheckItemIds(ctx context.Context, handle int64) (int64, error)

GetCheckItemIds calls the GetCheckItemIds RPC.

func (*ListViewClient) GetDivider

func (c *ListViewClient) GetDivider(ctx context.Context, handle int64) (int64, error)

GetDivider calls the GetDivider RPC.

func (*ListViewClient) GetDividerHeight

func (c *ListViewClient) GetDividerHeight(ctx context.Context, handle int64) (int32, error)

GetDividerHeight calls the GetDividerHeight RPC.

func (*ListViewClient) GetFooterViewsCount

func (c *ListViewClient) GetFooterViewsCount(ctx context.Context, handle int64) (int32, error)

GetFooterViewsCount calls the GetFooterViewsCount RPC.

func (*ListViewClient) GetHeaderViewsCount

func (c *ListViewClient) GetHeaderViewsCount(ctx context.Context, handle int64) (int32, error)

GetHeaderViewsCount calls the GetHeaderViewsCount RPC.

func (*ListViewClient) GetItemsCanFocus

func (c *ListViewClient) GetItemsCanFocus(ctx context.Context, handle int64) (bool, error)

GetItemsCanFocus calls the GetItemsCanFocus RPC.

func (*ListViewClient) GetMaxScrollAmount

func (c *ListViewClient) GetMaxScrollAmount(ctx context.Context, handle int64) (int32, error)

GetMaxScrollAmount calls the GetMaxScrollAmount RPC.

func (*ListViewClient) GetOverscrollFooter

func (c *ListViewClient) GetOverscrollFooter(ctx context.Context, handle int64) (int64, error)

GetOverscrollFooter calls the GetOverscrollFooter RPC.

func (*ListViewClient) GetOverscrollHeader

func (c *ListViewClient) GetOverscrollHeader(ctx context.Context, handle int64) (int64, error)

GetOverscrollHeader calls the GetOverscrollHeader RPC.

func (*ListViewClient) IsOpaque

func (c *ListViewClient) IsOpaque(ctx context.Context, handle int64) (bool, error)

IsOpaque calls the IsOpaque RPC.

func (*ListViewClient) OnInitializeAccessibilityNodeInfoForItem

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

OnInitializeAccessibilityNodeInfoForItem calls the OnInitializeAccessibilityNodeInfoForItem RPC.

func (*ListViewClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*ListViewClient) OnKeyMultiple

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

OnKeyMultiple calls the OnKeyMultiple RPC.

func (*ListViewClient) OnKeyUp

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

OnKeyUp calls the OnKeyUp RPC.

func (*ListViewClient) RemoveFooterView

func (c *ListViewClient) RemoveFooterView(ctx context.Context, handle int64, arg0 int64) (bool, error)

RemoveFooterView calls the RemoveFooterView RPC.

func (*ListViewClient) RemoveHeaderView

func (c *ListViewClient) RemoveHeaderView(ctx context.Context, handle int64, arg0 int64) (bool, error)

RemoveHeaderView calls the RemoveHeaderView RPC.

func (*ListViewClient) RequestChildRectangleOnScreen

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

RequestChildRectangleOnScreen calls the RequestChildRectangleOnScreen RPC.

func (*ListViewClient) SetAdapter1

func (c *ListViewClient) SetAdapter1(ctx context.Context, handle int64, arg0 int64) error

SetAdapter1 calls the SetAdapter1 RPC.

func (*ListViewClient) SetAdapter1_1

func (c *ListViewClient) SetAdapter1_1(ctx context.Context, handle int64, arg0 int64) error

SetAdapter1_1 calls the SetAdapter1_1 RPC.

func (*ListViewClient) SetCacheColorHint

func (c *ListViewClient) SetCacheColorHint(ctx context.Context, handle int64, arg0 int32) error

SetCacheColorHint calls the SetCacheColorHint RPC.

func (*ListViewClient) SetDivider

func (c *ListViewClient) SetDivider(ctx context.Context, handle int64, arg0 int64) error

SetDivider calls the SetDivider RPC.

func (*ListViewClient) SetDividerHeight

func (c *ListViewClient) SetDividerHeight(ctx context.Context, handle int64, arg0 int32) error

SetDividerHeight calls the SetDividerHeight RPC.

func (*ListViewClient) SetFooterDividersEnabled

func (c *ListViewClient) SetFooterDividersEnabled(ctx context.Context, handle int64, arg0 bool) error

SetFooterDividersEnabled calls the SetFooterDividersEnabled RPC.

func (*ListViewClient) SetHeaderDividersEnabled

func (c *ListViewClient) SetHeaderDividersEnabled(ctx context.Context, handle int64, arg0 bool) error

SetHeaderDividersEnabled calls the SetHeaderDividersEnabled RPC.

func (*ListViewClient) SetItemsCanFocus

func (c *ListViewClient) SetItemsCanFocus(ctx context.Context, handle int64, arg0 bool) error

SetItemsCanFocus calls the SetItemsCanFocus RPC.

func (*ListViewClient) SetOverscrollFooter

func (c *ListViewClient) SetOverscrollFooter(ctx context.Context, handle int64, arg0 int64) error

SetOverscrollFooter calls the SetOverscrollFooter RPC.

func (*ListViewClient) SetOverscrollHeader

func (c *ListViewClient) SetOverscrollHeader(ctx context.Context, handle int64, arg0 int64) error

SetOverscrollHeader calls the SetOverscrollHeader RPC.

func (*ListViewClient) SetRemoteViewsAdapter

func (c *ListViewClient) SetRemoteViewsAdapter(ctx context.Context, handle int64, arg0 int64) error

SetRemoteViewsAdapter calls the SetRemoteViewsAdapter RPC.

func (*ListViewClient) SetSelection

func (c *ListViewClient) SetSelection(ctx context.Context, handle int64, arg0 int32) error

SetSelection calls the SetSelection RPC.

func (*ListViewClient) SetSelectionAfterHeaderView

func (c *ListViewClient) SetSelectionAfterHeaderView(ctx context.Context, handle int64) error

SetSelectionAfterHeaderView calls the SetSelectionAfterHeaderView RPC.

func (*ListViewClient) SmoothScrollByOffset

func (c *ListViewClient) SmoothScrollByOffset(ctx context.Context, handle int64, arg0 int32) error

SmoothScrollByOffset calls the SmoothScrollByOffset RPC.

func (*ListViewClient) SmoothScrollToPosition

func (c *ListViewClient) SmoothScrollToPosition(ctx context.Context, handle int64, arg0 int32) error

SmoothScrollToPosition calls the SmoothScrollToPosition RPC.

type MagnifierBuilderClient

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

MagnifierBuilderClient wraps the gRPC MagnifierBuilderService client.

func NewMagnifierBuilderClient

func NewMagnifierBuilderClient(cc grpc.ClientConnInterface) *MagnifierBuilderClient

NewMagnifierBuilderClient creates a new MagnifierBuilder client.

func (*MagnifierBuilderClient) Build

Build calls the Build RPC.

func (*MagnifierBuilderClient) SetClippingEnabled

func (c *MagnifierBuilderClient) SetClippingEnabled(ctx context.Context, arg0 bool) (int64, error)

SetClippingEnabled calls the SetClippingEnabled RPC.

func (*MagnifierBuilderClient) SetCornerRadius

func (c *MagnifierBuilderClient) SetCornerRadius(ctx context.Context, arg0 float32) (int64, error)

SetCornerRadius calls the SetCornerRadius RPC.

func (*MagnifierBuilderClient) SetDefaultSourceToMagnifierOffset

func (c *MagnifierBuilderClient) SetDefaultSourceToMagnifierOffset(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

SetDefaultSourceToMagnifierOffset calls the SetDefaultSourceToMagnifierOffset RPC.

func (*MagnifierBuilderClient) SetElevation

func (c *MagnifierBuilderClient) SetElevation(ctx context.Context, arg0 float32) (int64, error)

SetElevation calls the SetElevation RPC.

func (*MagnifierBuilderClient) SetInitialZoom

func (c *MagnifierBuilderClient) SetInitialZoom(ctx context.Context, arg0 float32) (int64, error)

SetInitialZoom calls the SetInitialZoom RPC.

func (*MagnifierBuilderClient) SetOverlay

func (c *MagnifierBuilderClient) SetOverlay(ctx context.Context, arg0 int64) (int64, error)

SetOverlay calls the SetOverlay RPC.

func (*MagnifierBuilderClient) SetSize

func (c *MagnifierBuilderClient) SetSize(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

SetSize calls the SetSize RPC.

func (*MagnifierBuilderClient) SetSourceBounds

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

SetSourceBounds calls the SetSourceBounds RPC.

type MagnifierClient

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

MagnifierClient wraps the gRPC MagnifierService client.

func NewMagnifierClient

func NewMagnifierClient(cc grpc.ClientConnInterface) *MagnifierClient

NewMagnifierClient creates a new Magnifier client.

func (*MagnifierClient) Dismiss

func (c *MagnifierClient) Dismiss(ctx context.Context, handle int64) error

Dismiss calls the Dismiss RPC.

func (*MagnifierClient) GetCornerRadius

func (c *MagnifierClient) GetCornerRadius(ctx context.Context, handle int64) (float32, error)

GetCornerRadius calls the GetCornerRadius RPC.

func (*MagnifierClient) GetDefaultHorizontalSourceToMagnifierOffset

func (c *MagnifierClient) GetDefaultHorizontalSourceToMagnifierOffset(ctx context.Context, handle int64) (int32, error)

GetDefaultHorizontalSourceToMagnifierOffset calls the GetDefaultHorizontalSourceToMagnifierOffset RPC.

func (*MagnifierClient) GetDefaultVerticalSourceToMagnifierOffset

func (c *MagnifierClient) GetDefaultVerticalSourceToMagnifierOffset(ctx context.Context, handle int64) (int32, error)

GetDefaultVerticalSourceToMagnifierOffset calls the GetDefaultVerticalSourceToMagnifierOffset RPC.

func (*MagnifierClient) GetElevation

func (c *MagnifierClient) GetElevation(ctx context.Context, handle int64) (float32, error)

GetElevation calls the GetElevation RPC.

func (*MagnifierClient) GetHeight

func (c *MagnifierClient) GetHeight(ctx context.Context, handle int64) (int32, error)

GetHeight calls the GetHeight RPC.

func (*MagnifierClient) GetOverlay

func (c *MagnifierClient) GetOverlay(ctx context.Context, handle int64) (int64, error)

GetOverlay calls the GetOverlay RPC.

func (*MagnifierClient) GetPosition

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

GetPosition calls the GetPosition RPC.

func (*MagnifierClient) GetSourceHeight

func (c *MagnifierClient) GetSourceHeight(ctx context.Context, handle int64) (int32, error)

GetSourceHeight calls the GetSourceHeight RPC.

func (*MagnifierClient) GetSourcePosition

func (c *MagnifierClient) GetSourcePosition(ctx context.Context, handle int64) (int64, error)

GetSourcePosition calls the GetSourcePosition RPC.

func (*MagnifierClient) GetSourceWidth

func (c *MagnifierClient) GetSourceWidth(ctx context.Context, handle int64) (int32, error)

GetSourceWidth calls the GetSourceWidth RPC.

func (*MagnifierClient) GetWidth

func (c *MagnifierClient) GetWidth(ctx context.Context, handle int64) (int32, error)

GetWidth calls the GetWidth RPC.

func (*MagnifierClient) GetZoom

func (c *MagnifierClient) GetZoom(ctx context.Context, handle int64) (float32, error)

GetZoom calls the GetZoom RPC.

func (*MagnifierClient) IsClippingEnabled

func (c *MagnifierClient) IsClippingEnabled(ctx context.Context, handle int64) (bool, error)

IsClippingEnabled calls the IsClippingEnabled RPC.

func (*MagnifierClient) SetZoom

func (c *MagnifierClient) SetZoom(ctx context.Context, handle int64, arg0 float32) error

SetZoom calls the SetZoom RPC.

func (*MagnifierClient) Show2

func (c *MagnifierClient) Show2(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

Show2 calls the Show2 RPC.

func (*MagnifierClient) Show4_1

func (c *MagnifierClient) Show4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

Show4_1 calls the Show4_1 RPC.

func (*MagnifierClient) Update

func (c *MagnifierClient) Update(ctx context.Context, handle int64) error

Update calls the Update RPC.

type MediaControllerClient

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

MediaControllerClient wraps the gRPC MediaControllerService client.

func NewMediaControllerClient

func NewMediaControllerClient(cc grpc.ClientConnInterface) *MediaControllerClient

NewMediaControllerClient creates a new MediaController client.

func (*MediaControllerClient) DispatchKeyEvent

func (c *MediaControllerClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*MediaControllerClient) GetAccessibilityClassName

func (c *MediaControllerClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*MediaControllerClient) Hide

func (c *MediaControllerClient) Hide(ctx context.Context, handle int64) error

Hide calls the Hide RPC.

func (*MediaControllerClient) IsShowing

func (c *MediaControllerClient) IsShowing(ctx context.Context, handle int64) (bool, error)

IsShowing calls the IsShowing RPC.

func (*MediaControllerClient) OnFinishInflate

func (c *MediaControllerClient) OnFinishInflate(ctx context.Context, handle int64) error

OnFinishInflate calls the OnFinishInflate RPC.

func (*MediaControllerClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*MediaControllerClient) OnTrackballEvent

func (c *MediaControllerClient) OnTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTrackballEvent calls the OnTrackballEvent RPC.

func (*MediaControllerClient) SetAnchorView

func (c *MediaControllerClient) SetAnchorView(ctx context.Context, handle int64, arg0 int64) error

SetAnchorView calls the SetAnchorView RPC.

func (*MediaControllerClient) SetEnabled

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

SetEnabled calls the SetEnabled RPC.

func (*MediaControllerClient) SetMediaPlayer

func (c *MediaControllerClient) SetMediaPlayer(ctx context.Context, handle int64, arg0 int64) error

SetMediaPlayer calls the SetMediaPlayer RPC.

func (*MediaControllerClient) SetPrevNextListeners

func (c *MediaControllerClient) SetPrevNextListeners(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

SetPrevNextListeners calls the SetPrevNextListeners RPC.

func (*MediaControllerClient) Show0

func (c *MediaControllerClient) Show0(ctx context.Context, handle int64) error

Show0 calls the Show0 RPC.

func (*MediaControllerClient) Show1_1

func (c *MediaControllerClient) Show1_1(ctx context.Context, handle int64, arg0 int32) error

Show1_1 calls the Show1_1 RPC.

type MediaControllerMediaPlayerControlClient

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

MediaControllerMediaPlayerControlClient wraps the gRPC MediaControllerMediaPlayerControlService client.

func NewMediaControllerMediaPlayerControlClient

func NewMediaControllerMediaPlayerControlClient(cc grpc.ClientConnInterface) *MediaControllerMediaPlayerControlClient

NewMediaControllerMediaPlayerControlClient creates a new MediaControllerMediaPlayerControl client.

func (*MediaControllerMediaPlayerControlClient) CanPause

CanPause calls the CanPause RPC.

func (*MediaControllerMediaPlayerControlClient) CanSeekBackward

CanSeekBackward calls the CanSeekBackward RPC.

func (*MediaControllerMediaPlayerControlClient) CanSeekForward

CanSeekForward calls the CanSeekForward RPC.

func (*MediaControllerMediaPlayerControlClient) GetAudioSessionId

func (c *MediaControllerMediaPlayerControlClient) GetAudioSessionId(ctx context.Context) (int32, error)

GetAudioSessionId calls the GetAudioSessionId RPC.

func (*MediaControllerMediaPlayerControlClient) GetBufferPercentage

func (c *MediaControllerMediaPlayerControlClient) GetBufferPercentage(ctx context.Context) (int32, error)

GetBufferPercentage calls the GetBufferPercentage RPC.

func (*MediaControllerMediaPlayerControlClient) GetCurrentPosition

func (c *MediaControllerMediaPlayerControlClient) GetCurrentPosition(ctx context.Context) (int32, error)

GetCurrentPosition calls the GetCurrentPosition RPC.

func (*MediaControllerMediaPlayerControlClient) GetDuration

GetDuration calls the GetDuration RPC.

func (*MediaControllerMediaPlayerControlClient) IsPlaying

IsPlaying calls the IsPlaying RPC.

func (*MediaControllerMediaPlayerControlClient) Pause

Pause calls the Pause RPC.

func (*MediaControllerMediaPlayerControlClient) SeekTo

SeekTo calls the SeekTo RPC.

func (*MediaControllerMediaPlayerControlClient) Start

Start calls the Start RPC.

type MultiAutoCompleteTextViewClient

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

MultiAutoCompleteTextViewClient wraps the gRPC MultiAutoCompleteTextViewService client.

func NewMultiAutoCompleteTextViewClient

func NewMultiAutoCompleteTextViewClient(cc grpc.ClientConnInterface) *MultiAutoCompleteTextViewClient

NewMultiAutoCompleteTextViewClient creates a new MultiAutoCompleteTextView client.

func (*MultiAutoCompleteTextViewClient) EnoughToFilter

func (c *MultiAutoCompleteTextViewClient) EnoughToFilter(ctx context.Context, handle int64) (bool, error)

EnoughToFilter calls the EnoughToFilter RPC.

func (*MultiAutoCompleteTextViewClient) GetAccessibilityClassName

func (c *MultiAutoCompleteTextViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*MultiAutoCompleteTextViewClient) PerformValidation

func (c *MultiAutoCompleteTextViewClient) PerformValidation(ctx context.Context, handle int64) error

PerformValidation calls the PerformValidation RPC.

func (*MultiAutoCompleteTextViewClient) SetTokenizer

func (c *MultiAutoCompleteTextViewClient) SetTokenizer(ctx context.Context, handle int64, arg0 int64) error

SetTokenizer calls the SetTokenizer RPC.

type MultiAutoCompleteTextViewCommaTokenizerClient

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

MultiAutoCompleteTextViewCommaTokenizerClient wraps the gRPC MultiAutoCompleteTextViewCommaTokenizerService client.

func NewMultiAutoCompleteTextViewCommaTokenizerClient

func NewMultiAutoCompleteTextViewCommaTokenizerClient(cc grpc.ClientConnInterface) *MultiAutoCompleteTextViewCommaTokenizerClient

NewMultiAutoCompleteTextViewCommaTokenizerClient creates a new MultiAutoCompleteTextViewCommaTokenizer client.

func (*MultiAutoCompleteTextViewCommaTokenizerClient) FindTokenEnd

FindTokenEnd calls the FindTokenEnd RPC.

func (*MultiAutoCompleteTextViewCommaTokenizerClient) FindTokenStart

FindTokenStart calls the FindTokenStart RPC.

func (*MultiAutoCompleteTextViewCommaTokenizerClient) TerminateToken

TerminateToken calls the TerminateToken RPC.

type MultiAutoCompleteTextViewTokenizerClient

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

MultiAutoCompleteTextViewTokenizerClient wraps the gRPC MultiAutoCompleteTextViewTokenizerService client.

func NewMultiAutoCompleteTextViewTokenizerClient

func NewMultiAutoCompleteTextViewTokenizerClient(cc grpc.ClientConnInterface) *MultiAutoCompleteTextViewTokenizerClient

NewMultiAutoCompleteTextViewTokenizerClient creates a new MultiAutoCompleteTextViewTokenizer client.

func (*MultiAutoCompleteTextViewTokenizerClient) FindTokenEnd

func (c *MultiAutoCompleteTextViewTokenizerClient) FindTokenEnd(ctx context.Context, arg0 string, arg1 int32) (int32, error)

FindTokenEnd calls the FindTokenEnd RPC.

func (*MultiAutoCompleteTextViewTokenizerClient) FindTokenStart

func (c *MultiAutoCompleteTextViewTokenizerClient) FindTokenStart(ctx context.Context, arg0 string, arg1 int32) (int32, error)

FindTokenStart calls the FindTokenStart RPC.

func (*MultiAutoCompleteTextViewTokenizerClient) TerminateToken

TerminateToken calls the TerminateToken RPC.

type NumberPickerClient

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

NumberPickerClient wraps the gRPC NumberPickerService client.

func NewNumberPickerClient

func NewNumberPickerClient(cc grpc.ClientConnInterface) *NumberPickerClient

NewNumberPickerClient creates a new NumberPicker client.

func (*NumberPickerClient) ComputeScroll

func (c *NumberPickerClient) ComputeScroll(ctx context.Context, handle int64) error

ComputeScroll calls the ComputeScroll RPC.

func (*NumberPickerClient) DispatchKeyEvent

func (c *NumberPickerClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*NumberPickerClient) DispatchTouchEvent

func (c *NumberPickerClient) DispatchTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchTouchEvent calls the DispatchTouchEvent RPC.

func (*NumberPickerClient) DispatchTrackballEvent

func (c *NumberPickerClient) DispatchTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchTrackballEvent calls the DispatchTrackballEvent RPC.

func (*NumberPickerClient) GetAccessibilityNodeProvider

func (c *NumberPickerClient) GetAccessibilityNodeProvider(ctx context.Context, handle int64) (int64, error)

GetAccessibilityNodeProvider calls the GetAccessibilityNodeProvider RPC.

func (*NumberPickerClient) GetDisplayedValues

func (c *NumberPickerClient) GetDisplayedValues(ctx context.Context, handle int64) (int64, error)

GetDisplayedValues calls the GetDisplayedValues RPC.

func (*NumberPickerClient) GetMaxValue

func (c *NumberPickerClient) GetMaxValue(ctx context.Context, handle int64) (int32, error)

GetMaxValue calls the GetMaxValue RPC.

func (*NumberPickerClient) GetMinValue

func (c *NumberPickerClient) GetMinValue(ctx context.Context, handle int64) (int32, error)

GetMinValue calls the GetMinValue RPC.

func (*NumberPickerClient) GetSelectionDividerHeight

func (c *NumberPickerClient) GetSelectionDividerHeight(ctx context.Context, handle int64) (int32, error)

GetSelectionDividerHeight calls the GetSelectionDividerHeight RPC.

func (*NumberPickerClient) GetSolidColor

func (c *NumberPickerClient) GetSolidColor(ctx context.Context, handle int64) (int32, error)

GetSolidColor calls the GetSolidColor RPC.

func (*NumberPickerClient) GetTextColor

func (c *NumberPickerClient) GetTextColor(ctx context.Context, handle int64) (int32, error)

GetTextColor calls the GetTextColor RPC.

func (*NumberPickerClient) GetTextSize

func (c *NumberPickerClient) GetTextSize(ctx context.Context, handle int64) (float32, error)

GetTextSize calls the GetTextSize RPC.

func (*NumberPickerClient) GetValue

func (c *NumberPickerClient) GetValue(ctx context.Context, handle int64) (int32, error)

GetValue calls the GetValue RPC.

func (*NumberPickerClient) GetWrapSelectorWheel

func (c *NumberPickerClient) GetWrapSelectorWheel(ctx context.Context, handle int64) (bool, error)

GetWrapSelectorWheel calls the GetWrapSelectorWheel RPC.

func (*NumberPickerClient) JumpDrawablesToCurrentState

func (c *NumberPickerClient) JumpDrawablesToCurrentState(ctx context.Context, handle int64) error

JumpDrawablesToCurrentState calls the JumpDrawablesToCurrentState RPC.

func (*NumberPickerClient) OnInterceptTouchEvent

func (c *NumberPickerClient) OnInterceptTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnInterceptTouchEvent calls the OnInterceptTouchEvent RPC.

func (*NumberPickerClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*NumberPickerClient) PerformClick

func (c *NumberPickerClient) PerformClick(ctx context.Context, handle int64) (bool, error)

PerformClick calls the PerformClick RPC.

func (*NumberPickerClient) PerformLongClick

func (c *NumberPickerClient) PerformLongClick(ctx context.Context, handle int64) (bool, error)

PerformLongClick calls the PerformLongClick RPC.

func (*NumberPickerClient) ScrollBy

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

ScrollBy calls the ScrollBy RPC.

func (*NumberPickerClient) SetDisplayedValues

func (c *NumberPickerClient) SetDisplayedValues(ctx context.Context, handle int64, arg0 int64) error

SetDisplayedValues calls the SetDisplayedValues RPC.

func (*NumberPickerClient) SetEnabled

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

SetEnabled calls the SetEnabled RPC.

func (*NumberPickerClient) SetFormatter

func (c *NumberPickerClient) SetFormatter(ctx context.Context, handle int64, arg0 int64) error

SetFormatter calls the SetFormatter RPC.

func (*NumberPickerClient) SetMaxValue

func (c *NumberPickerClient) SetMaxValue(ctx context.Context, handle int64, arg0 int32) error

SetMaxValue calls the SetMaxValue RPC.

func (*NumberPickerClient) SetMinValue

func (c *NumberPickerClient) SetMinValue(ctx context.Context, handle int64, arg0 int32) error

SetMinValue calls the SetMinValue RPC.

func (*NumberPickerClient) SetOnLongPressUpdateInterval

func (c *NumberPickerClient) SetOnLongPressUpdateInterval(ctx context.Context, handle int64, arg0 int64) error

SetOnLongPressUpdateInterval calls the SetOnLongPressUpdateInterval RPC.

func (*NumberPickerClient) SetOnScrollListener

func (c *NumberPickerClient) SetOnScrollListener(ctx context.Context, handle int64, arg0 int64) error

SetOnScrollListener calls the SetOnScrollListener RPC.

func (*NumberPickerClient) SetOnValueChangedListener

func (c *NumberPickerClient) SetOnValueChangedListener(ctx context.Context, handle int64, arg0 int64) error

SetOnValueChangedListener calls the SetOnValueChangedListener RPC.

func (*NumberPickerClient) SetSelectionDividerHeight

func (c *NumberPickerClient) SetSelectionDividerHeight(ctx context.Context, handle int64, arg0 int32) error

SetSelectionDividerHeight calls the SetSelectionDividerHeight RPC.

func (*NumberPickerClient) SetTextColor

func (c *NumberPickerClient) SetTextColor(ctx context.Context, handle int64, arg0 int32) error

SetTextColor calls the SetTextColor RPC.

func (*NumberPickerClient) SetTextSize

func (c *NumberPickerClient) SetTextSize(ctx context.Context, handle int64, arg0 float32) error

SetTextSize calls the SetTextSize RPC.

func (*NumberPickerClient) SetValue

func (c *NumberPickerClient) SetValue(ctx context.Context, handle int64, arg0 int32) error

SetValue calls the SetValue RPC.

func (*NumberPickerClient) SetWrapSelectorWheel

func (c *NumberPickerClient) SetWrapSelectorWheel(ctx context.Context, handle int64, arg0 bool) error

SetWrapSelectorWheel calls the SetWrapSelectorWheel RPC.

type NumberPickerFormatterClient

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

NumberPickerFormatterClient wraps the gRPC NumberPickerFormatterService client.

func NewNumberPickerFormatterClient

func NewNumberPickerFormatterClient(cc grpc.ClientConnInterface) *NumberPickerFormatterClient

NewNumberPickerFormatterClient creates a new NumberPickerFormatter client.

func (*NumberPickerFormatterClient) Format

func (c *NumberPickerFormatterClient) Format(ctx context.Context, arg0 int32) (string, error)

Format calls the Format RPC.

type NumberPickerOnScrollListenerClient

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

NumberPickerOnScrollListenerClient wraps the gRPC NumberPickerOnScrollListenerService client.

func NewNumberPickerOnScrollListenerClient

func NewNumberPickerOnScrollListenerClient(cc grpc.ClientConnInterface) *NumberPickerOnScrollListenerClient

NewNumberPickerOnScrollListenerClient creates a new NumberPickerOnScrollListener client.

func (*NumberPickerOnScrollListenerClient) OnScrollStateChange

func (c *NumberPickerOnScrollListenerClient) OnScrollStateChange(ctx context.Context, arg0 int64, arg1 int32) error

OnScrollStateChange calls the OnScrollStateChange RPC.

type NumberPickerOnValueChangeListenerClient

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

NumberPickerOnValueChangeListenerClient wraps the gRPC NumberPickerOnValueChangeListenerService client.

func NewNumberPickerOnValueChangeListenerClient

func NewNumberPickerOnValueChangeListenerClient(cc grpc.ClientConnInterface) *NumberPickerOnValueChangeListenerClient

NewNumberPickerOnValueChangeListenerClient creates a new NumberPickerOnValueChangeListener client.

func (*NumberPickerOnValueChangeListenerClient) OnValueChange

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

OnValueChange calls the OnValueChange RPC.

type OverScrollerClient

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

OverScrollerClient wraps the gRPC OverScrollerService client.

func NewOverScrollerClient

func NewOverScrollerClient(cc grpc.ClientConnInterface) *OverScrollerClient

NewOverScrollerClient creates a new OverScroller client.

func (*OverScrollerClient) AbortAnimation

func (c *OverScrollerClient) AbortAnimation(ctx context.Context, handle int64) error

AbortAnimation calls the AbortAnimation RPC.

func (*OverScrollerClient) ComputeScrollOffset

func (c *OverScrollerClient) ComputeScrollOffset(ctx context.Context, handle int64) (bool, error)

ComputeScrollOffset calls the ComputeScrollOffset RPC.

func (*OverScrollerClient) Fling8

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

Fling8 calls the Fling8 RPC.

func (*OverScrollerClient) Fling10_1

func (c *OverScrollerClient) Fling10_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 int32, arg6 int32, arg7 int32, arg8 int32, arg9 int32) error

Fling10_1 calls the Fling10_1 RPC.

func (*OverScrollerClient) ForceFinished

func (c *OverScrollerClient) ForceFinished(ctx context.Context, handle int64, arg0 bool) error

ForceFinished calls the ForceFinished RPC.

func (*OverScrollerClient) GetCurrVelocity

func (c *OverScrollerClient) GetCurrVelocity(ctx context.Context, handle int64) (float32, error)

GetCurrVelocity calls the GetCurrVelocity RPC.

func (*OverScrollerClient) GetCurrX

func (c *OverScrollerClient) GetCurrX(ctx context.Context, handle int64) (int32, error)

GetCurrX calls the GetCurrX RPC.

func (*OverScrollerClient) GetCurrY

func (c *OverScrollerClient) GetCurrY(ctx context.Context, handle int64) (int32, error)

GetCurrY calls the GetCurrY RPC.

func (*OverScrollerClient) GetFinalX

func (c *OverScrollerClient) GetFinalX(ctx context.Context, handle int64) (int32, error)

GetFinalX calls the GetFinalX RPC.

func (*OverScrollerClient) GetFinalY

func (c *OverScrollerClient) GetFinalY(ctx context.Context, handle int64) (int32, error)

GetFinalY calls the GetFinalY RPC.

func (*OverScrollerClient) GetStartX

func (c *OverScrollerClient) GetStartX(ctx context.Context, handle int64) (int32, error)

GetStartX calls the GetStartX RPC.

func (*OverScrollerClient) GetStartY

func (c *OverScrollerClient) GetStartY(ctx context.Context, handle int64) (int32, error)

GetStartY calls the GetStartY RPC.

func (*OverScrollerClient) IsFinished

func (c *OverScrollerClient) IsFinished(ctx context.Context, handle int64) (bool, error)

IsFinished calls the IsFinished RPC.

func (*OverScrollerClient) IsOverScrolled

func (c *OverScrollerClient) IsOverScrolled(ctx context.Context, handle int64) (bool, error)

IsOverScrolled calls the IsOverScrolled RPC.

func (*OverScrollerClient) NotifyHorizontalEdgeReached

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

NotifyHorizontalEdgeReached calls the NotifyHorizontalEdgeReached RPC.

func (*OverScrollerClient) NotifyVerticalEdgeReached

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

NotifyVerticalEdgeReached calls the NotifyVerticalEdgeReached RPC.

func (*OverScrollerClient) SetFriction

func (c *OverScrollerClient) SetFriction(ctx context.Context, handle int64, arg0 float32) error

SetFriction calls the SetFriction RPC.

func (*OverScrollerClient) SpringBack

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

SpringBack calls the SpringBack RPC.

func (*OverScrollerClient) StartScroll4

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

StartScroll4 calls the StartScroll4 RPC.

func (*OverScrollerClient) StartScroll5_1

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

StartScroll5_1 calls the StartScroll5_1 RPC.

type PopupMenuClient

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

PopupMenuClient wraps the gRPC PopupMenuService client.

func NewPopupMenuClient

func NewPopupMenuClient(cc grpc.ClientConnInterface) *PopupMenuClient

NewPopupMenuClient creates a new PopupMenu client.

func (*PopupMenuClient) Dismiss

func (c *PopupMenuClient) Dismiss(ctx context.Context, handle int64) error

Dismiss calls the Dismiss RPC.

func (*PopupMenuClient) GetDragToOpenListener

func (c *PopupMenuClient) GetDragToOpenListener(ctx context.Context, handle int64) (int64, error)

GetDragToOpenListener calls the GetDragToOpenListener RPC.

func (*PopupMenuClient) GetGravity

func (c *PopupMenuClient) GetGravity(ctx context.Context, handle int64) (int32, error)

GetGravity calls the GetGravity RPC.

func (*PopupMenuClient) GetMenu

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

GetMenu calls the GetMenu RPC.

func (*PopupMenuClient) GetMenuInflater

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

GetMenuInflater calls the GetMenuInflater RPC.

func (*PopupMenuClient) Inflate

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

Inflate calls the Inflate RPC.

func (*PopupMenuClient) SetForceShowIcon

func (c *PopupMenuClient) SetForceShowIcon(ctx context.Context, handle int64, arg0 bool) error

SetForceShowIcon calls the SetForceShowIcon RPC.

func (*PopupMenuClient) SetGravity

func (c *PopupMenuClient) SetGravity(ctx context.Context, handle int64, arg0 int32) error

SetGravity calls the SetGravity RPC.

func (*PopupMenuClient) SetOnDismissListener

func (c *PopupMenuClient) SetOnDismissListener(ctx context.Context, handle int64, arg0 int64) error

SetOnDismissListener calls the SetOnDismissListener RPC.

func (*PopupMenuClient) SetOnMenuItemClickListener

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

SetOnMenuItemClickListener calls the SetOnMenuItemClickListener RPC.

func (*PopupMenuClient) Show

func (c *PopupMenuClient) Show(ctx context.Context, handle int64) error

Show calls the Show RPC.

type PopupMenuOnDismissListenerClient

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

PopupMenuOnDismissListenerClient wraps the gRPC PopupMenuOnDismissListenerService client.

func NewPopupMenuOnDismissListenerClient

func NewPopupMenuOnDismissListenerClient(cc grpc.ClientConnInterface) *PopupMenuOnDismissListenerClient

NewPopupMenuOnDismissListenerClient creates a new PopupMenuOnDismissListener client.

func (*PopupMenuOnDismissListenerClient) OnDismiss

OnDismiss calls the OnDismiss RPC.

type PopupMenuOnMenuItemClickListenerClient

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

PopupMenuOnMenuItemClickListenerClient wraps the gRPC PopupMenuOnMenuItemClickListenerService client.

func NewPopupMenuOnMenuItemClickListenerClient

func NewPopupMenuOnMenuItemClickListenerClient(cc grpc.ClientConnInterface) *PopupMenuOnMenuItemClickListenerClient

NewPopupMenuOnMenuItemClickListenerClient creates a new PopupMenuOnMenuItemClickListener client.

func (*PopupMenuOnMenuItemClickListenerClient) OnMenuItemClick

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

OnMenuItemClick calls the OnMenuItemClick RPC.

type PopupWindowClient

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

PopupWindowClient wraps the gRPC PopupWindowService client.

func NewPopupWindowClient

func NewPopupWindowClient(cc grpc.ClientConnInterface) *PopupWindowClient

NewPopupWindowClient creates a new PopupWindow client.

func (*PopupWindowClient) Dismiss

func (c *PopupWindowClient) Dismiss(ctx context.Context, handle int64) error

Dismiss calls the Dismiss RPC.

func (*PopupWindowClient) GetAnimationStyle

func (c *PopupWindowClient) GetAnimationStyle(ctx context.Context, handle int64) (int32, error)

GetAnimationStyle calls the GetAnimationStyle RPC.

func (*PopupWindowClient) GetBackground

func (c *PopupWindowClient) GetBackground(ctx context.Context, handle int64) (int64, error)

GetBackground calls the GetBackground RPC.

func (*PopupWindowClient) GetContentView

func (c *PopupWindowClient) GetContentView(ctx context.Context, handle int64) (int64, error)

GetContentView calls the GetContentView RPC.

func (*PopupWindowClient) GetElevation

func (c *PopupWindowClient) GetElevation(ctx context.Context, handle int64) (float32, error)

GetElevation calls the GetElevation RPC.

func (*PopupWindowClient) GetEnterTransition

func (c *PopupWindowClient) GetEnterTransition(ctx context.Context, handle int64) (int64, error)

GetEnterTransition calls the GetEnterTransition RPC.

func (*PopupWindowClient) GetEpicenterBounds

func (c *PopupWindowClient) GetEpicenterBounds(ctx context.Context, handle int64) (int64, error)

GetEpicenterBounds calls the GetEpicenterBounds RPC.

func (*PopupWindowClient) GetExitTransition

func (c *PopupWindowClient) GetExitTransition(ctx context.Context, handle int64) (int64, error)

GetExitTransition calls the GetExitTransition RPC.

func (*PopupWindowClient) GetHeight

func (c *PopupWindowClient) GetHeight(ctx context.Context, handle int64) (int32, error)

GetHeight calls the GetHeight RPC.

func (*PopupWindowClient) GetInputMethodMode

func (c *PopupWindowClient) GetInputMethodMode(ctx context.Context, handle int64) (int32, error)

GetInputMethodMode calls the GetInputMethodMode RPC.

func (*PopupWindowClient) GetMaxAvailableHeight1

func (c *PopupWindowClient) GetMaxAvailableHeight1(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetMaxAvailableHeight1 calls the GetMaxAvailableHeight1 RPC.

func (*PopupWindowClient) GetMaxAvailableHeight2_1

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

GetMaxAvailableHeight2_1 calls the GetMaxAvailableHeight2_1 RPC.

func (*PopupWindowClient) GetMaxAvailableHeight3_2

func (c *PopupWindowClient) GetMaxAvailableHeight3_2(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 bool) (int32, error)

GetMaxAvailableHeight3_2 calls the GetMaxAvailableHeight3_2 RPC.

func (*PopupWindowClient) GetOverlapAnchor

func (c *PopupWindowClient) GetOverlapAnchor(ctx context.Context, handle int64) (bool, error)

GetOverlapAnchor calls the GetOverlapAnchor RPC.

func (*PopupWindowClient) GetSoftInputMode

func (c *PopupWindowClient) GetSoftInputMode(ctx context.Context, handle int64) (int32, error)

GetSoftInputMode calls the GetSoftInputMode RPC.

func (*PopupWindowClient) GetWidth

func (c *PopupWindowClient) GetWidth(ctx context.Context, handle int64) (int32, error)

GetWidth calls the GetWidth RPC.

func (*PopupWindowClient) GetWindowLayoutType

func (c *PopupWindowClient) GetWindowLayoutType(ctx context.Context, handle int64) (int32, error)

GetWindowLayoutType calls the GetWindowLayoutType RPC.

func (*PopupWindowClient) IsAboveAnchor

func (c *PopupWindowClient) IsAboveAnchor(ctx context.Context, handle int64) (bool, error)

IsAboveAnchor calls the IsAboveAnchor RPC.

func (*PopupWindowClient) IsAttachedInDecor

func (c *PopupWindowClient) IsAttachedInDecor(ctx context.Context, handle int64) (bool, error)

IsAttachedInDecor calls the IsAttachedInDecor RPC.

func (*PopupWindowClient) IsClippedToScreen

func (c *PopupWindowClient) IsClippedToScreen(ctx context.Context, handle int64) (bool, error)

IsClippedToScreen calls the IsClippedToScreen RPC.

func (*PopupWindowClient) IsClippingEnabled

func (c *PopupWindowClient) IsClippingEnabled(ctx context.Context, handle int64) (bool, error)

IsClippingEnabled calls the IsClippingEnabled RPC.

func (*PopupWindowClient) IsFocusable

func (c *PopupWindowClient) IsFocusable(ctx context.Context, handle int64) (bool, error)

IsFocusable calls the IsFocusable RPC.

func (*PopupWindowClient) IsLaidOutInScreen

func (c *PopupWindowClient) IsLaidOutInScreen(ctx context.Context, handle int64) (bool, error)

IsLaidOutInScreen calls the IsLaidOutInScreen RPC.

func (*PopupWindowClient) IsOutsideTouchable

func (c *PopupWindowClient) IsOutsideTouchable(ctx context.Context, handle int64) (bool, error)

IsOutsideTouchable calls the IsOutsideTouchable RPC.

func (*PopupWindowClient) IsShowing

func (c *PopupWindowClient) IsShowing(ctx context.Context, handle int64) (bool, error)

IsShowing calls the IsShowing RPC.

func (*PopupWindowClient) IsSplitTouchEnabled

func (c *PopupWindowClient) IsSplitTouchEnabled(ctx context.Context, handle int64) (bool, error)

IsSplitTouchEnabled calls the IsSplitTouchEnabled RPC.

func (*PopupWindowClient) IsTouchModal

func (c *PopupWindowClient) IsTouchModal(ctx context.Context, handle int64) (bool, error)

IsTouchModal calls the IsTouchModal RPC.

func (*PopupWindowClient) IsTouchable

func (c *PopupWindowClient) IsTouchable(ctx context.Context, handle int64) (bool, error)

IsTouchable calls the IsTouchable RPC.

func (*PopupWindowClient) SetAnimationStyle

func (c *PopupWindowClient) SetAnimationStyle(ctx context.Context, handle int64, arg0 int32) error

SetAnimationStyle calls the SetAnimationStyle RPC.

func (*PopupWindowClient) SetAttachedInDecor

func (c *PopupWindowClient) SetAttachedInDecor(ctx context.Context, handle int64, arg0 bool) error

SetAttachedInDecor calls the SetAttachedInDecor RPC.

func (*PopupWindowClient) SetBackgroundDrawable

func (c *PopupWindowClient) SetBackgroundDrawable(ctx context.Context, handle int64, arg0 int64) error

SetBackgroundDrawable calls the SetBackgroundDrawable RPC.

func (*PopupWindowClient) SetClippingEnabled

func (c *PopupWindowClient) SetClippingEnabled(ctx context.Context, handle int64, arg0 bool) error

SetClippingEnabled calls the SetClippingEnabled RPC.

func (*PopupWindowClient) SetContentView

func (c *PopupWindowClient) SetContentView(ctx context.Context, handle int64, arg0 int64) error

SetContentView calls the SetContentView RPC.

func (*PopupWindowClient) SetElevation

func (c *PopupWindowClient) SetElevation(ctx context.Context, handle int64, arg0 float32) error

SetElevation calls the SetElevation RPC.

func (*PopupWindowClient) SetEnterTransition

func (c *PopupWindowClient) SetEnterTransition(ctx context.Context, handle int64, arg0 int64) error

SetEnterTransition calls the SetEnterTransition RPC.

func (*PopupWindowClient) SetEpicenterBounds

func (c *PopupWindowClient) SetEpicenterBounds(ctx context.Context, handle int64, arg0 int64) error

SetEpicenterBounds calls the SetEpicenterBounds RPC.

func (*PopupWindowClient) SetExitTransition

func (c *PopupWindowClient) SetExitTransition(ctx context.Context, handle int64, arg0 int64) error

SetExitTransition calls the SetExitTransition RPC.

func (*PopupWindowClient) SetFocusable

func (c *PopupWindowClient) SetFocusable(ctx context.Context, handle int64, arg0 bool) error

SetFocusable calls the SetFocusable RPC.

func (*PopupWindowClient) SetHeight

func (c *PopupWindowClient) SetHeight(ctx context.Context, handle int64, arg0 int32) error

SetHeight calls the SetHeight RPC.

func (*PopupWindowClient) SetIgnoreCheekPress

func (c *PopupWindowClient) SetIgnoreCheekPress(ctx context.Context, handle int64) error

SetIgnoreCheekPress calls the SetIgnoreCheekPress RPC.

func (*PopupWindowClient) SetInputMethodMode

func (c *PopupWindowClient) SetInputMethodMode(ctx context.Context, handle int64, arg0 int32) error

SetInputMethodMode calls the SetInputMethodMode RPC.

func (*PopupWindowClient) SetIsClippedToScreen

func (c *PopupWindowClient) SetIsClippedToScreen(ctx context.Context, handle int64, arg0 bool) error

SetIsClippedToScreen calls the SetIsClippedToScreen RPC.

func (*PopupWindowClient) SetIsLaidOutInScreen

func (c *PopupWindowClient) SetIsLaidOutInScreen(ctx context.Context, handle int64, arg0 bool) error

SetIsLaidOutInScreen calls the SetIsLaidOutInScreen RPC.

func (*PopupWindowClient) SetOnDismissListener

func (c *PopupWindowClient) SetOnDismissListener(ctx context.Context, handle int64, arg0 int64) error

SetOnDismissListener calls the SetOnDismissListener RPC.

func (*PopupWindowClient) SetOutsideTouchable

func (c *PopupWindowClient) SetOutsideTouchable(ctx context.Context, handle int64, arg0 bool) error

SetOutsideTouchable calls the SetOutsideTouchable RPC.

func (*PopupWindowClient) SetOverlapAnchor

func (c *PopupWindowClient) SetOverlapAnchor(ctx context.Context, handle int64, arg0 bool) error

SetOverlapAnchor calls the SetOverlapAnchor RPC.

func (*PopupWindowClient) SetSoftInputMode

func (c *PopupWindowClient) SetSoftInputMode(ctx context.Context, handle int64, arg0 int32) error

SetSoftInputMode calls the SetSoftInputMode RPC.

func (*PopupWindowClient) SetSplitTouchEnabled

func (c *PopupWindowClient) SetSplitTouchEnabled(ctx context.Context, handle int64, arg0 bool) error

SetSplitTouchEnabled calls the SetSplitTouchEnabled RPC.

func (*PopupWindowClient) SetTouchInterceptor

func (c *PopupWindowClient) SetTouchInterceptor(ctx context.Context, handle int64, arg0 int64) error

SetTouchInterceptor calls the SetTouchInterceptor RPC.

func (*PopupWindowClient) SetTouchModal

func (c *PopupWindowClient) SetTouchModal(ctx context.Context, handle int64, arg0 bool) error

SetTouchModal calls the SetTouchModal RPC.

func (*PopupWindowClient) SetTouchable

func (c *PopupWindowClient) SetTouchable(ctx context.Context, handle int64, arg0 bool) error

SetTouchable calls the SetTouchable RPC.

func (*PopupWindowClient) SetWidth

func (c *PopupWindowClient) SetWidth(ctx context.Context, handle int64, arg0 int32) error

SetWidth calls the SetWidth RPC.

func (*PopupWindowClient) SetWindowLayoutMode

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

SetWindowLayoutMode calls the SetWindowLayoutMode RPC.

func (*PopupWindowClient) SetWindowLayoutType

func (c *PopupWindowClient) SetWindowLayoutType(ctx context.Context, handle int64, arg0 int32) error

SetWindowLayoutType calls the SetWindowLayoutType RPC.

func (*PopupWindowClient) ShowAsDropDown1

func (c *PopupWindowClient) ShowAsDropDown1(ctx context.Context, handle int64, arg0 int64) error

ShowAsDropDown1 calls the ShowAsDropDown1 RPC.

func (*PopupWindowClient) ShowAsDropDown3_1

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

ShowAsDropDown3_1 calls the ShowAsDropDown3_1 RPC.

func (*PopupWindowClient) ShowAsDropDown4_2

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

ShowAsDropDown4_2 calls the ShowAsDropDown4_2 RPC.

func (*PopupWindowClient) ShowAtLocation

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

ShowAtLocation calls the ShowAtLocation RPC.

func (*PopupWindowClient) Update0

func (c *PopupWindowClient) Update0(ctx context.Context, handle int64) error

Update0 calls the Update0 RPC.

func (*PopupWindowClient) Update2_3

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

Update2_3 calls the Update2_3 RPC.

func (*PopupWindowClient) Update3_1

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

Update3_1 calls the Update3_1 RPC.

func (*PopupWindowClient) Update4_4

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

Update4_4 calls the Update4_4 RPC.

func (*PopupWindowClient) Update5_2

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

Update5_2 calls the Update5_2 RPC.

func (*PopupWindowClient) Update5_5

func (c *PopupWindowClient) Update5_5(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 bool) error

Update5_5 calls the Update5_5 RPC.

type PopupWindowOnDismissListenerClient

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

PopupWindowOnDismissListenerClient wraps the gRPC PopupWindowOnDismissListenerService client.

func NewPopupWindowOnDismissListenerClient

func NewPopupWindowOnDismissListenerClient(cc grpc.ClientConnInterface) *PopupWindowOnDismissListenerClient

NewPopupWindowOnDismissListenerClient creates a new PopupWindowOnDismissListener client.

func (*PopupWindowOnDismissListenerClient) OnDismiss

OnDismiss calls the OnDismiss RPC.

type ProgressBarClient

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

ProgressBarClient wraps the gRPC ProgressBarService client.

func NewProgressBarClient

func NewProgressBarClient(cc grpc.ClientConnInterface) *ProgressBarClient

NewProgressBarClient creates a new ProgressBar client.

func (*ProgressBarClient) DrawableHotspotChanged

func (c *ProgressBarClient) DrawableHotspotChanged(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

DrawableHotspotChanged calls the DrawableHotspotChanged RPC.

func (*ProgressBarClient) GetAccessibilityClassName

func (c *ProgressBarClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ProgressBarClient) GetCurrentDrawable

func (c *ProgressBarClient) GetCurrentDrawable(ctx context.Context, handle int64) (int64, error)

GetCurrentDrawable calls the GetCurrentDrawable RPC.

func (*ProgressBarClient) GetIndeterminateDrawable

func (c *ProgressBarClient) GetIndeterminateDrawable(ctx context.Context, handle int64) (int64, error)

GetIndeterminateDrawable calls the GetIndeterminateDrawable RPC.

func (*ProgressBarClient) GetIndeterminateTintBlendMode

func (c *ProgressBarClient) GetIndeterminateTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetIndeterminateTintBlendMode calls the GetIndeterminateTintBlendMode RPC.

func (*ProgressBarClient) GetIndeterminateTintList

func (c *ProgressBarClient) GetIndeterminateTintList(ctx context.Context, handle int64) (int64, error)

GetIndeterminateTintList calls the GetIndeterminateTintList RPC.

func (*ProgressBarClient) GetIndeterminateTintMode

func (c *ProgressBarClient) GetIndeterminateTintMode(ctx context.Context, handle int64) (int64, error)

GetIndeterminateTintMode calls the GetIndeterminateTintMode RPC.

func (*ProgressBarClient) GetInterpolator

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

GetInterpolator calls the GetInterpolator RPC.

func (*ProgressBarClient) GetMaxHeight

func (c *ProgressBarClient) GetMaxHeight(ctx context.Context, handle int64) (int32, error)

GetMaxHeight calls the GetMaxHeight RPC.

func (*ProgressBarClient) GetMaxWidth

func (c *ProgressBarClient) GetMaxWidth(ctx context.Context, handle int64) (int32, error)

GetMaxWidth calls the GetMaxWidth RPC.

func (*ProgressBarClient) GetMinHeight

func (c *ProgressBarClient) GetMinHeight(ctx context.Context, handle int64) (int32, error)

GetMinHeight calls the GetMinHeight RPC.

func (*ProgressBarClient) GetMinWidth

func (c *ProgressBarClient) GetMinWidth(ctx context.Context, handle int64) (int32, error)

GetMinWidth calls the GetMinWidth RPC.

func (*ProgressBarClient) GetProgressBackgroundTintBlendMode

func (c *ProgressBarClient) GetProgressBackgroundTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetProgressBackgroundTintBlendMode calls the GetProgressBackgroundTintBlendMode RPC.

func (*ProgressBarClient) GetProgressBackgroundTintList

func (c *ProgressBarClient) GetProgressBackgroundTintList(ctx context.Context, handle int64) (int64, error)

GetProgressBackgroundTintList calls the GetProgressBackgroundTintList RPC.

func (*ProgressBarClient) GetProgressBackgroundTintMode

func (c *ProgressBarClient) GetProgressBackgroundTintMode(ctx context.Context, handle int64) (int64, error)

GetProgressBackgroundTintMode calls the GetProgressBackgroundTintMode RPC.

func (*ProgressBarClient) GetProgressDrawable

func (c *ProgressBarClient) GetProgressDrawable(ctx context.Context, handle int64) (int64, error)

GetProgressDrawable calls the GetProgressDrawable RPC.

func (*ProgressBarClient) GetProgressTintBlendMode

func (c *ProgressBarClient) GetProgressTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetProgressTintBlendMode calls the GetProgressTintBlendMode RPC.

func (*ProgressBarClient) GetProgressTintList

func (c *ProgressBarClient) GetProgressTintList(ctx context.Context, handle int64) (int64, error)

GetProgressTintList calls the GetProgressTintList RPC.

func (*ProgressBarClient) GetProgressTintMode

func (c *ProgressBarClient) GetProgressTintMode(ctx context.Context, handle int64) (int64, error)

GetProgressTintMode calls the GetProgressTintMode RPC.

func (*ProgressBarClient) GetSecondaryProgressTintBlendMode

func (c *ProgressBarClient) GetSecondaryProgressTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetSecondaryProgressTintBlendMode calls the GetSecondaryProgressTintBlendMode RPC.

func (*ProgressBarClient) GetSecondaryProgressTintList

func (c *ProgressBarClient) GetSecondaryProgressTintList(ctx context.Context, handle int64) (int64, error)

GetSecondaryProgressTintList calls the GetSecondaryProgressTintList RPC.

func (*ProgressBarClient) GetSecondaryProgressTintMode

func (c *ProgressBarClient) GetSecondaryProgressTintMode(ctx context.Context, handle int64) (int64, error)

GetSecondaryProgressTintMode calls the GetSecondaryProgressTintMode RPC.

func (*ProgressBarClient) InvalidateDrawable

func (c *ProgressBarClient) InvalidateDrawable(ctx context.Context, handle int64, arg0 int64) error

InvalidateDrawable calls the InvalidateDrawable RPC.

func (*ProgressBarClient) IsAnimating

func (c *ProgressBarClient) IsAnimating(ctx context.Context, handle int64) (bool, error)

IsAnimating calls the IsAnimating RPC.

func (*ProgressBarClient) JumpDrawablesToCurrentState

func (c *ProgressBarClient) JumpDrawablesToCurrentState(ctx context.Context, handle int64) error

JumpDrawablesToCurrentState calls the JumpDrawablesToCurrentState RPC.

func (*ProgressBarClient) OnRestoreInstanceState

func (c *ProgressBarClient) OnRestoreInstanceState(ctx context.Context, handle int64, arg0 int64) error

OnRestoreInstanceState calls the OnRestoreInstanceState RPC.

func (*ProgressBarClient) OnSaveInstanceState

func (c *ProgressBarClient) OnSaveInstanceState(ctx context.Context, handle int64) (int64, error)

OnSaveInstanceState calls the OnSaveInstanceState RPC.

func (*ProgressBarClient) OnVisibilityAggregated

func (c *ProgressBarClient) OnVisibilityAggregated(ctx context.Context, handle int64, arg0 bool) error

OnVisibilityAggregated calls the OnVisibilityAggregated RPC.

func (*ProgressBarClient) PostInvalidate

func (c *ProgressBarClient) PostInvalidate(ctx context.Context, handle int64) error

PostInvalidate calls the PostInvalidate RPC.

func (*ProgressBarClient) SetIndeterminateDrawable

func (c *ProgressBarClient) SetIndeterminateDrawable(ctx context.Context, handle int64, arg0 int64) error

SetIndeterminateDrawable calls the SetIndeterminateDrawable RPC.

func (*ProgressBarClient) SetIndeterminateDrawableTiled

func (c *ProgressBarClient) SetIndeterminateDrawableTiled(ctx context.Context, handle int64, arg0 int64) error

SetIndeterminateDrawableTiled calls the SetIndeterminateDrawableTiled RPC.

func (*ProgressBarClient) SetIndeterminateTintBlendMode

func (c *ProgressBarClient) SetIndeterminateTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetIndeterminateTintBlendMode calls the SetIndeterminateTintBlendMode RPC.

func (*ProgressBarClient) SetIndeterminateTintList

func (c *ProgressBarClient) SetIndeterminateTintList(ctx context.Context, handle int64, arg0 int64) error

SetIndeterminateTintList calls the SetIndeterminateTintList RPC.

func (*ProgressBarClient) SetIndeterminateTintMode

func (c *ProgressBarClient) SetIndeterminateTintMode(ctx context.Context, handle int64, arg0 int64) error

SetIndeterminateTintMode calls the SetIndeterminateTintMode RPC.

func (*ProgressBarClient) SetInterpolator1_1

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

SetInterpolator1_1 calls the SetInterpolator1_1 RPC.

func (*ProgressBarClient) SetInterpolator2

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

SetInterpolator2 calls the SetInterpolator2 RPC.

func (*ProgressBarClient) SetMaxHeight

func (c *ProgressBarClient) SetMaxHeight(ctx context.Context, handle int64, arg0 int32) error

SetMaxHeight calls the SetMaxHeight RPC.

func (*ProgressBarClient) SetMaxWidth

func (c *ProgressBarClient) SetMaxWidth(ctx context.Context, handle int64, arg0 int32) error

SetMaxWidth calls the SetMaxWidth RPC.

func (*ProgressBarClient) SetMinHeight

func (c *ProgressBarClient) SetMinHeight(ctx context.Context, handle int64, arg0 int32) error

SetMinHeight calls the SetMinHeight RPC.

func (*ProgressBarClient) SetMinWidth

func (c *ProgressBarClient) SetMinWidth(ctx context.Context, handle int64, arg0 int32) error

SetMinWidth calls the SetMinWidth RPC.

func (*ProgressBarClient) SetProgress

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

SetProgress calls the SetProgress RPC.

func (*ProgressBarClient) SetProgressBackgroundTintBlendMode

func (c *ProgressBarClient) SetProgressBackgroundTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetProgressBackgroundTintBlendMode calls the SetProgressBackgroundTintBlendMode RPC.

func (*ProgressBarClient) SetProgressBackgroundTintList

func (c *ProgressBarClient) SetProgressBackgroundTintList(ctx context.Context, handle int64, arg0 int64) error

SetProgressBackgroundTintList calls the SetProgressBackgroundTintList RPC.

func (*ProgressBarClient) SetProgressBackgroundTintMode

func (c *ProgressBarClient) SetProgressBackgroundTintMode(ctx context.Context, handle int64, arg0 int64) error

SetProgressBackgroundTintMode calls the SetProgressBackgroundTintMode RPC.

func (*ProgressBarClient) SetProgressDrawable

func (c *ProgressBarClient) SetProgressDrawable(ctx context.Context, handle int64, arg0 int64) error

SetProgressDrawable calls the SetProgressDrawable RPC.

func (*ProgressBarClient) SetProgressDrawableTiled

func (c *ProgressBarClient) SetProgressDrawableTiled(ctx context.Context, handle int64, arg0 int64) error

SetProgressDrawableTiled calls the SetProgressDrawableTiled RPC.

func (*ProgressBarClient) SetProgressTintBlendMode

func (c *ProgressBarClient) SetProgressTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetProgressTintBlendMode calls the SetProgressTintBlendMode RPC.

func (*ProgressBarClient) SetProgressTintList

func (c *ProgressBarClient) SetProgressTintList(ctx context.Context, handle int64, arg0 int64) error

SetProgressTintList calls the SetProgressTintList RPC.

func (*ProgressBarClient) SetProgressTintMode

func (c *ProgressBarClient) SetProgressTintMode(ctx context.Context, handle int64, arg0 int64) error

SetProgressTintMode calls the SetProgressTintMode RPC.

func (*ProgressBarClient) SetSecondaryProgressTintBlendMode

func (c *ProgressBarClient) SetSecondaryProgressTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetSecondaryProgressTintBlendMode calls the SetSecondaryProgressTintBlendMode RPC.

func (*ProgressBarClient) SetSecondaryProgressTintList

func (c *ProgressBarClient) SetSecondaryProgressTintList(ctx context.Context, handle int64, arg0 int64) error

SetSecondaryProgressTintList calls the SetSecondaryProgressTintList RPC.

func (*ProgressBarClient) SetSecondaryProgressTintMode

func (c *ProgressBarClient) SetSecondaryProgressTintMode(ctx context.Context, handle int64, arg0 int64) error

SetSecondaryProgressTintMode calls the SetSecondaryProgressTintMode RPC.

func (*ProgressBarClient) SetStateDescription

func (c *ProgressBarClient) SetStateDescription(ctx context.Context, handle int64, arg0 string) error

SetStateDescription calls the SetStateDescription RPC.

type QuickContactBadgeClient

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

QuickContactBadgeClient wraps the gRPC QuickContactBadgeService client.

func NewQuickContactBadgeClient

func NewQuickContactBadgeClient(cc grpc.ClientConnInterface) *QuickContactBadgeClient

NewQuickContactBadgeClient creates a new QuickContactBadge client.

func (*QuickContactBadgeClient) AssignContactFromEmail2

func (c *QuickContactBadgeClient) AssignContactFromEmail2(ctx context.Context, handle int64, arg0 string, arg1 bool) error

AssignContactFromEmail2 calls the AssignContactFromEmail2 RPC.

func (*QuickContactBadgeClient) AssignContactFromEmail3_1

func (c *QuickContactBadgeClient) AssignContactFromEmail3_1(ctx context.Context, handle int64, arg0 string, arg1 bool, arg2 int64) error

AssignContactFromEmail3_1 calls the AssignContactFromEmail3_1 RPC.

func (*QuickContactBadgeClient) AssignContactFromPhone2

func (c *QuickContactBadgeClient) AssignContactFromPhone2(ctx context.Context, handle int64, arg0 string, arg1 bool) error

AssignContactFromPhone2 calls the AssignContactFromPhone2 RPC.

func (*QuickContactBadgeClient) AssignContactFromPhone3_1

func (c *QuickContactBadgeClient) AssignContactFromPhone3_1(ctx context.Context, handle int64, arg0 string, arg1 bool, arg2 int64) error

AssignContactFromPhone3_1 calls the AssignContactFromPhone3_1 RPC.

func (*QuickContactBadgeClient) AssignContactUri

func (c *QuickContactBadgeClient) AssignContactUri(ctx context.Context, handle int64, arg0 int64) error

AssignContactUri calls the AssignContactUri RPC.

func (*QuickContactBadgeClient) DrawableHotspotChanged

func (c *QuickContactBadgeClient) DrawableHotspotChanged(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

DrawableHotspotChanged calls the DrawableHotspotChanged RPC.

func (*QuickContactBadgeClient) GetAccessibilityClassName

func (c *QuickContactBadgeClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*QuickContactBadgeClient) OnClick

func (c *QuickContactBadgeClient) OnClick(ctx context.Context, handle int64, arg0 int64) error

OnClick calls the OnClick RPC.

func (*QuickContactBadgeClient) SetExcludeMimes

func (c *QuickContactBadgeClient) SetExcludeMimes(ctx context.Context, handle int64, arg0 int64) error

SetExcludeMimes calls the SetExcludeMimes RPC.

func (*QuickContactBadgeClient) SetImageToDefault

func (c *QuickContactBadgeClient) SetImageToDefault(ctx context.Context, handle int64) error

SetImageToDefault calls the SetImageToDefault RPC.

func (*QuickContactBadgeClient) SetMode

func (c *QuickContactBadgeClient) SetMode(ctx context.Context, handle int64, arg0 int32) error

SetMode calls the SetMode RPC.

func (*QuickContactBadgeClient) SetOverlay

func (c *QuickContactBadgeClient) SetOverlay(ctx context.Context, handle int64, arg0 int64) error

SetOverlay calls the SetOverlay RPC.

func (*QuickContactBadgeClient) SetPrioritizedMimeType

func (c *QuickContactBadgeClient) SetPrioritizedMimeType(ctx context.Context, handle int64, arg0 string) error

SetPrioritizedMimeType calls the SetPrioritizedMimeType RPC.

type RadioButtonClient

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

RadioButtonClient wraps the gRPC RadioButtonService client.

func NewRadioButtonClient

func NewRadioButtonClient(cc grpc.ClientConnInterface) *RadioButtonClient

NewRadioButtonClient creates a new RadioButton client.

func (*RadioButtonClient) GetAccessibilityClassName

func (c *RadioButtonClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*RadioButtonClient) OnInitializeAccessibilityNodeInfo

func (c *RadioButtonClient) OnInitializeAccessibilityNodeInfo(ctx context.Context, handle int64, arg0 int64) error

OnInitializeAccessibilityNodeInfo calls the OnInitializeAccessibilityNodeInfo RPC.

func (*RadioButtonClient) Toggle

func (c *RadioButtonClient) Toggle(ctx context.Context, handle int64) error

Toggle calls the Toggle RPC.

type RadioGroupClient

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

RadioGroupClient wraps the gRPC RadioGroupService client.

func NewRadioGroupClient

func NewRadioGroupClient(cc grpc.ClientConnInterface) *RadioGroupClient

NewRadioGroupClient creates a new RadioGroup client.

func (*RadioGroupClient) AddView

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

AddView calls the AddView RPC.

func (*RadioGroupClient) Autofill

func (c *RadioGroupClient) Autofill(ctx context.Context, handle int64, arg0 int64) error

Autofill calls the Autofill RPC.

func (*RadioGroupClient) Check

func (c *RadioGroupClient) Check(ctx context.Context, handle int64, arg0 int32) error

Check calls the Check RPC.

func (*RadioGroupClient) ClearCheck

func (c *RadioGroupClient) ClearCheck(ctx context.Context, handle int64) error

ClearCheck calls the ClearCheck RPC.

func (*RadioGroupClient) GenerateLayoutParams1

func (c *RadioGroupClient) GenerateLayoutParams1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1 calls the GenerateLayoutParams1 RPC.

func (*RadioGroupClient) GenerateLayoutParams1_1

func (c *RadioGroupClient) GenerateLayoutParams1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_1 calls the GenerateLayoutParams1_1 RPC.

func (*RadioGroupClient) GenerateLayoutParams1_2

func (c *RadioGroupClient) GenerateLayoutParams1_2(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_2 calls the GenerateLayoutParams1_2 RPC.

func (*RadioGroupClient) GetAccessibilityClassName

func (c *RadioGroupClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*RadioGroupClient) GetAutofillType

func (c *RadioGroupClient) GetAutofillType(ctx context.Context, handle int64) (int32, error)

GetAutofillType calls the GetAutofillType RPC.

func (*RadioGroupClient) GetAutofillValue

func (c *RadioGroupClient) GetAutofillValue(ctx context.Context, handle int64) (int64, error)

GetAutofillValue calls the GetAutofillValue RPC.

func (*RadioGroupClient) GetCheckedRadioButtonId

func (c *RadioGroupClient) GetCheckedRadioButtonId(ctx context.Context, handle int64) (int32, error)

GetCheckedRadioButtonId calls the GetCheckedRadioButtonId RPC.

func (*RadioGroupClient) OnInitializeAccessibilityNodeInfo

func (c *RadioGroupClient) OnInitializeAccessibilityNodeInfo(ctx context.Context, handle int64, arg0 int64) error

OnInitializeAccessibilityNodeInfo calls the OnInitializeAccessibilityNodeInfo RPC.

func (*RadioGroupClient) SetOnCheckedChangeListener

func (c *RadioGroupClient) SetOnCheckedChangeListener(ctx context.Context, handle int64, arg0 int64) error

SetOnCheckedChangeListener calls the SetOnCheckedChangeListener RPC.

func (*RadioGroupClient) SetOnHierarchyChangeListener

func (c *RadioGroupClient) SetOnHierarchyChangeListener(ctx context.Context, handle int64, arg0 int64) error

SetOnHierarchyChangeListener calls the SetOnHierarchyChangeListener RPC.

type RadioGroupOnCheckedChangeListenerClient

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

RadioGroupOnCheckedChangeListenerClient wraps the gRPC RadioGroupOnCheckedChangeListenerService client.

func NewRadioGroupOnCheckedChangeListenerClient

func NewRadioGroupOnCheckedChangeListenerClient(cc grpc.ClientConnInterface) *RadioGroupOnCheckedChangeListenerClient

NewRadioGroupOnCheckedChangeListenerClient creates a new RadioGroupOnCheckedChangeListener client.

func (*RadioGroupOnCheckedChangeListenerClient) OnCheckedChanged

func (c *RadioGroupOnCheckedChangeListenerClient) OnCheckedChanged(ctx context.Context, arg0 int64, arg1 int32) error

OnCheckedChanged calls the OnCheckedChanged RPC.

type RatingBarClient

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

RatingBarClient wraps the gRPC RatingBarService client.

func NewRatingBarClient

func NewRatingBarClient(cc grpc.ClientConnInterface) *RatingBarClient

NewRatingBarClient creates a new RatingBar client.

func (*RatingBarClient) GetAccessibilityClassName

func (c *RatingBarClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*RatingBarClient) GetNumStars

func (c *RatingBarClient) GetNumStars(ctx context.Context, handle int64) (int32, error)

GetNumStars calls the GetNumStars RPC.

func (*RatingBarClient) GetOnRatingBarChangeListener

func (c *RatingBarClient) GetOnRatingBarChangeListener(ctx context.Context, handle int64) (int64, error)

GetOnRatingBarChangeListener calls the GetOnRatingBarChangeListener RPC.

func (*RatingBarClient) GetRating

func (c *RatingBarClient) GetRating(ctx context.Context, handle int64) (float32, error)

GetRating calls the GetRating RPC.

func (*RatingBarClient) GetStepSize

func (c *RatingBarClient) GetStepSize(ctx context.Context, handle int64) (float32, error)

GetStepSize calls the GetStepSize RPC.

func (*RatingBarClient) IsIndicator

func (c *RatingBarClient) IsIndicator(ctx context.Context, handle int64) (bool, error)

IsIndicator calls the IsIndicator RPC.

func (*RatingBarClient) SetIsIndicator

func (c *RatingBarClient) SetIsIndicator(ctx context.Context, handle int64, arg0 bool) error

SetIsIndicator calls the SetIsIndicator RPC.

func (*RatingBarClient) SetNumStars

func (c *RatingBarClient) SetNumStars(ctx context.Context, handle int64, arg0 int32) error

SetNumStars calls the SetNumStars RPC.

func (*RatingBarClient) SetOnRatingBarChangeListener

func (c *RatingBarClient) SetOnRatingBarChangeListener(ctx context.Context, handle int64, arg0 int64) error

SetOnRatingBarChangeListener calls the SetOnRatingBarChangeListener RPC.

func (*RatingBarClient) SetRating

func (c *RatingBarClient) SetRating(ctx context.Context, handle int64, arg0 float32) error

SetRating calls the SetRating RPC.

func (*RatingBarClient) SetStepSize

func (c *RatingBarClient) SetStepSize(ctx context.Context, handle int64, arg0 float32) error

SetStepSize calls the SetStepSize RPC.

type RatingBarOnRatingBarChangeListenerClient

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

RatingBarOnRatingBarChangeListenerClient wraps the gRPC RatingBarOnRatingBarChangeListenerService client.

func NewRatingBarOnRatingBarChangeListenerClient

func NewRatingBarOnRatingBarChangeListenerClient(cc grpc.ClientConnInterface) *RatingBarOnRatingBarChangeListenerClient

NewRatingBarOnRatingBarChangeListenerClient creates a new RatingBarOnRatingBarChangeListener client.

func (*RatingBarOnRatingBarChangeListenerClient) OnRatingChanged

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

OnRatingChanged calls the OnRatingChanged RPC.

type RelativeLayoutClient

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

RelativeLayoutClient wraps the gRPC RelativeLayoutService client.

func NewRelativeLayoutClient

func NewRelativeLayoutClient(cc grpc.ClientConnInterface) *RelativeLayoutClient

NewRelativeLayoutClient creates a new RelativeLayout client.

func (*RelativeLayoutClient) GenerateLayoutParams1

func (c *RelativeLayoutClient) GenerateLayoutParams1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1 calls the GenerateLayoutParams1 RPC.

func (*RelativeLayoutClient) GenerateLayoutParams1_1

func (c *RelativeLayoutClient) GenerateLayoutParams1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_1 calls the GenerateLayoutParams1_1 RPC.

func (*RelativeLayoutClient) GetAccessibilityClassName

func (c *RelativeLayoutClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*RelativeLayoutClient) GetBaseline

func (c *RelativeLayoutClient) GetBaseline(ctx context.Context, handle int64) (int32, error)

GetBaseline calls the GetBaseline RPC.

func (*RelativeLayoutClient) GetGravity

func (c *RelativeLayoutClient) GetGravity(ctx context.Context, handle int64) (int32, error)

GetGravity calls the GetGravity RPC.

func (*RelativeLayoutClient) GetIgnoreGravity

func (c *RelativeLayoutClient) GetIgnoreGravity(ctx context.Context, handle int64) (int32, error)

GetIgnoreGravity calls the GetIgnoreGravity RPC.

func (*RelativeLayoutClient) RequestLayout

func (c *RelativeLayoutClient) RequestLayout(ctx context.Context, handle int64) error

RequestLayout calls the RequestLayout RPC.

func (*RelativeLayoutClient) SetGravity

func (c *RelativeLayoutClient) SetGravity(ctx context.Context, handle int64, arg0 int32) error

SetGravity calls the SetGravity RPC.

func (*RelativeLayoutClient) SetHorizontalGravity

func (c *RelativeLayoutClient) SetHorizontalGravity(ctx context.Context, handle int64, arg0 int32) error

SetHorizontalGravity calls the SetHorizontalGravity RPC.

func (*RelativeLayoutClient) SetIgnoreGravity

func (c *RelativeLayoutClient) SetIgnoreGravity(ctx context.Context, handle int64, arg0 int32) error

SetIgnoreGravity calls the SetIgnoreGravity RPC.

func (*RelativeLayoutClient) SetVerticalGravity

func (c *RelativeLayoutClient) SetVerticalGravity(ctx context.Context, handle int64, arg0 int32) error

SetVerticalGravity calls the SetVerticalGravity RPC.

func (*RelativeLayoutClient) ShouldDelayChildPressedState

func (c *RelativeLayoutClient) ShouldDelayChildPressedState(ctx context.Context, handle int64) (bool, error)

ShouldDelayChildPressedState calls the ShouldDelayChildPressedState RPC.

type RelativeLayoutLayoutParamsClient

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

RelativeLayoutLayoutParamsClient wraps the gRPC RelativeLayoutLayoutParamsService client.

func NewRelativeLayoutLayoutParamsClient

func NewRelativeLayoutLayoutParamsClient(cc grpc.ClientConnInterface) *RelativeLayoutLayoutParamsClient

NewRelativeLayoutLayoutParamsClient creates a new RelativeLayoutLayoutParams client.

func (*RelativeLayoutLayoutParamsClient) AddRule1

AddRule1 calls the AddRule1 RPC.

func (*RelativeLayoutLayoutParamsClient) AddRule2_1

func (c *RelativeLayoutLayoutParamsClient) AddRule2_1(ctx context.Context, arg0 int32, arg1 int32) error

AddRule2_1 calls the AddRule2_1 RPC.

func (*RelativeLayoutLayoutParamsClient) Debug

Debug calls the Debug RPC.

func (*RelativeLayoutLayoutParamsClient) GetRule

GetRule calls the GetRule RPC.

func (*RelativeLayoutLayoutParamsClient) GetRules

GetRules calls the GetRules RPC.

func (*RelativeLayoutLayoutParamsClient) RemoveRule

func (c *RelativeLayoutLayoutParamsClient) RemoveRule(ctx context.Context, arg0 int32) error

RemoveRule calls the RemoveRule RPC.

func (*RelativeLayoutLayoutParamsClient) ResolveLayoutDirection

func (c *RelativeLayoutLayoutParamsClient) ResolveLayoutDirection(ctx context.Context, arg0 int32) error

ResolveLayoutDirection calls the ResolveLayoutDirection RPC.

type RemoteViewsClient

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

RemoteViewsClient wraps the gRPC RemoteViewsService client.

func NewRemoteViewsClient

func NewRemoteViewsClient(cc grpc.ClientConnInterface) *RemoteViewsClient

NewRemoteViewsClient creates a new RemoteViews client.

func (*RemoteViewsClient) AddStableView

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

AddStableView calls the AddStableView RPC.

func (*RemoteViewsClient) AddView

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

AddView calls the AddView RPC.

func (*RemoteViewsClient) Apply

func (c *RemoteViewsClient) Apply(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

Apply calls the Apply RPC.

func (*RemoteViewsClient) Clone0

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

Clone0 calls the Clone0 RPC.

func (*RemoteViewsClient) Clone0_1

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

Clone0_1 calls the Clone0_1 RPC.

func (*RemoteViewsClient) DescribeContents

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

DescribeContents calls the DescribeContents RPC.

func (*RemoteViewsClient) GetLayoutId

func (c *RemoteViewsClient) GetLayoutId(ctx context.Context, handle int64) (int32, error)

GetLayoutId calls the GetLayoutId RPC.

func (*RemoteViewsClient) GetPackage

func (c *RemoteViewsClient) GetPackage(ctx context.Context, handle int64) (string, error)

GetPackage calls the GetPackage RPC.

func (*RemoteViewsClient) GetViewId

func (c *RemoteViewsClient) GetViewId(ctx context.Context, handle int64) (int32, error)

GetViewId calls the GetViewId RPC.

func (*RemoteViewsClient) OnLoadClass

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

OnLoadClass calls the OnLoadClass RPC.

func (*RemoteViewsClient) Reapply

func (c *RemoteViewsClient) Reapply(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

Reapply calls the Reapply RPC.

func (*RemoteViewsClient) RemoveAllViews

func (c *RemoteViewsClient) RemoveAllViews(ctx context.Context, handle int64, arg0 int32) error

RemoveAllViews calls the RemoveAllViews RPC.

func (*RemoteViewsClient) SetAccessibilityTraversalAfter

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

SetAccessibilityTraversalAfter calls the SetAccessibilityTraversalAfter RPC.

func (*RemoteViewsClient) SetAccessibilityTraversalBefore

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

SetAccessibilityTraversalBefore calls the SetAccessibilityTraversalBefore RPC.

func (*RemoteViewsClient) SetBitmap

func (c *RemoteViewsClient) SetBitmap(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int64) error

SetBitmap calls the SetBitmap RPC.

func (*RemoteViewsClient) SetBlendMode

func (c *RemoteViewsClient) SetBlendMode(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int64) error

SetBlendMode calls the SetBlendMode RPC.

func (*RemoteViewsClient) SetBoolean

func (c *RemoteViewsClient) SetBoolean(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 bool) error

SetBoolean calls the SetBoolean RPC.

func (*RemoteViewsClient) SetBundle

func (c *RemoteViewsClient) SetBundle(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int64) error

SetBundle calls the SetBundle RPC.

func (*RemoteViewsClient) SetByte

func (c *RemoteViewsClient) SetByte(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int8) error

SetByte calls the SetByte RPC.

func (*RemoteViewsClient) SetChar

func (c *RemoteViewsClient) SetChar(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 uint16) error

SetChar calls the SetChar RPC.

func (*RemoteViewsClient) SetCharSequence3

func (c *RemoteViewsClient) SetCharSequence3(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetCharSequence3 calls the SetCharSequence3 RPC.

func (*RemoteViewsClient) SetCharSequence3_1

func (c *RemoteViewsClient) SetCharSequence3_1(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 string) error

SetCharSequence3_1 calls the SetCharSequence3_1 RPC.

func (*RemoteViewsClient) SetCharSequenceAttr

func (c *RemoteViewsClient) SetCharSequenceAttr(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetCharSequenceAttr calls the SetCharSequenceAttr RPC.

func (*RemoteViewsClient) SetChronometer

func (c *RemoteViewsClient) SetChronometer(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 string, arg3 bool) error

SetChronometer calls the SetChronometer RPC.

func (*RemoteViewsClient) SetChronometerCountDown

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

SetChronometerCountDown calls the SetChronometerCountDown RPC.

func (*RemoteViewsClient) SetColor

func (c *RemoteViewsClient) SetColor(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetColor calls the SetColor RPC.

func (*RemoteViewsClient) SetColorAttr

func (c *RemoteViewsClient) SetColorAttr(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetColorAttr calls the SetColorAttr RPC.

func (*RemoteViewsClient) SetColorInt

func (c *RemoteViewsClient) SetColorInt(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32, arg3 int32) error

SetColorInt calls the SetColorInt RPC.

func (*RemoteViewsClient) SetColorStateList3

func (c *RemoteViewsClient) SetColorStateList3(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int64) error

SetColorStateList3 calls the SetColorStateList3 RPC.

func (*RemoteViewsClient) SetColorStateList3_2

func (c *RemoteViewsClient) SetColorStateList3_2(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetColorStateList3_2 calls the SetColorStateList3_2 RPC.

func (*RemoteViewsClient) SetColorStateList4_1

func (c *RemoteViewsClient) SetColorStateList4_1(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int64, arg3 int64) error

SetColorStateList4_1 calls the SetColorStateList4_1 RPC.

func (*RemoteViewsClient) SetColorStateListAttr

func (c *RemoteViewsClient) SetColorStateListAttr(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetColorStateListAttr calls the SetColorStateListAttr RPC.

func (*RemoteViewsClient) SetCompoundButtonChecked

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

SetCompoundButtonChecked calls the SetCompoundButtonChecked RPC.

func (*RemoteViewsClient) SetContentDescription

func (c *RemoteViewsClient) SetContentDescription(ctx context.Context, handle int64, arg0 int32, arg1 string) error

SetContentDescription calls the SetContentDescription RPC.

func (*RemoteViewsClient) SetDisplayedChild

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

SetDisplayedChild calls the SetDisplayedChild RPC.

func (*RemoteViewsClient) SetDouble

func (c *RemoteViewsClient) SetDouble(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 float64) error

SetDouble calls the SetDouble RPC.

func (*RemoteViewsClient) SetEmptyView

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

SetEmptyView calls the SetEmptyView RPC.

func (*RemoteViewsClient) SetFloat

func (c *RemoteViewsClient) SetFloat(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 float32) error

SetFloat calls the SetFloat RPC.

func (*RemoteViewsClient) SetFloatDimen3_1

func (c *RemoteViewsClient) SetFloatDimen3_1(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetFloatDimen3_1 calls the SetFloatDimen3_1 RPC.

func (*RemoteViewsClient) SetFloatDimen4

func (c *RemoteViewsClient) SetFloatDimen4(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 float32, arg3 int32) error

SetFloatDimen4 calls the SetFloatDimen4 RPC.

func (*RemoteViewsClient) SetFloatDimenAttr

func (c *RemoteViewsClient) SetFloatDimenAttr(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetFloatDimenAttr calls the SetFloatDimenAttr RPC.

func (*RemoteViewsClient) SetIcon3

func (c *RemoteViewsClient) SetIcon3(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int64) error

SetIcon3 calls the SetIcon3 RPC.

func (*RemoteViewsClient) SetIcon4_1

func (c *RemoteViewsClient) SetIcon4_1(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int64, arg3 int64) error

SetIcon4_1 calls the SetIcon4_1 RPC.

func (*RemoteViewsClient) SetImageViewBitmap

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

SetImageViewBitmap calls the SetImageViewBitmap RPC.

func (*RemoteViewsClient) SetImageViewIcon

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

SetImageViewIcon calls the SetImageViewIcon RPC.

func (*RemoteViewsClient) SetImageViewResource

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

SetImageViewResource calls the SetImageViewResource RPC.

func (*RemoteViewsClient) SetImageViewUri

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

SetImageViewUri calls the SetImageViewUri RPC.

func (*RemoteViewsClient) SetInt

func (c *RemoteViewsClient) SetInt(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetInt calls the SetInt RPC.

func (*RemoteViewsClient) SetIntDimen3_1

func (c *RemoteViewsClient) SetIntDimen3_1(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetIntDimen3_1 calls the SetIntDimen3_1 RPC.

func (*RemoteViewsClient) SetIntDimen4

func (c *RemoteViewsClient) SetIntDimen4(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 float32, arg3 int32) error

SetIntDimen4 calls the SetIntDimen4 RPC.

func (*RemoteViewsClient) SetIntDimenAttr

func (c *RemoteViewsClient) SetIntDimenAttr(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int32) error

SetIntDimenAttr calls the SetIntDimenAttr RPC.

func (*RemoteViewsClient) SetIntent

func (c *RemoteViewsClient) SetIntent(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int64) error

SetIntent calls the SetIntent RPC.

func (*RemoteViewsClient) SetLabelFor

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

SetLabelFor calls the SetLabelFor RPC.

func (*RemoteViewsClient) SetLightBackgroundLayoutId

func (c *RemoteViewsClient) SetLightBackgroundLayoutId(ctx context.Context, handle int64, arg0 int32) error

SetLightBackgroundLayoutId calls the SetLightBackgroundLayoutId RPC.

func (*RemoteViewsClient) SetLong

func (c *RemoteViewsClient) SetLong(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int64) error

SetLong calls the SetLong RPC.

func (*RemoteViewsClient) SetOnCheckedChangeResponse

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

SetOnCheckedChangeResponse calls the SetOnCheckedChangeResponse RPC.

func (*RemoteViewsClient) SetOnClickFillInIntent

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

SetOnClickFillInIntent calls the SetOnClickFillInIntent RPC.

func (*RemoteViewsClient) SetOnClickPendingIntent

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

SetOnClickPendingIntent calls the SetOnClickPendingIntent RPC.

func (*RemoteViewsClient) SetOnClickResponse

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

SetOnClickResponse calls the SetOnClickResponse RPC.

func (*RemoteViewsClient) SetOnStylusHandwritingPendingIntent

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

SetOnStylusHandwritingPendingIntent calls the SetOnStylusHandwritingPendingIntent RPC.

func (*RemoteViewsClient) SetPendingIntentTemplate

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

SetPendingIntentTemplate calls the SetPendingIntentTemplate RPC.

func (*RemoteViewsClient) SetProgressBar

func (c *RemoteViewsClient) SetProgressBar(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 bool) error

SetProgressBar calls the SetProgressBar RPC.

func (*RemoteViewsClient) SetRadioGroupChecked

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

SetRadioGroupChecked calls the SetRadioGroupChecked RPC.

func (*RemoteViewsClient) SetRelativeScrollPosition

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

SetRelativeScrollPosition calls the SetRelativeScrollPosition RPC.

func (*RemoteViewsClient) SetRemoteAdapter2

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

SetRemoteAdapter2 calls the SetRemoteAdapter2 RPC.

func (*RemoteViewsClient) SetRemoteAdapter2_1

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

SetRemoteAdapter2_1 calls the SetRemoteAdapter2_1 RPC.

func (*RemoteViewsClient) SetRemoteAdapter3_2

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

SetRemoteAdapter3_2 calls the SetRemoteAdapter3_2 RPC.

func (*RemoteViewsClient) SetScrollPosition

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

SetScrollPosition calls the SetScrollPosition RPC.

func (*RemoteViewsClient) SetShort

func (c *RemoteViewsClient) SetShort(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int16) error

SetShort calls the SetShort RPC.

func (*RemoteViewsClient) SetString

func (c *RemoteViewsClient) SetString(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 string) error

SetString calls the SetString RPC.

func (*RemoteViewsClient) SetTextColor

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

SetTextColor calls the SetTextColor RPC.

func (*RemoteViewsClient) SetTextViewCompoundDrawables

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

SetTextViewCompoundDrawables calls the SetTextViewCompoundDrawables RPC.

func (*RemoteViewsClient) SetTextViewCompoundDrawablesRelative

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

SetTextViewCompoundDrawablesRelative calls the SetTextViewCompoundDrawablesRelative RPC.

func (*RemoteViewsClient) SetTextViewText

func (c *RemoteViewsClient) SetTextViewText(ctx context.Context, handle int64, arg0 int32, arg1 string) error

SetTextViewText calls the SetTextViewText RPC.

func (*RemoteViewsClient) SetTextViewTextSize

func (c *RemoteViewsClient) SetTextViewTextSize(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32) error

SetTextViewTextSize calls the SetTextViewTextSize RPC.

func (*RemoteViewsClient) SetUri

func (c *RemoteViewsClient) SetUri(ctx context.Context, handle int64, arg0 int32, arg1 string, arg2 int64) error

SetUri calls the SetUri RPC.

func (*RemoteViewsClient) SetViewLayoutHeight

func (c *RemoteViewsClient) SetViewLayoutHeight(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int32) error

SetViewLayoutHeight calls the SetViewLayoutHeight RPC.

func (*RemoteViewsClient) SetViewLayoutHeightAttr

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

SetViewLayoutHeightAttr calls the SetViewLayoutHeightAttr RPC.

func (*RemoteViewsClient) SetViewLayoutHeightDimen

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

SetViewLayoutHeightDimen calls the SetViewLayoutHeightDimen RPC.

func (*RemoteViewsClient) SetViewLayoutMargin

func (c *RemoteViewsClient) SetViewLayoutMargin(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32, arg3 int32) error

SetViewLayoutMargin calls the SetViewLayoutMargin RPC.

func (*RemoteViewsClient) SetViewLayoutMarginAttr

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

SetViewLayoutMarginAttr calls the SetViewLayoutMarginAttr RPC.

func (*RemoteViewsClient) SetViewLayoutMarginDimen

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

SetViewLayoutMarginDimen calls the SetViewLayoutMarginDimen RPC.

func (*RemoteViewsClient) SetViewLayoutWidth

func (c *RemoteViewsClient) SetViewLayoutWidth(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int32) error

SetViewLayoutWidth calls the SetViewLayoutWidth RPC.

func (*RemoteViewsClient) SetViewLayoutWidthAttr

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

SetViewLayoutWidthAttr calls the SetViewLayoutWidthAttr RPC.

func (*RemoteViewsClient) SetViewLayoutWidthDimen

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

SetViewLayoutWidthDimen calls the SetViewLayoutWidthDimen RPC.

func (*RemoteViewsClient) SetViewOutlinePreferredRadius

func (c *RemoteViewsClient) SetViewOutlinePreferredRadius(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 int32) error

SetViewOutlinePreferredRadius calls the SetViewOutlinePreferredRadius RPC.

func (*RemoteViewsClient) SetViewOutlinePreferredRadiusAttr

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

SetViewOutlinePreferredRadiusAttr calls the SetViewOutlinePreferredRadiusAttr RPC.

func (*RemoteViewsClient) SetViewOutlinePreferredRadiusDimen

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

SetViewOutlinePreferredRadiusDimen calls the SetViewOutlinePreferredRadiusDimen RPC.

func (*RemoteViewsClient) SetViewPadding

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

SetViewPadding calls the SetViewPadding RPC.

func (*RemoteViewsClient) SetViewVisibility

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

SetViewVisibility calls the SetViewVisibility RPC.

func (*RemoteViewsClient) ShowNext

func (c *RemoteViewsClient) ShowNext(ctx context.Context, handle int64, arg0 int32) error

ShowNext calls the ShowNext RPC.

func (*RemoteViewsClient) ShowPrevious

func (c *RemoteViewsClient) ShowPrevious(ctx context.Context, handle int64, arg0 int32) error

ShowPrevious calls the ShowPrevious RPC.

func (*RemoteViewsClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type RemoteViewsDrawInstructionsClient

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

RemoteViewsDrawInstructionsClient wraps the gRPC RemoteViewsDrawInstructionsService client.

func NewRemoteViewsDrawInstructionsClient

func NewRemoteViewsDrawInstructionsClient(cc grpc.ClientConnInterface) *RemoteViewsDrawInstructionsClient

NewRemoteViewsDrawInstructionsClient creates a new RemoteViewsDrawInstructions client.

func (*RemoteViewsDrawInstructionsClient) GetSupportedVersion

func (c *RemoteViewsDrawInstructionsClient) GetSupportedVersion(ctx context.Context) (int64, error)

GetSupportedVersion calls the GetSupportedVersion RPC.

type RemoteViewsRemoteCollectionItemsClient

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

RemoteViewsRemoteCollectionItemsClient wraps the gRPC RemoteViewsRemoteCollectionItemsService client.

func NewRemoteViewsRemoteCollectionItemsClient

func NewRemoteViewsRemoteCollectionItemsClient(cc grpc.ClientConnInterface) *RemoteViewsRemoteCollectionItemsClient

NewRemoteViewsRemoteCollectionItemsClient creates a new RemoteViewsRemoteCollectionItems client.

func (*RemoteViewsRemoteCollectionItemsClient) DescribeContents

DescribeContents calls the DescribeContents RPC.

func (*RemoteViewsRemoteCollectionItemsClient) GetItemCount

GetItemCount calls the GetItemCount RPC.

func (*RemoteViewsRemoteCollectionItemsClient) GetItemId

GetItemId calls the GetItemId RPC.

func (*RemoteViewsRemoteCollectionItemsClient) GetItemView

GetItemView calls the GetItemView RPC.

func (*RemoteViewsRemoteCollectionItemsClient) GetViewTypeCount

GetViewTypeCount calls the GetViewTypeCount RPC.

func (*RemoteViewsRemoteCollectionItemsClient) HasStableIds

HasStableIds calls the HasStableIds RPC.

func (*RemoteViewsRemoteCollectionItemsClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type RemoteViewsRemoteResponseClient

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

RemoteViewsRemoteResponseClient wraps the gRPC RemoteViewsRemoteResponseService client.

func NewRemoteViewsRemoteResponseClient

func NewRemoteViewsRemoteResponseClient(cc grpc.ClientConnInterface) *RemoteViewsRemoteResponseClient

NewRemoteViewsRemoteResponseClient creates a new RemoteViewsRemoteResponse client.

func (*RemoteViewsRemoteResponseClient) AddSharedElement

func (c *RemoteViewsRemoteResponseClient) AddSharedElement(ctx context.Context, arg0 int32, arg1 string) (int64, error)

AddSharedElement calls the AddSharedElement RPC.

func (*RemoteViewsRemoteResponseClient) FromFillInIntent

func (c *RemoteViewsRemoteResponseClient) FromFillInIntent(ctx context.Context, arg0 int64) (int64, error)

FromFillInIntent calls the FromFillInIntent RPC.

func (*RemoteViewsRemoteResponseClient) FromPendingIntent

func (c *RemoteViewsRemoteResponseClient) FromPendingIntent(ctx context.Context, arg0 int64) (int64, error)

FromPendingIntent calls the FromPendingIntent RPC.

type RemoteViewsRemoteViewOutlineProviderClient

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

RemoteViewsRemoteViewOutlineProviderClient wraps the gRPC RemoteViewsRemoteViewOutlineProviderService client.

func NewRemoteViewsRemoteViewOutlineProviderClient

func NewRemoteViewsRemoteViewOutlineProviderClient(cc grpc.ClientConnInterface) *RemoteViewsRemoteViewOutlineProviderClient

NewRemoteViewsRemoteViewOutlineProviderClient creates a new RemoteViewsRemoteViewOutlineProvider client.

func (*RemoteViewsRemoteViewOutlineProviderClient) GetOutline

GetOutline calls the GetOutline RPC.

func (*RemoteViewsRemoteViewOutlineProviderClient) GetRadius

GetRadius calls the GetRadius RPC.

type RemoteViewsServiceClient

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

RemoteViewsServiceClient wraps the gRPC RemoteViewsServiceService client.

func NewRemoteViewsServiceClient

func NewRemoteViewsServiceClient(cc grpc.ClientConnInterface) *RemoteViewsServiceClient

NewRemoteViewsServiceClient creates a new RemoteViewsService client.

func (*RemoteViewsServiceClient) OnBind

func (c *RemoteViewsServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)

OnBind calls the OnBind RPC.

func (*RemoteViewsServiceClient) OnGetViewFactory

func (c *RemoteViewsServiceClient) OnGetViewFactory(ctx context.Context, arg0 int64) (int64, error)

OnGetViewFactory calls the OnGetViewFactory RPC.

type RemoteViewsServiceRemoteViewsFactoryClient

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

RemoteViewsServiceRemoteViewsFactoryClient wraps the gRPC RemoteViewsServiceRemoteViewsFactoryService client.

func NewRemoteViewsServiceRemoteViewsFactoryClient

func NewRemoteViewsServiceRemoteViewsFactoryClient(cc grpc.ClientConnInterface) *RemoteViewsServiceRemoteViewsFactoryClient

NewRemoteViewsServiceRemoteViewsFactoryClient creates a new RemoteViewsServiceRemoteViewsFactory client.

func (*RemoteViewsServiceRemoteViewsFactoryClient) GetCount

GetCount calls the GetCount RPC.

func (*RemoteViewsServiceRemoteViewsFactoryClient) GetItemId

GetItemId calls the GetItemId RPC.

func (*RemoteViewsServiceRemoteViewsFactoryClient) GetLoadingView

GetLoadingView calls the GetLoadingView RPC.

func (*RemoteViewsServiceRemoteViewsFactoryClient) GetViewAt

GetViewAt calls the GetViewAt RPC.

func (*RemoteViewsServiceRemoteViewsFactoryClient) GetViewTypeCount

GetViewTypeCount calls the GetViewTypeCount RPC.

func (*RemoteViewsServiceRemoteViewsFactoryClient) HasStableIds

HasStableIds calls the HasStableIds RPC.

func (*RemoteViewsServiceRemoteViewsFactoryClient) OnCreate

OnCreate calls the OnCreate RPC.

func (*RemoteViewsServiceRemoteViewsFactoryClient) OnDataSetChanged

OnDataSetChanged calls the OnDataSetChanged RPC.

func (*RemoteViewsServiceRemoteViewsFactoryClient) OnDestroy

OnDestroy calls the OnDestroy RPC.

type ResourceCursorAdapterClient

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

ResourceCursorAdapterClient wraps the gRPC ResourceCursorAdapterService client.

func NewResourceCursorAdapterClient

func NewResourceCursorAdapterClient(cc grpc.ClientConnInterface) *ResourceCursorAdapterClient

NewResourceCursorAdapterClient creates a new ResourceCursorAdapter client.

func (*ResourceCursorAdapterClient) NewDropDownView

func (c *ResourceCursorAdapterClient) NewDropDownView(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

NewDropDownView calls the NewDropDownView RPC.

func (*ResourceCursorAdapterClient) NewView

func (c *ResourceCursorAdapterClient) NewView(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

NewView calls the NewView RPC.

func (*ResourceCursorAdapterClient) SetDropDownViewResource

func (c *ResourceCursorAdapterClient) SetDropDownViewResource(ctx context.Context, arg0 int32) error

SetDropDownViewResource calls the SetDropDownViewResource RPC.

func (*ResourceCursorAdapterClient) SetDropDownViewTheme

func (c *ResourceCursorAdapterClient) SetDropDownViewTheme(ctx context.Context, arg0 int64) error

SetDropDownViewTheme calls the SetDropDownViewTheme RPC.

func (*ResourceCursorAdapterClient) SetViewResource

func (c *ResourceCursorAdapterClient) SetViewResource(ctx context.Context, arg0 int32) error

SetViewResource calls the SetViewResource RPC.

type ResourceCursorTreeAdapterClient

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

ResourceCursorTreeAdapterClient wraps the gRPC ResourceCursorTreeAdapterService client.

func NewResourceCursorTreeAdapterClient

func NewResourceCursorTreeAdapterClient(cc grpc.ClientConnInterface) *ResourceCursorTreeAdapterClient

NewResourceCursorTreeAdapterClient creates a new ResourceCursorTreeAdapter client.

func (*ResourceCursorTreeAdapterClient) NewChildView

func (c *ResourceCursorTreeAdapterClient) NewChildView(ctx context.Context, arg0 int64, arg1 int64, arg2 bool, arg3 int64) (int64, error)

NewChildView calls the NewChildView RPC.

func (*ResourceCursorTreeAdapterClient) NewGroupView

func (c *ResourceCursorTreeAdapterClient) NewGroupView(ctx context.Context, arg0 int64, arg1 int64, arg2 bool, arg3 int64) (int64, error)

NewGroupView calls the NewGroupView RPC.

type ScrollViewClient

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

ScrollViewClient wraps the gRPC ScrollViewService client.

func NewScrollViewClient

func NewScrollViewClient(cc grpc.ClientConnInterface) *ScrollViewClient

NewScrollViewClient creates a new ScrollView client.

func (*ScrollViewClient) AddView1

func (c *ScrollViewClient) AddView1(ctx context.Context, handle int64, arg0 int64) error

AddView1 calls the AddView1 RPC.

func (*ScrollViewClient) AddView2_1

func (c *ScrollViewClient) AddView2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

AddView2_1 calls the AddView2_1 RPC.

func (*ScrollViewClient) AddView2_2

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

AddView2_2 calls the AddView2_2 RPC.

func (*ScrollViewClient) AddView3_3

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

AddView3_3 calls the AddView3_3 RPC.

func (*ScrollViewClient) ArrowScroll

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

ArrowScroll calls the ArrowScroll RPC.

func (*ScrollViewClient) ComputeScroll

func (c *ScrollViewClient) ComputeScroll(ctx context.Context, handle int64) error

ComputeScroll calls the ComputeScroll RPC.

func (*ScrollViewClient) DispatchKeyEvent

func (c *ScrollViewClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*ScrollViewClient) Draw

func (c *ScrollViewClient) Draw(ctx context.Context, handle int64, arg0 int64) error

Draw calls the Draw RPC.

func (*ScrollViewClient) ExecuteKeyEvent

func (c *ScrollViewClient) ExecuteKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

ExecuteKeyEvent calls the ExecuteKeyEvent RPC.

func (*ScrollViewClient) Fling

func (c *ScrollViewClient) Fling(ctx context.Context, handle int64, arg0 int32) error

Fling calls the Fling RPC.

func (*ScrollViewClient) FullScroll

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

FullScroll calls the FullScroll RPC.

func (*ScrollViewClient) GetAccessibilityClassName

func (c *ScrollViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ScrollViewClient) GetBottomEdgeEffectColor

func (c *ScrollViewClient) GetBottomEdgeEffectColor(ctx context.Context, handle int64) (int32, error)

GetBottomEdgeEffectColor calls the GetBottomEdgeEffectColor RPC.

func (*ScrollViewClient) GetMaxScrollAmount

func (c *ScrollViewClient) GetMaxScrollAmount(ctx context.Context, handle int64) (int32, error)

GetMaxScrollAmount calls the GetMaxScrollAmount RPC.

func (*ScrollViewClient) GetTopEdgeEffectColor

func (c *ScrollViewClient) GetTopEdgeEffectColor(ctx context.Context, handle int64) (int32, error)

GetTopEdgeEffectColor calls the GetTopEdgeEffectColor RPC.

func (*ScrollViewClient) IsFillViewport

func (c *ScrollViewClient) IsFillViewport(ctx context.Context, handle int64) (bool, error)

IsFillViewport calls the IsFillViewport RPC.

func (*ScrollViewClient) IsSmoothScrollingEnabled

func (c *ScrollViewClient) IsSmoothScrollingEnabled(ctx context.Context, handle int64) (bool, error)

IsSmoothScrollingEnabled calls the IsSmoothScrollingEnabled RPC.

func (*ScrollViewClient) OnGenericMotionEvent

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

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*ScrollViewClient) OnInterceptTouchEvent

func (c *ScrollViewClient) OnInterceptTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnInterceptTouchEvent calls the OnInterceptTouchEvent RPC.

func (*ScrollViewClient) OnNestedFling

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

OnNestedFling calls the OnNestedFling RPC.

func (*ScrollViewClient) OnNestedScroll

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

OnNestedScroll calls the OnNestedScroll RPC.

func (*ScrollViewClient) OnNestedScrollAccepted

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

OnNestedScrollAccepted calls the OnNestedScrollAccepted RPC.

func (*ScrollViewClient) OnStartNestedScroll

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

OnStartNestedScroll calls the OnStartNestedScroll RPC.

func (*ScrollViewClient) OnStopNestedScroll

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

OnStopNestedScroll calls the OnStopNestedScroll RPC.

func (*ScrollViewClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*ScrollViewClient) PageScroll

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

PageScroll calls the PageScroll RPC.

func (*ScrollViewClient) RequestChildFocus

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

RequestChildFocus calls the RequestChildFocus RPC.

func (*ScrollViewClient) RequestChildRectangleOnScreen

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

RequestChildRectangleOnScreen calls the RequestChildRectangleOnScreen RPC.

func (*ScrollViewClient) RequestDisallowInterceptTouchEvent

func (c *ScrollViewClient) RequestDisallowInterceptTouchEvent(ctx context.Context, handle int64, arg0 bool) error

RequestDisallowInterceptTouchEvent calls the RequestDisallowInterceptTouchEvent RPC.

func (*ScrollViewClient) RequestLayout

func (c *ScrollViewClient) RequestLayout(ctx context.Context, handle int64) error

RequestLayout calls the RequestLayout RPC.

func (*ScrollViewClient) ScrollTo

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

ScrollTo calls the ScrollTo RPC.

func (*ScrollViewClient) ScrollToDescendant

func (c *ScrollViewClient) ScrollToDescendant(ctx context.Context, handle int64, arg0 int64) error

ScrollToDescendant calls the ScrollToDescendant RPC.

func (*ScrollViewClient) SetBottomEdgeEffectColor

func (c *ScrollViewClient) SetBottomEdgeEffectColor(ctx context.Context, handle int64, arg0 int32) error

SetBottomEdgeEffectColor calls the SetBottomEdgeEffectColor RPC.

func (*ScrollViewClient) SetEdgeEffectColor

func (c *ScrollViewClient) SetEdgeEffectColor(ctx context.Context, handle int64, arg0 int32) error

SetEdgeEffectColor calls the SetEdgeEffectColor RPC.

func (*ScrollViewClient) SetFillViewport

func (c *ScrollViewClient) SetFillViewport(ctx context.Context, handle int64, arg0 bool) error

SetFillViewport calls the SetFillViewport RPC.

func (*ScrollViewClient) SetSmoothScrollingEnabled

func (c *ScrollViewClient) SetSmoothScrollingEnabled(ctx context.Context, handle int64, arg0 bool) error

SetSmoothScrollingEnabled calls the SetSmoothScrollingEnabled RPC.

func (*ScrollViewClient) SetTopEdgeEffectColor

func (c *ScrollViewClient) SetTopEdgeEffectColor(ctx context.Context, handle int64, arg0 int32) error

SetTopEdgeEffectColor calls the SetTopEdgeEffectColor RPC.

func (*ScrollViewClient) ShouldDelayChildPressedState

func (c *ScrollViewClient) ShouldDelayChildPressedState(ctx context.Context, handle int64) (bool, error)

ShouldDelayChildPressedState calls the ShouldDelayChildPressedState RPC.

func (*ScrollViewClient) SmoothScrollBy

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

SmoothScrollBy calls the SmoothScrollBy RPC.

func (*ScrollViewClient) SmoothScrollTo

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

SmoothScrollTo calls the SmoothScrollTo RPC.

type ScrollerClient

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

ScrollerClient wraps the gRPC ScrollerService client.

func NewScrollerClient

func NewScrollerClient(cc grpc.ClientConnInterface) *ScrollerClient

NewScrollerClient creates a new Scroller client.

func (*ScrollerClient) AbortAnimation

func (c *ScrollerClient) AbortAnimation(ctx context.Context, handle int64) error

AbortAnimation calls the AbortAnimation RPC.

func (*ScrollerClient) ComputeScrollOffset

func (c *ScrollerClient) ComputeScrollOffset(ctx context.Context, handle int64) (bool, error)

ComputeScrollOffset calls the ComputeScrollOffset RPC.

func (*ScrollerClient) ExtendDuration

func (c *ScrollerClient) ExtendDuration(ctx context.Context, handle int64, arg0 int32) error

ExtendDuration calls the ExtendDuration RPC.

func (*ScrollerClient) Fling

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

Fling calls the Fling RPC.

func (*ScrollerClient) ForceFinished

func (c *ScrollerClient) ForceFinished(ctx context.Context, handle int64, arg0 bool) error

ForceFinished calls the ForceFinished RPC.

func (*ScrollerClient) GetCurrVelocity

func (c *ScrollerClient) GetCurrVelocity(ctx context.Context, handle int64) (float32, error)

GetCurrVelocity calls the GetCurrVelocity RPC.

func (*ScrollerClient) GetCurrX

func (c *ScrollerClient) GetCurrX(ctx context.Context, handle int64) (int32, error)

GetCurrX calls the GetCurrX RPC.

func (*ScrollerClient) GetCurrY

func (c *ScrollerClient) GetCurrY(ctx context.Context, handle int64) (int32, error)

GetCurrY calls the GetCurrY RPC.

func (*ScrollerClient) GetDuration

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

GetDuration calls the GetDuration RPC.

func (*ScrollerClient) GetFinalX

func (c *ScrollerClient) GetFinalX(ctx context.Context, handle int64) (int32, error)

GetFinalX calls the GetFinalX RPC.

func (*ScrollerClient) GetFinalY

func (c *ScrollerClient) GetFinalY(ctx context.Context, handle int64) (int32, error)

GetFinalY calls the GetFinalY RPC.

func (*ScrollerClient) GetStartX

func (c *ScrollerClient) GetStartX(ctx context.Context, handle int64) (int32, error)

GetStartX calls the GetStartX RPC.

func (*ScrollerClient) GetStartY

func (c *ScrollerClient) GetStartY(ctx context.Context, handle int64) (int32, error)

GetStartY calls the GetStartY RPC.

func (*ScrollerClient) IsFinished

func (c *ScrollerClient) IsFinished(ctx context.Context, handle int64) (bool, error)

IsFinished calls the IsFinished RPC.

func (*ScrollerClient) SetFinalX

func (c *ScrollerClient) SetFinalX(ctx context.Context, handle int64, arg0 int32) error

SetFinalX calls the SetFinalX RPC.

func (*ScrollerClient) SetFinalY

func (c *ScrollerClient) SetFinalY(ctx context.Context, handle int64, arg0 int32) error

SetFinalY calls the SetFinalY RPC.

func (*ScrollerClient) SetFriction

func (c *ScrollerClient) SetFriction(ctx context.Context, handle int64, arg0 float32) error

SetFriction calls the SetFriction RPC.

func (*ScrollerClient) StartScroll4

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

StartScroll4 calls the StartScroll4 RPC.

func (*ScrollerClient) StartScroll5_1

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

StartScroll5_1 calls the StartScroll5_1 RPC.

func (*ScrollerClient) TimePassed

func (c *ScrollerClient) TimePassed(ctx context.Context, handle int64) (int32, error)

TimePassed calls the TimePassed RPC.

type SearchViewClient

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

SearchViewClient wraps the gRPC SearchViewService client.

func NewSearchViewClient

func NewSearchViewClient(cc grpc.ClientConnInterface) *SearchViewClient

NewSearchViewClient creates a new SearchView client.

func (*SearchViewClient) ClearFocus

func (c *SearchViewClient) ClearFocus(ctx context.Context, handle int64) error

ClearFocus calls the ClearFocus RPC.

func (*SearchViewClient) GetAccessibilityClassName

func (c *SearchViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*SearchViewClient) GetImeOptions

func (c *SearchViewClient) GetImeOptions(ctx context.Context, handle int64) (int32, error)

GetImeOptions calls the GetImeOptions RPC.

func (*SearchViewClient) GetInputType

func (c *SearchViewClient) GetInputType(ctx context.Context, handle int64) (int32, error)

GetInputType calls the GetInputType RPC.

func (*SearchViewClient) GetMaxWidth

func (c *SearchViewClient) GetMaxWidth(ctx context.Context, handle int64) (int32, error)

GetMaxWidth calls the GetMaxWidth RPC.

func (*SearchViewClient) GetQuery

func (c *SearchViewClient) GetQuery(ctx context.Context, handle int64) (int64, error)

GetQuery calls the GetQuery RPC.

func (*SearchViewClient) GetQueryHint

func (c *SearchViewClient) GetQueryHint(ctx context.Context, handle int64) (int64, error)

GetQueryHint calls the GetQueryHint RPC.

func (*SearchViewClient) GetSuggestionsAdapter

func (c *SearchViewClient) GetSuggestionsAdapter(ctx context.Context, handle int64) (int64, error)

GetSuggestionsAdapter calls the GetSuggestionsAdapter RPC.

func (*SearchViewClient) IsIconfiedByDefault

func (c *SearchViewClient) IsIconfiedByDefault(ctx context.Context, handle int64) (bool, error)

IsIconfiedByDefault calls the IsIconfiedByDefault RPC.

func (*SearchViewClient) IsIconified

func (c *SearchViewClient) IsIconified(ctx context.Context, handle int64) (bool, error)

IsIconified calls the IsIconified RPC.

func (*SearchViewClient) IsIconifiedByDefault

func (c *SearchViewClient) IsIconifiedByDefault(ctx context.Context, handle int64) (bool, error)

IsIconifiedByDefault calls the IsIconifiedByDefault RPC.

func (*SearchViewClient) IsQueryRefinementEnabled

func (c *SearchViewClient) IsQueryRefinementEnabled(ctx context.Context, handle int64) (bool, error)

IsQueryRefinementEnabled calls the IsQueryRefinementEnabled RPC.

func (*SearchViewClient) IsSubmitButtonEnabled

func (c *SearchViewClient) IsSubmitButtonEnabled(ctx context.Context, handle int64) (bool, error)

IsSubmitButtonEnabled calls the IsSubmitButtonEnabled RPC.

func (*SearchViewClient) OnActionViewCollapsed

func (c *SearchViewClient) OnActionViewCollapsed(ctx context.Context, handle int64) error

OnActionViewCollapsed calls the OnActionViewCollapsed RPC.

func (*SearchViewClient) OnActionViewExpanded

func (c *SearchViewClient) OnActionViewExpanded(ctx context.Context, handle int64) error

OnActionViewExpanded calls the OnActionViewExpanded RPC.

func (*SearchViewClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*SearchViewClient) OnWindowFocusChanged

func (c *SearchViewClient) OnWindowFocusChanged(ctx context.Context, handle int64, arg0 bool) error

OnWindowFocusChanged calls the OnWindowFocusChanged RPC.

func (*SearchViewClient) RequestFocus

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

RequestFocus calls the RequestFocus RPC.

func (*SearchViewClient) SetIconified

func (c *SearchViewClient) SetIconified(ctx context.Context, handle int64, arg0 bool) error

SetIconified calls the SetIconified RPC.

func (*SearchViewClient) SetIconifiedByDefault

func (c *SearchViewClient) SetIconifiedByDefault(ctx context.Context, handle int64, arg0 bool) error

SetIconifiedByDefault calls the SetIconifiedByDefault RPC.

func (*SearchViewClient) SetImeOptions

func (c *SearchViewClient) SetImeOptions(ctx context.Context, handle int64, arg0 int32) error

SetImeOptions calls the SetImeOptions RPC.

func (*SearchViewClient) SetInputType

func (c *SearchViewClient) SetInputType(ctx context.Context, handle int64, arg0 int32) error

SetInputType calls the SetInputType RPC.

func (*SearchViewClient) SetMaxWidth

func (c *SearchViewClient) SetMaxWidth(ctx context.Context, handle int64, arg0 int32) error

SetMaxWidth calls the SetMaxWidth RPC.

func (*SearchViewClient) SetOnCloseListener

func (c *SearchViewClient) SetOnCloseListener(ctx context.Context, handle int64, arg0 int64) error

SetOnCloseListener calls the SetOnCloseListener RPC.

func (*SearchViewClient) SetOnQueryTextFocusChangeListener

func (c *SearchViewClient) SetOnQueryTextFocusChangeListener(ctx context.Context, handle int64, arg0 int64) error

SetOnQueryTextFocusChangeListener calls the SetOnQueryTextFocusChangeListener RPC.

func (*SearchViewClient) SetOnQueryTextListener

func (c *SearchViewClient) SetOnQueryTextListener(ctx context.Context, handle int64, arg0 int64) error

SetOnQueryTextListener calls the SetOnQueryTextListener RPC.

func (*SearchViewClient) SetOnSearchClickListener

func (c *SearchViewClient) SetOnSearchClickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnSearchClickListener calls the SetOnSearchClickListener RPC.

func (*SearchViewClient) SetOnSuggestionListener

func (c *SearchViewClient) SetOnSuggestionListener(ctx context.Context, handle int64, arg0 int64) error

SetOnSuggestionListener calls the SetOnSuggestionListener RPC.

func (*SearchViewClient) SetQuery

func (c *SearchViewClient) SetQuery(ctx context.Context, handle int64, arg0 string, arg1 bool) error

SetQuery calls the SetQuery RPC.

func (*SearchViewClient) SetQueryHint

func (c *SearchViewClient) SetQueryHint(ctx context.Context, handle int64, arg0 string) error

SetQueryHint calls the SetQueryHint RPC.

func (*SearchViewClient) SetQueryRefinementEnabled

func (c *SearchViewClient) SetQueryRefinementEnabled(ctx context.Context, handle int64, arg0 bool) error

SetQueryRefinementEnabled calls the SetQueryRefinementEnabled RPC.

func (*SearchViewClient) SetSearchableInfo

func (c *SearchViewClient) SetSearchableInfo(ctx context.Context, handle int64, arg0 int64) error

SetSearchableInfo calls the SetSearchableInfo RPC.

func (*SearchViewClient) SetSubmitButtonEnabled

func (c *SearchViewClient) SetSubmitButtonEnabled(ctx context.Context, handle int64, arg0 bool) error

SetSubmitButtonEnabled calls the SetSubmitButtonEnabled RPC.

func (*SearchViewClient) SetSuggestionsAdapter

func (c *SearchViewClient) SetSuggestionsAdapter(ctx context.Context, handle int64, arg0 int64) error

SetSuggestionsAdapter calls the SetSuggestionsAdapter RPC.

type SearchViewOnCloseListenerClient

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

SearchViewOnCloseListenerClient wraps the gRPC SearchViewOnCloseListenerService client.

func NewSearchViewOnCloseListenerClient

func NewSearchViewOnCloseListenerClient(cc grpc.ClientConnInterface) *SearchViewOnCloseListenerClient

NewSearchViewOnCloseListenerClient creates a new SearchViewOnCloseListener client.

func (*SearchViewOnCloseListenerClient) OnClose

OnClose calls the OnClose RPC.

type SearchViewOnQueryTextListenerClient

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

SearchViewOnQueryTextListenerClient wraps the gRPC SearchViewOnQueryTextListenerService client.

func NewSearchViewOnQueryTextListenerClient

func NewSearchViewOnQueryTextListenerClient(cc grpc.ClientConnInterface) *SearchViewOnQueryTextListenerClient

NewSearchViewOnQueryTextListenerClient creates a new SearchViewOnQueryTextListener client.

func (*SearchViewOnQueryTextListenerClient) OnQueryTextChange

func (c *SearchViewOnQueryTextListenerClient) OnQueryTextChange(ctx context.Context, arg0 string) (bool, error)

OnQueryTextChange calls the OnQueryTextChange RPC.

func (*SearchViewOnQueryTextListenerClient) OnQueryTextSubmit

func (c *SearchViewOnQueryTextListenerClient) OnQueryTextSubmit(ctx context.Context, arg0 string) (bool, error)

OnQueryTextSubmit calls the OnQueryTextSubmit RPC.

type SearchViewOnSuggestionListenerClient

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

SearchViewOnSuggestionListenerClient wraps the gRPC SearchViewOnSuggestionListenerService client.

func NewSearchViewOnSuggestionListenerClient

func NewSearchViewOnSuggestionListenerClient(cc grpc.ClientConnInterface) *SearchViewOnSuggestionListenerClient

NewSearchViewOnSuggestionListenerClient creates a new SearchViewOnSuggestionListener client.

func (*SearchViewOnSuggestionListenerClient) OnSuggestionClick

func (c *SearchViewOnSuggestionListenerClient) OnSuggestionClick(ctx context.Context, arg0 int32) (bool, error)

OnSuggestionClick calls the OnSuggestionClick RPC.

func (*SearchViewOnSuggestionListenerClient) OnSuggestionSelect

func (c *SearchViewOnSuggestionListenerClient) OnSuggestionSelect(ctx context.Context, arg0 int32) (bool, error)

OnSuggestionSelect calls the OnSuggestionSelect RPC.

type SectionIndexerClient

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

SectionIndexerClient wraps the gRPC SectionIndexerService client.

func NewSectionIndexerClient

func NewSectionIndexerClient(cc grpc.ClientConnInterface) *SectionIndexerClient

NewSectionIndexerClient creates a new SectionIndexer client.

func (*SectionIndexerClient) GetPositionForSection

func (c *SectionIndexerClient) GetPositionForSection(ctx context.Context, arg0 int32) (int32, error)

GetPositionForSection calls the GetPositionForSection RPC.

func (*SectionIndexerClient) GetSectionForPosition

func (c *SectionIndexerClient) GetSectionForPosition(ctx context.Context, arg0 int32) (int32, error)

GetSectionForPosition calls the GetSectionForPosition RPC.

func (*SectionIndexerClient) GetSections

func (c *SectionIndexerClient) GetSections(ctx context.Context) (int64, error)

GetSections calls the GetSections RPC.

type SeekBarClient

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

SeekBarClient wraps the gRPC SeekBarService client.

func NewSeekBarClient

func NewSeekBarClient(cc grpc.ClientConnInterface) *SeekBarClient

NewSeekBarClient creates a new SeekBar client.

func (*SeekBarClient) GetAccessibilityClassName

func (c *SeekBarClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*SeekBarClient) SetOnSeekBarChangeListener

func (c *SeekBarClient) SetOnSeekBarChangeListener(ctx context.Context, handle int64, arg0 int64) error

SetOnSeekBarChangeListener calls the SetOnSeekBarChangeListener RPC.

type SeekBarOnSeekBarChangeListenerClient

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

SeekBarOnSeekBarChangeListenerClient wraps the gRPC SeekBarOnSeekBarChangeListenerService client.

func NewSeekBarOnSeekBarChangeListenerClient

func NewSeekBarOnSeekBarChangeListenerClient(cc grpc.ClientConnInterface) *SeekBarOnSeekBarChangeListenerClient

NewSeekBarOnSeekBarChangeListenerClient creates a new SeekBarOnSeekBarChangeListener client.

func (*SeekBarOnSeekBarChangeListenerClient) OnProgressChanged

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

OnProgressChanged calls the OnProgressChanged RPC.

func (*SeekBarOnSeekBarChangeListenerClient) OnStartTrackingTouch

func (c *SeekBarOnSeekBarChangeListenerClient) OnStartTrackingTouch(ctx context.Context, arg0 int64) error

OnStartTrackingTouch calls the OnStartTrackingTouch RPC.

func (*SeekBarOnSeekBarChangeListenerClient) OnStopTrackingTouch

func (c *SeekBarOnSeekBarChangeListenerClient) OnStopTrackingTouch(ctx context.Context, arg0 int64) error

OnStopTrackingTouch calls the OnStopTrackingTouch RPC.

type ShareActionProviderClient

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

ShareActionProviderClient wraps the gRPC ShareActionProviderService client.

func NewShareActionProviderClient

func NewShareActionProviderClient(cc grpc.ClientConnInterface) *ShareActionProviderClient

NewShareActionProviderClient creates a new ShareActionProvider client.

func (*ShareActionProviderClient) HasSubMenu

func (c *ShareActionProviderClient) HasSubMenu(ctx context.Context, handle int64) (bool, error)

HasSubMenu calls the HasSubMenu RPC.

func (*ShareActionProviderClient) OnCreateActionView

func (c *ShareActionProviderClient) OnCreateActionView(ctx context.Context, handle int64) (int64, error)

OnCreateActionView calls the OnCreateActionView RPC.

func (*ShareActionProviderClient) OnPrepareSubMenu

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

OnPrepareSubMenu calls the OnPrepareSubMenu RPC.

func (*ShareActionProviderClient) SetOnShareTargetSelectedListener

func (c *ShareActionProviderClient) SetOnShareTargetSelectedListener(ctx context.Context, handle int64, arg0 int64) error

SetOnShareTargetSelectedListener calls the SetOnShareTargetSelectedListener RPC.

func (*ShareActionProviderClient) SetShareHistoryFileName

func (c *ShareActionProviderClient) SetShareHistoryFileName(ctx context.Context, handle int64, arg0 string) error

SetShareHistoryFileName calls the SetShareHistoryFileName RPC.

func (*ShareActionProviderClient) SetShareIntent

func (c *ShareActionProviderClient) SetShareIntent(ctx context.Context, handle int64, arg0 int64) error

SetShareIntent calls the SetShareIntent RPC.

type ShareActionProviderOnShareTargetSelectedListenerClient

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

ShareActionProviderOnShareTargetSelectedListenerClient wraps the gRPC ShareActionProviderOnShareTargetSelectedListenerService client.

func NewShareActionProviderOnShareTargetSelectedListenerClient

func NewShareActionProviderOnShareTargetSelectedListenerClient(cc grpc.ClientConnInterface) *ShareActionProviderOnShareTargetSelectedListenerClient

NewShareActionProviderOnShareTargetSelectedListenerClient creates a new ShareActionProviderOnShareTargetSelectedListener client.

func (*ShareActionProviderOnShareTargetSelectedListenerClient) OnShareTargetSelected

func (c *ShareActionProviderOnShareTargetSelectedListenerClient) OnShareTargetSelected(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

OnShareTargetSelected calls the OnShareTargetSelected RPC.

type SimpleAdapterClient

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

SimpleAdapterClient wraps the gRPC SimpleAdapterService client.

func NewSimpleAdapterClient

func NewSimpleAdapterClient(cc grpc.ClientConnInterface) *SimpleAdapterClient

NewSimpleAdapterClient creates a new SimpleAdapter client.

func (*SimpleAdapterClient) GetCount

func (c *SimpleAdapterClient) GetCount(ctx context.Context, handle int64) (int32, error)

GetCount calls the GetCount RPC.

func (*SimpleAdapterClient) GetDropDownView

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

GetDropDownView calls the GetDropDownView RPC.

func (*SimpleAdapterClient) GetDropDownViewTheme

func (c *SimpleAdapterClient) GetDropDownViewTheme(ctx context.Context, handle int64) (int64, error)

GetDropDownViewTheme calls the GetDropDownViewTheme RPC.

func (*SimpleAdapterClient) GetFilter

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

GetFilter calls the GetFilter RPC.

func (*SimpleAdapterClient) GetItem

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

GetItem calls the GetItem RPC.

func (*SimpleAdapterClient) GetItemId

func (c *SimpleAdapterClient) GetItemId(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetItemId calls the GetItemId RPC.

func (*SimpleAdapterClient) GetView

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

GetView calls the GetView RPC.

func (*SimpleAdapterClient) GetViewBinder

func (c *SimpleAdapterClient) GetViewBinder(ctx context.Context, handle int64) (int64, error)

GetViewBinder calls the GetViewBinder RPC.

func (*SimpleAdapterClient) SetDropDownViewResource

func (c *SimpleAdapterClient) SetDropDownViewResource(ctx context.Context, handle int64, arg0 int32) error

SetDropDownViewResource calls the SetDropDownViewResource RPC.

func (*SimpleAdapterClient) SetDropDownViewTheme

func (c *SimpleAdapterClient) SetDropDownViewTheme(ctx context.Context, handle int64, arg0 int64) error

SetDropDownViewTheme calls the SetDropDownViewTheme RPC.

func (*SimpleAdapterClient) SetViewBinder

func (c *SimpleAdapterClient) SetViewBinder(ctx context.Context, handle int64, arg0 int64) error

SetViewBinder calls the SetViewBinder RPC.

func (*SimpleAdapterClient) SetViewImage2

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

SetViewImage2 calls the SetViewImage2 RPC.

func (*SimpleAdapterClient) SetViewImage2_1

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

SetViewImage2_1 calls the SetViewImage2_1 RPC.

func (*SimpleAdapterClient) SetViewText

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

SetViewText calls the SetViewText RPC.

type SimpleAdapterViewBinderClient

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

SimpleAdapterViewBinderClient wraps the gRPC SimpleAdapterViewBinderService client.

func NewSimpleAdapterViewBinderClient

func NewSimpleAdapterViewBinderClient(cc grpc.ClientConnInterface) *SimpleAdapterViewBinderClient

NewSimpleAdapterViewBinderClient creates a new SimpleAdapterViewBinder client.

func (*SimpleAdapterViewBinderClient) SetViewValue

func (c *SimpleAdapterViewBinderClient) SetViewValue(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (bool, error)

SetViewValue calls the SetViewValue RPC.

type SimpleCursorAdapterClient

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

SimpleCursorAdapterClient wraps the gRPC SimpleCursorAdapterService client.

func NewSimpleCursorAdapterClient

func NewSimpleCursorAdapterClient(cc grpc.ClientConnInterface) *SimpleCursorAdapterClient

NewSimpleCursorAdapterClient creates a new SimpleCursorAdapter client.

func (*SimpleCursorAdapterClient) BindView

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

BindView calls the BindView RPC.

func (*SimpleCursorAdapterClient) ChangeCursorAndColumns

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

ChangeCursorAndColumns calls the ChangeCursorAndColumns RPC.

func (*SimpleCursorAdapterClient) ConvertToString

func (c *SimpleCursorAdapterClient) ConvertToString(ctx context.Context, handle int64, arg0 int64) (int64, error)

ConvertToString calls the ConvertToString RPC.

func (*SimpleCursorAdapterClient) GetCursorToStringConverter

func (c *SimpleCursorAdapterClient) GetCursorToStringConverter(ctx context.Context, handle int64) (int64, error)

GetCursorToStringConverter calls the GetCursorToStringConverter RPC.

func (*SimpleCursorAdapterClient) GetStringConversionColumn

func (c *SimpleCursorAdapterClient) GetStringConversionColumn(ctx context.Context, handle int64) (int32, error)

GetStringConversionColumn calls the GetStringConversionColumn RPC.

func (*SimpleCursorAdapterClient) GetViewBinder

func (c *SimpleCursorAdapterClient) GetViewBinder(ctx context.Context, handle int64) (int64, error)

GetViewBinder calls the GetViewBinder RPC.

func (*SimpleCursorAdapterClient) SetCursorToStringConverter

func (c *SimpleCursorAdapterClient) SetCursorToStringConverter(ctx context.Context, handle int64, arg0 int64) error

SetCursorToStringConverter calls the SetCursorToStringConverter RPC.

func (*SimpleCursorAdapterClient) SetStringConversionColumn

func (c *SimpleCursorAdapterClient) SetStringConversionColumn(ctx context.Context, handle int64, arg0 int32) error

SetStringConversionColumn calls the SetStringConversionColumn RPC.

func (*SimpleCursorAdapterClient) SetViewBinder

func (c *SimpleCursorAdapterClient) SetViewBinder(ctx context.Context, handle int64, arg0 int64) error

SetViewBinder calls the SetViewBinder RPC.

func (*SimpleCursorAdapterClient) SetViewImage

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

SetViewImage calls the SetViewImage RPC.

func (*SimpleCursorAdapterClient) SetViewText

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

SetViewText calls the SetViewText RPC.

func (*SimpleCursorAdapterClient) SwapCursor

func (c *SimpleCursorAdapterClient) SwapCursor(ctx context.Context, handle int64, arg0 int64) (int64, error)

SwapCursor calls the SwapCursor RPC.

type SimpleCursorAdapterCursorToStringConverterClient

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

SimpleCursorAdapterCursorToStringConverterClient wraps the gRPC SimpleCursorAdapterCursorToStringConverterService client.

func NewSimpleCursorAdapterCursorToStringConverterClient

func NewSimpleCursorAdapterCursorToStringConverterClient(cc grpc.ClientConnInterface) *SimpleCursorAdapterCursorToStringConverterClient

NewSimpleCursorAdapterCursorToStringConverterClient creates a new SimpleCursorAdapterCursorToStringConverter client.

func (*SimpleCursorAdapterCursorToStringConverterClient) ConvertToString

ConvertToString calls the ConvertToString RPC.

type SimpleCursorAdapterViewBinderClient

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

SimpleCursorAdapterViewBinderClient wraps the gRPC SimpleCursorAdapterViewBinderService client.

func NewSimpleCursorAdapterViewBinderClient

func NewSimpleCursorAdapterViewBinderClient(cc grpc.ClientConnInterface) *SimpleCursorAdapterViewBinderClient

NewSimpleCursorAdapterViewBinderClient creates a new SimpleCursorAdapterViewBinder client.

func (*SimpleCursorAdapterViewBinderClient) SetViewValue

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

SetViewValue calls the SetViewValue RPC.

type SimpleCursorTreeAdapterClient

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

SimpleCursorTreeAdapterClient wraps the gRPC SimpleCursorTreeAdapterService client.

func NewSimpleCursorTreeAdapterClient

func NewSimpleCursorTreeAdapterClient(cc grpc.ClientConnInterface) *SimpleCursorTreeAdapterClient

NewSimpleCursorTreeAdapterClient creates a new SimpleCursorTreeAdapter client.

func (*SimpleCursorTreeAdapterClient) GetViewBinder

func (c *SimpleCursorTreeAdapterClient) GetViewBinder(ctx context.Context) (int64, error)

GetViewBinder calls the GetViewBinder RPC.

func (*SimpleCursorTreeAdapterClient) SetViewBinder

func (c *SimpleCursorTreeAdapterClient) SetViewBinder(ctx context.Context, arg0 int64) error

SetViewBinder calls the SetViewBinder RPC.

func (*SimpleCursorTreeAdapterClient) SetViewText

func (c *SimpleCursorTreeAdapterClient) SetViewText(ctx context.Context, arg0 int64, arg1 string) error

SetViewText calls the SetViewText RPC.

type SimpleCursorTreeAdapterViewBinderClient

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

SimpleCursorTreeAdapterViewBinderClient wraps the gRPC SimpleCursorTreeAdapterViewBinderService client.

func NewSimpleCursorTreeAdapterViewBinderClient

func NewSimpleCursorTreeAdapterViewBinderClient(cc grpc.ClientConnInterface) *SimpleCursorTreeAdapterViewBinderClient

NewSimpleCursorTreeAdapterViewBinderClient creates a new SimpleCursorTreeAdapterViewBinder client.

func (*SimpleCursorTreeAdapterViewBinderClient) SetViewValue

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

SetViewValue calls the SetViewValue RPC.

type SimpleExpandableListAdapterClient

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

SimpleExpandableListAdapterClient wraps the gRPC SimpleExpandableListAdapterService client.

func NewSimpleExpandableListAdapterClient

func NewSimpleExpandableListAdapterClient(cc grpc.ClientConnInterface) *SimpleExpandableListAdapterClient

NewSimpleExpandableListAdapterClient creates a new SimpleExpandableListAdapter client.

func (*SimpleExpandableListAdapterClient) GetChild

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

GetChild calls the GetChild RPC.

func (*SimpleExpandableListAdapterClient) GetChildId

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

GetChildId calls the GetChildId RPC.

func (*SimpleExpandableListAdapterClient) GetChildView

func (c *SimpleExpandableListAdapterClient) GetChildView(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 bool, arg3 int64, arg4 int64) (int64, error)

GetChildView calls the GetChildView RPC.

func (*SimpleExpandableListAdapterClient) GetChildrenCount

func (c *SimpleExpandableListAdapterClient) GetChildrenCount(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetChildrenCount calls the GetChildrenCount RPC.

func (*SimpleExpandableListAdapterClient) GetGroup

func (c *SimpleExpandableListAdapterClient) GetGroup(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetGroup calls the GetGroup RPC.

func (*SimpleExpandableListAdapterClient) GetGroupCount

func (c *SimpleExpandableListAdapterClient) GetGroupCount(ctx context.Context, handle int64) (int32, error)

GetGroupCount calls the GetGroupCount RPC.

func (*SimpleExpandableListAdapterClient) GetGroupId

func (c *SimpleExpandableListAdapterClient) GetGroupId(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetGroupId calls the GetGroupId RPC.

func (*SimpleExpandableListAdapterClient) GetGroupView

func (c *SimpleExpandableListAdapterClient) GetGroupView(ctx context.Context, handle int64, arg0 int32, arg1 bool, arg2 int64, arg3 int64) (int64, error)

GetGroupView calls the GetGroupView RPC.

func (*SimpleExpandableListAdapterClient) HasStableIds

func (c *SimpleExpandableListAdapterClient) HasStableIds(ctx context.Context, handle int64) (bool, error)

HasStableIds calls the HasStableIds RPC.

func (*SimpleExpandableListAdapterClient) IsChildSelectable

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

IsChildSelectable calls the IsChildSelectable RPC.

func (*SimpleExpandableListAdapterClient) NewChildView

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

NewChildView calls the NewChildView RPC.

func (*SimpleExpandableListAdapterClient) NewGroupView

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

NewGroupView calls the NewGroupView RPC.

type SlidingDrawerClient

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

SlidingDrawerClient wraps the gRPC SlidingDrawerService client.

func NewSlidingDrawerClient

func NewSlidingDrawerClient(cc grpc.ClientConnInterface) *SlidingDrawerClient

NewSlidingDrawerClient creates a new SlidingDrawer client.

func (*SlidingDrawerClient) AnimateClose

func (c *SlidingDrawerClient) AnimateClose(ctx context.Context, handle int64) error

AnimateClose calls the AnimateClose RPC.

func (*SlidingDrawerClient) AnimateOpen

func (c *SlidingDrawerClient) AnimateOpen(ctx context.Context, handle int64) error

AnimateOpen calls the AnimateOpen RPC.

func (*SlidingDrawerClient) AnimateToggle

func (c *SlidingDrawerClient) AnimateToggle(ctx context.Context, handle int64) error

AnimateToggle calls the AnimateToggle RPC.

func (*SlidingDrawerClient) Close

func (c *SlidingDrawerClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*SlidingDrawerClient) GetAccessibilityClassName

func (c *SlidingDrawerClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*SlidingDrawerClient) GetContent

func (c *SlidingDrawerClient) GetContent(ctx context.Context, handle int64) (int64, error)

GetContent calls the GetContent RPC.

func (*SlidingDrawerClient) GetHandle

func (c *SlidingDrawerClient) GetHandle(ctx context.Context, handle int64) (int64, error)

GetHandle calls the GetHandle RPC.

func (*SlidingDrawerClient) IsMoving

func (c *SlidingDrawerClient) IsMoving(ctx context.Context, handle int64) (bool, error)

IsMoving calls the IsMoving RPC.

func (*SlidingDrawerClient) IsOpened

func (c *SlidingDrawerClient) IsOpened(ctx context.Context, handle int64) (bool, error)

IsOpened calls the IsOpened RPC.

func (*SlidingDrawerClient) Lock

func (c *SlidingDrawerClient) Lock(ctx context.Context, handle int64) error

Lock calls the Lock RPC.

func (*SlidingDrawerClient) OnInterceptTouchEvent

func (c *SlidingDrawerClient) OnInterceptTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnInterceptTouchEvent calls the OnInterceptTouchEvent RPC.

func (*SlidingDrawerClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*SlidingDrawerClient) Open

func (c *SlidingDrawerClient) Open(ctx context.Context, handle int64) error

Open calls the Open RPC.

func (*SlidingDrawerClient) SetOnDrawerCloseListener

func (c *SlidingDrawerClient) SetOnDrawerCloseListener(ctx context.Context, handle int64, arg0 int64) error

SetOnDrawerCloseListener calls the SetOnDrawerCloseListener RPC.

func (*SlidingDrawerClient) SetOnDrawerOpenListener

func (c *SlidingDrawerClient) SetOnDrawerOpenListener(ctx context.Context, handle int64, arg0 int64) error

SetOnDrawerOpenListener calls the SetOnDrawerOpenListener RPC.

func (*SlidingDrawerClient) SetOnDrawerScrollListener

func (c *SlidingDrawerClient) SetOnDrawerScrollListener(ctx context.Context, handle int64, arg0 int64) error

SetOnDrawerScrollListener calls the SetOnDrawerScrollListener RPC.

func (*SlidingDrawerClient) Toggle

func (c *SlidingDrawerClient) Toggle(ctx context.Context, handle int64) error

Toggle calls the Toggle RPC.

func (*SlidingDrawerClient) Unlock

func (c *SlidingDrawerClient) Unlock(ctx context.Context, handle int64) error

Unlock calls the Unlock RPC.

type SlidingDrawerOnDrawerCloseListenerClient

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

SlidingDrawerOnDrawerCloseListenerClient wraps the gRPC SlidingDrawerOnDrawerCloseListenerService client.

func NewSlidingDrawerOnDrawerCloseListenerClient

func NewSlidingDrawerOnDrawerCloseListenerClient(cc grpc.ClientConnInterface) *SlidingDrawerOnDrawerCloseListenerClient

NewSlidingDrawerOnDrawerCloseListenerClient creates a new SlidingDrawerOnDrawerCloseListener client.

func (*SlidingDrawerOnDrawerCloseListenerClient) OnDrawerClosed

OnDrawerClosed calls the OnDrawerClosed RPC.

type SlidingDrawerOnDrawerOpenListenerClient

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

SlidingDrawerOnDrawerOpenListenerClient wraps the gRPC SlidingDrawerOnDrawerOpenListenerService client.

func NewSlidingDrawerOnDrawerOpenListenerClient

func NewSlidingDrawerOnDrawerOpenListenerClient(cc grpc.ClientConnInterface) *SlidingDrawerOnDrawerOpenListenerClient

NewSlidingDrawerOnDrawerOpenListenerClient creates a new SlidingDrawerOnDrawerOpenListener client.

func (*SlidingDrawerOnDrawerOpenListenerClient) OnDrawerOpened

OnDrawerOpened calls the OnDrawerOpened RPC.

type SlidingDrawerOnDrawerScrollListenerClient

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

SlidingDrawerOnDrawerScrollListenerClient wraps the gRPC SlidingDrawerOnDrawerScrollListenerService client.

func NewSlidingDrawerOnDrawerScrollListenerClient

func NewSlidingDrawerOnDrawerScrollListenerClient(cc grpc.ClientConnInterface) *SlidingDrawerOnDrawerScrollListenerClient

NewSlidingDrawerOnDrawerScrollListenerClient creates a new SlidingDrawerOnDrawerScrollListener client.

func (*SlidingDrawerOnDrawerScrollListenerClient) OnScrollEnded

OnScrollEnded calls the OnScrollEnded RPC.

func (*SlidingDrawerOnDrawerScrollListenerClient) OnScrollStarted

OnScrollStarted calls the OnScrollStarted RPC.

type SpaceClient

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

SpaceClient wraps the gRPC SpaceService client.

func NewSpaceClient

func NewSpaceClient(cc grpc.ClientConnInterface) *SpaceClient

NewSpaceClient creates a new Space client.

func (*SpaceClient) Draw

func (c *SpaceClient) Draw(ctx context.Context, handle int64, arg0 int64) error

Draw calls the Draw RPC.

type SpinnerAdapterClient

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

SpinnerAdapterClient wraps the gRPC SpinnerAdapterService client.

func NewSpinnerAdapterClient

func NewSpinnerAdapterClient(cc grpc.ClientConnInterface) *SpinnerAdapterClient

NewSpinnerAdapterClient creates a new SpinnerAdapter client.

func (*SpinnerAdapterClient) GetDropDownView

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

GetDropDownView calls the GetDropDownView RPC.

type SpinnerClient

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

SpinnerClient wraps the gRPC SpinnerService client.

func NewSpinnerClient

func NewSpinnerClient(cc grpc.ClientConnInterface) *SpinnerClient

NewSpinnerClient creates a new Spinner client.

func (*SpinnerClient) GetAccessibilityClassName

func (c *SpinnerClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*SpinnerClient) GetBaseline

func (c *SpinnerClient) GetBaseline(ctx context.Context, handle int64) (int32, error)

GetBaseline calls the GetBaseline RPC.

func (*SpinnerClient) GetDropDownHorizontalOffset

func (c *SpinnerClient) GetDropDownHorizontalOffset(ctx context.Context, handle int64) (int32, error)

GetDropDownHorizontalOffset calls the GetDropDownHorizontalOffset RPC.

func (*SpinnerClient) GetDropDownVerticalOffset

func (c *SpinnerClient) GetDropDownVerticalOffset(ctx context.Context, handle int64) (int32, error)

GetDropDownVerticalOffset calls the GetDropDownVerticalOffset RPC.

func (*SpinnerClient) GetDropDownWidth

func (c *SpinnerClient) GetDropDownWidth(ctx context.Context, handle int64) (int32, error)

GetDropDownWidth calls the GetDropDownWidth RPC.

func (*SpinnerClient) GetGravity

func (c *SpinnerClient) GetGravity(ctx context.Context, handle int64) (int32, error)

GetGravity calls the GetGravity RPC.

func (*SpinnerClient) GetPopupBackground

func (c *SpinnerClient) GetPopupBackground(ctx context.Context, handle int64) (int64, error)

GetPopupBackground calls the GetPopupBackground RPC.

func (*SpinnerClient) GetPopupContext

func (c *SpinnerClient) GetPopupContext(ctx context.Context, handle int64) (int64, error)

GetPopupContext calls the GetPopupContext RPC.

func (*SpinnerClient) GetPrompt

func (c *SpinnerClient) GetPrompt(ctx context.Context, handle int64) (int64, error)

GetPrompt calls the GetPrompt RPC.

func (*SpinnerClient) OnClick

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

OnClick calls the OnClick RPC.

func (*SpinnerClient) OnResolvePointerIcon

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

OnResolvePointerIcon calls the OnResolvePointerIcon RPC.

func (*SpinnerClient) OnRestoreInstanceState

func (c *SpinnerClient) OnRestoreInstanceState(ctx context.Context, handle int64, arg0 int64) error

OnRestoreInstanceState calls the OnRestoreInstanceState RPC.

func (*SpinnerClient) OnSaveInstanceState

func (c *SpinnerClient) OnSaveInstanceState(ctx context.Context, handle int64) (int64, error)

OnSaveInstanceState calls the OnSaveInstanceState RPC.

func (*SpinnerClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*SpinnerClient) PerformClick

func (c *SpinnerClient) PerformClick(ctx context.Context, handle int64) (bool, error)

PerformClick calls the PerformClick RPC.

func (*SpinnerClient) SetAdapter1

func (c *SpinnerClient) SetAdapter1(ctx context.Context, handle int64, arg0 int64) error

SetAdapter1 calls the SetAdapter1 RPC.

func (*SpinnerClient) SetAdapter1_1

func (c *SpinnerClient) SetAdapter1_1(ctx context.Context, handle int64, arg0 int64) error

SetAdapter1_1 calls the SetAdapter1_1 RPC.

func (*SpinnerClient) SetDropDownHorizontalOffset

func (c *SpinnerClient) SetDropDownHorizontalOffset(ctx context.Context, handle int64, arg0 int32) error

SetDropDownHorizontalOffset calls the SetDropDownHorizontalOffset RPC.

func (*SpinnerClient) SetDropDownVerticalOffset

func (c *SpinnerClient) SetDropDownVerticalOffset(ctx context.Context, handle int64, arg0 int32) error

SetDropDownVerticalOffset calls the SetDropDownVerticalOffset RPC.

func (*SpinnerClient) SetDropDownWidth

func (c *SpinnerClient) SetDropDownWidth(ctx context.Context, handle int64, arg0 int32) error

SetDropDownWidth calls the SetDropDownWidth RPC.

func (*SpinnerClient) SetEnabled

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

SetEnabled calls the SetEnabled RPC.

func (*SpinnerClient) SetGravity

func (c *SpinnerClient) SetGravity(ctx context.Context, handle int64, arg0 int32) error

SetGravity calls the SetGravity RPC.

func (*SpinnerClient) SetOnItemClickListener

func (c *SpinnerClient) SetOnItemClickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnItemClickListener calls the SetOnItemClickListener RPC.

func (*SpinnerClient) SetPopupBackgroundDrawable

func (c *SpinnerClient) SetPopupBackgroundDrawable(ctx context.Context, handle int64, arg0 int64) error

SetPopupBackgroundDrawable calls the SetPopupBackgroundDrawable RPC.

func (*SpinnerClient) SetPopupBackgroundResource

func (c *SpinnerClient) SetPopupBackgroundResource(ctx context.Context, handle int64, arg0 int32) error

SetPopupBackgroundResource calls the SetPopupBackgroundResource RPC.

func (*SpinnerClient) SetPrompt

func (c *SpinnerClient) SetPrompt(ctx context.Context, handle int64, arg0 string) error

SetPrompt calls the SetPrompt RPC.

func (*SpinnerClient) SetPromptId

func (c *SpinnerClient) SetPromptId(ctx context.Context, handle int64, arg0 int32) error

SetPromptId calls the SetPromptId RPC.

type StackViewClient

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

StackViewClient wraps the gRPC StackViewService client.

func NewStackViewClient

func NewStackViewClient(cc grpc.ClientConnInterface) *StackViewClient

NewStackViewClient creates a new StackView client.

func (*StackViewClient) Advance

func (c *StackViewClient) Advance(ctx context.Context, handle int64) error

Advance calls the Advance RPC.

func (*StackViewClient) GetAccessibilityClassName

func (c *StackViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*StackViewClient) OnGenericMotionEvent

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

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*StackViewClient) OnInterceptTouchEvent

func (c *StackViewClient) OnInterceptTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnInterceptTouchEvent calls the OnInterceptTouchEvent RPC.

func (*StackViewClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*StackViewClient) ShowNext

func (c *StackViewClient) ShowNext(ctx context.Context, handle int64) error

ShowNext calls the ShowNext RPC.

func (*StackViewClient) ShowPrevious

func (c *StackViewClient) ShowPrevious(ctx context.Context, handle int64) error

ShowPrevious calls the ShowPrevious RPC.

type SwitchClient

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

SwitchClient wraps the gRPC SwitchService client.

func NewSwitchClient

func NewSwitchClient(cc grpc.ClientConnInterface) *SwitchClient

NewSwitchClient creates a new Switch client.

func (*SwitchClient) Draw

func (c *SwitchClient) Draw(ctx context.Context, handle int64, arg0 int64) error

Draw calls the Draw RPC.

func (*SwitchClient) DrawableHotspotChanged

func (c *SwitchClient) DrawableHotspotChanged(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

DrawableHotspotChanged calls the DrawableHotspotChanged RPC.

func (*SwitchClient) GetAccessibilityClassName

func (c *SwitchClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*SwitchClient) GetCompoundPaddingLeft

func (c *SwitchClient) GetCompoundPaddingLeft(ctx context.Context, handle int64) (int32, error)

GetCompoundPaddingLeft calls the GetCompoundPaddingLeft RPC.

func (*SwitchClient) GetCompoundPaddingRight

func (c *SwitchClient) GetCompoundPaddingRight(ctx context.Context, handle int64) (int32, error)

GetCompoundPaddingRight calls the GetCompoundPaddingRight RPC.

func (*SwitchClient) GetShowText

func (c *SwitchClient) GetShowText(ctx context.Context, handle int64) (bool, error)

GetShowText calls the GetShowText RPC.

func (*SwitchClient) GetSplitTrack

func (c *SwitchClient) GetSplitTrack(ctx context.Context, handle int64) (bool, error)

GetSplitTrack calls the GetSplitTrack RPC.

func (*SwitchClient) GetSwitchMinWidth

func (c *SwitchClient) GetSwitchMinWidth(ctx context.Context, handle int64) (int32, error)

GetSwitchMinWidth calls the GetSwitchMinWidth RPC.

func (*SwitchClient) GetSwitchPadding

func (c *SwitchClient) GetSwitchPadding(ctx context.Context, handle int64) (int32, error)

GetSwitchPadding calls the GetSwitchPadding RPC.

func (*SwitchClient) GetTextOff

func (c *SwitchClient) GetTextOff(ctx context.Context, handle int64) (int64, error)

GetTextOff calls the GetTextOff RPC.

func (*SwitchClient) GetTextOn

func (c *SwitchClient) GetTextOn(ctx context.Context, handle int64) (int64, error)

GetTextOn calls the GetTextOn RPC.

func (*SwitchClient) GetThumbDrawable

func (c *SwitchClient) GetThumbDrawable(ctx context.Context, handle int64) (int64, error)

GetThumbDrawable calls the GetThumbDrawable RPC.

func (*SwitchClient) GetThumbTextPadding

func (c *SwitchClient) GetThumbTextPadding(ctx context.Context, handle int64) (int32, error)

GetThumbTextPadding calls the GetThumbTextPadding RPC.

func (*SwitchClient) GetThumbTintBlendMode

func (c *SwitchClient) GetThumbTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetThumbTintBlendMode calls the GetThumbTintBlendMode RPC.

func (*SwitchClient) GetThumbTintList

func (c *SwitchClient) GetThumbTintList(ctx context.Context, handle int64) (int64, error)

GetThumbTintList calls the GetThumbTintList RPC.

func (*SwitchClient) GetThumbTintMode

func (c *SwitchClient) GetThumbTintMode(ctx context.Context, handle int64) (int64, error)

GetThumbTintMode calls the GetThumbTintMode RPC.

func (*SwitchClient) GetTrackDrawable

func (c *SwitchClient) GetTrackDrawable(ctx context.Context, handle int64) (int64, error)

GetTrackDrawable calls the GetTrackDrawable RPC.

func (*SwitchClient) GetTrackTintBlendMode

func (c *SwitchClient) GetTrackTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetTrackTintBlendMode calls the GetTrackTintBlendMode RPC.

func (*SwitchClient) GetTrackTintList

func (c *SwitchClient) GetTrackTintList(ctx context.Context, handle int64) (int64, error)

GetTrackTintList calls the GetTrackTintList RPC.

func (*SwitchClient) GetTrackTintMode

func (c *SwitchClient) GetTrackTintMode(ctx context.Context, handle int64) (int64, error)

GetTrackTintMode calls the GetTrackTintMode RPC.

func (*SwitchClient) JumpDrawablesToCurrentState

func (c *SwitchClient) JumpDrawablesToCurrentState(ctx context.Context, handle int64) error

JumpDrawablesToCurrentState calls the JumpDrawablesToCurrentState RPC.

func (*SwitchClient) OnMeasure

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

OnMeasure calls the OnMeasure RPC.

func (*SwitchClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*SwitchClient) SetChecked

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

SetChecked calls the SetChecked RPC.

func (*SwitchClient) SetShowText

func (c *SwitchClient) SetShowText(ctx context.Context, handle int64, arg0 bool) error

SetShowText calls the SetShowText RPC.

func (*SwitchClient) SetSplitTrack

func (c *SwitchClient) SetSplitTrack(ctx context.Context, handle int64, arg0 bool) error

SetSplitTrack calls the SetSplitTrack RPC.

func (*SwitchClient) SetSwitchMinWidth

func (c *SwitchClient) SetSwitchMinWidth(ctx context.Context, handle int64, arg0 int32) error

SetSwitchMinWidth calls the SetSwitchMinWidth RPC.

func (*SwitchClient) SetSwitchPadding

func (c *SwitchClient) SetSwitchPadding(ctx context.Context, handle int64, arg0 int32) error

SetSwitchPadding calls the SetSwitchPadding RPC.

func (*SwitchClient) SetSwitchTextAppearance

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

SetSwitchTextAppearance calls the SetSwitchTextAppearance RPC.

func (*SwitchClient) SetSwitchTypeface1

func (c *SwitchClient) SetSwitchTypeface1(ctx context.Context, handle int64, arg0 int64) error

SetSwitchTypeface1 calls the SetSwitchTypeface1 RPC.

func (*SwitchClient) SetSwitchTypeface2_1

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

SetSwitchTypeface2_1 calls the SetSwitchTypeface2_1 RPC.

func (*SwitchClient) SetTextOff

func (c *SwitchClient) SetTextOff(ctx context.Context, handle int64, arg0 string) error

SetTextOff calls the SetTextOff RPC.

func (*SwitchClient) SetTextOn

func (c *SwitchClient) SetTextOn(ctx context.Context, handle int64, arg0 string) error

SetTextOn calls the SetTextOn RPC.

func (*SwitchClient) SetThumbDrawable

func (c *SwitchClient) SetThumbDrawable(ctx context.Context, handle int64, arg0 int64) error

SetThumbDrawable calls the SetThumbDrawable RPC.

func (*SwitchClient) SetThumbIcon

func (c *SwitchClient) SetThumbIcon(ctx context.Context, handle int64, arg0 int64) error

SetThumbIcon calls the SetThumbIcon RPC.

func (*SwitchClient) SetThumbResource

func (c *SwitchClient) SetThumbResource(ctx context.Context, handle int64, arg0 int32) error

SetThumbResource calls the SetThumbResource RPC.

func (*SwitchClient) SetThumbTextPadding

func (c *SwitchClient) SetThumbTextPadding(ctx context.Context, handle int64, arg0 int32) error

SetThumbTextPadding calls the SetThumbTextPadding RPC.

func (*SwitchClient) SetThumbTintBlendMode

func (c *SwitchClient) SetThumbTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetThumbTintBlendMode calls the SetThumbTintBlendMode RPC.

func (*SwitchClient) SetThumbTintList

func (c *SwitchClient) SetThumbTintList(ctx context.Context, handle int64, arg0 int64) error

SetThumbTintList calls the SetThumbTintList RPC.

func (*SwitchClient) SetThumbTintMode

func (c *SwitchClient) SetThumbTintMode(ctx context.Context, handle int64, arg0 int64) error

SetThumbTintMode calls the SetThumbTintMode RPC.

func (*SwitchClient) SetTrackDrawable

func (c *SwitchClient) SetTrackDrawable(ctx context.Context, handle int64, arg0 int64) error

SetTrackDrawable calls the SetTrackDrawable RPC.

func (*SwitchClient) SetTrackIcon

func (c *SwitchClient) SetTrackIcon(ctx context.Context, handle int64, arg0 int64) error

SetTrackIcon calls the SetTrackIcon RPC.

func (*SwitchClient) SetTrackResource

func (c *SwitchClient) SetTrackResource(ctx context.Context, handle int64, arg0 int32) error

SetTrackResource calls the SetTrackResource RPC.

func (*SwitchClient) SetTrackTintBlendMode

func (c *SwitchClient) SetTrackTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetTrackTintBlendMode calls the SetTrackTintBlendMode RPC.

func (*SwitchClient) SetTrackTintList

func (c *SwitchClient) SetTrackTintList(ctx context.Context, handle int64, arg0 int64) error

SetTrackTintList calls the SetTrackTintList RPC.

func (*SwitchClient) SetTrackTintMode

func (c *SwitchClient) SetTrackTintMode(ctx context.Context, handle int64, arg0 int64) error

SetTrackTintMode calls the SetTrackTintMode RPC.

func (*SwitchClient) Toggle

func (c *SwitchClient) Toggle(ctx context.Context, handle int64) error

Toggle calls the Toggle RPC.

type TabHostClient

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

TabHostClient wraps the gRPC TabHostService client.

func NewTabHostClient

func NewTabHostClient(cc grpc.ClientConnInterface) *TabHostClient

NewTabHostClient creates a new TabHost client.

func (*TabHostClient) AddTab

func (c *TabHostClient) AddTab(ctx context.Context, handle int64, arg0 int64) error

AddTab calls the AddTab RPC.

func (*TabHostClient) ClearAllTabs

func (c *TabHostClient) ClearAllTabs(ctx context.Context, handle int64) error

ClearAllTabs calls the ClearAllTabs RPC.

func (*TabHostClient) DispatchKeyEvent

func (c *TabHostClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*TabHostClient) DispatchWindowFocusChanged

func (c *TabHostClient) DispatchWindowFocusChanged(ctx context.Context, handle int64, arg0 bool) error

DispatchWindowFocusChanged calls the DispatchWindowFocusChanged RPC.

func (*TabHostClient) GetAccessibilityClassName

func (c *TabHostClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*TabHostClient) GetCurrentTab

func (c *TabHostClient) GetCurrentTab(ctx context.Context, handle int64) (int32, error)

GetCurrentTab calls the GetCurrentTab RPC.

func (*TabHostClient) GetCurrentTabTag

func (c *TabHostClient) GetCurrentTabTag(ctx context.Context, handle int64) (string, error)

GetCurrentTabTag calls the GetCurrentTabTag RPC.

func (*TabHostClient) GetCurrentTabView

func (c *TabHostClient) GetCurrentTabView(ctx context.Context, handle int64) (int64, error)

GetCurrentTabView calls the GetCurrentTabView RPC.

func (*TabHostClient) GetCurrentView

func (c *TabHostClient) GetCurrentView(ctx context.Context, handle int64) (int64, error)

GetCurrentView calls the GetCurrentView RPC.

func (*TabHostClient) GetTabContentView

func (c *TabHostClient) GetTabContentView(ctx context.Context, handle int64) (int64, error)

GetTabContentView calls the GetTabContentView RPC.

func (*TabHostClient) GetTabWidget

func (c *TabHostClient) GetTabWidget(ctx context.Context, handle int64) (int64, error)

GetTabWidget calls the GetTabWidget RPC.

func (*TabHostClient) NewTabSpec

func (c *TabHostClient) NewTabSpec(ctx context.Context, handle int64, arg0 string) (int64, error)

NewTabSpec calls the NewTabSpec RPC.

func (*TabHostClient) OnTouchModeChanged

func (c *TabHostClient) OnTouchModeChanged(ctx context.Context, handle int64, arg0 bool) error

OnTouchModeChanged calls the OnTouchModeChanged RPC.

func (*TabHostClient) SetCurrentTab

func (c *TabHostClient) SetCurrentTab(ctx context.Context, handle int64, arg0 int32) error

SetCurrentTab calls the SetCurrentTab RPC.

func (*TabHostClient) SetCurrentTabByTag

func (c *TabHostClient) SetCurrentTabByTag(ctx context.Context, handle int64, arg0 string) error

SetCurrentTabByTag calls the SetCurrentTabByTag RPC.

func (*TabHostClient) SetOnTabChangedListener

func (c *TabHostClient) SetOnTabChangedListener(ctx context.Context, handle int64, arg0 int64) error

SetOnTabChangedListener calls the SetOnTabChangedListener RPC.

func (*TabHostClient) Setup0

func (c *TabHostClient) Setup0(ctx context.Context, handle int64) error

Setup0 calls the Setup0 RPC.

func (*TabHostClient) Setup1_1

func (c *TabHostClient) Setup1_1(ctx context.Context, handle int64, arg0 int64) error

Setup1_1 calls the Setup1_1 RPC.

type TabHostOnTabChangeListenerClient

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

TabHostOnTabChangeListenerClient wraps the gRPC TabHostOnTabChangeListenerService client.

func NewTabHostOnTabChangeListenerClient

func NewTabHostOnTabChangeListenerClient(cc grpc.ClientConnInterface) *TabHostOnTabChangeListenerClient

NewTabHostOnTabChangeListenerClient creates a new TabHostOnTabChangeListener client.

func (*TabHostOnTabChangeListenerClient) OnTabChanged

func (c *TabHostOnTabChangeListenerClient) OnTabChanged(ctx context.Context, arg0 string) error

OnTabChanged calls the OnTabChanged RPC.

type TabHostTabContentFactoryClient

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

TabHostTabContentFactoryClient wraps the gRPC TabHostTabContentFactoryService client.

func NewTabHostTabContentFactoryClient

func NewTabHostTabContentFactoryClient(cc grpc.ClientConnInterface) *TabHostTabContentFactoryClient

NewTabHostTabContentFactoryClient creates a new TabHostTabContentFactory client.

func (*TabHostTabContentFactoryClient) CreateTabContent

func (c *TabHostTabContentFactoryClient) CreateTabContent(ctx context.Context, arg0 string) (int64, error)

CreateTabContent calls the CreateTabContent RPC.

type TabHostTabSpecClient

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

TabHostTabSpecClient wraps the gRPC TabHostTabSpecService client.

func NewTabHostTabSpecClient

func NewTabHostTabSpecClient(cc grpc.ClientConnInterface) *TabHostTabSpecClient

NewTabHostTabSpecClient creates a new TabHostTabSpec client.

func (*TabHostTabSpecClient) GetTag

func (c *TabHostTabSpecClient) GetTag(ctx context.Context) (string, error)

GetTag calls the GetTag RPC.

func (*TabHostTabSpecClient) SetContent1

func (c *TabHostTabSpecClient) SetContent1(ctx context.Context, arg0 int64) (int64, error)

SetContent1 calls the SetContent1 RPC.

func (*TabHostTabSpecClient) SetContent1_1

func (c *TabHostTabSpecClient) SetContent1_1(ctx context.Context, arg0 int64) (int64, error)

SetContent1_1 calls the SetContent1_1 RPC.

func (*TabHostTabSpecClient) SetContent1_2

func (c *TabHostTabSpecClient) SetContent1_2(ctx context.Context, arg0 int32) (int64, error)

SetContent1_2 calls the SetContent1_2 RPC.

func (*TabHostTabSpecClient) SetIndicator1

func (c *TabHostTabSpecClient) SetIndicator1(ctx context.Context, arg0 int64) (int64, error)

SetIndicator1 calls the SetIndicator1 RPC.

func (*TabHostTabSpecClient) SetIndicator1_1

func (c *TabHostTabSpecClient) SetIndicator1_1(ctx context.Context, arg0 string) (int64, error)

SetIndicator1_1 calls the SetIndicator1_1 RPC.

func (*TabHostTabSpecClient) SetIndicator2_2

func (c *TabHostTabSpecClient) SetIndicator2_2(ctx context.Context, arg0 string, arg1 int64) (int64, error)

SetIndicator2_2 calls the SetIndicator2_2 RPC.

type TabWidgetClient

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

TabWidgetClient wraps the gRPC TabWidgetService client.

func NewTabWidgetClient

func NewTabWidgetClient(cc grpc.ClientConnInterface) *TabWidgetClient

NewTabWidgetClient creates a new TabWidget client.

func (*TabWidgetClient) AddView

func (c *TabWidgetClient) AddView(ctx context.Context, handle int64, arg0 int64) error

AddView calls the AddView RPC.

func (*TabWidgetClient) ChildDrawableStateChanged

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

ChildDrawableStateChanged calls the ChildDrawableStateChanged RPC.

func (*TabWidgetClient) DispatchDraw

func (c *TabWidgetClient) DispatchDraw(ctx context.Context, handle int64, arg0 int64) error

DispatchDraw calls the DispatchDraw RPC.

func (*TabWidgetClient) FocusCurrentTab

func (c *TabWidgetClient) FocusCurrentTab(ctx context.Context, handle int64, arg0 int32) error

FocusCurrentTab calls the FocusCurrentTab RPC.

func (*TabWidgetClient) GetAccessibilityClassName

func (c *TabWidgetClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*TabWidgetClient) GetChildTabViewAt

func (c *TabWidgetClient) GetChildTabViewAt(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetChildTabViewAt calls the GetChildTabViewAt RPC.

func (*TabWidgetClient) GetLeftStripDrawable

func (c *TabWidgetClient) GetLeftStripDrawable(ctx context.Context, handle int64) (int64, error)

GetLeftStripDrawable calls the GetLeftStripDrawable RPC.

func (*TabWidgetClient) GetRightStripDrawable

func (c *TabWidgetClient) GetRightStripDrawable(ctx context.Context, handle int64) (int64, error)

GetRightStripDrawable calls the GetRightStripDrawable RPC.

func (*TabWidgetClient) GetTabCount

func (c *TabWidgetClient) GetTabCount(ctx context.Context, handle int64) (int32, error)

GetTabCount calls the GetTabCount RPC.

func (*TabWidgetClient) IsStripEnabled

func (c *TabWidgetClient) IsStripEnabled(ctx context.Context, handle int64) (bool, error)

IsStripEnabled calls the IsStripEnabled RPC.

func (*TabWidgetClient) OnFocusChange

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

OnFocusChange calls the OnFocusChange RPC.

func (*TabWidgetClient) OnResolvePointerIcon

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

OnResolvePointerIcon calls the OnResolvePointerIcon RPC.

func (*TabWidgetClient) RemoveAllViews

func (c *TabWidgetClient) RemoveAllViews(ctx context.Context, handle int64) error

RemoveAllViews calls the RemoveAllViews RPC.

func (*TabWidgetClient) SetCurrentTab

func (c *TabWidgetClient) SetCurrentTab(ctx context.Context, handle int64, arg0 int32) error

SetCurrentTab calls the SetCurrentTab RPC.

func (*TabWidgetClient) SetDividerDrawable1

func (c *TabWidgetClient) SetDividerDrawable1(ctx context.Context, handle int64, arg0 int64) error

SetDividerDrawable1 calls the SetDividerDrawable1 RPC.

func (*TabWidgetClient) SetDividerDrawable1_1

func (c *TabWidgetClient) SetDividerDrawable1_1(ctx context.Context, handle int64, arg0 int32) error

SetDividerDrawable1_1 calls the SetDividerDrawable1_1 RPC.

func (*TabWidgetClient) SetEnabled

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

SetEnabled calls the SetEnabled RPC.

func (*TabWidgetClient) SetLeftStripDrawable1

func (c *TabWidgetClient) SetLeftStripDrawable1(ctx context.Context, handle int64, arg0 int64) error

SetLeftStripDrawable1 calls the SetLeftStripDrawable1 RPC.

func (*TabWidgetClient) SetLeftStripDrawable1_1

func (c *TabWidgetClient) SetLeftStripDrawable1_1(ctx context.Context, handle int64, arg0 int32) error

SetLeftStripDrawable1_1 calls the SetLeftStripDrawable1_1 RPC.

func (*TabWidgetClient) SetRightStripDrawable1

func (c *TabWidgetClient) SetRightStripDrawable1(ctx context.Context, handle int64, arg0 int64) error

SetRightStripDrawable1 calls the SetRightStripDrawable1 RPC.

func (*TabWidgetClient) SetRightStripDrawable1_1

func (c *TabWidgetClient) SetRightStripDrawable1_1(ctx context.Context, handle int64, arg0 int32) error

SetRightStripDrawable1_1 calls the SetRightStripDrawable1_1 RPC.

func (*TabWidgetClient) SetStripEnabled

func (c *TabWidgetClient) SetStripEnabled(ctx context.Context, handle int64, arg0 bool) error

SetStripEnabled calls the SetStripEnabled RPC.

type TableLayoutClient

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

TableLayoutClient wraps the gRPC TableLayoutService client.

func NewTableLayoutClient

func NewTableLayoutClient(cc grpc.ClientConnInterface) *TableLayoutClient

NewTableLayoutClient creates a new TableLayout client.

func (*TableLayoutClient) AddView1

func (c *TableLayoutClient) AddView1(ctx context.Context, handle int64, arg0 int64) error

AddView1 calls the AddView1 RPC.

func (*TableLayoutClient) AddView2_1

func (c *TableLayoutClient) AddView2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

AddView2_1 calls the AddView2_1 RPC.

func (*TableLayoutClient) AddView2_2

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

AddView2_2 calls the AddView2_2 RPC.

func (*TableLayoutClient) AddView3_3

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

AddView3_3 calls the AddView3_3 RPC.

func (*TableLayoutClient) GenerateLayoutParams1

func (c *TableLayoutClient) GenerateLayoutParams1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1 calls the GenerateLayoutParams1 RPC.

func (*TableLayoutClient) GenerateLayoutParams1_1

func (c *TableLayoutClient) GenerateLayoutParams1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_1 calls the GenerateLayoutParams1_1 RPC.

func (*TableLayoutClient) GenerateLayoutParams1_2

func (c *TableLayoutClient) GenerateLayoutParams1_2(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_2 calls the GenerateLayoutParams1_2 RPC.

func (*TableLayoutClient) GetAccessibilityClassName

func (c *TableLayoutClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*TableLayoutClient) IsColumnCollapsed

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

IsColumnCollapsed calls the IsColumnCollapsed RPC.

func (*TableLayoutClient) IsColumnShrinkable

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

IsColumnShrinkable calls the IsColumnShrinkable RPC.

func (*TableLayoutClient) IsColumnStretchable

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

IsColumnStretchable calls the IsColumnStretchable RPC.

func (*TableLayoutClient) IsShrinkAllColumns

func (c *TableLayoutClient) IsShrinkAllColumns(ctx context.Context, handle int64) (bool, error)

IsShrinkAllColumns calls the IsShrinkAllColumns RPC.

func (*TableLayoutClient) IsStretchAllColumns

func (c *TableLayoutClient) IsStretchAllColumns(ctx context.Context, handle int64) (bool, error)

IsStretchAllColumns calls the IsStretchAllColumns RPC.

func (*TableLayoutClient) RequestLayout

func (c *TableLayoutClient) RequestLayout(ctx context.Context, handle int64) error

RequestLayout calls the RequestLayout RPC.

func (*TableLayoutClient) SetColumnCollapsed

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

SetColumnCollapsed calls the SetColumnCollapsed RPC.

func (*TableLayoutClient) SetColumnShrinkable

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

SetColumnShrinkable calls the SetColumnShrinkable RPC.

func (*TableLayoutClient) SetColumnStretchable

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

SetColumnStretchable calls the SetColumnStretchable RPC.

func (*TableLayoutClient) SetOnHierarchyChangeListener

func (c *TableLayoutClient) SetOnHierarchyChangeListener(ctx context.Context, handle int64, arg0 int64) error

SetOnHierarchyChangeListener calls the SetOnHierarchyChangeListener RPC.

func (*TableLayoutClient) SetShrinkAllColumns

func (c *TableLayoutClient) SetShrinkAllColumns(ctx context.Context, handle int64, arg0 bool) error

SetShrinkAllColumns calls the SetShrinkAllColumns RPC.

func (*TableLayoutClient) SetStretchAllColumns

func (c *TableLayoutClient) SetStretchAllColumns(ctx context.Context, handle int64, arg0 bool) error

SetStretchAllColumns calls the SetStretchAllColumns RPC.

type TableRowClient

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

TableRowClient wraps the gRPC TableRowService client.

func NewTableRowClient

func NewTableRowClient(cc grpc.ClientConnInterface) *TableRowClient

NewTableRowClient creates a new TableRow client.

func (*TableRowClient) GenerateLayoutParams1

func (c *TableRowClient) GenerateLayoutParams1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1 calls the GenerateLayoutParams1 RPC.

func (*TableRowClient) GenerateLayoutParams1_1

func (c *TableRowClient) GenerateLayoutParams1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_1 calls the GenerateLayoutParams1_1 RPC.

func (*TableRowClient) GenerateLayoutParams1_2

func (c *TableRowClient) GenerateLayoutParams1_2(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_2 calls the GenerateLayoutParams1_2 RPC.

func (*TableRowClient) GetAccessibilityClassName

func (c *TableRowClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*TableRowClient) GetVirtualChildAt

func (c *TableRowClient) GetVirtualChildAt(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetVirtualChildAt calls the GetVirtualChildAt RPC.

func (*TableRowClient) GetVirtualChildCount

func (c *TableRowClient) GetVirtualChildCount(ctx context.Context, handle int64) (int32, error)

GetVirtualChildCount calls the GetVirtualChildCount RPC.

func (*TableRowClient) SetOnHierarchyChangeListener

func (c *TableRowClient) SetOnHierarchyChangeListener(ctx context.Context, handle int64, arg0 int64) error

SetOnHierarchyChangeListener calls the SetOnHierarchyChangeListener RPC.

type TextClockClient

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

TextClockClient wraps the gRPC TextClockService client.

func NewTextClockClient

func NewTextClockClient(cc grpc.ClientConnInterface) *TextClockClient

NewTextClockClient creates a new TextClock client.

func (*TextClockClient) GetFormat12Hour

func (c *TextClockClient) GetFormat12Hour(ctx context.Context, handle int64) (int64, error)

GetFormat12Hour calls the GetFormat12Hour RPC.

func (*TextClockClient) GetFormat24Hour

func (c *TextClockClient) GetFormat24Hour(ctx context.Context, handle int64) (int64, error)

GetFormat24Hour calls the GetFormat24Hour RPC.

func (*TextClockClient) GetTimeZone

func (c *TextClockClient) GetTimeZone(ctx context.Context, handle int64) (string, error)

GetTimeZone calls the GetTimeZone RPC.

func (*TextClockClient) Is24HourModeEnabled

func (c *TextClockClient) Is24HourModeEnabled(ctx context.Context, handle int64) (bool, error)

Is24HourModeEnabled calls the Is24HourModeEnabled RPC.

func (*TextClockClient) OnVisibilityAggregated

func (c *TextClockClient) OnVisibilityAggregated(ctx context.Context, handle int64, arg0 bool) error

OnVisibilityAggregated calls the OnVisibilityAggregated RPC.

func (*TextClockClient) RefreshTime

func (c *TextClockClient) RefreshTime(ctx context.Context, handle int64) error

RefreshTime calls the RefreshTime RPC.

func (*TextClockClient) SetFormat12Hour

func (c *TextClockClient) SetFormat12Hour(ctx context.Context, handle int64, arg0 string) error

SetFormat12Hour calls the SetFormat12Hour RPC.

func (*TextClockClient) SetFormat24Hour

func (c *TextClockClient) SetFormat24Hour(ctx context.Context, handle int64, arg0 string) error

SetFormat24Hour calls the SetFormat24Hour RPC.

func (*TextClockClient) SetTimeZone

func (c *TextClockClient) SetTimeZone(ctx context.Context, handle int64, arg0 string) error

SetTimeZone calls the SetTimeZone RPC.

type TextSwitcherClient

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

TextSwitcherClient wraps the gRPC TextSwitcherService client.

func NewTextSwitcherClient

func NewTextSwitcherClient(cc grpc.ClientConnInterface) *TextSwitcherClient

NewTextSwitcherClient creates a new TextSwitcher client.

func (*TextSwitcherClient) AddView

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

AddView calls the AddView RPC.

func (*TextSwitcherClient) GetAccessibilityClassName

func (c *TextSwitcherClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*TextSwitcherClient) SetCurrentText

func (c *TextSwitcherClient) SetCurrentText(ctx context.Context, handle int64, arg0 string) error

SetCurrentText calls the SetCurrentText RPC.

func (*TextSwitcherClient) SetText

func (c *TextSwitcherClient) SetText(ctx context.Context, handle int64, arg0 string) error

SetText calls the SetText RPC.

type TextViewBufferTypeClient

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

TextViewBufferTypeClient wraps the gRPC TextViewBufferTypeService client.

func NewTextViewBufferTypeClient

func NewTextViewBufferTypeClient(cc grpc.ClientConnInterface) *TextViewBufferTypeClient

NewTextViewBufferTypeClient creates a new TextViewBufferType client.

func (*TextViewBufferTypeClient) ValueOf

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

ValueOf calls the ValueOf RPC.

func (*TextViewBufferTypeClient) Values

Values calls the Values RPC.

type TextViewClient

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

TextViewClient wraps the gRPC TextViewService client.

func NewTextViewClient

func NewTextViewClient(cc grpc.ClientConnInterface) *TextViewClient

NewTextViewClient creates a new TextView client.

func (*TextViewClient) AddExtraDataToAccessibilityNodeInfo

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

AddExtraDataToAccessibilityNodeInfo calls the AddExtraDataToAccessibilityNodeInfo RPC.

func (*TextViewClient) AddTextChangedListener

func (c *TextViewClient) AddTextChangedListener(ctx context.Context, handle int64, arg0 int64) error

AddTextChangedListener calls the AddTextChangedListener RPC.

func (*TextViewClient) Append1

func (c *TextViewClient) Append1(ctx context.Context, handle int64, arg0 string) error

Append1 calls the Append1 RPC.

func (*TextViewClient) Append3_1

func (c *TextViewClient) Append3_1(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) error

Append3_1 calls the Append3_1 RPC.

func (*TextViewClient) Autofill

func (c *TextViewClient) Autofill(ctx context.Context, handle int64, arg0 int64) error

Autofill calls the Autofill RPC.

func (*TextViewClient) BeginBatchEdit

func (c *TextViewClient) BeginBatchEdit(ctx context.Context, handle int64) error

BeginBatchEdit calls the BeginBatchEdit RPC.

func (*TextViewClient) BringPointIntoView1

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

BringPointIntoView1 calls the BringPointIntoView1 RPC.

func (*TextViewClient) BringPointIntoView2_1

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

BringPointIntoView2_1 calls the BringPointIntoView2_1 RPC.

func (*TextViewClient) CancelLongPress

func (c *TextViewClient) CancelLongPress(ctx context.Context, handle int64) error

CancelLongPress calls the CancelLongPress RPC.

func (*TextViewClient) ClearComposingText

func (c *TextViewClient) ClearComposingText(ctx context.Context, handle int64) error

ClearComposingText calls the ClearComposingText RPC.

func (*TextViewClient) ComputeScroll

func (c *TextViewClient) ComputeScroll(ctx context.Context, handle int64) error

ComputeScroll calls the ComputeScroll RPC.

func (*TextViewClient) Debug

func (c *TextViewClient) Debug(ctx context.Context, handle int64, arg0 int32) error

Debug calls the Debug RPC.

func (*TextViewClient) DidTouchFocusSelect

func (c *TextViewClient) DidTouchFocusSelect(ctx context.Context, handle int64) (bool, error)

DidTouchFocusSelect calls the DidTouchFocusSelect RPC.

func (*TextViewClient) DrawableHotspotChanged

func (c *TextViewClient) DrawableHotspotChanged(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

DrawableHotspotChanged calls the DrawableHotspotChanged RPC.

func (*TextViewClient) EndBatchEdit

func (c *TextViewClient) EndBatchEdit(ctx context.Context, handle int64) error

EndBatchEdit calls the EndBatchEdit RPC.

func (*TextViewClient) ExtractText

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

ExtractText calls the ExtractText RPC.

func (*TextViewClient) GetAccessibilityClassName

func (c *TextViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*TextViewClient) GetAutoLinkMask

func (c *TextViewClient) GetAutoLinkMask(ctx context.Context, handle int64) (int32, error)

GetAutoLinkMask calls the GetAutoLinkMask RPC.

func (*TextViewClient) GetAutoSizeMaxTextSize

func (c *TextViewClient) GetAutoSizeMaxTextSize(ctx context.Context, handle int64) (int32, error)

GetAutoSizeMaxTextSize calls the GetAutoSizeMaxTextSize RPC.

func (*TextViewClient) GetAutoSizeMinTextSize

func (c *TextViewClient) GetAutoSizeMinTextSize(ctx context.Context, handle int64) (int32, error)

GetAutoSizeMinTextSize calls the GetAutoSizeMinTextSize RPC.

func (*TextViewClient) GetAutoSizeStepGranularity

func (c *TextViewClient) GetAutoSizeStepGranularity(ctx context.Context, handle int64) (int32, error)

GetAutoSizeStepGranularity calls the GetAutoSizeStepGranularity RPC.

func (*TextViewClient) GetAutoSizeTextAvailableSizes

func (c *TextViewClient) GetAutoSizeTextAvailableSizes(ctx context.Context, handle int64) (int64, error)

GetAutoSizeTextAvailableSizes calls the GetAutoSizeTextAvailableSizes RPC.

func (*TextViewClient) GetAutoSizeTextType

func (c *TextViewClient) GetAutoSizeTextType(ctx context.Context, handle int64) (int32, error)

GetAutoSizeTextType calls the GetAutoSizeTextType RPC.

func (*TextViewClient) GetAutofillHints

func (c *TextViewClient) GetAutofillHints(ctx context.Context, handle int64) (int64, error)

GetAutofillHints calls the GetAutofillHints RPC.

func (*TextViewClient) GetAutofillType

func (c *TextViewClient) GetAutofillType(ctx context.Context, handle int64) (int32, error)

GetAutofillType calls the GetAutofillType RPC.

func (*TextViewClient) GetAutofillValue

func (c *TextViewClient) GetAutofillValue(ctx context.Context, handle int64) (int64, error)

GetAutofillValue calls the GetAutofillValue RPC.

func (*TextViewClient) GetBaseline

func (c *TextViewClient) GetBaseline(ctx context.Context, handle int64) (int32, error)

GetBaseline calls the GetBaseline RPC.

func (*TextViewClient) GetBreakStrategy

func (c *TextViewClient) GetBreakStrategy(ctx context.Context, handle int64) (int32, error)

GetBreakStrategy calls the GetBreakStrategy RPC.

func (*TextViewClient) GetCompoundDrawablePadding

func (c *TextViewClient) GetCompoundDrawablePadding(ctx context.Context, handle int64) (int32, error)

GetCompoundDrawablePadding calls the GetCompoundDrawablePadding RPC.

func (*TextViewClient) GetCompoundDrawableTintBlendMode

func (c *TextViewClient) GetCompoundDrawableTintBlendMode(ctx context.Context, handle int64) (int64, error)

GetCompoundDrawableTintBlendMode calls the GetCompoundDrawableTintBlendMode RPC.

func (*TextViewClient) GetCompoundDrawableTintList

func (c *TextViewClient) GetCompoundDrawableTintList(ctx context.Context, handle int64) (int64, error)

GetCompoundDrawableTintList calls the GetCompoundDrawableTintList RPC.

func (*TextViewClient) GetCompoundDrawableTintMode

func (c *TextViewClient) GetCompoundDrawableTintMode(ctx context.Context, handle int64) (int64, error)

GetCompoundDrawableTintMode calls the GetCompoundDrawableTintMode RPC.

func (*TextViewClient) GetCompoundDrawables

func (c *TextViewClient) GetCompoundDrawables(ctx context.Context, handle int64) (int64, error)

GetCompoundDrawables calls the GetCompoundDrawables RPC.

func (*TextViewClient) GetCompoundDrawablesRelative

func (c *TextViewClient) GetCompoundDrawablesRelative(ctx context.Context, handle int64) (int64, error)

GetCompoundDrawablesRelative calls the GetCompoundDrawablesRelative RPC.

func (*TextViewClient) GetCompoundPaddingBottom

func (c *TextViewClient) GetCompoundPaddingBottom(ctx context.Context, handle int64) (int32, error)

GetCompoundPaddingBottom calls the GetCompoundPaddingBottom RPC.

func (*TextViewClient) GetCompoundPaddingEnd

func (c *TextViewClient) GetCompoundPaddingEnd(ctx context.Context, handle int64) (int32, error)

GetCompoundPaddingEnd calls the GetCompoundPaddingEnd RPC.

func (*TextViewClient) GetCompoundPaddingLeft

func (c *TextViewClient) GetCompoundPaddingLeft(ctx context.Context, handle int64) (int32, error)

GetCompoundPaddingLeft calls the GetCompoundPaddingLeft RPC.

func (*TextViewClient) GetCompoundPaddingRight

func (c *TextViewClient) GetCompoundPaddingRight(ctx context.Context, handle int64) (int32, error)

GetCompoundPaddingRight calls the GetCompoundPaddingRight RPC.

func (*TextViewClient) GetCompoundPaddingStart

func (c *TextViewClient) GetCompoundPaddingStart(ctx context.Context, handle int64) (int32, error)

GetCompoundPaddingStart calls the GetCompoundPaddingStart RPC.

func (*TextViewClient) GetCompoundPaddingTop

func (c *TextViewClient) GetCompoundPaddingTop(ctx context.Context, handle int64) (int32, error)

GetCompoundPaddingTop calls the GetCompoundPaddingTop RPC.

func (*TextViewClient) GetCurrentHintTextColor

func (c *TextViewClient) GetCurrentHintTextColor(ctx context.Context, handle int64) (int32, error)

GetCurrentHintTextColor calls the GetCurrentHintTextColor RPC.

func (*TextViewClient) GetCurrentTextColor

func (c *TextViewClient) GetCurrentTextColor(ctx context.Context, handle int64) (int32, error)

GetCurrentTextColor calls the GetCurrentTextColor RPC.

func (*TextViewClient) GetCustomInsertionActionModeCallback

func (c *TextViewClient) GetCustomInsertionActionModeCallback(ctx context.Context, handle int64) (int64, error)

GetCustomInsertionActionModeCallback calls the GetCustomInsertionActionModeCallback RPC.

func (*TextViewClient) GetCustomSelectionActionModeCallback

func (c *TextViewClient) GetCustomSelectionActionModeCallback(ctx context.Context, handle int64) (int64, error)

GetCustomSelectionActionModeCallback calls the GetCustomSelectionActionModeCallback RPC.

func (*TextViewClient) GetEditableText

func (c *TextViewClient) GetEditableText(ctx context.Context, handle int64) (int64, error)

GetEditableText calls the GetEditableText RPC.

func (*TextViewClient) GetEllipsize

func (c *TextViewClient) GetEllipsize(ctx context.Context, handle int64) (int64, error)

GetEllipsize calls the GetEllipsize RPC.

func (*TextViewClient) GetError

func (c *TextViewClient) GetError(ctx context.Context, handle int64) (int64, error)

GetError calls the GetError RPC.

func (*TextViewClient) GetExtendedPaddingBottom

func (c *TextViewClient) GetExtendedPaddingBottom(ctx context.Context, handle int64) (int32, error)

GetExtendedPaddingBottom calls the GetExtendedPaddingBottom RPC.

func (*TextViewClient) GetExtendedPaddingTop

func (c *TextViewClient) GetExtendedPaddingTop(ctx context.Context, handle int64) (int32, error)

GetExtendedPaddingTop calls the GetExtendedPaddingTop RPC.

func (*TextViewClient) GetFilters

func (c *TextViewClient) GetFilters(ctx context.Context, handle int64) (int64, error)

GetFilters calls the GetFilters RPC.

func (*TextViewClient) GetFirstBaselineToTopHeight

func (c *TextViewClient) GetFirstBaselineToTopHeight(ctx context.Context, handle int64) (int32, error)

GetFirstBaselineToTopHeight calls the GetFirstBaselineToTopHeight RPC.

func (*TextViewClient) GetFocusedRect

func (c *TextViewClient) GetFocusedRect(ctx context.Context, handle int64, arg0 int64) error

GetFocusedRect calls the GetFocusedRect RPC.

func (*TextViewClient) GetFocusedSearchResultHighlightColor

func (c *TextViewClient) GetFocusedSearchResultHighlightColor(ctx context.Context, handle int64) (int32, error)

GetFocusedSearchResultHighlightColor calls the GetFocusedSearchResultHighlightColor RPC.

func (*TextViewClient) GetFocusedSearchResultIndex

func (c *TextViewClient) GetFocusedSearchResultIndex(ctx context.Context, handle int64) (int32, error)

GetFocusedSearchResultIndex calls the GetFocusedSearchResultIndex RPC.

func (*TextViewClient) GetFontFeatureSettings

func (c *TextViewClient) GetFontFeatureSettings(ctx context.Context, handle int64) (string, error)

GetFontFeatureSettings calls the GetFontFeatureSettings RPC.

func (*TextViewClient) GetFontVariationSettings

func (c *TextViewClient) GetFontVariationSettings(ctx context.Context, handle int64) (string, error)

GetFontVariationSettings calls the GetFontVariationSettings RPC.

func (*TextViewClient) GetFreezesText

func (c *TextViewClient) GetFreezesText(ctx context.Context, handle int64) (bool, error)

GetFreezesText calls the GetFreezesText RPC.

func (*TextViewClient) GetGravity

func (c *TextViewClient) GetGravity(ctx context.Context, handle int64) (int32, error)

GetGravity calls the GetGravity RPC.

func (*TextViewClient) GetHighlightColor

func (c *TextViewClient) GetHighlightColor(ctx context.Context, handle int64) (int32, error)

GetHighlightColor calls the GetHighlightColor RPC.

func (*TextViewClient) GetHighlights

func (c *TextViewClient) GetHighlights(ctx context.Context, handle int64) (int64, error)

GetHighlights calls the GetHighlights RPC.

func (*TextViewClient) GetHint

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

GetHint calls the GetHint RPC.

func (*TextViewClient) GetHintTextColors

func (c *TextViewClient) GetHintTextColors(ctx context.Context, handle int64) (int64, error)

GetHintTextColors calls the GetHintTextColors RPC.

func (*TextViewClient) GetHyphenationFrequency

func (c *TextViewClient) GetHyphenationFrequency(ctx context.Context, handle int64) (int32, error)

GetHyphenationFrequency calls the GetHyphenationFrequency RPC.

func (*TextViewClient) GetImeActionId

func (c *TextViewClient) GetImeActionId(ctx context.Context, handle int64) (int32, error)

GetImeActionId calls the GetImeActionId RPC.

func (*TextViewClient) GetImeActionLabel

func (c *TextViewClient) GetImeActionLabel(ctx context.Context, handle int64) (int64, error)

GetImeActionLabel calls the GetImeActionLabel RPC.

func (*TextViewClient) GetImeHintLocales

func (c *TextViewClient) GetImeHintLocales(ctx context.Context, handle int64) (int64, error)

GetImeHintLocales calls the GetImeHintLocales RPC.

func (*TextViewClient) GetImeOptions

func (c *TextViewClient) GetImeOptions(ctx context.Context, handle int64) (int32, error)

GetImeOptions calls the GetImeOptions RPC.

func (*TextViewClient) GetIncludeFontPadding

func (c *TextViewClient) GetIncludeFontPadding(ctx context.Context, handle int64) (bool, error)

GetIncludeFontPadding calls the GetIncludeFontPadding RPC.

func (*TextViewClient) GetInputExtras

func (c *TextViewClient) GetInputExtras(ctx context.Context, handle int64, arg0 bool) (int64, error)

GetInputExtras calls the GetInputExtras RPC.

func (*TextViewClient) GetInputType

func (c *TextViewClient) GetInputType(ctx context.Context, handle int64) (int32, error)

GetInputType calls the GetInputType RPC.

func (*TextViewClient) GetJustificationMode

func (c *TextViewClient) GetJustificationMode(ctx context.Context, handle int64) (int32, error)

GetJustificationMode calls the GetJustificationMode RPC.

func (*TextViewClient) GetKeyListener

func (c *TextViewClient) GetKeyListener(ctx context.Context, handle int64) (int64, error)

GetKeyListener calls the GetKeyListener RPC.

func (*TextViewClient) GetLastBaselineToBottomHeight

func (c *TextViewClient) GetLastBaselineToBottomHeight(ctx context.Context, handle int64) (int32, error)

GetLastBaselineToBottomHeight calls the GetLastBaselineToBottomHeight RPC.

func (*TextViewClient) GetLayout

func (c *TextViewClient) GetLayout(ctx context.Context, handle int64) (int64, error)

GetLayout calls the GetLayout RPC.

func (*TextViewClient) GetLetterSpacing

func (c *TextViewClient) GetLetterSpacing(ctx context.Context, handle int64) (float32, error)

GetLetterSpacing calls the GetLetterSpacing RPC.

func (*TextViewClient) GetLineBounds

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

GetLineBounds calls the GetLineBounds RPC.

func (*TextViewClient) GetLineBreakStyle

func (c *TextViewClient) GetLineBreakStyle(ctx context.Context, handle int64) (int32, error)

GetLineBreakStyle calls the GetLineBreakStyle RPC.

func (*TextViewClient) GetLineBreakWordStyle

func (c *TextViewClient) GetLineBreakWordStyle(ctx context.Context, handle int64) (int32, error)

GetLineBreakWordStyle calls the GetLineBreakWordStyle RPC.

func (*TextViewClient) GetLineCount

func (c *TextViewClient) GetLineCount(ctx context.Context, handle int64) (int32, error)

GetLineCount calls the GetLineCount RPC.

func (*TextViewClient) GetLineHeight

func (c *TextViewClient) GetLineHeight(ctx context.Context, handle int64) (int32, error)

GetLineHeight calls the GetLineHeight RPC.

func (*TextViewClient) GetLineSpacingExtra

func (c *TextViewClient) GetLineSpacingExtra(ctx context.Context, handle int64) (float32, error)

GetLineSpacingExtra calls the GetLineSpacingExtra RPC.

func (*TextViewClient) GetLineSpacingMultiplier

func (c *TextViewClient) GetLineSpacingMultiplier(ctx context.Context, handle int64) (float32, error)

GetLineSpacingMultiplier calls the GetLineSpacingMultiplier RPC.

func (*TextViewClient) GetLinkTextColors

func (c *TextViewClient) GetLinkTextColors(ctx context.Context, handle int64) (int64, error)

GetLinkTextColors calls the GetLinkTextColors RPC.

func (*TextViewClient) GetLinksClickable

func (c *TextViewClient) GetLinksClickable(ctx context.Context, handle int64) (bool, error)

GetLinksClickable calls the GetLinksClickable RPC.

func (*TextViewClient) GetMarqueeRepeatLimit

func (c *TextViewClient) GetMarqueeRepeatLimit(ctx context.Context, handle int64) (int32, error)

GetMarqueeRepeatLimit calls the GetMarqueeRepeatLimit RPC.

func (*TextViewClient) GetMaxEms

func (c *TextViewClient) GetMaxEms(ctx context.Context, handle int64) (int32, error)

GetMaxEms calls the GetMaxEms RPC.

func (*TextViewClient) GetMaxHeight

func (c *TextViewClient) GetMaxHeight(ctx context.Context, handle int64) (int32, error)

GetMaxHeight calls the GetMaxHeight RPC.

func (*TextViewClient) GetMaxLines

func (c *TextViewClient) GetMaxLines(ctx context.Context, handle int64) (int32, error)

GetMaxLines calls the GetMaxLines RPC.

func (*TextViewClient) GetMaxWidth

func (c *TextViewClient) GetMaxWidth(ctx context.Context, handle int64) (int32, error)

GetMaxWidth calls the GetMaxWidth RPC.

func (*TextViewClient) GetMinEms

func (c *TextViewClient) GetMinEms(ctx context.Context, handle int64) (int32, error)

GetMinEms calls the GetMinEms RPC.

func (*TextViewClient) GetMinHeight

func (c *TextViewClient) GetMinHeight(ctx context.Context, handle int64) (int32, error)

GetMinHeight calls the GetMinHeight RPC.

func (*TextViewClient) GetMinLines

func (c *TextViewClient) GetMinLines(ctx context.Context, handle int64) (int32, error)

GetMinLines calls the GetMinLines RPC.

func (*TextViewClient) GetMinWidth

func (c *TextViewClient) GetMinWidth(ctx context.Context, handle int64) (int32, error)

GetMinWidth calls the GetMinWidth RPC.

func (*TextViewClient) GetMinimumFontMetrics

func (c *TextViewClient) GetMinimumFontMetrics(ctx context.Context, handle int64) (int64, error)

GetMinimumFontMetrics calls the GetMinimumFontMetrics RPC.

func (*TextViewClient) GetMovementMethod

func (c *TextViewClient) GetMovementMethod(ctx context.Context, handle int64) (int64, error)

GetMovementMethod calls the GetMovementMethod RPC.

func (*TextViewClient) GetOffsetForPosition

func (c *TextViewClient) GetOffsetForPosition(ctx context.Context, handle int64, arg0 float32, arg1 float32) (int32, error)

GetOffsetForPosition calls the GetOffsetForPosition RPC.

func (*TextViewClient) GetPaint

func (c *TextViewClient) GetPaint(ctx context.Context, handle int64) (int64, error)

GetPaint calls the GetPaint RPC.

func (*TextViewClient) GetPaintFlags

func (c *TextViewClient) GetPaintFlags(ctx context.Context, handle int64) (int32, error)

GetPaintFlags calls the GetPaintFlags RPC.

func (*TextViewClient) GetPrivateImeOptions

func (c *TextViewClient) GetPrivateImeOptions(ctx context.Context, handle int64) (string, error)

GetPrivateImeOptions calls the GetPrivateImeOptions RPC.

func (*TextViewClient) GetSearchResultHighlightColor

func (c *TextViewClient) GetSearchResultHighlightColor(ctx context.Context, handle int64) (int32, error)

GetSearchResultHighlightColor calls the GetSearchResultHighlightColor RPC.

func (*TextViewClient) GetSearchResultHighlights

func (c *TextViewClient) GetSearchResultHighlights(ctx context.Context, handle int64) (int64, error)

GetSearchResultHighlights calls the GetSearchResultHighlights RPC.

func (*TextViewClient) GetSelectionEnd

func (c *TextViewClient) GetSelectionEnd(ctx context.Context, handle int64) (int32, error)

GetSelectionEnd calls the GetSelectionEnd RPC.

func (*TextViewClient) GetSelectionStart

func (c *TextViewClient) GetSelectionStart(ctx context.Context, handle int64) (int32, error)

GetSelectionStart calls the GetSelectionStart RPC.

func (*TextViewClient) GetShadowColor

func (c *TextViewClient) GetShadowColor(ctx context.Context, handle int64) (int32, error)

GetShadowColor calls the GetShadowColor RPC.

func (*TextViewClient) GetShadowDx

func (c *TextViewClient) GetShadowDx(ctx context.Context, handle int64) (float32, error)

GetShadowDx calls the GetShadowDx RPC.

func (*TextViewClient) GetShadowDy

func (c *TextViewClient) GetShadowDy(ctx context.Context, handle int64) (float32, error)

GetShadowDy calls the GetShadowDy RPC.

func (*TextViewClient) GetShadowRadius

func (c *TextViewClient) GetShadowRadius(ctx context.Context, handle int64) (float32, error)

GetShadowRadius calls the GetShadowRadius RPC.

func (*TextViewClient) GetShiftDrawingOffsetForStartOverhang

func (c *TextViewClient) GetShiftDrawingOffsetForStartOverhang(ctx context.Context, handle int64) (bool, error)

GetShiftDrawingOffsetForStartOverhang calls the GetShiftDrawingOffsetForStartOverhang RPC.

func (*TextViewClient) GetShowSoftInputOnFocus

func (c *TextViewClient) GetShowSoftInputOnFocus(ctx context.Context, handle int64) (bool, error)

GetShowSoftInputOnFocus calls the GetShowSoftInputOnFocus RPC.

func (*TextViewClient) GetText

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

GetText calls the GetText RPC.

func (*TextViewClient) GetTextClassifier

func (c *TextViewClient) GetTextClassifier(ctx context.Context, handle int64) (int64, error)

GetTextClassifier calls the GetTextClassifier RPC.

func (*TextViewClient) GetTextColors

func (c *TextViewClient) GetTextColors(ctx context.Context, handle int64) (int64, error)

GetTextColors calls the GetTextColors RPC.

func (*TextViewClient) GetTextCursorDrawable

func (c *TextViewClient) GetTextCursorDrawable(ctx context.Context, handle int64) (int64, error)

GetTextCursorDrawable calls the GetTextCursorDrawable RPC.

func (*TextViewClient) GetTextDirectionHeuristic

func (c *TextViewClient) GetTextDirectionHeuristic(ctx context.Context, handle int64) (int64, error)

GetTextDirectionHeuristic calls the GetTextDirectionHeuristic RPC.

func (*TextViewClient) GetTextLocale

func (c *TextViewClient) GetTextLocale(ctx context.Context, handle int64) (int64, error)

GetTextLocale calls the GetTextLocale RPC.

func (*TextViewClient) GetTextLocales

func (c *TextViewClient) GetTextLocales(ctx context.Context, handle int64) (int64, error)

GetTextLocales calls the GetTextLocales RPC.

func (*TextViewClient) GetTextMetricsParams

func (c *TextViewClient) GetTextMetricsParams(ctx context.Context, handle int64) (int64, error)

GetTextMetricsParams calls the GetTextMetricsParams RPC.

func (*TextViewClient) GetTextScaleX

func (c *TextViewClient) GetTextScaleX(ctx context.Context, handle int64) (float32, error)

GetTextScaleX calls the GetTextScaleX RPC.

func (*TextViewClient) GetTextSelectHandle

func (c *TextViewClient) GetTextSelectHandle(ctx context.Context, handle int64) (int64, error)

GetTextSelectHandle calls the GetTextSelectHandle RPC.

func (*TextViewClient) GetTextSelectHandleLeft

func (c *TextViewClient) GetTextSelectHandleLeft(ctx context.Context, handle int64) (int64, error)

GetTextSelectHandleLeft calls the GetTextSelectHandleLeft RPC.

func (*TextViewClient) GetTextSelectHandleRight

func (c *TextViewClient) GetTextSelectHandleRight(ctx context.Context, handle int64) (int64, error)

GetTextSelectHandleRight calls the GetTextSelectHandleRight RPC.

func (*TextViewClient) GetTextSize

func (c *TextViewClient) GetTextSize(ctx context.Context, handle int64) (float32, error)

GetTextSize calls the GetTextSize RPC.

func (*TextViewClient) GetTextSizeUnit

func (c *TextViewClient) GetTextSizeUnit(ctx context.Context, handle int64) (int32, error)

GetTextSizeUnit calls the GetTextSizeUnit RPC.

func (*TextViewClient) GetTotalPaddingBottom

func (c *TextViewClient) GetTotalPaddingBottom(ctx context.Context, handle int64) (int32, error)

GetTotalPaddingBottom calls the GetTotalPaddingBottom RPC.

func (*TextViewClient) GetTotalPaddingEnd

func (c *TextViewClient) GetTotalPaddingEnd(ctx context.Context, handle int64) (int32, error)

GetTotalPaddingEnd calls the GetTotalPaddingEnd RPC.

func (*TextViewClient) GetTotalPaddingLeft

func (c *TextViewClient) GetTotalPaddingLeft(ctx context.Context, handle int64) (int32, error)

GetTotalPaddingLeft calls the GetTotalPaddingLeft RPC.

func (*TextViewClient) GetTotalPaddingRight

func (c *TextViewClient) GetTotalPaddingRight(ctx context.Context, handle int64) (int32, error)

GetTotalPaddingRight calls the GetTotalPaddingRight RPC.

func (*TextViewClient) GetTotalPaddingStart

func (c *TextViewClient) GetTotalPaddingStart(ctx context.Context, handle int64) (int32, error)

GetTotalPaddingStart calls the GetTotalPaddingStart RPC.

func (*TextViewClient) GetTotalPaddingTop

func (c *TextViewClient) GetTotalPaddingTop(ctx context.Context, handle int64) (int32, error)

GetTotalPaddingTop calls the GetTotalPaddingTop RPC.

func (*TextViewClient) GetTransformationMethod

func (c *TextViewClient) GetTransformationMethod(ctx context.Context, handle int64) (int64, error)

GetTransformationMethod calls the GetTransformationMethod RPC.

func (*TextViewClient) GetTypeface

func (c *TextViewClient) GetTypeface(ctx context.Context, handle int64) (int64, error)

GetTypeface calls the GetTypeface RPC.

func (*TextViewClient) GetUrls

func (c *TextViewClient) GetUrls(ctx context.Context, handle int64) (int64, error)

GetUrls calls the GetUrls RPC.

func (*TextViewClient) GetUseBoundsForWidth

func (c *TextViewClient) GetUseBoundsForWidth(ctx context.Context, handle int64) (bool, error)

GetUseBoundsForWidth calls the GetUseBoundsForWidth RPC.

func (*TextViewClient) HasOverlappingRendering

func (c *TextViewClient) HasOverlappingRendering(ctx context.Context, handle int64) (bool, error)

HasOverlappingRendering calls the HasOverlappingRendering RPC.

func (*TextViewClient) HasSelection

func (c *TextViewClient) HasSelection(ctx context.Context, handle int64) (bool, error)

HasSelection calls the HasSelection RPC.

func (*TextViewClient) InvalidateDrawable

func (c *TextViewClient) InvalidateDrawable(ctx context.Context, handle int64, arg0 int64) error

InvalidateDrawable calls the InvalidateDrawable RPC.

func (*TextViewClient) IsAllCaps

func (c *TextViewClient) IsAllCaps(ctx context.Context, handle int64) (bool, error)

IsAllCaps calls the IsAllCaps RPC.

func (*TextViewClient) IsAutoHandwritingEnabled

func (c *TextViewClient) IsAutoHandwritingEnabled(ctx context.Context, handle int64) (bool, error)

IsAutoHandwritingEnabled calls the IsAutoHandwritingEnabled RPC.

func (*TextViewClient) IsCursorVisible

func (c *TextViewClient) IsCursorVisible(ctx context.Context, handle int64) (bool, error)

IsCursorVisible calls the IsCursorVisible RPC.

func (*TextViewClient) IsElegantTextHeight

func (c *TextViewClient) IsElegantTextHeight(ctx context.Context, handle int64) (bool, error)

IsElegantTextHeight calls the IsElegantTextHeight RPC.

func (*TextViewClient) IsFallbackLineSpacing

func (c *TextViewClient) IsFallbackLineSpacing(ctx context.Context, handle int64) (bool, error)

IsFallbackLineSpacing calls the IsFallbackLineSpacing RPC.

func (*TextViewClient) IsHorizontallyScrollable

func (c *TextViewClient) IsHorizontallyScrollable(ctx context.Context, handle int64) (bool, error)

IsHorizontallyScrollable calls the IsHorizontallyScrollable RPC.

func (*TextViewClient) IsInputMethodTarget

func (c *TextViewClient) IsInputMethodTarget(ctx context.Context, handle int64) (bool, error)

IsInputMethodTarget calls the IsInputMethodTarget RPC.

func (*TextViewClient) IsLocalePreferredLineHeightForMinimumUsed

func (c *TextViewClient) IsLocalePreferredLineHeightForMinimumUsed(ctx context.Context, handle int64) (bool, error)

IsLocalePreferredLineHeightForMinimumUsed calls the IsLocalePreferredLineHeightForMinimumUsed RPC.

func (*TextViewClient) IsSingleLine

func (c *TextViewClient) IsSingleLine(ctx context.Context, handle int64) (bool, error)

IsSingleLine calls the IsSingleLine RPC.

func (*TextViewClient) IsSuggestionsEnabled

func (c *TextViewClient) IsSuggestionsEnabled(ctx context.Context, handle int64) (bool, error)

IsSuggestionsEnabled calls the IsSuggestionsEnabled RPC.

func (*TextViewClient) IsTextSelectable

func (c *TextViewClient) IsTextSelectable(ctx context.Context, handle int64) (bool, error)

IsTextSelectable calls the IsTextSelectable RPC.

func (*TextViewClient) JumpDrawablesToCurrentState

func (c *TextViewClient) JumpDrawablesToCurrentState(ctx context.Context, handle int64) error

JumpDrawablesToCurrentState calls the JumpDrawablesToCurrentState RPC.

func (*TextViewClient) Length

func (c *TextViewClient) Length(ctx context.Context, handle int64) (int32, error)

Length calls the Length RPC.

func (*TextViewClient) MoveCursorToVisibleOffset

func (c *TextViewClient) MoveCursorToVisibleOffset(ctx context.Context, handle int64) (bool, error)

MoveCursorToVisibleOffset calls the MoveCursorToVisibleOffset RPC.

func (*TextViewClient) OnBeginBatchEdit

func (c *TextViewClient) OnBeginBatchEdit(ctx context.Context, handle int64) error

OnBeginBatchEdit calls the OnBeginBatchEdit RPC.

func (*TextViewClient) OnCheckIsTextEditor

func (c *TextViewClient) OnCheckIsTextEditor(ctx context.Context, handle int64) (bool, error)

OnCheckIsTextEditor calls the OnCheckIsTextEditor RPC.

func (*TextViewClient) OnCommitCompletion

func (c *TextViewClient) OnCommitCompletion(ctx context.Context, handle int64, arg0 int64) error

OnCommitCompletion calls the OnCommitCompletion RPC.

func (*TextViewClient) OnCommitCorrection

func (c *TextViewClient) OnCommitCorrection(ctx context.Context, handle int64, arg0 int64) error

OnCommitCorrection calls the OnCommitCorrection RPC.

func (*TextViewClient) OnCreateInputConnection

func (c *TextViewClient) OnCreateInputConnection(ctx context.Context, handle int64, arg0 int64) (int64, error)

OnCreateInputConnection calls the OnCreateInputConnection RPC.

func (*TextViewClient) OnDragEvent

func (c *TextViewClient) OnDragEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnDragEvent calls the OnDragEvent RPC.

func (*TextViewClient) OnEditorAction

func (c *TextViewClient) OnEditorAction(ctx context.Context, handle int64, arg0 int32) error

OnEditorAction calls the OnEditorAction RPC.

func (*TextViewClient) OnEndBatchEdit

func (c *TextViewClient) OnEndBatchEdit(ctx context.Context, handle int64) error

OnEndBatchEdit calls the OnEndBatchEdit RPC.

func (*TextViewClient) OnGenericMotionEvent

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

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*TextViewClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*TextViewClient) OnKeyMultiple

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

OnKeyMultiple calls the OnKeyMultiple RPC.

func (*TextViewClient) OnKeyPreIme

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

OnKeyPreIme calls the OnKeyPreIme RPC.

func (*TextViewClient) OnKeyShortcut

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

OnKeyShortcut calls the OnKeyShortcut RPC.

func (*TextViewClient) OnKeyUp

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

OnKeyUp calls the OnKeyUp RPC.

func (*TextViewClient) OnPreDraw

func (c *TextViewClient) OnPreDraw(ctx context.Context, handle int64) (bool, error)

OnPreDraw calls the OnPreDraw RPC.

func (*TextViewClient) OnPrivateIMECommand

func (c *TextViewClient) OnPrivateIMECommand(ctx context.Context, handle int64, arg0 string, arg1 int64) (bool, error)

OnPrivateIMECommand calls the OnPrivateIMECommand RPC.

func (*TextViewClient) OnReceiveContent

func (c *TextViewClient) OnReceiveContent(ctx context.Context, handle int64, arg0 int64) (int64, error)

OnReceiveContent calls the OnReceiveContent RPC.

func (*TextViewClient) OnResolvePointerIcon

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

OnResolvePointerIcon calls the OnResolvePointerIcon RPC.

func (*TextViewClient) OnRestoreInstanceState

func (c *TextViewClient) OnRestoreInstanceState(ctx context.Context, handle int64, arg0 int64) error

OnRestoreInstanceState calls the OnRestoreInstanceState RPC.

func (*TextViewClient) OnRtlPropertiesChanged

func (c *TextViewClient) OnRtlPropertiesChanged(ctx context.Context, handle int64, arg0 int32) error

OnRtlPropertiesChanged calls the OnRtlPropertiesChanged RPC.

func (*TextViewClient) OnSaveInstanceState

func (c *TextViewClient) OnSaveInstanceState(ctx context.Context, handle int64) (int64, error)

OnSaveInstanceState calls the OnSaveInstanceState RPC.

func (*TextViewClient) OnScreenStateChanged

func (c *TextViewClient) OnScreenStateChanged(ctx context.Context, handle int64, arg0 int32) error

OnScreenStateChanged calls the OnScreenStateChanged RPC.

func (*TextViewClient) OnTextContextMenuItem

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

OnTextContextMenuItem calls the OnTextContextMenuItem RPC.

func (*TextViewClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*TextViewClient) OnTrackballEvent

func (c *TextViewClient) OnTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTrackballEvent calls the OnTrackballEvent RPC.

func (*TextViewClient) OnVisibilityAggregated

func (c *TextViewClient) OnVisibilityAggregated(ctx context.Context, handle int64, arg0 bool) error

OnVisibilityAggregated calls the OnVisibilityAggregated RPC.

func (*TextViewClient) OnWindowFocusChanged

func (c *TextViewClient) OnWindowFocusChanged(ctx context.Context, handle int64, arg0 bool) error

OnWindowFocusChanged calls the OnWindowFocusChanged RPC.

func (*TextViewClient) PerformLongClick

func (c *TextViewClient) PerformLongClick(ctx context.Context, handle int64) (bool, error)

PerformLongClick calls the PerformLongClick RPC.

func (*TextViewClient) RemoveTextChangedListener

func (c *TextViewClient) RemoveTextChangedListener(ctx context.Context, handle int64, arg0 int64) error

RemoveTextChangedListener calls the RemoveTextChangedListener RPC.

func (*TextViewClient) SendAccessibilityEventUnchecked

func (c *TextViewClient) SendAccessibilityEventUnchecked(ctx context.Context, handle int64, arg0 int64) error

SendAccessibilityEventUnchecked calls the SendAccessibilityEventUnchecked RPC.

func (*TextViewClient) SetAllCaps

func (c *TextViewClient) SetAllCaps(ctx context.Context, handle int64, arg0 bool) error

SetAllCaps calls the SetAllCaps RPC.

func (*TextViewClient) SetAutoLinkMask

func (c *TextViewClient) SetAutoLinkMask(ctx context.Context, handle int64, arg0 int32) error

SetAutoLinkMask calls the SetAutoLinkMask RPC.

func (*TextViewClient) SetAutoSizeTextTypeUniformWithConfiguration

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

SetAutoSizeTextTypeUniformWithConfiguration calls the SetAutoSizeTextTypeUniformWithConfiguration RPC.

func (*TextViewClient) SetAutoSizeTextTypeUniformWithPresetSizes

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

SetAutoSizeTextTypeUniformWithPresetSizes calls the SetAutoSizeTextTypeUniformWithPresetSizes RPC.

func (*TextViewClient) SetAutoSizeTextTypeWithDefaults

func (c *TextViewClient) SetAutoSizeTextTypeWithDefaults(ctx context.Context, handle int64, arg0 int32) error

SetAutoSizeTextTypeWithDefaults calls the SetAutoSizeTextTypeWithDefaults RPC.

func (*TextViewClient) SetBreakStrategy

func (c *TextViewClient) SetBreakStrategy(ctx context.Context, handle int64, arg0 int32) error

SetBreakStrategy calls the SetBreakStrategy RPC.

func (*TextViewClient) SetCompoundDrawablePadding

func (c *TextViewClient) SetCompoundDrawablePadding(ctx context.Context, handle int64, arg0 int32) error

SetCompoundDrawablePadding calls the SetCompoundDrawablePadding RPC.

func (*TextViewClient) SetCompoundDrawableTintBlendMode

func (c *TextViewClient) SetCompoundDrawableTintBlendMode(ctx context.Context, handle int64, arg0 int64) error

SetCompoundDrawableTintBlendMode calls the SetCompoundDrawableTintBlendMode RPC.

func (*TextViewClient) SetCompoundDrawableTintList

func (c *TextViewClient) SetCompoundDrawableTintList(ctx context.Context, handle int64, arg0 int64) error

SetCompoundDrawableTintList calls the SetCompoundDrawableTintList RPC.

func (*TextViewClient) SetCompoundDrawableTintMode

func (c *TextViewClient) SetCompoundDrawableTintMode(ctx context.Context, handle int64, arg0 int64) error

SetCompoundDrawableTintMode calls the SetCompoundDrawableTintMode RPC.

func (*TextViewClient) SetCompoundDrawables

func (c *TextViewClient) SetCompoundDrawables(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

SetCompoundDrawables calls the SetCompoundDrawables RPC.

func (*TextViewClient) SetCompoundDrawablesRelative

func (c *TextViewClient) SetCompoundDrawablesRelative(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

SetCompoundDrawablesRelative calls the SetCompoundDrawablesRelative RPC.

func (*TextViewClient) SetCompoundDrawablesRelativeWithIntrinsicBounds4

func (c *TextViewClient) SetCompoundDrawablesRelativeWithIntrinsicBounds4(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

SetCompoundDrawablesRelativeWithIntrinsicBounds4 calls the SetCompoundDrawablesRelativeWithIntrinsicBounds4 RPC.

func (*TextViewClient) SetCompoundDrawablesRelativeWithIntrinsicBounds4_1

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

SetCompoundDrawablesRelativeWithIntrinsicBounds4_1 calls the SetCompoundDrawablesRelativeWithIntrinsicBounds4_1 RPC.

func (*TextViewClient) SetCompoundDrawablesWithIntrinsicBounds4

func (c *TextViewClient) SetCompoundDrawablesWithIntrinsicBounds4(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

SetCompoundDrawablesWithIntrinsicBounds4 calls the SetCompoundDrawablesWithIntrinsicBounds4 RPC.

func (*TextViewClient) SetCompoundDrawablesWithIntrinsicBounds4_1

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

SetCompoundDrawablesWithIntrinsicBounds4_1 calls the SetCompoundDrawablesWithIntrinsicBounds4_1 RPC.

func (*TextViewClient) SetCursorVisible

func (c *TextViewClient) SetCursorVisible(ctx context.Context, handle int64, arg0 bool) error

SetCursorVisible calls the SetCursorVisible RPC.

func (*TextViewClient) SetCustomInsertionActionModeCallback

func (c *TextViewClient) SetCustomInsertionActionModeCallback(ctx context.Context, handle int64, arg0 int64) error

SetCustomInsertionActionModeCallback calls the SetCustomInsertionActionModeCallback RPC.

func (*TextViewClient) SetCustomSelectionActionModeCallback

func (c *TextViewClient) SetCustomSelectionActionModeCallback(ctx context.Context, handle int64, arg0 int64) error

SetCustomSelectionActionModeCallback calls the SetCustomSelectionActionModeCallback RPC.

func (*TextViewClient) SetEditableFactory

func (c *TextViewClient) SetEditableFactory(ctx context.Context, handle int64, arg0 int64) error

SetEditableFactory calls the SetEditableFactory RPC.

func (*TextViewClient) SetElegantTextHeight

func (c *TextViewClient) SetElegantTextHeight(ctx context.Context, handle int64, arg0 bool) error

SetElegantTextHeight calls the SetElegantTextHeight RPC.

func (*TextViewClient) SetEllipsize

func (c *TextViewClient) SetEllipsize(ctx context.Context, handle int64, arg0 int64) error

SetEllipsize calls the SetEllipsize RPC.

func (*TextViewClient) SetEms

func (c *TextViewClient) SetEms(ctx context.Context, handle int64, arg0 int32) error

SetEms calls the SetEms RPC.

func (*TextViewClient) SetEnabled

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

SetEnabled calls the SetEnabled RPC.

func (*TextViewClient) SetError1

func (c *TextViewClient) SetError1(ctx context.Context, handle int64, arg0 string) error

SetError1 calls the SetError1 RPC.

func (*TextViewClient) SetError2_1

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

SetError2_1 calls the SetError2_1 RPC.

func (*TextViewClient) SetExtractedText

func (c *TextViewClient) SetExtractedText(ctx context.Context, handle int64, arg0 int64) error

SetExtractedText calls the SetExtractedText RPC.

func (*TextViewClient) SetFallbackLineSpacing

func (c *TextViewClient) SetFallbackLineSpacing(ctx context.Context, handle int64, arg0 bool) error

SetFallbackLineSpacing calls the SetFallbackLineSpacing RPC.

func (*TextViewClient) SetFilters

func (c *TextViewClient) SetFilters(ctx context.Context, handle int64, arg0 int64) error

SetFilters calls the SetFilters RPC.

func (*TextViewClient) SetFirstBaselineToTopHeight

func (c *TextViewClient) SetFirstBaselineToTopHeight(ctx context.Context, handle int64, arg0 int32) error

SetFirstBaselineToTopHeight calls the SetFirstBaselineToTopHeight RPC.

func (*TextViewClient) SetFocusedSearchResultHighlightColor

func (c *TextViewClient) SetFocusedSearchResultHighlightColor(ctx context.Context, handle int64, arg0 int32) error

SetFocusedSearchResultHighlightColor calls the SetFocusedSearchResultHighlightColor RPC.

func (*TextViewClient) SetFocusedSearchResultIndex

func (c *TextViewClient) SetFocusedSearchResultIndex(ctx context.Context, handle int64, arg0 int32) error

SetFocusedSearchResultIndex calls the SetFocusedSearchResultIndex RPC.

func (*TextViewClient) SetFontFeatureSettings

func (c *TextViewClient) SetFontFeatureSettings(ctx context.Context, handle int64, arg0 string) error

SetFontFeatureSettings calls the SetFontFeatureSettings RPC.

func (*TextViewClient) SetFontVariationSettings

func (c *TextViewClient) SetFontVariationSettings(ctx context.Context, handle int64, arg0 string) (bool, error)

SetFontVariationSettings calls the SetFontVariationSettings RPC.

func (*TextViewClient) SetFreezesText

func (c *TextViewClient) SetFreezesText(ctx context.Context, handle int64, arg0 bool) error

SetFreezesText calls the SetFreezesText RPC.

func (*TextViewClient) SetGravity

func (c *TextViewClient) SetGravity(ctx context.Context, handle int64, arg0 int32) error

SetGravity calls the SetGravity RPC.

func (*TextViewClient) SetHeight

func (c *TextViewClient) SetHeight(ctx context.Context, handle int64, arg0 int32) error

SetHeight calls the SetHeight RPC.

func (*TextViewClient) SetHighlightColor

func (c *TextViewClient) SetHighlightColor(ctx context.Context, handle int64, arg0 int32) error

SetHighlightColor calls the SetHighlightColor RPC.

func (*TextViewClient) SetHighlights

func (c *TextViewClient) SetHighlights(ctx context.Context, handle int64, arg0 int64) error

SetHighlights calls the SetHighlights RPC.

func (*TextViewClient) SetHint1

func (c *TextViewClient) SetHint1(ctx context.Context, handle int64, arg0 int32) error

SetHint1 calls the SetHint1 RPC.

func (*TextViewClient) SetHint1_1

func (c *TextViewClient) SetHint1_1(ctx context.Context, handle int64, arg0 string) error

SetHint1_1 calls the SetHint1_1 RPC.

func (*TextViewClient) SetHintTextColor1

func (c *TextViewClient) SetHintTextColor1(ctx context.Context, handle int64, arg0 int64) error

SetHintTextColor1 calls the SetHintTextColor1 RPC.

func (*TextViewClient) SetHintTextColor1_1

func (c *TextViewClient) SetHintTextColor1_1(ctx context.Context, handle int64, arg0 int32) error

SetHintTextColor1_1 calls the SetHintTextColor1_1 RPC.

func (*TextViewClient) SetHorizontallyScrolling

func (c *TextViewClient) SetHorizontallyScrolling(ctx context.Context, handle int64, arg0 bool) error

SetHorizontallyScrolling calls the SetHorizontallyScrolling RPC.

func (*TextViewClient) SetHyphenationFrequency

func (c *TextViewClient) SetHyphenationFrequency(ctx context.Context, handle int64, arg0 int32) error

SetHyphenationFrequency calls the SetHyphenationFrequency RPC.

func (*TextViewClient) SetImeActionLabel

func (c *TextViewClient) SetImeActionLabel(ctx context.Context, handle int64, arg0 string, arg1 int32) error

SetImeActionLabel calls the SetImeActionLabel RPC.

func (*TextViewClient) SetImeHintLocales

func (c *TextViewClient) SetImeHintLocales(ctx context.Context, handle int64, arg0 int64) error

SetImeHintLocales calls the SetImeHintLocales RPC.

func (*TextViewClient) SetImeOptions

func (c *TextViewClient) SetImeOptions(ctx context.Context, handle int64, arg0 int32) error

SetImeOptions calls the SetImeOptions RPC.

func (*TextViewClient) SetIncludeFontPadding

func (c *TextViewClient) SetIncludeFontPadding(ctx context.Context, handle int64, arg0 bool) error

SetIncludeFontPadding calls the SetIncludeFontPadding RPC.

func (*TextViewClient) SetInputExtras

func (c *TextViewClient) SetInputExtras(ctx context.Context, handle int64, arg0 int32) error

SetInputExtras calls the SetInputExtras RPC.

func (*TextViewClient) SetInputType

func (c *TextViewClient) SetInputType(ctx context.Context, handle int64, arg0 int32) error

SetInputType calls the SetInputType RPC.

func (*TextViewClient) SetJustificationMode

func (c *TextViewClient) SetJustificationMode(ctx context.Context, handle int64, arg0 int32) error

SetJustificationMode calls the SetJustificationMode RPC.

func (*TextViewClient) SetKeyListener

func (c *TextViewClient) SetKeyListener(ctx context.Context, handle int64, arg0 int64) error

SetKeyListener calls the SetKeyListener RPC.

func (*TextViewClient) SetLastBaselineToBottomHeight

func (c *TextViewClient) SetLastBaselineToBottomHeight(ctx context.Context, handle int64, arg0 int32) error

SetLastBaselineToBottomHeight calls the SetLastBaselineToBottomHeight RPC.

func (*TextViewClient) SetLetterSpacing

func (c *TextViewClient) SetLetterSpacing(ctx context.Context, handle int64, arg0 float32) error

SetLetterSpacing calls the SetLetterSpacing RPC.

func (*TextViewClient) SetLineBreakStyle

func (c *TextViewClient) SetLineBreakStyle(ctx context.Context, handle int64, arg0 int32) error

SetLineBreakStyle calls the SetLineBreakStyle RPC.

func (*TextViewClient) SetLineBreakWordStyle

func (c *TextViewClient) SetLineBreakWordStyle(ctx context.Context, handle int64, arg0 int32) error

SetLineBreakWordStyle calls the SetLineBreakWordStyle RPC.

func (*TextViewClient) SetLineHeight1

func (c *TextViewClient) SetLineHeight1(ctx context.Context, handle int64, arg0 int32) error

SetLineHeight1 calls the SetLineHeight1 RPC.

func (*TextViewClient) SetLineHeight2_1

func (c *TextViewClient) SetLineHeight2_1(ctx context.Context, handle int64, arg0 int32, arg1 float32) error

SetLineHeight2_1 calls the SetLineHeight2_1 RPC.

func (*TextViewClient) SetLineSpacing

func (c *TextViewClient) SetLineSpacing(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

SetLineSpacing calls the SetLineSpacing RPC.

func (*TextViewClient) SetLines

func (c *TextViewClient) SetLines(ctx context.Context, handle int64, arg0 int32) error

SetLines calls the SetLines RPC.

func (*TextViewClient) SetLinkTextColor1

func (c *TextViewClient) SetLinkTextColor1(ctx context.Context, handle int64, arg0 int64) error

SetLinkTextColor1 calls the SetLinkTextColor1 RPC.

func (*TextViewClient) SetLinkTextColor1_1

func (c *TextViewClient) SetLinkTextColor1_1(ctx context.Context, handle int64, arg0 int32) error

SetLinkTextColor1_1 calls the SetLinkTextColor1_1 RPC.

func (*TextViewClient) SetLinksClickable

func (c *TextViewClient) SetLinksClickable(ctx context.Context, handle int64, arg0 bool) error

SetLinksClickable calls the SetLinksClickable RPC.

func (*TextViewClient) SetLocalePreferredLineHeightForMinimumUsed

func (c *TextViewClient) SetLocalePreferredLineHeightForMinimumUsed(ctx context.Context, handle int64, arg0 bool) error

SetLocalePreferredLineHeightForMinimumUsed calls the SetLocalePreferredLineHeightForMinimumUsed RPC.

func (*TextViewClient) SetMarqueeRepeatLimit

func (c *TextViewClient) SetMarqueeRepeatLimit(ctx context.Context, handle int64, arg0 int32) error

SetMarqueeRepeatLimit calls the SetMarqueeRepeatLimit RPC.

func (*TextViewClient) SetMaxEms

func (c *TextViewClient) SetMaxEms(ctx context.Context, handle int64, arg0 int32) error

SetMaxEms calls the SetMaxEms RPC.

func (*TextViewClient) SetMaxHeight

func (c *TextViewClient) SetMaxHeight(ctx context.Context, handle int64, arg0 int32) error

SetMaxHeight calls the SetMaxHeight RPC.

func (*TextViewClient) SetMaxLines

func (c *TextViewClient) SetMaxLines(ctx context.Context, handle int64, arg0 int32) error

SetMaxLines calls the SetMaxLines RPC.

func (*TextViewClient) SetMaxWidth

func (c *TextViewClient) SetMaxWidth(ctx context.Context, handle int64, arg0 int32) error

SetMaxWidth calls the SetMaxWidth RPC.

func (*TextViewClient) SetMinEms

func (c *TextViewClient) SetMinEms(ctx context.Context, handle int64, arg0 int32) error

SetMinEms calls the SetMinEms RPC.

func (*TextViewClient) SetMinHeight

func (c *TextViewClient) SetMinHeight(ctx context.Context, handle int64, arg0 int32) error

SetMinHeight calls the SetMinHeight RPC.

func (*TextViewClient) SetMinLines

func (c *TextViewClient) SetMinLines(ctx context.Context, handle int64, arg0 int32) error

SetMinLines calls the SetMinLines RPC.

func (*TextViewClient) SetMinWidth

func (c *TextViewClient) SetMinWidth(ctx context.Context, handle int64, arg0 int32) error

SetMinWidth calls the SetMinWidth RPC.

func (*TextViewClient) SetMinimumFontMetrics

func (c *TextViewClient) SetMinimumFontMetrics(ctx context.Context, handle int64, arg0 int64) error

SetMinimumFontMetrics calls the SetMinimumFontMetrics RPC.

func (*TextViewClient) SetMovementMethod

func (c *TextViewClient) SetMovementMethod(ctx context.Context, handle int64, arg0 int64) error

SetMovementMethod calls the SetMovementMethod RPC.

func (*TextViewClient) SetOnEditorActionListener

func (c *TextViewClient) SetOnEditorActionListener(ctx context.Context, handle int64, arg0 int64) error

SetOnEditorActionListener calls the SetOnEditorActionListener RPC.

func (*TextViewClient) SetPadding

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

SetPadding calls the SetPadding RPC.

func (*TextViewClient) SetPaddingRelative

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

SetPaddingRelative calls the SetPaddingRelative RPC.

func (*TextViewClient) SetPaintFlags

func (c *TextViewClient) SetPaintFlags(ctx context.Context, handle int64, arg0 int32) error

SetPaintFlags calls the SetPaintFlags RPC.

func (*TextViewClient) SetPrivateImeOptions

func (c *TextViewClient) SetPrivateImeOptions(ctx context.Context, handle int64, arg0 string) error

SetPrivateImeOptions calls the SetPrivateImeOptions RPC.

func (*TextViewClient) SetRawInputType

func (c *TextViewClient) SetRawInputType(ctx context.Context, handle int64, arg0 int32) error

SetRawInputType calls the SetRawInputType RPC.

func (*TextViewClient) SetScroller

func (c *TextViewClient) SetScroller(ctx context.Context, handle int64, arg0 int64) error

SetScroller calls the SetScroller RPC.

func (*TextViewClient) SetSearchResultHighlightColor

func (c *TextViewClient) SetSearchResultHighlightColor(ctx context.Context, handle int64, arg0 int32) error

SetSearchResultHighlightColor calls the SetSearchResultHighlightColor RPC.

func (*TextViewClient) SetSearchResultHighlights

func (c *TextViewClient) SetSearchResultHighlights(ctx context.Context, handle int64, arg0 int64) error

SetSearchResultHighlights calls the SetSearchResultHighlights RPC.

func (*TextViewClient) SetSelectAllOnFocus

func (c *TextViewClient) SetSelectAllOnFocus(ctx context.Context, handle int64, arg0 bool) error

SetSelectAllOnFocus calls the SetSelectAllOnFocus RPC.

func (*TextViewClient) SetSelected

func (c *TextViewClient) SetSelected(ctx context.Context, handle int64, arg0 bool) error

SetSelected calls the SetSelected RPC.

func (*TextViewClient) SetShadowLayer

func (c *TextViewClient) SetShadowLayer(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 int32) error

SetShadowLayer calls the SetShadowLayer RPC.

func (*TextViewClient) SetShiftDrawingOffsetForStartOverhang

func (c *TextViewClient) SetShiftDrawingOffsetForStartOverhang(ctx context.Context, handle int64, arg0 bool) error

SetShiftDrawingOffsetForStartOverhang calls the SetShiftDrawingOffsetForStartOverhang RPC.

func (*TextViewClient) SetShowSoftInputOnFocus

func (c *TextViewClient) SetShowSoftInputOnFocus(ctx context.Context, handle int64, arg0 bool) error

SetShowSoftInputOnFocus calls the SetShowSoftInputOnFocus RPC.

func (*TextViewClient) SetSingleLine0

func (c *TextViewClient) SetSingleLine0(ctx context.Context, handle int64) error

SetSingleLine0 calls the SetSingleLine0 RPC.

func (*TextViewClient) SetSingleLine1_1

func (c *TextViewClient) SetSingleLine1_1(ctx context.Context, handle int64, arg0 bool) error

SetSingleLine1_1 calls the SetSingleLine1_1 RPC.

func (*TextViewClient) SetSpannableFactory

func (c *TextViewClient) SetSpannableFactory(ctx context.Context, handle int64, arg0 int64) error

SetSpannableFactory calls the SetSpannableFactory RPC.

func (*TextViewClient) SetText1_1

func (c *TextViewClient) SetText1_1(ctx context.Context, handle int64, arg0 int32) error

SetText1_1 calls the SetText1_1 RPC.

func (*TextViewClient) SetText1_3

func (c *TextViewClient) SetText1_3(ctx context.Context, handle int64, arg0 string) error

SetText1_3 calls the SetText1_3 RPC.

func (*TextViewClient) SetText2_2

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

SetText2_2 calls the SetText2_2 RPC.

func (*TextViewClient) SetText2_4

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

SetText2_4 calls the SetText2_4 RPC.

func (*TextViewClient) SetText3

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

SetText3 calls the SetText3 RPC.

func (*TextViewClient) SetTextAppearance1_1

func (c *TextViewClient) SetTextAppearance1_1(ctx context.Context, handle int64, arg0 int32) error

SetTextAppearance1_1 calls the SetTextAppearance1_1 RPC.

func (*TextViewClient) SetTextAppearance2

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

SetTextAppearance2 calls the SetTextAppearance2 RPC.

func (*TextViewClient) SetTextClassifier

func (c *TextViewClient) SetTextClassifier(ctx context.Context, handle int64, arg0 int64) error

SetTextClassifier calls the SetTextClassifier RPC.

func (*TextViewClient) SetTextColor1

func (c *TextViewClient) SetTextColor1(ctx context.Context, handle int64, arg0 int64) error

SetTextColor1 calls the SetTextColor1 RPC.

func (*TextViewClient) SetTextColor1_1

func (c *TextViewClient) SetTextColor1_1(ctx context.Context, handle int64, arg0 int32) error

SetTextColor1_1 calls the SetTextColor1_1 RPC.

func (*TextViewClient) SetTextCursorDrawable1

func (c *TextViewClient) SetTextCursorDrawable1(ctx context.Context, handle int64, arg0 int64) error

SetTextCursorDrawable1 calls the SetTextCursorDrawable1 RPC.

func (*TextViewClient) SetTextCursorDrawable1_1

func (c *TextViewClient) SetTextCursorDrawable1_1(ctx context.Context, handle int64, arg0 int32) error

SetTextCursorDrawable1_1 calls the SetTextCursorDrawable1_1 RPC.

func (*TextViewClient) SetTextIsSelectable

func (c *TextViewClient) SetTextIsSelectable(ctx context.Context, handle int64, arg0 bool) error

SetTextIsSelectable calls the SetTextIsSelectable RPC.

func (*TextViewClient) SetTextKeepState1

func (c *TextViewClient) SetTextKeepState1(ctx context.Context, handle int64, arg0 string) error

SetTextKeepState1 calls the SetTextKeepState1 RPC.

func (*TextViewClient) SetTextKeepState2_1

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

SetTextKeepState2_1 calls the SetTextKeepState2_1 RPC.

func (*TextViewClient) SetTextLocale

func (c *TextViewClient) SetTextLocale(ctx context.Context, handle int64, arg0 int64) error

SetTextLocale calls the SetTextLocale RPC.

func (*TextViewClient) SetTextLocales

func (c *TextViewClient) SetTextLocales(ctx context.Context, handle int64, arg0 int64) error

SetTextLocales calls the SetTextLocales RPC.

func (*TextViewClient) SetTextMetricsParams

func (c *TextViewClient) SetTextMetricsParams(ctx context.Context, handle int64, arg0 int64) error

SetTextMetricsParams calls the SetTextMetricsParams RPC.

func (*TextViewClient) SetTextScaleX

func (c *TextViewClient) SetTextScaleX(ctx context.Context, handle int64, arg0 float32) error

SetTextScaleX calls the SetTextScaleX RPC.

func (*TextViewClient) SetTextSelectHandle1

func (c *TextViewClient) SetTextSelectHandle1(ctx context.Context, handle int64, arg0 int64) error

SetTextSelectHandle1 calls the SetTextSelectHandle1 RPC.

func (*TextViewClient) SetTextSelectHandle1_1

func (c *TextViewClient) SetTextSelectHandle1_1(ctx context.Context, handle int64, arg0 int32) error

SetTextSelectHandle1_1 calls the SetTextSelectHandle1_1 RPC.

func (*TextViewClient) SetTextSelectHandleLeft1

func (c *TextViewClient) SetTextSelectHandleLeft1(ctx context.Context, handle int64, arg0 int64) error

SetTextSelectHandleLeft1 calls the SetTextSelectHandleLeft1 RPC.

func (*TextViewClient) SetTextSelectHandleLeft1_1

func (c *TextViewClient) SetTextSelectHandleLeft1_1(ctx context.Context, handle int64, arg0 int32) error

SetTextSelectHandleLeft1_1 calls the SetTextSelectHandleLeft1_1 RPC.

func (*TextViewClient) SetTextSelectHandleRight1

func (c *TextViewClient) SetTextSelectHandleRight1(ctx context.Context, handle int64, arg0 int64) error

SetTextSelectHandleRight1 calls the SetTextSelectHandleRight1 RPC.

func (*TextViewClient) SetTextSelectHandleRight1_1

func (c *TextViewClient) SetTextSelectHandleRight1_1(ctx context.Context, handle int64, arg0 int32) error

SetTextSelectHandleRight1_1 calls the SetTextSelectHandleRight1_1 RPC.

func (*TextViewClient) SetTextSize1

func (c *TextViewClient) SetTextSize1(ctx context.Context, handle int64, arg0 float32) error

SetTextSize1 calls the SetTextSize1 RPC.

func (*TextViewClient) SetTextSize2_1

func (c *TextViewClient) SetTextSize2_1(ctx context.Context, handle int64, arg0 int32, arg1 float32) error

SetTextSize2_1 calls the SetTextSize2_1 RPC.

func (*TextViewClient) SetTransformationMethod

func (c *TextViewClient) SetTransformationMethod(ctx context.Context, handle int64, arg0 int64) error

SetTransformationMethod calls the SetTransformationMethod RPC.

func (*TextViewClient) SetTypeface1

func (c *TextViewClient) SetTypeface1(ctx context.Context, handle int64, arg0 int64) error

SetTypeface1 calls the SetTypeface1 RPC.

func (*TextViewClient) SetTypeface2_1

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

SetTypeface2_1 calls the SetTypeface2_1 RPC.

func (*TextViewClient) SetUseBoundsForWidth

func (c *TextViewClient) SetUseBoundsForWidth(ctx context.Context, handle int64, arg0 bool) error

SetUseBoundsForWidth calls the SetUseBoundsForWidth RPC.

func (*TextViewClient) SetWidth

func (c *TextViewClient) SetWidth(ctx context.Context, handle int64, arg0 int32) error

SetWidth calls the SetWidth RPC.

func (*TextViewClient) ShowContextMenu0

func (c *TextViewClient) ShowContextMenu0(ctx context.Context, handle int64) (bool, error)

ShowContextMenu0 calls the ShowContextMenu0 RPC.

func (*TextViewClient) ShowContextMenu2_1

func (c *TextViewClient) ShowContextMenu2_1(ctx context.Context, handle int64, arg0 float32, arg1 float32) (bool, error)

ShowContextMenu2_1 calls the ShowContextMenu2_1 RPC.

type TextViewOnEditorActionListenerClient

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

TextViewOnEditorActionListenerClient wraps the gRPC TextViewOnEditorActionListenerService client.

func NewTextViewOnEditorActionListenerClient

func NewTextViewOnEditorActionListenerClient(cc grpc.ClientConnInterface) *TextViewOnEditorActionListenerClient

NewTextViewOnEditorActionListenerClient creates a new TextViewOnEditorActionListener client.

func (*TextViewOnEditorActionListenerClient) OnEditorAction

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

OnEditorAction calls the OnEditorAction RPC.

type TextViewSavedStateClient

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

TextViewSavedStateClient wraps the gRPC TextViewSavedStateService client.

func NewTextViewSavedStateClient

func NewTextViewSavedStateClient(cc grpc.ClientConnInterface) *TextViewSavedStateClient

NewTextViewSavedStateClient creates a new TextViewSavedState client.

func (*TextViewSavedStateClient) ToString

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

ToString calls the ToString RPC.

func (*TextViewSavedStateClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type ThemedSpinnerAdapterClient

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

ThemedSpinnerAdapterClient wraps the gRPC ThemedSpinnerAdapterService client.

func NewThemedSpinnerAdapterClient

func NewThemedSpinnerAdapterClient(cc grpc.ClientConnInterface) *ThemedSpinnerAdapterClient

NewThemedSpinnerAdapterClient creates a new ThemedSpinnerAdapter client.

func (*ThemedSpinnerAdapterClient) GetDropDownViewTheme

func (c *ThemedSpinnerAdapterClient) GetDropDownViewTheme(ctx context.Context) (int64, error)

GetDropDownViewTheme calls the GetDropDownViewTheme RPC.

func (*ThemedSpinnerAdapterClient) SetDropDownViewTheme

func (c *ThemedSpinnerAdapterClient) SetDropDownViewTheme(ctx context.Context, arg0 int64) error

SetDropDownViewTheme calls the SetDropDownViewTheme RPC.

type TimePickerClient

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

TimePickerClient wraps the gRPC TimePickerService client.

func NewTimePickerClient

func NewTimePickerClient(cc grpc.ClientConnInterface) *TimePickerClient

NewTimePickerClient creates a new TimePicker client.

func (*TimePickerClient) Autofill

func (c *TimePickerClient) Autofill(ctx context.Context, handle int64, arg0 int64) error

Autofill calls the Autofill RPC.

func (*TimePickerClient) DispatchProvideAutofillStructure

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

DispatchProvideAutofillStructure calls the DispatchProvideAutofillStructure RPC.

func (*TimePickerClient) GetAccessibilityClassName

func (c *TimePickerClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*TimePickerClient) GetAutofillType

func (c *TimePickerClient) GetAutofillType(ctx context.Context, handle int64) (int32, error)

GetAutofillType calls the GetAutofillType RPC.

func (*TimePickerClient) GetAutofillValue

func (c *TimePickerClient) GetAutofillValue(ctx context.Context, handle int64) (int64, error)

GetAutofillValue calls the GetAutofillValue RPC.

func (*TimePickerClient) GetBaseline

func (c *TimePickerClient) GetBaseline(ctx context.Context, handle int64) (int32, error)

GetBaseline calls the GetBaseline RPC.

func (*TimePickerClient) GetCurrentHour

func (c *TimePickerClient) GetCurrentHour(ctx context.Context, handle int64) (int64, error)

GetCurrentHour calls the GetCurrentHour RPC.

func (*TimePickerClient) GetCurrentMinute

func (c *TimePickerClient) GetCurrentMinute(ctx context.Context, handle int64) (int64, error)

GetCurrentMinute calls the GetCurrentMinute RPC.

func (*TimePickerClient) GetHour

func (c *TimePickerClient) GetHour(ctx context.Context, handle int64) (int32, error)

GetHour calls the GetHour RPC.

func (*TimePickerClient) GetMinute

func (c *TimePickerClient) GetMinute(ctx context.Context, handle int64) (int32, error)

GetMinute calls the GetMinute RPC.

func (*TimePickerClient) Is24HourView

func (c *TimePickerClient) Is24HourView(ctx context.Context, handle int64) (bool, error)

Is24HourView calls the Is24HourView RPC.

func (*TimePickerClient) IsEnabled

func (c *TimePickerClient) IsEnabled(ctx context.Context, handle int64) (bool, error)

IsEnabled calls the IsEnabled RPC.

func (*TimePickerClient) SetCurrentHour

func (c *TimePickerClient) SetCurrentHour(ctx context.Context, handle int64, arg0 int64) error

SetCurrentHour calls the SetCurrentHour RPC.

func (*TimePickerClient) SetCurrentMinute

func (c *TimePickerClient) SetCurrentMinute(ctx context.Context, handle int64, arg0 int64) error

SetCurrentMinute calls the SetCurrentMinute RPC.

func (*TimePickerClient) SetEnabled

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

SetEnabled calls the SetEnabled RPC.

func (*TimePickerClient) SetHour

func (c *TimePickerClient) SetHour(ctx context.Context, handle int64, arg0 int32) error

SetHour calls the SetHour RPC.

func (*TimePickerClient) SetIs24HourView

func (c *TimePickerClient) SetIs24HourView(ctx context.Context, handle int64, arg0 int64) error

SetIs24HourView calls the SetIs24HourView RPC.

func (*TimePickerClient) SetMinute

func (c *TimePickerClient) SetMinute(ctx context.Context, handle int64, arg0 int32) error

SetMinute calls the SetMinute RPC.

func (*TimePickerClient) SetOnTimeChangedListener

func (c *TimePickerClient) SetOnTimeChangedListener(ctx context.Context, handle int64, arg0 int64) error

SetOnTimeChangedListener calls the SetOnTimeChangedListener RPC.

func (*TimePickerClient) ValidateInput

func (c *TimePickerClient) ValidateInput(ctx context.Context, handle int64) (bool, error)

ValidateInput calls the ValidateInput RPC.

type TimePickerOnTimeChangedListenerClient

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

TimePickerOnTimeChangedListenerClient wraps the gRPC TimePickerOnTimeChangedListenerService client.

func NewTimePickerOnTimeChangedListenerClient

func NewTimePickerOnTimeChangedListenerClient(cc grpc.ClientConnInterface) *TimePickerOnTimeChangedListenerClient

NewTimePickerOnTimeChangedListenerClient creates a new TimePickerOnTimeChangedListener client.

func (*TimePickerOnTimeChangedListenerClient) OnTimeChanged

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

OnTimeChanged calls the OnTimeChanged RPC.

type ToggleButtonClient

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

ToggleButtonClient wraps the gRPC ToggleButtonService client.

func NewToggleButtonClient

func NewToggleButtonClient(cc grpc.ClientConnInterface) *ToggleButtonClient

NewToggleButtonClient creates a new ToggleButton client.

func (*ToggleButtonClient) GetAccessibilityClassName

func (c *ToggleButtonClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ToggleButtonClient) GetDisabledAlpha

func (c *ToggleButtonClient) GetDisabledAlpha(ctx context.Context, handle int64) (float32, error)

GetDisabledAlpha calls the GetDisabledAlpha RPC.

func (*ToggleButtonClient) GetTextOff

func (c *ToggleButtonClient) GetTextOff(ctx context.Context, handle int64) (int64, error)

GetTextOff calls the GetTextOff RPC.

func (*ToggleButtonClient) GetTextOn

func (c *ToggleButtonClient) GetTextOn(ctx context.Context, handle int64) (int64, error)

GetTextOn calls the GetTextOn RPC.

func (*ToggleButtonClient) SetBackgroundDrawable

func (c *ToggleButtonClient) SetBackgroundDrawable(ctx context.Context, handle int64, arg0 int64) error

SetBackgroundDrawable calls the SetBackgroundDrawable RPC.

func (*ToggleButtonClient) SetChecked

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

SetChecked calls the SetChecked RPC.

func (*ToggleButtonClient) SetTextOff

func (c *ToggleButtonClient) SetTextOff(ctx context.Context, handle int64, arg0 string) error

SetTextOff calls the SetTextOff RPC.

func (*ToggleButtonClient) SetTextOn

func (c *ToggleButtonClient) SetTextOn(ctx context.Context, handle int64, arg0 string) error

SetTextOn calls the SetTextOn RPC.

type ToolbarClient

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

ToolbarClient wraps the gRPC ToolbarService client.

func NewToolbarClient

func NewToolbarClient(cc grpc.ClientConnInterface) *ToolbarClient

NewToolbarClient creates a new Toolbar client.

func (*ToolbarClient) CollapseActionView

func (c *ToolbarClient) CollapseActionView(ctx context.Context, handle int64) error

CollapseActionView calls the CollapseActionView RPC.

func (*ToolbarClient) DismissPopupMenus

func (c *ToolbarClient) DismissPopupMenus(ctx context.Context, handle int64) error

DismissPopupMenus calls the DismissPopupMenus RPC.

func (*ToolbarClient) GenerateLayoutParams1

func (c *ToolbarClient) GenerateLayoutParams1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1 calls the GenerateLayoutParams1 RPC.

func (*ToolbarClient) GenerateLayoutParams1_1

func (c *ToolbarClient) GenerateLayoutParams1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GenerateLayoutParams1_1 calls the GenerateLayoutParams1_1 RPC.

func (*ToolbarClient) GetCollapseContentDescription

func (c *ToolbarClient) GetCollapseContentDescription(ctx context.Context, handle int64) (int64, error)

GetCollapseContentDescription calls the GetCollapseContentDescription RPC.

func (*ToolbarClient) GetCollapseIcon

func (c *ToolbarClient) GetCollapseIcon(ctx context.Context, handle int64) (int64, error)

GetCollapseIcon calls the GetCollapseIcon RPC.

func (*ToolbarClient) GetContentInsetEnd

func (c *ToolbarClient) GetContentInsetEnd(ctx context.Context, handle int64) (int32, error)

GetContentInsetEnd calls the GetContentInsetEnd RPC.

func (*ToolbarClient) GetContentInsetEndWithActions

func (c *ToolbarClient) GetContentInsetEndWithActions(ctx context.Context, handle int64) (int32, error)

GetContentInsetEndWithActions calls the GetContentInsetEndWithActions RPC.

func (*ToolbarClient) GetContentInsetLeft

func (c *ToolbarClient) GetContentInsetLeft(ctx context.Context, handle int64) (int32, error)

GetContentInsetLeft calls the GetContentInsetLeft RPC.

func (*ToolbarClient) GetContentInsetRight

func (c *ToolbarClient) GetContentInsetRight(ctx context.Context, handle int64) (int32, error)

GetContentInsetRight calls the GetContentInsetRight RPC.

func (*ToolbarClient) GetContentInsetStart

func (c *ToolbarClient) GetContentInsetStart(ctx context.Context, handle int64) (int32, error)

GetContentInsetStart calls the GetContentInsetStart RPC.

func (*ToolbarClient) GetContentInsetStartWithNavigation

func (c *ToolbarClient) GetContentInsetStartWithNavigation(ctx context.Context, handle int64) (int32, error)

GetContentInsetStartWithNavigation calls the GetContentInsetStartWithNavigation RPC.

func (*ToolbarClient) GetCurrentContentInsetEnd

func (c *ToolbarClient) GetCurrentContentInsetEnd(ctx context.Context, handle int64) (int32, error)

GetCurrentContentInsetEnd calls the GetCurrentContentInsetEnd RPC.

func (*ToolbarClient) GetCurrentContentInsetLeft

func (c *ToolbarClient) GetCurrentContentInsetLeft(ctx context.Context, handle int64) (int32, error)

GetCurrentContentInsetLeft calls the GetCurrentContentInsetLeft RPC.

func (*ToolbarClient) GetCurrentContentInsetRight

func (c *ToolbarClient) GetCurrentContentInsetRight(ctx context.Context, handle int64) (int32, error)

GetCurrentContentInsetRight calls the GetCurrentContentInsetRight RPC.

func (*ToolbarClient) GetCurrentContentInsetStart

func (c *ToolbarClient) GetCurrentContentInsetStart(ctx context.Context, handle int64) (int32, error)

GetCurrentContentInsetStart calls the GetCurrentContentInsetStart RPC.

func (c *ToolbarClient) GetLogo(ctx context.Context, handle int64) (int64, error)

GetLogo calls the GetLogo RPC.

func (*ToolbarClient) GetLogoDescription

func (c *ToolbarClient) GetLogoDescription(ctx context.Context, handle int64) (int64, error)

GetLogoDescription calls the GetLogoDescription RPC.

func (*ToolbarClient) GetMenu

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

GetMenu calls the GetMenu RPC.

func (*ToolbarClient) GetNavigationContentDescription

func (c *ToolbarClient) GetNavigationContentDescription(ctx context.Context, handle int64) (int64, error)

GetNavigationContentDescription calls the GetNavigationContentDescription RPC.

func (*ToolbarClient) GetNavigationIcon

func (c *ToolbarClient) GetNavigationIcon(ctx context.Context, handle int64) (int64, error)

GetNavigationIcon calls the GetNavigationIcon RPC.

func (*ToolbarClient) GetOverflowIcon

func (c *ToolbarClient) GetOverflowIcon(ctx context.Context, handle int64) (int64, error)

GetOverflowIcon calls the GetOverflowIcon RPC.

func (*ToolbarClient) GetPopupTheme

func (c *ToolbarClient) GetPopupTheme(ctx context.Context, handle int64) (int32, error)

GetPopupTheme calls the GetPopupTheme RPC.

func (*ToolbarClient) GetSubtitle

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

GetSubtitle calls the GetSubtitle RPC.

func (*ToolbarClient) GetTitle

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

GetTitle calls the GetTitle RPC.

func (*ToolbarClient) GetTitleMarginBottom

func (c *ToolbarClient) GetTitleMarginBottom(ctx context.Context, handle int64) (int32, error)

GetTitleMarginBottom calls the GetTitleMarginBottom RPC.

func (*ToolbarClient) GetTitleMarginEnd

func (c *ToolbarClient) GetTitleMarginEnd(ctx context.Context, handle int64) (int32, error)

GetTitleMarginEnd calls the GetTitleMarginEnd RPC.

func (*ToolbarClient) GetTitleMarginStart

func (c *ToolbarClient) GetTitleMarginStart(ctx context.Context, handle int64) (int32, error)

GetTitleMarginStart calls the GetTitleMarginStart RPC.

func (*ToolbarClient) GetTitleMarginTop

func (c *ToolbarClient) GetTitleMarginTop(ctx context.Context, handle int64) (int32, error)

GetTitleMarginTop calls the GetTitleMarginTop RPC.

func (*ToolbarClient) HasExpandedActionView

func (c *ToolbarClient) HasExpandedActionView(ctx context.Context, handle int64) (bool, error)

HasExpandedActionView calls the HasExpandedActionView RPC.

func (*ToolbarClient) HideOverflowMenu

func (c *ToolbarClient) HideOverflowMenu(ctx context.Context, handle int64) (bool, error)

HideOverflowMenu calls the HideOverflowMenu RPC.

func (*ToolbarClient) InflateMenu

func (c *ToolbarClient) InflateMenu(ctx context.Context, handle int64, arg0 int32) error

InflateMenu calls the InflateMenu RPC.

func (*ToolbarClient) IsOverflowMenuShowing

func (c *ToolbarClient) IsOverflowMenuShowing(ctx context.Context, handle int64) (bool, error)

IsOverflowMenuShowing calls the IsOverflowMenuShowing RPC.

func (*ToolbarClient) OnRtlPropertiesChanged

func (c *ToolbarClient) OnRtlPropertiesChanged(ctx context.Context, handle int64, arg0 int32) error

OnRtlPropertiesChanged calls the OnRtlPropertiesChanged RPC.

func (*ToolbarClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*ToolbarClient) SetCollapseContentDescription1

func (c *ToolbarClient) SetCollapseContentDescription1(ctx context.Context, handle int64, arg0 int32) error

SetCollapseContentDescription1 calls the SetCollapseContentDescription1 RPC.

func (*ToolbarClient) SetCollapseContentDescription1_1

func (c *ToolbarClient) SetCollapseContentDescription1_1(ctx context.Context, handle int64, arg0 string) error

SetCollapseContentDescription1_1 calls the SetCollapseContentDescription1_1 RPC.

func (*ToolbarClient) SetCollapseIcon1

func (c *ToolbarClient) SetCollapseIcon1(ctx context.Context, handle int64, arg0 int64) error

SetCollapseIcon1 calls the SetCollapseIcon1 RPC.

func (*ToolbarClient) SetCollapseIcon1_1

func (c *ToolbarClient) SetCollapseIcon1_1(ctx context.Context, handle int64, arg0 int32) error

SetCollapseIcon1_1 calls the SetCollapseIcon1_1 RPC.

func (*ToolbarClient) SetContentInsetEndWithActions

func (c *ToolbarClient) SetContentInsetEndWithActions(ctx context.Context, handle int64, arg0 int32) error

SetContentInsetEndWithActions calls the SetContentInsetEndWithActions RPC.

func (*ToolbarClient) SetContentInsetStartWithNavigation

func (c *ToolbarClient) SetContentInsetStartWithNavigation(ctx context.Context, handle int64, arg0 int32) error

SetContentInsetStartWithNavigation calls the SetContentInsetStartWithNavigation RPC.

func (*ToolbarClient) SetContentInsetsAbsolute

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

SetContentInsetsAbsolute calls the SetContentInsetsAbsolute RPC.

func (*ToolbarClient) SetContentInsetsRelative

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

SetContentInsetsRelative calls the SetContentInsetsRelative RPC.

func (*ToolbarClient) SetLogo1

func (c *ToolbarClient) SetLogo1(ctx context.Context, handle int64, arg0 int64) error

SetLogo1 calls the SetLogo1 RPC.

func (*ToolbarClient) SetLogo1_1

func (c *ToolbarClient) SetLogo1_1(ctx context.Context, handle int64, arg0 int32) error

SetLogo1_1 calls the SetLogo1_1 RPC.

func (*ToolbarClient) SetLogoDescription1

func (c *ToolbarClient) SetLogoDescription1(ctx context.Context, handle int64, arg0 int32) error

SetLogoDescription1 calls the SetLogoDescription1 RPC.

func (*ToolbarClient) SetLogoDescription1_1

func (c *ToolbarClient) SetLogoDescription1_1(ctx context.Context, handle int64, arg0 string) error

SetLogoDescription1_1 calls the SetLogoDescription1_1 RPC.

func (*ToolbarClient) SetNavigationContentDescription1

func (c *ToolbarClient) SetNavigationContentDescription1(ctx context.Context, handle int64, arg0 int32) error

SetNavigationContentDescription1 calls the SetNavigationContentDescription1 RPC.

func (*ToolbarClient) SetNavigationContentDescription1_1

func (c *ToolbarClient) SetNavigationContentDescription1_1(ctx context.Context, handle int64, arg0 string) error

SetNavigationContentDescription1_1 calls the SetNavigationContentDescription1_1 RPC.

func (*ToolbarClient) SetNavigationIcon1

func (c *ToolbarClient) SetNavigationIcon1(ctx context.Context, handle int64, arg0 int64) error

SetNavigationIcon1 calls the SetNavigationIcon1 RPC.

func (*ToolbarClient) SetNavigationIcon1_1

func (c *ToolbarClient) SetNavigationIcon1_1(ctx context.Context, handle int64, arg0 int32) error

SetNavigationIcon1_1 calls the SetNavigationIcon1_1 RPC.

func (*ToolbarClient) SetNavigationOnClickListener

func (c *ToolbarClient) SetNavigationOnClickListener(ctx context.Context, handle int64, arg0 int64) error

SetNavigationOnClickListener calls the SetNavigationOnClickListener RPC.

func (*ToolbarClient) SetOnMenuItemClickListener

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

SetOnMenuItemClickListener calls the SetOnMenuItemClickListener RPC.

func (*ToolbarClient) SetOverflowIcon

func (c *ToolbarClient) SetOverflowIcon(ctx context.Context, handle int64, arg0 int64) error

SetOverflowIcon calls the SetOverflowIcon RPC.

func (*ToolbarClient) SetPopupTheme

func (c *ToolbarClient) SetPopupTheme(ctx context.Context, handle int64, arg0 int32) error

SetPopupTheme calls the SetPopupTheme RPC.

func (*ToolbarClient) SetSubtitle1

func (c *ToolbarClient) SetSubtitle1(ctx context.Context, handle int64, arg0 int32) error

SetSubtitle1 calls the SetSubtitle1 RPC.

func (*ToolbarClient) SetSubtitle1_1

func (c *ToolbarClient) SetSubtitle1_1(ctx context.Context, handle int64, arg0 string) error

SetSubtitle1_1 calls the SetSubtitle1_1 RPC.

func (*ToolbarClient) SetSubtitleTextAppearance

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

SetSubtitleTextAppearance calls the SetSubtitleTextAppearance RPC.

func (*ToolbarClient) SetSubtitleTextColor

func (c *ToolbarClient) SetSubtitleTextColor(ctx context.Context, handle int64, arg0 int32) error

SetSubtitleTextColor calls the SetSubtitleTextColor RPC.

func (*ToolbarClient) SetTitle1

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

SetTitle1 calls the SetTitle1 RPC.

func (*ToolbarClient) SetTitle1_1

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

SetTitle1_1 calls the SetTitle1_1 RPC.

func (*ToolbarClient) SetTitleMargin

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

SetTitleMargin calls the SetTitleMargin RPC.

func (*ToolbarClient) SetTitleMarginBottom

func (c *ToolbarClient) SetTitleMarginBottom(ctx context.Context, handle int64, arg0 int32) error

SetTitleMarginBottom calls the SetTitleMarginBottom RPC.

func (*ToolbarClient) SetTitleMarginEnd

func (c *ToolbarClient) SetTitleMarginEnd(ctx context.Context, handle int64, arg0 int32) error

SetTitleMarginEnd calls the SetTitleMarginEnd RPC.

func (*ToolbarClient) SetTitleMarginStart

func (c *ToolbarClient) SetTitleMarginStart(ctx context.Context, handle int64, arg0 int32) error

SetTitleMarginStart calls the SetTitleMarginStart RPC.

func (*ToolbarClient) SetTitleMarginTop

func (c *ToolbarClient) SetTitleMarginTop(ctx context.Context, handle int64, arg0 int32) error

SetTitleMarginTop calls the SetTitleMarginTop RPC.

func (*ToolbarClient) SetTitleTextAppearance

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

SetTitleTextAppearance calls the SetTitleTextAppearance RPC.

func (*ToolbarClient) SetTitleTextColor

func (c *ToolbarClient) SetTitleTextColor(ctx context.Context, handle int64, arg0 int32) error

SetTitleTextColor calls the SetTitleTextColor RPC.

func (*ToolbarClient) ShowOverflowMenu

func (c *ToolbarClient) ShowOverflowMenu(ctx context.Context, handle int64) (bool, error)

ShowOverflowMenu calls the ShowOverflowMenu RPC.

type ToolbarOnMenuItemClickListenerClient

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

ToolbarOnMenuItemClickListenerClient wraps the gRPC ToolbarOnMenuItemClickListenerService client.

func NewToolbarOnMenuItemClickListenerClient

func NewToolbarOnMenuItemClickListenerClient(cc grpc.ClientConnInterface) *ToolbarOnMenuItemClickListenerClient

NewToolbarOnMenuItemClickListenerClient creates a new ToolbarOnMenuItemClickListener client.

func (*ToolbarOnMenuItemClickListenerClient) OnMenuItemClick

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

OnMenuItemClick calls the OnMenuItemClick RPC.

type TwoLineListItemClient

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

TwoLineListItemClient wraps the gRPC TwoLineListItemService client.

func NewTwoLineListItemClient

func NewTwoLineListItemClient(cc grpc.ClientConnInterface) *TwoLineListItemClient

NewTwoLineListItemClient creates a new TwoLineListItem client.

func (*TwoLineListItemClient) GetAccessibilityClassName

func (c *TwoLineListItemClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*TwoLineListItemClient) GetText1

func (c *TwoLineListItemClient) GetText1(ctx context.Context, handle int64) (int64, error)

GetText1 calls the GetText1 RPC.

func (*TwoLineListItemClient) GetText2

func (c *TwoLineListItemClient) GetText2(ctx context.Context, handle int64) (int64, error)

GetText2 calls the GetText2 RPC.

type VideoViewClient

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

VideoViewClient wraps the gRPC VideoViewService client.

func NewVideoViewClient

func NewVideoViewClient(cc grpc.ClientConnInterface) *VideoViewClient

NewVideoViewClient creates a new VideoView client.

func (*VideoViewClient) AddSubtitleSource

func (c *VideoViewClient) AddSubtitleSource(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

AddSubtitleSource calls the AddSubtitleSource RPC.

func (*VideoViewClient) CanPause

func (c *VideoViewClient) CanPause(ctx context.Context, handle int64) (bool, error)

CanPause calls the CanPause RPC.

func (*VideoViewClient) CanSeekBackward

func (c *VideoViewClient) CanSeekBackward(ctx context.Context, handle int64) (bool, error)

CanSeekBackward calls the CanSeekBackward RPC.

func (*VideoViewClient) CanSeekForward

func (c *VideoViewClient) CanSeekForward(ctx context.Context, handle int64) (bool, error)

CanSeekForward calls the CanSeekForward RPC.

func (*VideoViewClient) Draw

func (c *VideoViewClient) Draw(ctx context.Context, handle int64, arg0 int64) error

Draw calls the Draw RPC.

func (*VideoViewClient) GetAccessibilityClassName

func (c *VideoViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*VideoViewClient) GetAudioSessionId

func (c *VideoViewClient) GetAudioSessionId(ctx context.Context, handle int64) (int32, error)

GetAudioSessionId calls the GetAudioSessionId RPC.

func (*VideoViewClient) GetBufferPercentage

func (c *VideoViewClient) GetBufferPercentage(ctx context.Context, handle int64) (int32, error)

GetBufferPercentage calls the GetBufferPercentage RPC.

func (*VideoViewClient) GetCurrentPosition

func (c *VideoViewClient) GetCurrentPosition(ctx context.Context, handle int64) (int32, error)

GetCurrentPosition calls the GetCurrentPosition RPC.

func (*VideoViewClient) GetDuration

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

GetDuration calls the GetDuration RPC.

func (*VideoViewClient) IsPlaying

func (c *VideoViewClient) IsPlaying(ctx context.Context, handle int64) (bool, error)

IsPlaying calls the IsPlaying RPC.

func (*VideoViewClient) OnKeyDown

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

OnKeyDown calls the OnKeyDown RPC.

func (*VideoViewClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*VideoViewClient) OnTrackballEvent

func (c *VideoViewClient) OnTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTrackballEvent calls the OnTrackballEvent RPC.

func (*VideoViewClient) Pause

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

Pause calls the Pause RPC.

func (*VideoViewClient) ResolveAdjustedSize

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

ResolveAdjustedSize calls the ResolveAdjustedSize RPC.

func (*VideoViewClient) Resume

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

Resume calls the Resume RPC.

func (*VideoViewClient) SeekTo

func (c *VideoViewClient) SeekTo(ctx context.Context, handle int64, arg0 int32) error

SeekTo calls the SeekTo RPC.

func (*VideoViewClient) SetAudioAttributes

func (c *VideoViewClient) SetAudioAttributes(ctx context.Context, handle int64, arg0 int64) error

SetAudioAttributes calls the SetAudioAttributes RPC.

func (*VideoViewClient) SetAudioFocusRequest

func (c *VideoViewClient) SetAudioFocusRequest(ctx context.Context, handle int64, arg0 int32) error

SetAudioFocusRequest calls the SetAudioFocusRequest RPC.

func (*VideoViewClient) SetMediaController

func (c *VideoViewClient) SetMediaController(ctx context.Context, handle int64, arg0 int64) error

SetMediaController calls the SetMediaController RPC.

func (*VideoViewClient) SetOnCompletionListener

func (c *VideoViewClient) SetOnCompletionListener(ctx context.Context, handle int64, arg0 int64) error

SetOnCompletionListener calls the SetOnCompletionListener RPC.

func (*VideoViewClient) SetOnErrorListener

func (c *VideoViewClient) SetOnErrorListener(ctx context.Context, handle int64, arg0 int64) error

SetOnErrorListener calls the SetOnErrorListener RPC.

func (*VideoViewClient) SetOnInfoListener

func (c *VideoViewClient) SetOnInfoListener(ctx context.Context, handle int64, arg0 int64) error

SetOnInfoListener calls the SetOnInfoListener RPC.

func (*VideoViewClient) SetOnPreparedListener

func (c *VideoViewClient) SetOnPreparedListener(ctx context.Context, handle int64, arg0 int64) error

SetOnPreparedListener calls the SetOnPreparedListener RPC.

func (*VideoViewClient) SetVideoPath

func (c *VideoViewClient) SetVideoPath(ctx context.Context, handle int64, arg0 string) error

SetVideoPath calls the SetVideoPath RPC.

func (*VideoViewClient) SetVideoURI

func (c *VideoViewClient) SetVideoURI(ctx context.Context, handle int64, arg0 int64) error

SetVideoURI calls the SetVideoURI RPC.

func (*VideoViewClient) Start

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

Start calls the Start RPC.

func (*VideoViewClient) StopPlayback

func (c *VideoViewClient) StopPlayback(ctx context.Context, handle int64) error

StopPlayback calls the StopPlayback RPC.

func (*VideoViewClient) Suspend

func (c *VideoViewClient) Suspend(ctx context.Context, handle int64) error

Suspend calls the Suspend RPC.

type ViewAnimatorClient

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

ViewAnimatorClient wraps the gRPC ViewAnimatorService client.

func NewViewAnimatorClient

func NewViewAnimatorClient(cc grpc.ClientConnInterface) *ViewAnimatorClient

NewViewAnimatorClient creates a new ViewAnimator client.

func (*ViewAnimatorClient) AddView

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

AddView calls the AddView RPC.

func (*ViewAnimatorClient) GetAccessibilityClassName

func (c *ViewAnimatorClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ViewAnimatorClient) GetAnimateFirstView

func (c *ViewAnimatorClient) GetAnimateFirstView(ctx context.Context, handle int64) (bool, error)

GetAnimateFirstView calls the GetAnimateFirstView RPC.

func (*ViewAnimatorClient) GetBaseline

func (c *ViewAnimatorClient) GetBaseline(ctx context.Context, handle int64) (int32, error)

GetBaseline calls the GetBaseline RPC.

func (*ViewAnimatorClient) GetCurrentView

func (c *ViewAnimatorClient) GetCurrentView(ctx context.Context, handle int64) (int64, error)

GetCurrentView calls the GetCurrentView RPC.

func (*ViewAnimatorClient) GetDisplayedChild

func (c *ViewAnimatorClient) GetDisplayedChild(ctx context.Context, handle int64) (int32, error)

GetDisplayedChild calls the GetDisplayedChild RPC.

func (*ViewAnimatorClient) GetInAnimation

func (c *ViewAnimatorClient) GetInAnimation(ctx context.Context, handle int64) (int64, error)

GetInAnimation calls the GetInAnimation RPC.

func (*ViewAnimatorClient) GetOutAnimation

func (c *ViewAnimatorClient) GetOutAnimation(ctx context.Context, handle int64) (int64, error)

GetOutAnimation calls the GetOutAnimation RPC.

func (*ViewAnimatorClient) RemoveAllViews

func (c *ViewAnimatorClient) RemoveAllViews(ctx context.Context, handle int64) error

RemoveAllViews calls the RemoveAllViews RPC.

func (*ViewAnimatorClient) RemoveView

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

RemoveView calls the RemoveView RPC.

func (*ViewAnimatorClient) RemoveViewAt

func (c *ViewAnimatorClient) RemoveViewAt(ctx context.Context, handle int64, arg0 int32) error

RemoveViewAt calls the RemoveViewAt RPC.

func (*ViewAnimatorClient) RemoveViewInLayout

func (c *ViewAnimatorClient) RemoveViewInLayout(ctx context.Context, handle int64, arg0 int64) error

RemoveViewInLayout calls the RemoveViewInLayout RPC.

func (*ViewAnimatorClient) RemoveViews

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

RemoveViews calls the RemoveViews RPC.

func (*ViewAnimatorClient) RemoveViewsInLayout

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

RemoveViewsInLayout calls the RemoveViewsInLayout RPC.

func (*ViewAnimatorClient) SetAnimateFirstView

func (c *ViewAnimatorClient) SetAnimateFirstView(ctx context.Context, handle int64, arg0 bool) error

SetAnimateFirstView calls the SetAnimateFirstView RPC.

func (*ViewAnimatorClient) SetDisplayedChild

func (c *ViewAnimatorClient) SetDisplayedChild(ctx context.Context, handle int64, arg0 int32) error

SetDisplayedChild calls the SetDisplayedChild RPC.

func (*ViewAnimatorClient) SetInAnimation1_1

func (c *ViewAnimatorClient) SetInAnimation1_1(ctx context.Context, handle int64, arg0 int64) error

SetInAnimation1_1 calls the SetInAnimation1_1 RPC.

func (*ViewAnimatorClient) SetInAnimation2

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

SetInAnimation2 calls the SetInAnimation2 RPC.

func (*ViewAnimatorClient) SetOutAnimation1_1

func (c *ViewAnimatorClient) SetOutAnimation1_1(ctx context.Context, handle int64, arg0 int64) error

SetOutAnimation1_1 calls the SetOutAnimation1_1 RPC.

func (*ViewAnimatorClient) SetOutAnimation2

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

SetOutAnimation2 calls the SetOutAnimation2 RPC.

func (*ViewAnimatorClient) ShowNext

func (c *ViewAnimatorClient) ShowNext(ctx context.Context, handle int64) error

ShowNext calls the ShowNext RPC.

func (*ViewAnimatorClient) ShowPrevious

func (c *ViewAnimatorClient) ShowPrevious(ctx context.Context, handle int64) error

ShowPrevious calls the ShowPrevious RPC.

type ViewFlipperClient

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

ViewFlipperClient wraps the gRPC ViewFlipperService client.

func NewViewFlipperClient

func NewViewFlipperClient(cc grpc.ClientConnInterface) *ViewFlipperClient

NewViewFlipperClient creates a new ViewFlipper client.

func (*ViewFlipperClient) GetAccessibilityClassName

func (c *ViewFlipperClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ViewFlipperClient) GetFlipInterval

func (c *ViewFlipperClient) GetFlipInterval(ctx context.Context, handle int64) (int32, error)

GetFlipInterval calls the GetFlipInterval RPC.

func (*ViewFlipperClient) IsAutoStart

func (c *ViewFlipperClient) IsAutoStart(ctx context.Context, handle int64) (bool, error)

IsAutoStart calls the IsAutoStart RPC.

func (*ViewFlipperClient) IsFlipping

func (c *ViewFlipperClient) IsFlipping(ctx context.Context, handle int64) (bool, error)

IsFlipping calls the IsFlipping RPC.

func (*ViewFlipperClient) SetAutoStart

func (c *ViewFlipperClient) SetAutoStart(ctx context.Context, handle int64, arg0 bool) error

SetAutoStart calls the SetAutoStart RPC.

func (*ViewFlipperClient) SetFlipInterval

func (c *ViewFlipperClient) SetFlipInterval(ctx context.Context, handle int64, arg0 int32) error

SetFlipInterval calls the SetFlipInterval RPC.

func (*ViewFlipperClient) StartFlipping

func (c *ViewFlipperClient) StartFlipping(ctx context.Context, handle int64) error

StartFlipping calls the StartFlipping RPC.

func (*ViewFlipperClient) StopFlipping

func (c *ViewFlipperClient) StopFlipping(ctx context.Context, handle int64) error

StopFlipping calls the StopFlipping RPC.

type ViewSwitcherClient

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

ViewSwitcherClient wraps the gRPC ViewSwitcherService client.

func NewViewSwitcherClient

func NewViewSwitcherClient(cc grpc.ClientConnInterface) *ViewSwitcherClient

NewViewSwitcherClient creates a new ViewSwitcher client.

func (*ViewSwitcherClient) AddView

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

AddView calls the AddView RPC.

func (*ViewSwitcherClient) GetAccessibilityClassName

func (c *ViewSwitcherClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ViewSwitcherClient) GetNextView

func (c *ViewSwitcherClient) GetNextView(ctx context.Context, handle int64) (int64, error)

GetNextView calls the GetNextView RPC.

func (*ViewSwitcherClient) Reset

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

Reset calls the Reset RPC.

func (*ViewSwitcherClient) SetFactory

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

SetFactory calls the SetFactory RPC.

type ViewSwitcherViewFactoryClient

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

ViewSwitcherViewFactoryClient wraps the gRPC ViewSwitcherViewFactoryService client.

func NewViewSwitcherViewFactoryClient

func NewViewSwitcherViewFactoryClient(cc grpc.ClientConnInterface) *ViewSwitcherViewFactoryClient

NewViewSwitcherViewFactoryClient creates a new ViewSwitcherViewFactory client.

func (*ViewSwitcherViewFactoryClient) MakeView

MakeView calls the MakeView RPC.

type WrapperListAdapterClient

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

WrapperListAdapterClient wraps the gRPC WrapperListAdapterService client.

func NewWrapperListAdapterClient

func NewWrapperListAdapterClient(cc grpc.ClientConnInterface) *WrapperListAdapterClient

NewWrapperListAdapterClient creates a new WrapperListAdapter client.

func (*WrapperListAdapterClient) GetWrappedAdapter

func (c *WrapperListAdapterClient) GetWrappedAdapter(ctx context.Context) (int64, error)

GetWrappedAdapter calls the GetWrappedAdapter RPC.

type ZoomButtonClient

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

ZoomButtonClient wraps the gRPC ZoomButtonService client.

func NewZoomButtonClient

func NewZoomButtonClient(cc grpc.ClientConnInterface) *ZoomButtonClient

NewZoomButtonClient creates a new ZoomButton client.

func (*ZoomButtonClient) DispatchUnhandledMove

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

DispatchUnhandledMove calls the DispatchUnhandledMove RPC.

func (*ZoomButtonClient) GetAccessibilityClassName

func (c *ZoomButtonClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ZoomButtonClient) OnKeyUp

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

OnKeyUp calls the OnKeyUp RPC.

func (*ZoomButtonClient) OnLongClick

func (c *ZoomButtonClient) OnLongClick(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnLongClick calls the OnLongClick RPC.

func (*ZoomButtonClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*ZoomButtonClient) SetEnabled

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

SetEnabled calls the SetEnabled RPC.

func (*ZoomButtonClient) SetZoomSpeed

func (c *ZoomButtonClient) SetZoomSpeed(ctx context.Context, handle int64, arg0 int64) error

SetZoomSpeed calls the SetZoomSpeed RPC.

type ZoomButtonsControllerClient

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

ZoomButtonsControllerClient wraps the gRPC ZoomButtonsControllerService client.

func NewZoomButtonsControllerClient

func NewZoomButtonsControllerClient(cc grpc.ClientConnInterface) *ZoomButtonsControllerClient

NewZoomButtonsControllerClient creates a new ZoomButtonsController client.

func (*ZoomButtonsControllerClient) GetContainer

func (c *ZoomButtonsControllerClient) GetContainer(ctx context.Context, handle int64) (int64, error)

GetContainer calls the GetContainer RPC.

func (*ZoomButtonsControllerClient) GetZoomControls

func (c *ZoomButtonsControllerClient) GetZoomControls(ctx context.Context, handle int64) (int64, error)

GetZoomControls calls the GetZoomControls RPC.

func (*ZoomButtonsControllerClient) IsAutoDismissed

func (c *ZoomButtonsControllerClient) IsAutoDismissed(ctx context.Context, handle int64) (bool, error)

IsAutoDismissed calls the IsAutoDismissed RPC.

func (*ZoomButtonsControllerClient) IsVisible

func (c *ZoomButtonsControllerClient) IsVisible(ctx context.Context, handle int64) (bool, error)

IsVisible calls the IsVisible RPC.

func (*ZoomButtonsControllerClient) OnTouch

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

OnTouch calls the OnTouch RPC.

func (*ZoomButtonsControllerClient) SetAutoDismissed

func (c *ZoomButtonsControllerClient) SetAutoDismissed(ctx context.Context, handle int64, arg0 bool) error

SetAutoDismissed calls the SetAutoDismissed RPC.

func (*ZoomButtonsControllerClient) SetFocusable

func (c *ZoomButtonsControllerClient) SetFocusable(ctx context.Context, handle int64, arg0 bool) error

SetFocusable calls the SetFocusable RPC.

func (*ZoomButtonsControllerClient) SetOnZoomListener

func (c *ZoomButtonsControllerClient) SetOnZoomListener(ctx context.Context, handle int64, arg0 int64) error

SetOnZoomListener calls the SetOnZoomListener RPC.

func (*ZoomButtonsControllerClient) SetVisible

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

SetVisible calls the SetVisible RPC.

func (*ZoomButtonsControllerClient) SetZoomInEnabled

func (c *ZoomButtonsControllerClient) SetZoomInEnabled(ctx context.Context, handle int64, arg0 bool) error

SetZoomInEnabled calls the SetZoomInEnabled RPC.

func (*ZoomButtonsControllerClient) SetZoomOutEnabled

func (c *ZoomButtonsControllerClient) SetZoomOutEnabled(ctx context.Context, handle int64, arg0 bool) error

SetZoomOutEnabled calls the SetZoomOutEnabled RPC.

func (*ZoomButtonsControllerClient) SetZoomSpeed

func (c *ZoomButtonsControllerClient) SetZoomSpeed(ctx context.Context, handle int64, arg0 int64) error

SetZoomSpeed calls the SetZoomSpeed RPC.

type ZoomButtonsControllerOnZoomListenerClient

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

ZoomButtonsControllerOnZoomListenerClient wraps the gRPC ZoomButtonsControllerOnZoomListenerService client.

func NewZoomButtonsControllerOnZoomListenerClient

func NewZoomButtonsControllerOnZoomListenerClient(cc grpc.ClientConnInterface) *ZoomButtonsControllerOnZoomListenerClient

NewZoomButtonsControllerOnZoomListenerClient creates a new ZoomButtonsControllerOnZoomListener client.

func (*ZoomButtonsControllerOnZoomListenerClient) OnVisibilityChanged

func (c *ZoomButtonsControllerOnZoomListenerClient) OnVisibilityChanged(ctx context.Context, arg0 bool) error

OnVisibilityChanged calls the OnVisibilityChanged RPC.

func (*ZoomButtonsControllerOnZoomListenerClient) OnZoom

OnZoom calls the OnZoom RPC.

type ZoomControlsClient

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

ZoomControlsClient wraps the gRPC ZoomControlsService client.

func NewZoomControlsClient

func NewZoomControlsClient(cc grpc.ClientConnInterface) *ZoomControlsClient

NewZoomControlsClient creates a new ZoomControls client.

func (*ZoomControlsClient) GetAccessibilityClassName

func (c *ZoomControlsClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*ZoomControlsClient) HasFocus

func (c *ZoomControlsClient) HasFocus(ctx context.Context, handle int64) (bool, error)

HasFocus calls the HasFocus RPC.

func (*ZoomControlsClient) Hide

func (c *ZoomControlsClient) Hide(ctx context.Context, handle int64) error

Hide calls the Hide RPC.

func (*ZoomControlsClient) OnTouchEvent

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

OnTouchEvent calls the OnTouchEvent RPC.

func (*ZoomControlsClient) SetIsZoomInEnabled

func (c *ZoomControlsClient) SetIsZoomInEnabled(ctx context.Context, handle int64, arg0 bool) error

SetIsZoomInEnabled calls the SetIsZoomInEnabled RPC.

func (*ZoomControlsClient) SetIsZoomOutEnabled

func (c *ZoomControlsClient) SetIsZoomOutEnabled(ctx context.Context, handle int64, arg0 bool) error

SetIsZoomOutEnabled calls the SetIsZoomOutEnabled RPC.

func (*ZoomControlsClient) SetOnZoomInClickListener

func (c *ZoomControlsClient) SetOnZoomInClickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnZoomInClickListener calls the SetOnZoomInClickListener RPC.

func (*ZoomControlsClient) SetOnZoomOutClickListener

func (c *ZoomControlsClient) SetOnZoomOutClickListener(ctx context.Context, handle int64, arg0 int64) error

SetOnZoomOutClickListener calls the SetOnZoomOutClickListener RPC.

func (*ZoomControlsClient) SetZoomSpeed

func (c *ZoomControlsClient) SetZoomSpeed(ctx context.Context, handle int64, arg0 int64) error

SetZoomSpeed calls the SetZoomSpeed RPC.

func (*ZoomControlsClient) Show

func (c *ZoomControlsClient) Show(ctx context.Context, handle int64) error

Show calls the Show RPC.

Jump to

Keyboard shortcuts

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