assist

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 ContentClient

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

ContentClient wraps the gRPC ContentService client.

func NewContentClient

func NewContentClient(cc grpc.ClientConnInterface) *ContentClient

NewContentClient creates a new Content client.

func (*ContentClient) DescribeContents

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

DescribeContents calls the DescribeContents RPC.

func (*ContentClient) GetClipData

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

GetClipData calls the GetClipData RPC.

func (*ContentClient) GetExtras

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

GetExtras calls the GetExtras RPC.

func (*ContentClient) GetIntent

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

GetIntent calls the GetIntent RPC.

func (*ContentClient) GetSessionTransferUri

func (c *ContentClient) GetSessionTransferUri(ctx context.Context, handle int64) (int64, error)

GetSessionTransferUri calls the GetSessionTransferUri RPC.

func (*ContentClient) GetStructuredData

func (c *ContentClient) GetStructuredData(ctx context.Context, handle int64) (string, error)

GetStructuredData calls the GetStructuredData RPC.

func (*ContentClient) GetWebUri

func (c *ContentClient) GetWebUri(ctx context.Context, handle int64) (int64, error)

GetWebUri calls the GetWebUri RPC.

func (*ContentClient) IsAppProvidedIntent

func (c *ContentClient) IsAppProvidedIntent(ctx context.Context, handle int64) (bool, error)

IsAppProvidedIntent calls the IsAppProvidedIntent RPC.

func (*ContentClient) IsAppProvidedWebUri

func (c *ContentClient) IsAppProvidedWebUri(ctx context.Context, handle int64) (bool, error)

IsAppProvidedWebUri calls the IsAppProvidedWebUri RPC.

func (*ContentClient) SetClipData

func (c *ContentClient) SetClipData(ctx context.Context, handle int64, arg0 int64) error

SetClipData calls the SetClipData RPC.

func (*ContentClient) SetIntent

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

SetIntent calls the SetIntent RPC.

func (*ContentClient) SetSessionTransferUri

func (c *ContentClient) SetSessionTransferUri(ctx context.Context, handle int64, arg0 int64) error

SetSessionTransferUri calls the SetSessionTransferUri RPC.

func (*ContentClient) SetStructuredData

func (c *ContentClient) SetStructuredData(ctx context.Context, handle int64, arg0 string) error

SetStructuredData calls the SetStructuredData RPC.

func (*ContentClient) SetWebUri

func (c *ContentClient) SetWebUri(ctx context.Context, handle int64, arg0 int64) error

SetWebUri calls the SetWebUri RPC.

func (*ContentClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type StructureClient

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

StructureClient wraps the gRPC StructureService client.

func NewStructureClient

func NewStructureClient(cc grpc.ClientConnInterface) *StructureClient

NewStructureClient creates a new Structure client.

func (*StructureClient) DescribeContents

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

DescribeContents calls the DescribeContents RPC.

func (*StructureClient) GetAcquisitionEndTime

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

GetAcquisitionEndTime calls the GetAcquisitionEndTime RPC.

func (*StructureClient) GetAcquisitionStartTime

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

GetAcquisitionStartTime calls the GetAcquisitionStartTime RPC.

func (*StructureClient) GetActivityComponent

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

GetActivityComponent calls the GetActivityComponent RPC.

func (*StructureClient) GetWindowNodeAt

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

GetWindowNodeAt calls the GetWindowNodeAt RPC.

func (*StructureClient) GetWindowNodeCount

func (c *StructureClient) GetWindowNodeCount(ctx context.Context, handle int64) (int32, error)

GetWindowNodeCount calls the GetWindowNodeCount RPC.

func (*StructureClient) IsHomeActivity

func (c *StructureClient) IsHomeActivity(ctx context.Context, handle int64) (bool, error)

IsHomeActivity calls the IsHomeActivity RPC.

func (*StructureClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type StructureViewNodeClient

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

StructureViewNodeClient wraps the gRPC StructureViewNodeService client.

func NewStructureViewNodeClient

func NewStructureViewNodeClient(cc grpc.ClientConnInterface) *StructureViewNodeClient

NewStructureViewNodeClient creates a new StructureViewNode client.

func (*StructureViewNodeClient) GetAlpha

func (c *StructureViewNodeClient) GetAlpha(ctx context.Context) (float32, error)

GetAlpha calls the GetAlpha RPC.

func (*StructureViewNodeClient) GetAutofillHints

func (c *StructureViewNodeClient) GetAutofillHints(ctx context.Context) (int64, error)

GetAutofillHints calls the GetAutofillHints RPC.

func (*StructureViewNodeClient) GetAutofillId

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

GetAutofillId calls the GetAutofillId RPC.

func (*StructureViewNodeClient) GetAutofillOptions

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

GetAutofillOptions calls the GetAutofillOptions RPC.

func (*StructureViewNodeClient) GetAutofillType

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

GetAutofillType calls the GetAutofillType RPC.

func (*StructureViewNodeClient) GetAutofillValue

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

GetAutofillValue calls the GetAutofillValue RPC.

func (*StructureViewNodeClient) GetChildAt

func (c *StructureViewNodeClient) GetChildAt(ctx context.Context, arg0 int32) (int64, error)

GetChildAt calls the GetChildAt RPC.

func (*StructureViewNodeClient) GetChildCount

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

GetChildCount calls the GetChildCount RPC.

func (*StructureViewNodeClient) GetClassName

func (c *StructureViewNodeClient) GetClassName(ctx context.Context) (string, error)

GetClassName calls the GetClassName RPC.

func (*StructureViewNodeClient) GetContentDescription

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

GetContentDescription calls the GetContentDescription RPC.

func (*StructureViewNodeClient) GetElevation

func (c *StructureViewNodeClient) GetElevation(ctx context.Context) (float32, error)

GetElevation calls the GetElevation RPC.

func (*StructureViewNodeClient) GetExtras

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

GetExtras calls the GetExtras RPC.

func (*StructureViewNodeClient) GetHeight

func (c *StructureViewNodeClient) GetHeight(ctx context.Context) (int32, error)

GetHeight calls the GetHeight RPC.

func (*StructureViewNodeClient) GetHint

func (c *StructureViewNodeClient) GetHint(ctx context.Context) (string, error)

GetHint calls the GetHint RPC.

func (*StructureViewNodeClient) GetHintIdEntry

func (c *StructureViewNodeClient) GetHintIdEntry(ctx context.Context) (string, error)

GetHintIdEntry calls the GetHintIdEntry RPC.

func (*StructureViewNodeClient) GetHtmlInfo

func (c *StructureViewNodeClient) GetHtmlInfo(ctx context.Context) (int64, error)

GetHtmlInfo calls the GetHtmlInfo RPC.

func (*StructureViewNodeClient) GetId

GetId calls the GetId RPC.

func (*StructureViewNodeClient) GetIdEntry

func (c *StructureViewNodeClient) GetIdEntry(ctx context.Context) (string, error)

GetIdEntry calls the GetIdEntry RPC.

func (*StructureViewNodeClient) GetIdPackage

func (c *StructureViewNodeClient) GetIdPackage(ctx context.Context) (string, error)

GetIdPackage calls the GetIdPackage RPC.

func (*StructureViewNodeClient) GetIdType

func (c *StructureViewNodeClient) GetIdType(ctx context.Context) (string, error)

GetIdType calls the GetIdType RPC.

func (*StructureViewNodeClient) GetImportantForAutofill

func (c *StructureViewNodeClient) GetImportantForAutofill(ctx context.Context) (int32, error)

GetImportantForAutofill calls the GetImportantForAutofill RPC.

func (*StructureViewNodeClient) GetInputType

func (c *StructureViewNodeClient) GetInputType(ctx context.Context) (int32, error)

GetInputType calls the GetInputType RPC.

func (*StructureViewNodeClient) GetLeft

func (c *StructureViewNodeClient) GetLeft(ctx context.Context) (int32, error)

GetLeft calls the GetLeft RPC.

func (*StructureViewNodeClient) GetLocaleList

func (c *StructureViewNodeClient) GetLocaleList(ctx context.Context) (int64, error)

GetLocaleList calls the GetLocaleList RPC.

func (*StructureViewNodeClient) GetMaxTextEms

func (c *StructureViewNodeClient) GetMaxTextEms(ctx context.Context) (int32, error)

GetMaxTextEms calls the GetMaxTextEms RPC.

func (*StructureViewNodeClient) GetMaxTextLength

func (c *StructureViewNodeClient) GetMaxTextLength(ctx context.Context) (int32, error)

GetMaxTextLength calls the GetMaxTextLength RPC.

func (*StructureViewNodeClient) GetMinTextEms

func (c *StructureViewNodeClient) GetMinTextEms(ctx context.Context) (int32, error)

GetMinTextEms calls the GetMinTextEms RPC.

func (*StructureViewNodeClient) GetReceiveContentMimeTypes

func (c *StructureViewNodeClient) GetReceiveContentMimeTypes(ctx context.Context) (int64, error)

GetReceiveContentMimeTypes calls the GetReceiveContentMimeTypes RPC.

func (*StructureViewNodeClient) GetScrollX

func (c *StructureViewNodeClient) GetScrollX(ctx context.Context) (int32, error)

GetScrollX calls the GetScrollX RPC.

func (*StructureViewNodeClient) GetScrollY

func (c *StructureViewNodeClient) GetScrollY(ctx context.Context) (int32, error)

GetScrollY calls the GetScrollY RPC.

func (*StructureViewNodeClient) GetText

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

GetText calls the GetText RPC.

func (*StructureViewNodeClient) GetTextBackgroundColor

func (c *StructureViewNodeClient) GetTextBackgroundColor(ctx context.Context) (int32, error)

GetTextBackgroundColor calls the GetTextBackgroundColor RPC.

func (*StructureViewNodeClient) GetTextColor

func (c *StructureViewNodeClient) GetTextColor(ctx context.Context) (int32, error)

GetTextColor calls the GetTextColor RPC.

func (*StructureViewNodeClient) GetTextIdEntry

func (c *StructureViewNodeClient) GetTextIdEntry(ctx context.Context) (string, error)

GetTextIdEntry calls the GetTextIdEntry RPC.

func (*StructureViewNodeClient) GetTextLineBaselines

func (c *StructureViewNodeClient) GetTextLineBaselines(ctx context.Context) (int64, error)

GetTextLineBaselines calls the GetTextLineBaselines RPC.

func (*StructureViewNodeClient) GetTextLineCharOffsets

func (c *StructureViewNodeClient) GetTextLineCharOffsets(ctx context.Context) (int64, error)

GetTextLineCharOffsets calls the GetTextLineCharOffsets RPC.

func (*StructureViewNodeClient) GetTextSelectionEnd

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

GetTextSelectionEnd calls the GetTextSelectionEnd RPC.

func (*StructureViewNodeClient) GetTextSelectionStart

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

GetTextSelectionStart calls the GetTextSelectionStart RPC.

func (*StructureViewNodeClient) GetTextSize

func (c *StructureViewNodeClient) GetTextSize(ctx context.Context) (float32, error)

GetTextSize calls the GetTextSize RPC.

func (*StructureViewNodeClient) GetTextStyle

func (c *StructureViewNodeClient) GetTextStyle(ctx context.Context) (int32, error)

GetTextStyle calls the GetTextStyle RPC.

func (*StructureViewNodeClient) GetTop

GetTop calls the GetTop RPC.

func (*StructureViewNodeClient) GetTransformation

func (c *StructureViewNodeClient) GetTransformation(ctx context.Context) (int64, error)

GetTransformation calls the GetTransformation RPC.

func (*StructureViewNodeClient) GetVisibility

func (c *StructureViewNodeClient) GetVisibility(ctx context.Context) (int32, error)

GetVisibility calls the GetVisibility RPC.

func (*StructureViewNodeClient) GetWebDomain

func (c *StructureViewNodeClient) GetWebDomain(ctx context.Context) (string, error)

GetWebDomain calls the GetWebDomain RPC.

func (*StructureViewNodeClient) GetWebScheme

func (c *StructureViewNodeClient) GetWebScheme(ctx context.Context) (string, error)

GetWebScheme calls the GetWebScheme RPC.

func (*StructureViewNodeClient) GetWidth

func (c *StructureViewNodeClient) GetWidth(ctx context.Context) (int32, error)

GetWidth calls the GetWidth RPC.

func (*StructureViewNodeClient) IsAccessibilityFocused

func (c *StructureViewNodeClient) IsAccessibilityFocused(ctx context.Context) (bool, error)

IsAccessibilityFocused calls the IsAccessibilityFocused RPC.

func (*StructureViewNodeClient) IsActivated

func (c *StructureViewNodeClient) IsActivated(ctx context.Context) (bool, error)

IsActivated calls the IsActivated RPC.

func (*StructureViewNodeClient) IsAssistBlocked

func (c *StructureViewNodeClient) IsAssistBlocked(ctx context.Context) (bool, error)

IsAssistBlocked calls the IsAssistBlocked RPC.

func (*StructureViewNodeClient) IsCheckable

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

IsCheckable calls the IsCheckable RPC.

func (*StructureViewNodeClient) IsChecked

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

IsChecked calls the IsChecked RPC.

func (*StructureViewNodeClient) IsClickable

func (c *StructureViewNodeClient) IsClickable(ctx context.Context) (bool, error)

IsClickable calls the IsClickable RPC.

func (*StructureViewNodeClient) IsContextClickable

func (c *StructureViewNodeClient) IsContextClickable(ctx context.Context) (bool, error)

IsContextClickable calls the IsContextClickable RPC.

func (*StructureViewNodeClient) IsEnabled

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

IsEnabled calls the IsEnabled RPC.

func (*StructureViewNodeClient) IsFocusable

func (c *StructureViewNodeClient) IsFocusable(ctx context.Context) (bool, error)

IsFocusable calls the IsFocusable RPC.

func (*StructureViewNodeClient) IsFocused

func (c *StructureViewNodeClient) IsFocused(ctx context.Context) (bool, error)

IsFocused calls the IsFocused RPC.

func (*StructureViewNodeClient) IsLongClickable

func (c *StructureViewNodeClient) IsLongClickable(ctx context.Context) (bool, error)

IsLongClickable calls the IsLongClickable RPC.

func (*StructureViewNodeClient) IsOpaque

func (c *StructureViewNodeClient) IsOpaque(ctx context.Context) (bool, error)

IsOpaque calls the IsOpaque RPC.

func (*StructureViewNodeClient) IsSelected

func (c *StructureViewNodeClient) IsSelected(ctx context.Context) (bool, error)

IsSelected calls the IsSelected RPC.

type StructureWindowNodeClient

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

StructureWindowNodeClient wraps the gRPC StructureWindowNodeService client.

func NewStructureWindowNodeClient

func NewStructureWindowNodeClient(cc grpc.ClientConnInterface) *StructureWindowNodeClient

NewStructureWindowNodeClient creates a new StructureWindowNode client.

func (*StructureWindowNodeClient) GetDisplayId

func (c *StructureWindowNodeClient) GetDisplayId(ctx context.Context) (int32, error)

GetDisplayId calls the GetDisplayId RPC.

func (*StructureWindowNodeClient) GetHeight

func (c *StructureWindowNodeClient) GetHeight(ctx context.Context) (int32, error)

GetHeight calls the GetHeight RPC.

func (*StructureWindowNodeClient) GetLeft

GetLeft calls the GetLeft RPC.

func (*StructureWindowNodeClient) GetRootViewNode

func (c *StructureWindowNodeClient) GetRootViewNode(ctx context.Context) (int64, error)

GetRootViewNode calls the GetRootViewNode RPC.

func (*StructureWindowNodeClient) GetTitle

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

GetTitle calls the GetTitle RPC.

func (*StructureWindowNodeClient) GetTop

GetTop calls the GetTop RPC.

func (*StructureWindowNodeClient) GetWidth

func (c *StructureWindowNodeClient) GetWidth(ctx context.Context) (int32, error)

GetWidth calls the GetWidth RPC.

Jump to

Keyboard shortcuts

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