view

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigurationServer

type ConfigurationServer struct {
	pb.UnimplementedConfigurationServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ConfigurationServer implements pb.ConfigurationServiceServer.

func (*ConfigurationServer) Get

func (*ConfigurationServer) GetDoubleTapTimeout

func (*ConfigurationServer) GetEdgeSlop

func (*ConfigurationServer) GetFadingEdgeLength

func (*ConfigurationServer) GetJumpTapTimeout

func (*ConfigurationServer) GetKeyRepeatDelay

func (*ConfigurationServer) GetKeyRepeatTimeout

func (*ConfigurationServer) GetLongPressTimeout

func (*ConfigurationServer) GetMaximumFlingVelocity

func (*ConfigurationServer) GetMinimumFlingVelocity

func (*ConfigurationServer) GetMultiPressTimeout

func (*ConfigurationServer) GetPressedStateDuration

func (*ConfigurationServer) GetScaledDoubleTapSlop

func (*ConfigurationServer) GetScaledEdgeSlop

func (*ConfigurationServer) GetScaledHoverSlop

func (*ConfigurationServer) GetScaledScrollBarSize

func (*ConfigurationServer) GetScaledTouchSlop

func (*ConfigurationServer) GetScrollBarSize

func (*ConfigurationServer) GetScrollDefaultDelay

func (*ConfigurationServer) GetScrollFriction

func (*ConfigurationServer) GetTapTimeout

func (*ConfigurationServer) GetTouchSlop

func (*ConfigurationServer) GetWindowTouchSlop

func (*ConfigurationServer) GetZoomControlsTimeout

func (*ConfigurationServer) HasPermanentMenuKey

func (*ConfigurationServer) NewConfiguration

type ContextThemeWrapperServer

type ContextThemeWrapperServer struct {
	pb.UnimplementedContextThemeWrapperServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ContextThemeWrapperServer implements pb.ContextThemeWrapperServiceServer.

func (*ContextThemeWrapperServer) GetAssets

func (*ContextThemeWrapperServer) GetResources

func (*ContextThemeWrapperServer) GetSystemService

func (*ContextThemeWrapperServer) GetTheme

func (*ContextThemeWrapperServer) NewContextThemeWrapper

func (*ContextThemeWrapperServer) SetTheme1

func (*ContextThemeWrapperServer) SetTheme1_1

type DebugServer

type DebugServer struct {
	pb.UnimplementedDebugServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

DebugServer implements pb.DebugServiceServer.

func (*DebugServer) DumpCapturedView

func (*DebugServer) NewDebug

func (*DebugServer) StartHierarchyTracing

func (*DebugServer) StartRecyclerTracing

func (*DebugServer) StopHierarchyTracing

func (*DebugServer) StopRecyclerTracing

func (*DebugServer) Trace2

func (*DebugServer) Trace3_1

type DisplayCutoutServer

type DisplayCutoutServer struct {
	pb.UnimplementedDisplayCutoutServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

DisplayCutoutServer implements pb.DisplayCutoutServiceServer.

func (*DisplayCutoutServer) Equals

func (*DisplayCutoutServer) GetBoundingRectBottom

func (*DisplayCutoutServer) GetBoundingRectLeft

func (*DisplayCutoutServer) GetBoundingRectRight

func (*DisplayCutoutServer) GetBoundingRectTop

func (*DisplayCutoutServer) GetCutoutPath

func (*DisplayCutoutServer) GetSafeInsetBottom

func (*DisplayCutoutServer) GetSafeInsetLeft

func (*DisplayCutoutServer) GetSafeInsetRight

func (*DisplayCutoutServer) GetSafeInsetTop

func (*DisplayCutoutServer) GetWaterfallInsets

func (*DisplayCutoutServer) HashCode

func (*DisplayCutoutServer) NewDisplayCutout

func (*DisplayCutoutServer) ToString

type FrameMetricsServer

type FrameMetricsServer struct {
	pb.UnimplementedFrameMetricsServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

FrameMetricsServer implements pb.FrameMetricsServiceServer.

func (*FrameMetricsServer) GetMetric

func (*FrameMetricsServer) NewFrameMetrics

type GestureDetectorServer

type GestureDetectorServer struct {
	pb.UnimplementedGestureDetectorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

GestureDetectorServer implements pb.GestureDetectorServiceServer.

func (*GestureDetectorServer) IsLongpressEnabled

func (*GestureDetectorServer) NewGestureDetector

func (*GestureDetectorServer) OnGenericMotionEvent

func (*GestureDetectorServer) OnTouchEvent

func (*GestureDetectorServer) SetContextClickListener

func (*GestureDetectorServer) SetIsLongpressEnabled

func (*GestureDetectorServer) SetOnDoubleTapListener

type GravityServer

type GravityServer struct {
	pb.UnimplementedGravityServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

GravityServer implements pb.GravityServiceServer.

func (*GravityServer) Apply5

func (*GravityServer) Apply6_1

func (*GravityServer) Apply7_2

func (*GravityServer) Apply8_3

func (*GravityServer) ApplyDisplay3

func (*GravityServer) ApplyDisplay4_1

func (*GravityServer) GetAbsoluteGravity

func (*GravityServer) IsHorizontal

func (*GravityServer) IsVertical

func (*GravityServer) NewGravity

type KeyEventServer

type KeyEventServer struct {
	pb.UnimplementedKeyEventServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

KeyEventServer implements pb.KeyEventServiceServer.

func (*KeyEventServer) ChangeAction

func (*KeyEventServer) ChangeFlags

func (*KeyEventServer) ChangeTimeRepeat3

func (*KeyEventServer) ChangeTimeRepeat4_1

func (*KeyEventServer) Dispatch1

func (*KeyEventServer) Dispatch3_1

func (*KeyEventServer) GetAction

func (*KeyEventServer) GetCharacters

func (*KeyEventServer) GetDeadChar

func (*KeyEventServer) GetDeviceId

func (*KeyEventServer) GetDisplayLabel

func (*KeyEventServer) GetDownTime

func (*KeyEventServer) GetEventTime

func (*KeyEventServer) GetFlags

func (*KeyEventServer) GetKeyCharacterMap

func (*KeyEventServer) GetKeyCode

func (*KeyEventServer) GetKeyData

func (*KeyEventServer) GetMatch1

func (*KeyEventServer) GetMatch2_1

func (*KeyEventServer) GetMaxKeyCode

func (*KeyEventServer) GetMetaState

func (*KeyEventServer) GetModifiers

func (*KeyEventServer) GetNumber

func (*KeyEventServer) GetRepeatCount

func (*KeyEventServer) GetScanCode

func (*KeyEventServer) GetSource

func (*KeyEventServer) GetUnicodeChar0

func (*KeyEventServer) GetUnicodeChar1_1

func (*KeyEventServer) HasModifiers

func (*KeyEventServer) HasNoModifiers

func (*KeyEventServer) IsAltPressed

func (*KeyEventServer) IsCanceled

func (*KeyEventServer) IsCapsLockOn

func (*KeyEventServer) IsCtrlPressed

func (*KeyEventServer) IsFunctionPressed

func (*KeyEventServer) IsGamepadButton

func (*KeyEventServer) IsLongPress

func (*KeyEventServer) IsMediaSessionKey

func (*KeyEventServer) IsMetaPressed

func (*KeyEventServer) IsModifierKey

func (*KeyEventServer) IsNumLockOn

func (*KeyEventServer) IsPrintingKey

func (*KeyEventServer) IsScrollLockOn

func (*KeyEventServer) IsShiftPressed

func (*KeyEventServer) IsSymPressed

func (*KeyEventServer) IsSystem

func (*KeyEventServer) IsTracking

func (*KeyEventServer) KeyCodeFromString

func (*KeyEventServer) KeyCodeToString

func (*KeyEventServer) MetaStateHasModifiers

func (*KeyEventServer) NewKeyEvent

func (*KeyEventServer) NormalizeMetaState

func (*KeyEventServer) SetSource

func (*KeyEventServer) StartTracking

func (*KeyEventServer) ToString

func (*KeyEventServer) WriteToParcel

type KeyboardShortcutGroupServer

type KeyboardShortcutGroupServer struct {
	pb.UnimplementedKeyboardShortcutGroupServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

KeyboardShortcutGroupServer implements pb.KeyboardShortcutGroupServiceServer.

func (*KeyboardShortcutGroupServer) AddItem

func (*KeyboardShortcutGroupServer) GetItems

func (*KeyboardShortcutGroupServer) GetLabel

func (*KeyboardShortcutGroupServer) NewKeyboardShortcutGroup

type KeyboardShortcutInfoServer

type KeyboardShortcutInfoServer struct {
	pb.UnimplementedKeyboardShortcutInfoServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

KeyboardShortcutInfoServer implements pb.KeyboardShortcutInfoServiceServer.

func (*KeyboardShortcutInfoServer) GetBaseCharacter

func (*KeyboardShortcutInfoServer) GetKeycode

func (*KeyboardShortcutInfoServer) GetLabel

func (*KeyboardShortcutInfoServer) GetModifiers

func (*KeyboardShortcutInfoServer) NewKeyboardShortcutInfo

type LayoutInflaterServer

type LayoutInflaterServer struct {
	pb.UnimplementedLayoutInflaterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

LayoutInflaterServer implements pb.LayoutInflaterServiceServer.

func (*LayoutInflaterServer) CloneInContext

func (*LayoutInflaterServer) CreateView3_1

func (*LayoutInflaterServer) CreateView4

func (*LayoutInflaterServer) From

func (*LayoutInflaterServer) GetContext

func (*LayoutInflaterServer) GetFactory

func (*LayoutInflaterServer) GetFactory2

func (*LayoutInflaterServer) GetFilter

func (*LayoutInflaterServer) Inflate2

func (*LayoutInflaterServer) Inflate2_2

func (*LayoutInflaterServer) Inflate3_1

func (*LayoutInflaterServer) Inflate3_3

func (*LayoutInflaterServer) OnCreateView

func (*LayoutInflaterServer) SetFactory

func (*LayoutInflaterServer) SetFactory2

func (*LayoutInflaterServer) SetFilter

type MenuInflaterServer struct {
	pb.UnimplementedMenuInflaterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

MenuInflaterServer implements pb.MenuInflaterServiceServer.

type MotionPredictorServer

type MotionPredictorServer struct {
	pb.UnimplementedMotionPredictorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

MotionPredictorServer implements pb.MotionPredictorServiceServer.

func (*MotionPredictorServer) IsPredictionAvailable

func (*MotionPredictorServer) NewMotionPredictor

func (*MotionPredictorServer) Predict

func (*MotionPredictorServer) Record

type RoundedCornerServer

type RoundedCornerServer struct {
	pb.UnimplementedRoundedCornerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

RoundedCornerServer implements pb.RoundedCornerServiceServer.

func (*RoundedCornerServer) Equals

func (*RoundedCornerServer) GetCenter

func (*RoundedCornerServer) GetPosition

func (*RoundedCornerServer) GetRadius

func (*RoundedCornerServer) HashCode

func (*RoundedCornerServer) NewRoundedCorner

func (*RoundedCornerServer) ToString

func (*RoundedCornerServer) WriteToParcel

type ScaleGestureDetectorServer

type ScaleGestureDetectorServer struct {
	pb.UnimplementedScaleGestureDetectorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ScaleGestureDetectorServer implements pb.ScaleGestureDetectorServiceServer.

func (*ScaleGestureDetectorServer) GetCurrentSpan

func (*ScaleGestureDetectorServer) GetCurrentSpanX

func (*ScaleGestureDetectorServer) GetCurrentSpanY

func (*ScaleGestureDetectorServer) GetEventTime

func (*ScaleGestureDetectorServer) GetFocusX

func (*ScaleGestureDetectorServer) GetFocusY

func (*ScaleGestureDetectorServer) GetPreviousSpan

func (*ScaleGestureDetectorServer) GetPreviousSpanX

func (*ScaleGestureDetectorServer) GetPreviousSpanY

func (*ScaleGestureDetectorServer) GetScaleFactor

func (*ScaleGestureDetectorServer) GetTimeDelta

func (*ScaleGestureDetectorServer) IsInProgress

func (*ScaleGestureDetectorServer) IsQuickScaleEnabled

func (*ScaleGestureDetectorServer) IsStylusScaleEnabled

func (*ScaleGestureDetectorServer) NewScaleGestureDetector

func (*ScaleGestureDetectorServer) OnTouchEvent

func (*ScaleGestureDetectorServer) SetQuickScaleEnabled

func (*ScaleGestureDetectorServer) SetStylusScaleEnabled

type ScrollCaptureSessionServer

type ScrollCaptureSessionServer struct {
	pb.UnimplementedScrollCaptureSessionServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ScrollCaptureSessionServer implements pb.ScrollCaptureSessionServiceServer.

func (*ScrollCaptureSessionServer) GetPositionInWindow

func (*ScrollCaptureSessionServer) GetScrollBounds

func (*ScrollCaptureSessionServer) GetSurface

func (*ScrollCaptureSessionServer) NewScrollCaptureSession

type ScrollCaptureTargetServer

type ScrollCaptureTargetServer struct {
	pb.UnimplementedScrollCaptureTargetServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ScrollCaptureTargetServer implements pb.ScrollCaptureTargetServiceServer.

func (*ScrollCaptureTargetServer) GetCallback

func (*ScrollCaptureTargetServer) GetContainingView

func (*ScrollCaptureTargetServer) GetLocalVisibleRect

func (*ScrollCaptureTargetServer) GetPositionInWindow

func (*ScrollCaptureTargetServer) GetScrollBounds

func (*ScrollCaptureTargetServer) NewScrollCaptureTarget

func (*ScrollCaptureTargetServer) SetScrollBounds

func (*ScrollCaptureTargetServer) ToString

func (*ScrollCaptureTargetServer) UpdatePositionInWindow

type SearchEventServer

type SearchEventServer struct {
	pb.UnimplementedSearchEventServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SearchEventServer implements pb.SearchEventServiceServer.

func (*SearchEventServer) GetInputDevice

func (*SearchEventServer) NewSearchEvent

type StubServer

type StubServer struct {
	pb.UnimplementedStubServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

StubServer implements pb.StubServiceServer.

func (*StubServer) Draw

func (*StubServer) GetInflatedId

func (*StubServer) GetLayoutInflater

func (*StubServer) GetLayoutResource

func (*StubServer) Inflate

func (*StubServer) NewStub

func (*StubServer) SetInflatedId

func (*StubServer) SetLayoutInflater

func (*StubServer) SetLayoutResource

func (*StubServer) SetOnInflateListener

func (*StubServer) SetVisibility

type SurfaceControlViewHostServer

type SurfaceControlViewHostServer struct {
	pb.UnimplementedSurfaceControlViewHostServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SurfaceControlViewHostServer implements pb.SurfaceControlViewHostServiceServer.

func (*SurfaceControlViewHostServer) GetSurfacePackage

func (*SurfaceControlViewHostServer) GetView

func (*SurfaceControlViewHostServer) NewSurfaceControlViewHost

func (*SurfaceControlViewHostServer) Relayout

func (*SurfaceControlViewHostServer) Release

func (*SurfaceControlViewHostServer) SetView

func (*SurfaceControlViewHostServer) TransferTouchGestureToHost

type TextureViewServer

type TextureViewServer struct {
	pb.UnimplementedTextureViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TextureViewServer implements pb.TextureViewServiceServer.

func (*TextureViewServer) BuildLayer

func (*TextureViewServer) Draw

func (*TextureViewServer) GetBitmap0

func (*TextureViewServer) GetBitmap1_1

func (*TextureViewServer) GetBitmap2_2

func (*TextureViewServer) GetLayerType

func (*TextureViewServer) GetSurfaceTexture

func (*TextureViewServer) GetTransform

func (*TextureViewServer) IsAvailable

func (*TextureViewServer) IsOpaque

func (*TextureViewServer) LockCanvas0

func (*TextureViewServer) LockCanvas1_1

func (*TextureViewServer) NewTextureView

func (*TextureViewServer) SetBackgroundDrawable

func (*TextureViewServer) SetForeground

func (*TextureViewServer) SetLayerPaint

func (*TextureViewServer) SetLayerType

func (*TextureViewServer) SetOpaque

func (*TextureViewServer) SetSurfaceTexture

func (*TextureViewServer) SetTransform

func (*TextureViewServer) UnlockCanvasAndPost

type TouchDelegateServer

type TouchDelegateServer struct {
	pb.UnimplementedTouchDelegateServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TouchDelegateServer implements pb.TouchDelegateServiceServer.

func (*TouchDelegateServer) GetTouchDelegateInfo

func (*TouchDelegateServer) NewTouchDelegate

func (*TouchDelegateServer) OnTouchEvent

type WindowInsetsAnimationServer

type WindowInsetsAnimationServer struct {
	pb.UnimplementedWindowInsetsAnimationServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

WindowInsetsAnimationServer implements pb.WindowInsetsAnimationServiceServer.

func (*WindowInsetsAnimationServer) GetAlpha

func (*WindowInsetsAnimationServer) GetDurationMillis

func (*WindowInsetsAnimationServer) GetFraction

func (*WindowInsetsAnimationServer) GetInterpolatedFraction

func (*WindowInsetsAnimationServer) GetTypeMask

func (*WindowInsetsAnimationServer) NewWindowInsetsAnimation

func (*WindowInsetsAnimationServer) SetAlpha

func (*WindowInsetsAnimationServer) SetFraction

type WindowInsetsServer

type WindowInsetsServer struct {
	pb.UnimplementedWindowInsetsServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

WindowInsetsServer implements pb.WindowInsetsServiceServer.

func (*WindowInsetsServer) ConsumeDisplayCutout

func (*WindowInsetsServer) ConsumeStableInsets

func (*WindowInsetsServer) Equals

func (*WindowInsetsServer) GetBoundingRects

func (*WindowInsetsServer) GetDisplayCutout

func (*WindowInsetsServer) GetDisplayShape

func (*WindowInsetsServer) GetFrame

func (*WindowInsetsServer) GetInsets

func (*WindowInsetsServer) GetRoundedCorner

func (*WindowInsetsServer) GetStableInsetBottom

func (*WindowInsetsServer) GetStableInsetLeft

func (*WindowInsetsServer) GetStableInsetRight

func (*WindowInsetsServer) GetStableInsetTop

func (*WindowInsetsServer) GetStableInsets

func (*WindowInsetsServer) GetSystemGestureInsets

func (*WindowInsetsServer) GetSystemWindowInsetTop

func (*WindowInsetsServer) GetSystemWindowInsets

func (*WindowInsetsServer) HasInsets

func (*WindowInsetsServer) HasStableInsets

func (*WindowInsetsServer) HasSystemWindowInsets

func (*WindowInsetsServer) HashCode

func (*WindowInsetsServer) Inset1

func (*WindowInsetsServer) Inset4_1

func (*WindowInsetsServer) IsConsumed

func (*WindowInsetsServer) IsRound

func (*WindowInsetsServer) IsVisible

func (*WindowInsetsServer) NewWindowInsets

func (*WindowInsetsServer) ToString

type WindowMetricsServer

type WindowMetricsServer struct {
	pb.UnimplementedWindowMetricsServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

WindowMetricsServer implements pb.WindowMetricsServiceServer.

func (*WindowMetricsServer) GetBounds

func (*WindowMetricsServer) GetDensity

func (*WindowMetricsServer) GetWindowInsets

func (*WindowMetricsServer) NewWindowMetrics

func (*WindowMetricsServer) ToString

Jump to

Keyboard shortcuts

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