view

package
v0.0.8 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: 6 Imported by: 0

Documentation

Overview

Package view provides Go bindings for android.view.

Index

Constants

View Source
const (
	AppearanceLightCaptionBars                = consts.AppearanceLightCaptionBars
	AppearanceLightNavigationBars             = consts.AppearanceLightNavigationBars
	AppearanceLightStatusBars                 = consts.AppearanceLightStatusBars
	AppearanceTransparentCaptionBarBackground = consts.AppearanceTransparentCaptionBarBackground
	BehaviorDefault                           = consts.BehaviorDefault
	BehaviorShowBarsBySwipe                   = consts.BehaviorShowBarsBySwipe
	BehaviorShowBarsByTouch                   = consts.BehaviorShowBarsByTouch
	BehaviorShowTransientBarsBySwipe          = consts.BehaviorShowTransientBarsBySwipe
	DefaultHideDuration                       = consts.DefaultHideDuration
	TypeFloating                              = consts.TypeFloating
	TypePrimary                               = consts.TypePrimary
	ActionButtonPress                         = consts.ActionButtonPress
	ActionButtonRelease                       = consts.ActionButtonRelease
	ActionCancel                              = consts.ActionCancel
	ActionDown                                = consts.ActionDown
	ActionHoverEnter                          = consts.ActionHoverEnter
	ActionHoverExit                           = consts.ActionHoverExit
	ActionHoverMove                           = consts.ActionHoverMove
	ActionMask                                = consts.ActionMask
	ActionMove                                = consts.ActionMove
	ActionOutside                             = consts.ActionOutside
	ActionPointer1Down                        = consts.ActionPointer1Down
	ActionPointer1Up                          = consts.ActionPointer1Up
	ActionPointer2Down                        = consts.ActionPointer2Down
	ActionPointer2Up                          = consts.ActionPointer2Up
	ActionPointer3Down                        = consts.ActionPointer3Down
	ActionPointer3Up                          = consts.ActionPointer3Up
	ActionPointerDown                         = consts.ActionPointerDown
	ActionPointerIdMask                       = consts.ActionPointerIdMask
	ActionPointerIdShift                      = consts.ActionPointerIdShift
	ActionPointerIndexMask                    = consts.ActionPointerIndexMask
	ActionPointerIndexShift                   = consts.ActionPointerIndexShift
	ActionPointerUp                           = consts.ActionPointerUp
	ActionScroll                              = consts.ActionScroll
	ActionUp                                  = consts.ActionUp
	AxisBrake                                 = consts.AxisBrake
	AxisDistance                              = consts.AxisDistance
	AxisGas                                   = consts.AxisGas
	AxisGeneric1                              = consts.AxisGeneric1
	AxisGeneric10                             = consts.AxisGeneric10
	AxisGeneric11                             = consts.AxisGeneric11
	AxisGeneric12                             = consts.AxisGeneric12
	AxisGeneric13                             = consts.AxisGeneric13
	AxisGeneric14                             = consts.AxisGeneric14
	AxisGeneric15                             = consts.AxisGeneric15
	AxisGeneric16                             = consts.AxisGeneric16
	AxisGeneric2                              = consts.AxisGeneric2
	AxisGeneric3                              = consts.AxisGeneric3
	AxisGeneric4                              = consts.AxisGeneric4
	AxisGeneric5                              = consts.AxisGeneric5
	AxisGeneric6                              = consts.AxisGeneric6
	AxisGeneric7                              = consts.AxisGeneric7
	AxisGeneric8                              = consts.AxisGeneric8
	AxisGeneric9                              = consts.AxisGeneric9
	AxisGesturePinchScaleFactor               = consts.AxisGesturePinchScaleFactor
	AxisGestureScrollXDistance                = consts.AxisGestureScrollXDistance
	AxisGestureScrollYDistance                = consts.AxisGestureScrollYDistance
	AxisGestureXOffset                        = consts.AxisGestureXOffset
	AxisGestureYOffset                        = consts.AxisGestureYOffset
	AxisHatX                                  = consts.AxisHatX
	AxisHatY                                  = consts.AxisHatY
	AxisHscroll                               = consts.AxisHscroll
	AxisLtrigger                              = consts.AxisLtrigger
	AxisOrientation                           = consts.AxisOrientation
	AxisPressure                              = consts.AxisPressure
	AxisRelativeX                             = consts.AxisRelativeX
	AxisRelativeY                             = consts.AxisRelativeY
	AxisRtrigger                              = consts.AxisRtrigger
	AxisRudder                                = consts.AxisRudder
	AxisRx                                    = consts.AxisRx
	AxisRy                                    = consts.AxisRy
	AxisRz                                    = consts.AxisRz
	AxisScroll                                = consts.AxisScroll
	AxisSize                                  = consts.AxisSize
	AxisThrottle                              = consts.AxisThrottle
	AxisTilt                                  = consts.AxisTilt
	AxisToolMajor                             = consts.AxisToolMajor
	AxisToolMinor                             = consts.AxisToolMinor
	AxisTouchMajor                            = consts.AxisTouchMajor
	AxisTouchMinor                            = consts.AxisTouchMinor
	AxisVscroll                               = consts.AxisVscroll
	AxisWheel                                 = consts.AxisWheel
	AxisX                                     = consts.AxisX
	AxisY                                     = consts.AxisY
	AxisZ                                     = consts.AxisZ
	ButtonBack                                = consts.ButtonBack
	ButtonForward                             = consts.ButtonForward
	ButtonPrimary                             = consts.ButtonPrimary
	ButtonSecondary                           = consts.ButtonSecondary
	ButtonStylusPrimary                       = consts.ButtonStylusPrimary
	ButtonStylusSecondary                     = consts.ButtonStylusSecondary
	ButtonTertiary                            = consts.ButtonTertiary
	ClassificationAmbiguousGesture            = consts.ClassificationAmbiguousGesture
	ClassificationDeepPress                   = consts.ClassificationDeepPress
	ClassificationNone                        = consts.ClassificationNone
	ClassificationPinch                       = consts.ClassificationPinch
	ClassificationTwoFingerSwipe              = consts.ClassificationTwoFingerSwipe
	Creator                                   = consts.Creator
	EdgeBottom                                = consts.EdgeBottom
	EdgeLeft                                  = consts.EdgeLeft
	EdgeRight                                 = consts.EdgeRight
	EdgeTop                                   = consts.EdgeTop
	FlagCanceled                              = consts.FlagCanceled
	FlagWindowIsObscured                      = consts.FlagWindowIsObscured
	FlagWindowIsPartiallyObscured             = consts.FlagWindowIsPartiallyObscured
	InvalidPointerId                          = consts.InvalidPointerId
	ToolTypeEraser                            = consts.ToolTypeEraser
	ToolTypeFinger                            = consts.ToolTypeFinger
	ToolTypeMouse                             = consts.ToolTypeMouse
	ToolTypeStylus                            = consts.ToolTypeStylus
	ToolTypeUnknown                           = consts.ToolTypeUnknown
	ActionMultiple                            = consts.ActionMultiple
	FlagCanceledLongPress                     = consts.FlagCanceledLongPress
	FlagEditorAction                          = consts.FlagEditorAction
	FlagFallback                              = consts.FlagFallback
	FlagFromSystem                            = consts.FlagFromSystem
	FlagKeepTouchMode                         = consts.FlagKeepTouchMode
	FlagLongPress                             = consts.FlagLongPress
	FlagSoftKeyboard                          = consts.FlagSoftKeyboard
	FlagTracking                              = consts.FlagTracking
	FlagVirtualHardKey                        = consts.FlagVirtualHardKey
	FlagWokeHere                              = consts.FlagWokeHere
	Keycode0                                  = consts.Keycode0
	Keycode1                                  = consts.Keycode1
	Keycode11                                 = consts.Keycode11
	Keycode12                                 = consts.Keycode12
	Keycode2                                  = consts.Keycode2
	Keycode3                                  = consts.Keycode3
	Keycode3dMode                             = consts.Keycode3dMode
	Keycode4                                  = consts.Keycode4
	Keycode5                                  = consts.Keycode5
	Keycode6                                  = consts.Keycode6
	Keycode7                                  = consts.Keycode7
	Keycode8                                  = consts.Keycode8
	Keycode9                                  = consts.Keycode9
	KeycodeA                                  = consts.KeycodeA
	KeycodeAllApps                            = consts.KeycodeAllApps
	KeycodeAltLeft                            = consts.KeycodeAltLeft
	KeycodeAltRight                           = consts.KeycodeAltRight
	KeycodeApostrophe                         = consts.KeycodeApostrophe
	KeycodeAppSwitch                          = consts.KeycodeAppSwitch
	KeycodeAssist                             = consts.KeycodeAssist
	KeycodeAt                                 = consts.KeycodeAt
	KeycodeAvrInput                           = consts.KeycodeAvrInput
	KeycodeAvrPower                           = consts.KeycodeAvrPower
	KeycodeB                                  = consts.KeycodeB
	KeycodeBack                               = consts.KeycodeBack
	KeycodeBackslash                          = consts.KeycodeBackslash
	KeycodeBookmark                           = consts.KeycodeBookmark
	KeycodeBreak                              = consts.KeycodeBreak
	KeycodeBrightnessDown                     = consts.KeycodeBrightnessDown
	KeycodeBrightnessUp                       = consts.KeycodeBrightnessUp
	KeycodeButton1                            = consts.KeycodeButton1
	KeycodeButton10                           = consts.KeycodeButton10
	KeycodeButton11                           = consts.KeycodeButton11
	KeycodeButton12                           = consts.KeycodeButton12
	KeycodeButton13                           = consts.KeycodeButton13
	KeycodeButton14                           = consts.KeycodeButton14
	KeycodeButton15                           = consts.KeycodeButton15
	KeycodeButton16                           = consts.KeycodeButton16
	KeycodeButton2                            = consts.KeycodeButton2
	KeycodeButton3                            = consts.KeycodeButton3
	KeycodeButton4                            = consts.KeycodeButton4
	KeycodeButton5                            = consts.KeycodeButton5
	KeycodeButton6                            = consts.KeycodeButton6
	KeycodeButton7                            = consts.KeycodeButton7
	KeycodeButton8                            = consts.KeycodeButton8
	KeycodeButton9                            = consts.KeycodeButton9
	KeycodeButtonA                            = consts.KeycodeButtonA
	KeycodeButtonB                            = consts.KeycodeButtonB
	KeycodeButtonC                            = consts.KeycodeButtonC
	KeycodeButtonL1                           = consts.KeycodeButtonL1
	KeycodeButtonL2                           = consts.KeycodeButtonL2
	KeycodeButtonMode                         = consts.KeycodeButtonMode
	KeycodeButtonR1                           = consts.KeycodeButtonR1
	KeycodeButtonR2                           = consts.KeycodeButtonR2
	KeycodeButtonSelect                       = consts.KeycodeButtonSelect
	KeycodeButtonStart                        = consts.KeycodeButtonStart
	KeycodeButtonThumbl                       = consts.KeycodeButtonThumbl
	KeycodeButtonThumbr                       = consts.KeycodeButtonThumbr
	KeycodeButtonX                            = consts.KeycodeButtonX
	KeycodeButtonY                            = consts.KeycodeButtonY
	KeycodeButtonZ                            = consts.KeycodeButtonZ
	KeycodeC                                  = consts.KeycodeC
	KeycodeCalculator                         = consts.KeycodeCalculator
	KeycodeCalendar                           = consts.KeycodeCalendar
	KeycodeCall                               = consts.KeycodeCall
	KeycodeCamera                             = consts.KeycodeCamera
	KeycodeCapsLock                           = consts.KeycodeCapsLock
	KeycodeCaptions                           = consts.KeycodeCaptions
	KeycodeChannelDown                        = consts.KeycodeChannelDown
	KeycodeChannelUp                          = consts.KeycodeChannelUp
	KeycodeClear                              = consts.KeycodeClear
	KeycodeClose                              = consts.KeycodeClose
	KeycodeComma                              = consts.KeycodeComma
	KeycodeContacts                           = consts.KeycodeContacts
	KeycodeCopy                               = consts.KeycodeCopy
	KeycodeCtrlLeft                           = consts.KeycodeCtrlLeft
	KeycodeCtrlRight                          = consts.KeycodeCtrlRight
	KeycodeCut                                = consts.KeycodeCut
	KeycodeD                                  = consts.KeycodeD
	KeycodeDel                                = consts.KeycodeDel
	KeycodeDemoApp1                           = consts.KeycodeDemoApp1
	KeycodeDemoApp2                           = consts.KeycodeDemoApp2
	KeycodeDemoApp3                           = consts.KeycodeDemoApp3
	KeycodeDemoApp4                           = consts.KeycodeDemoApp4
	KeycodeDictate                            = consts.KeycodeDictate
	KeycodeDoNotDisturb                       = consts.KeycodeDoNotDisturb
	KeycodeDpadCenter                         = consts.KeycodeDpadCenter
	KeycodeDpadDown                           = consts.KeycodeDpadDown
	KeycodeDpadDownLeft                       = consts.KeycodeDpadDownLeft
	KeycodeDpadDownRight                      = consts.KeycodeDpadDownRight
	KeycodeDpadLeft                           = consts.KeycodeDpadLeft
	KeycodeDpadRight                          = consts.KeycodeDpadRight
	KeycodeDpadUp                             = consts.KeycodeDpadUp
	KeycodeDpadUpLeft                         = consts.KeycodeDpadUpLeft
	KeycodeDpadUpRight                        = consts.KeycodeDpadUpRight
	KeycodeDvr                                = consts.KeycodeDvr
	KeycodeE                                  = consts.KeycodeE
	KeycodeEisu                               = consts.KeycodeEisu
	KeycodeEmojiPicker                        = consts.KeycodeEmojiPicker
	KeycodeEndcall                            = consts.KeycodeEndcall
	KeycodeEnter                              = consts.KeycodeEnter
	KeycodeEnvelope                           = consts.KeycodeEnvelope
	KeycodeEquals                             = consts.KeycodeEquals
	KeycodeEscape                             = consts.KeycodeEscape
	KeycodeExplorer                           = consts.KeycodeExplorer
	KeycodeF                                  = consts.KeycodeF
	KeycodeF1                                 = consts.KeycodeF1
	KeycodeF10                                = consts.KeycodeF10
	KeycodeF11                                = consts.KeycodeF11
	KeycodeF12                                = consts.KeycodeF12
	KeycodeF13                                = consts.KeycodeF13
	KeycodeF14                                = consts.KeycodeF14
	KeycodeF15                                = consts.KeycodeF15
	KeycodeF16                                = consts.KeycodeF16
	KeycodeF17                                = consts.KeycodeF17
	KeycodeF18                                = consts.KeycodeF18
	KeycodeF19                                = consts.KeycodeF19
	KeycodeF2                                 = consts.KeycodeF2
	KeycodeF20                                = consts.KeycodeF20
	KeycodeF21                                = consts.KeycodeF21
	KeycodeF22                                = consts.KeycodeF22
	KeycodeF23                                = consts.KeycodeF23
	KeycodeF24                                = consts.KeycodeF24
	KeycodeF3                                 = consts.KeycodeF3
	KeycodeF4                                 = consts.KeycodeF4
	KeycodeF5                                 = consts.KeycodeF5
	KeycodeF6                                 = consts.KeycodeF6
	KeycodeF7                                 = consts.KeycodeF7
	KeycodeF8                                 = consts.KeycodeF8
	KeycodeF9                                 = consts.KeycodeF9
	KeycodeFeaturedApp1                       = consts.KeycodeFeaturedApp1
	KeycodeFeaturedApp2                       = consts.KeycodeFeaturedApp2
	KeycodeFeaturedApp3                       = consts.KeycodeFeaturedApp3
	KeycodeFeaturedApp4                       = consts.KeycodeFeaturedApp4
	KeycodeFocus                              = consts.KeycodeFocus
	KeycodeForward                            = consts.KeycodeForward
	KeycodeForwardDel                         = consts.KeycodeForwardDel
	KeycodeFullscreen                         = consts.KeycodeFullscreen
	KeycodeFunction                           = consts.KeycodeFunction
	KeycodeG                                  = consts.KeycodeG
	KeycodeGrave                              = consts.KeycodeGrave
	KeycodeGuide                              = consts.KeycodeGuide
	KeycodeH                                  = consts.KeycodeH
	KeycodeHeadsethook                        = consts.KeycodeHeadsethook
	KeycodeHelp                               = consts.KeycodeHelp
	KeycodeHenkan                             = consts.KeycodeHenkan
	KeycodeHome                               = consts.KeycodeHome
	KeycodeI                                  = consts.KeycodeI
	KeycodeInfo                               = consts.KeycodeInfo
	KeycodeInsert                             = consts.KeycodeInsert
	KeycodeJ                                  = consts.KeycodeJ
	KeycodeK                                  = consts.KeycodeK
	KeycodeKana                               = consts.KeycodeKana
	KeycodeKatakanaHiragana                   = consts.KeycodeKatakanaHiragana
	KeycodeKeyboardBacklightDown              = consts.KeycodeKeyboardBacklightDown
	KeycodeKeyboardBacklightToggle            = consts.KeycodeKeyboardBacklightToggle
	KeycodeKeyboardBacklightUp                = consts.KeycodeKeyboardBacklightUp
	KeycodeL                                  = consts.KeycodeL
	KeycodeLanguageSwitch                     = consts.KeycodeLanguageSwitch
	KeycodeLastChannel                        = consts.KeycodeLastChannel
	KeycodeLeftBracket                        = consts.KeycodeLeftBracket
	KeycodeLock                               = consts.KeycodeLock
	KeycodeM                                  = consts.KeycodeM
	KeycodeMacro1                             = consts.KeycodeMacro1
	KeycodeMacro2                             = consts.KeycodeMacro2
	KeycodeMacro3                             = consts.KeycodeMacro3
	KeycodeMacro4                             = consts.KeycodeMacro4
	KeycodeMannerMode                         = consts.KeycodeMannerMode
	KeycodeMediaAudioTrack                    = consts.KeycodeMediaAudioTrack
	KeycodeMediaClose                         = consts.KeycodeMediaClose
	KeycodeMediaEject                         = consts.KeycodeMediaEject
	KeycodeMediaFastForward                   = consts.KeycodeMediaFastForward
	KeycodeMediaNext                          = consts.KeycodeMediaNext
	KeycodeMediaPause                         = consts.KeycodeMediaPause
	KeycodeMediaPlay                          = consts.KeycodeMediaPlay
	KeycodeMediaPlayPause                     = consts.KeycodeMediaPlayPause
	KeycodeMediaPrevious                      = consts.KeycodeMediaPrevious
	KeycodeMediaRecord                        = consts.KeycodeMediaRecord
	KeycodeMediaRewind                        = consts.KeycodeMediaRewind
	KeycodeMediaSkipBackward                  = consts.KeycodeMediaSkipBackward
	KeycodeMediaSkipForward                   = consts.KeycodeMediaSkipForward
	KeycodeMediaStepBackward                  = consts.KeycodeMediaStepBackward
	KeycodeMediaStepForward                   = consts.KeycodeMediaStepForward
	KeycodeMediaStop                          = consts.KeycodeMediaStop
	KeycodeMediaTopMenu                       = consts.KeycodeMediaTopMenu
	KeycodeMenu                               = consts.KeycodeMenu
	KeycodeMetaLeft                           = consts.KeycodeMetaLeft
	KeycodeMetaRight                          = consts.KeycodeMetaRight
	KeycodeMinus                              = consts.KeycodeMinus
	KeycodeMoveEnd                            = consts.KeycodeMoveEnd
	KeycodeMoveHome                           = consts.KeycodeMoveHome
	KeycodeMuhenkan                           = consts.KeycodeMuhenkan
	KeycodeMusic                              = consts.KeycodeMusic
	KeycodeMute                               = consts.KeycodeMute
	KeycodeN                                  = consts.KeycodeN
	KeycodeNavigateIn                         = consts.KeycodeNavigateIn
	KeycodeNavigateNext                       = consts.KeycodeNavigateNext
	KeycodeNavigateOut                        = consts.KeycodeNavigateOut
	KeycodeNavigatePrevious                   = consts.KeycodeNavigatePrevious
	KeycodeNew                                = consts.KeycodeNew
	KeycodeNotification                       = consts.KeycodeNotification
	KeycodeNum                                = consts.KeycodeNum
	KeycodeNumpad0                            = consts.KeycodeNumpad0
	KeycodeNumpad1                            = consts.KeycodeNumpad1
	KeycodeNumpad2                            = consts.KeycodeNumpad2
	KeycodeNumpad3                            = consts.KeycodeNumpad3
	KeycodeNumpad4                            = consts.KeycodeNumpad4
	KeycodeNumpad5                            = consts.KeycodeNumpad5
	KeycodeNumpad6                            = consts.KeycodeNumpad6
	KeycodeNumpad7                            = consts.KeycodeNumpad7
	KeycodeNumpad8                            = consts.KeycodeNumpad8
	KeycodeNumpad9                            = consts.KeycodeNumpad9
	KeycodeNumpadAdd                          = consts.KeycodeNumpadAdd
	KeycodeNumpadComma                        = consts.KeycodeNumpadComma
	KeycodeNumpadDivide                       = consts.KeycodeNumpadDivide
	KeycodeNumpadDot                          = consts.KeycodeNumpadDot
	KeycodeNumpadEnter                        = consts.KeycodeNumpadEnter
	KeycodeNumpadEquals                       = consts.KeycodeNumpadEquals
	KeycodeNumpadLeftParen                    = consts.KeycodeNumpadLeftParen
	KeycodeNumpadMultiply                     = consts.KeycodeNumpadMultiply
	KeycodeNumpadRightParen                   = consts.KeycodeNumpadRightParen
	KeycodeNumpadSubtract                     = consts.KeycodeNumpadSubtract
	KeycodeNumLock                            = consts.KeycodeNumLock
	KeycodeO                                  = consts.KeycodeO
	KeycodeP                                  = consts.KeycodeP
	KeycodePageDown                           = consts.KeycodePageDown
	KeycodePageUp                             = consts.KeycodePageUp
	KeycodePairing                            = consts.KeycodePairing
	KeycodePaste                              = consts.KeycodePaste
	KeycodePeriod                             = consts.KeycodePeriod
	KeycodePictsymbols                        = consts.KeycodePictsymbols
	KeycodePlus                               = consts.KeycodePlus
	KeycodePound                              = consts.KeycodePound
	KeycodePower                              = consts.KeycodePower
	KeycodePrint                              = consts.KeycodePrint
	KeycodeProfileSwitch                      = consts.KeycodeProfileSwitch
	KeycodeProgBlue                           = consts.KeycodeProgBlue
	KeycodeProgGreen                          = consts.KeycodeProgGreen
	KeycodeProgRed                            = consts.KeycodeProgRed
	KeycodeProgYellow                         = consts.KeycodeProgYellow
	KeycodeQ                                  = consts.KeycodeQ
	KeycodeR                                  = consts.KeycodeR
	KeycodeRecentApps                         = consts.KeycodeRecentApps
	KeycodeRefresh                            = consts.KeycodeRefresh
	KeycodeRightBracket                       = consts.KeycodeRightBracket
	KeycodeRo                                 = consts.KeycodeRo
	KeycodeS                                  = consts.KeycodeS
	KeycodeScreenshot                         = consts.KeycodeScreenshot
	KeycodeScrollLock                         = consts.KeycodeScrollLock
	KeycodeSearch                             = consts.KeycodeSearch
	KeycodeSemicolon                          = consts.KeycodeSemicolon
	KeycodeSettings                           = consts.KeycodeSettings
	KeycodeShiftLeft                          = consts.KeycodeShiftLeft
	KeycodeShiftRight                         = consts.KeycodeShiftRight
	KeycodeSlash                              = consts.KeycodeSlash
	KeycodeSleep                              = consts.KeycodeSleep
	KeycodeSoftLeft                           = consts.KeycodeSoftLeft
	KeycodeSoftRight                          = consts.KeycodeSoftRight
	KeycodeSoftSleep                          = consts.KeycodeSoftSleep
	KeycodeSpace                              = consts.KeycodeSpace
	KeycodeStar                               = consts.KeycodeStar
	KeycodeStbInput                           = consts.KeycodeStbInput
	KeycodeStbPower                           = consts.KeycodeStbPower
	KeycodeStem1                              = consts.KeycodeStem1
	KeycodeStem2                              = consts.KeycodeStem2
	KeycodeStem3                              = consts.KeycodeStem3
	KeycodeStemPrimary                        = consts.KeycodeStemPrimary
	KeycodeStylusButtonPrimary                = consts.KeycodeStylusButtonPrimary
	KeycodeStylusButtonSecondary              = consts.KeycodeStylusButtonSecondary
	KeycodeStylusButtonTail                   = consts.KeycodeStylusButtonTail
	KeycodeStylusButtonTertiary               = consts.KeycodeStylusButtonTertiary
	KeycodeSwitchCharset                      = consts.KeycodeSwitchCharset
	KeycodeSym                                = consts.KeycodeSym
	KeycodeSysrq                              = consts.KeycodeSysrq
	KeycodeSystemNavigationDown               = consts.KeycodeSystemNavigationDown
	KeycodeSystemNavigationLeft               = consts.KeycodeSystemNavigationLeft
	KeycodeSystemNavigationRight              = consts.KeycodeSystemNavigationRight
	KeycodeSystemNavigationUp                 = consts.KeycodeSystemNavigationUp
	KeycodeT                                  = consts.KeycodeT
	KeycodeTab                                = consts.KeycodeTab
	KeycodeThumbsDown                         = consts.KeycodeThumbsDown
	KeycodeThumbsUp                           = consts.KeycodeThumbsUp
	KeycodeTv                                 = consts.KeycodeTv
	KeycodeTvAntennaCable                     = consts.KeycodeTvAntennaCable
	KeycodeTvAudioDescription                 = consts.KeycodeTvAudioDescription
	KeycodeTvAudioDescriptionMixDown          = consts.KeycodeTvAudioDescriptionMixDown
	KeycodeTvAudioDescriptionMixUp            = consts.KeycodeTvAudioDescriptionMixUp
	KeycodeTvContentsMenu                     = consts.KeycodeTvContentsMenu
	KeycodeTvDataService                      = consts.KeycodeTvDataService
	KeycodeTvInput                            = consts.KeycodeTvInput
	KeycodeTvInputComponent1                  = consts.KeycodeTvInputComponent1
	KeycodeTvInputComponent2                  = consts.KeycodeTvInputComponent2
	KeycodeTvInputComposite1                  = consts.KeycodeTvInputComposite1
	KeycodeTvInputComposite2                  = consts.KeycodeTvInputComposite2
	KeycodeTvInputHdmi1                       = consts.KeycodeTvInputHdmi1
	KeycodeTvInputHdmi2                       = consts.KeycodeTvInputHdmi2
	KeycodeTvInputHdmi3                       = consts.KeycodeTvInputHdmi3
	KeycodeTvInputHdmi4                       = consts.KeycodeTvInputHdmi4
	KeycodeTvInputVga1                        = consts.KeycodeTvInputVga1
	KeycodeTvMediaContextMenu                 = consts.KeycodeTvMediaContextMenu
	KeycodeTvNetwork                          = consts.KeycodeTvNetwork
	KeycodeTvNumberEntry                      = consts.KeycodeTvNumberEntry
	KeycodeTvPower                            = consts.KeycodeTvPower
	KeycodeTvRadioService                     = consts.KeycodeTvRadioService
	KeycodeTvSatellite                        = consts.KeycodeTvSatellite
	KeycodeTvSatelliteBs                      = consts.KeycodeTvSatelliteBs
	KeycodeTvSatelliteCs                      = consts.KeycodeTvSatelliteCs
	KeycodeTvSatelliteService                 = consts.KeycodeTvSatelliteService
	KeycodeTvTeletext                         = consts.KeycodeTvTeletext
	KeycodeTvTerrestrialAnalog                = consts.KeycodeTvTerrestrialAnalog
	KeycodeTvTerrestrialDigital               = consts.KeycodeTvTerrestrialDigital
	KeycodeTvTimerProgramming                 = consts.KeycodeTvTimerProgramming
	KeycodeTvZoomMode                         = consts.KeycodeTvZoomMode
	KeycodeU                                  = consts.KeycodeU
	KeycodeUnknown                            = consts.KeycodeUnknown
	KeycodeV                                  = consts.KeycodeV
	KeycodeVideoApp1                          = consts.KeycodeVideoApp1
	KeycodeVideoApp2                          = consts.KeycodeVideoApp2
	KeycodeVideoApp3                          = consts.KeycodeVideoApp3
	KeycodeVideoApp4                          = consts.KeycodeVideoApp4
	KeycodeVideoApp5                          = consts.KeycodeVideoApp5
	KeycodeVideoApp6                          = consts.KeycodeVideoApp6
	KeycodeVideoApp7                          = consts.KeycodeVideoApp7
	KeycodeVideoApp8                          = consts.KeycodeVideoApp8
	KeycodeVoiceAssist                        = consts.KeycodeVoiceAssist
	KeycodeVolumeDown                         = consts.KeycodeVolumeDown
	KeycodeVolumeMute                         = consts.KeycodeVolumeMute
	KeycodeVolumeUp                           = consts.KeycodeVolumeUp
	KeycodeW                                  = consts.KeycodeW
	KeycodeWakeup                             = consts.KeycodeWakeup
	KeycodeWindow                             = consts.KeycodeWindow
	KeycodeX                                  = consts.KeycodeX
	KeycodeY                                  = consts.KeycodeY
	KeycodeYen                                = consts.KeycodeYen
	KeycodeZ                                  = consts.KeycodeZ
	KeycodeZenkakuHankaku                     = consts.KeycodeZenkakuHankaku
	KeycodeZoomIn                             = consts.KeycodeZoomIn
	KeycodeZoomOut                            = consts.KeycodeZoomOut
	MaxKeycode                                = consts.MaxKeycode
	MetaAltLeftOn                             = consts.MetaAltLeftOn
	MetaAltMask                               = consts.MetaAltMask
	MetaAltOn                                 = consts.MetaAltOn
	MetaAltRightOn                            = consts.MetaAltRightOn
	MetaCapsLockOn                            = consts.MetaCapsLockOn
	MetaCtrlLeftOn                            = consts.MetaCtrlLeftOn
	MetaCtrlMask                              = consts.MetaCtrlMask
	MetaCtrlOn                                = consts.MetaCtrlOn
	MetaCtrlRightOn                           = consts.MetaCtrlRightOn
	MetaFunctionOn                            = consts.MetaFunctionOn
	MetaMetaLeftOn                            = consts.MetaMetaLeftOn
	MetaMetaMask                              = consts.MetaMetaMask
	MetaMetaOn                                = consts.MetaMetaOn
	MetaMetaRightOn                           = consts.MetaMetaRightOn
	MetaNumLockOn                             = consts.MetaNumLockOn
	MetaScrollLockOn                          = consts.MetaScrollLockOn
	MetaShiftLeftOn                           = consts.MetaShiftLeftOn
	MetaShiftMask                             = consts.MetaShiftMask
	MetaShiftOn                               = consts.MetaShiftOn
	MetaShiftRightOn                          = consts.MetaShiftRightOn
	MetaSymOn                                 = consts.MetaSymOn
	KeyboardTypeAlphabetic                    = consts.KeyboardTypeAlphabetic
	KeyboardTypeNone                          = consts.KeyboardTypeNone
	KeyboardTypeNonAlphabetic                 = consts.KeyboardTypeNonAlphabetic
	MotionRangeOrientation                    = consts.MotionRangeOrientation
	MotionRangePressure                       = consts.MotionRangePressure
	MotionRangeSize                           = consts.MotionRangeSize
	MotionRangeToolMajor                      = consts.MotionRangeToolMajor
	MotionRangeToolMinor                      = consts.MotionRangeToolMinor
	MotionRangeTouchMajor                     = consts.MotionRangeTouchMajor
	MotionRangeTouchMinor                     = consts.MotionRangeTouchMinor
	MotionRangeX                              = consts.MotionRangeX
	MotionRangeY                              = consts.MotionRangeY
	SourceAny                                 = consts.SourceAny
	SourceBluetoothStylus                     = consts.SourceBluetoothStylus
	SourceClassButton                         = consts.SourceClassButton
	SourceClassJoystick                       = consts.SourceClassJoystick
	SourceClassMask                           = consts.SourceClassMask
	SourceClassNone                           = consts.SourceClassNone
	SourceClassPointer                        = consts.SourceClassPointer
	SourceClassPosition                       = consts.SourceClassPosition
	SourceClassTrackball                      = consts.SourceClassTrackball
	SourceDpad                                = consts.SourceDpad
	SourceGamepad                             = consts.SourceGamepad
	SourceHdmi                                = consts.SourceHdmi
	SourceJoystick                            = consts.SourceJoystick
	SourceKeyboard                            = consts.SourceKeyboard
	SourceMouse                               = consts.SourceMouse
	SourceMouseRelative                       = consts.SourceMouseRelative
	SourceRotaryEncoder                       = consts.SourceRotaryEncoder
	SourceSensor                              = consts.SourceSensor
	SourceStylus                              = consts.SourceStylus
	SourceTouchpad                            = consts.SourceTouchpad
	SourceTouchscreen                         = consts.SourceTouchscreen
	SourceTouchNavigation                     = consts.SourceTouchNavigation
	SourceTrackball                           = consts.SourceTrackball
	SourceUnknown                             = consts.SourceUnknown
	CategoryAlternative                       = consts.CategoryAlternative
	CategoryContainer                         = consts.CategoryContainer
	CategorySecondary                         = consts.CategorySecondary
	CategorySystem                            = consts.CategorySystem
	First                                     = consts.First
	FlagAlwaysPerformClose                    = consts.FlagAlwaysPerformClose
	FlagAppendToGroup                         = consts.FlagAppendToGroup
	FlagPerformNoClose                        = consts.FlagPerformNoClose
	None                                      = consts.None
	SupportedModifiersMask                    = consts.SupportedModifiersMask
	Consumed                                  = consts.Consumed
	Bottom                                    = consts.Bottom
	Left                                      = consts.Left
	Right                                     = consts.Right
	Top                                       = consts.Top
	AnimationDuration                         = consts.AnimationDuration
	CommandIssueDuration                      = consts.CommandIssueDuration
	Deadline                                  = consts.Deadline
	DrawDuration                              = consts.DrawDuration
	FirstDrawFrame                            = consts.FirstDrawFrame
	FrameTimelineVsyncId                      = consts.FrameTimelineVsyncId
	GpuDuration                               = consts.GpuDuration
	InputHandlingDuration                     = consts.InputHandlingDuration
	IntendedVsyncTimestamp                    = consts.IntendedVsyncTimestamp
	LayoutMeasureDuration                     = consts.LayoutMeasureDuration
	SwapBuffersDuration                       = consts.SwapBuffersDuration
	SyncDuration                              = consts.SyncDuration
	TotalDuration                             = consts.TotalDuration
	UnknownDelayDuration                      = consts.UnknownDelayDuration
	VsyncTimestamp                            = consts.VsyncTimestamp
	Alpha                                     = consts.Alpha
	BuiltInKeyboard                           = consts.BuiltInKeyboard
	CombiningAccent                           = consts.CombiningAccent
	CombiningAccentMask                       = consts.CombiningAccentMask
	Full                                      = consts.Full
	HexInput                                  = consts.HexInput
	ModifierBehaviorChorded                   = consts.ModifierBehaviorChorded
	ModifierBehaviorChordedOrToggled          = consts.ModifierBehaviorChordedOrToggled
	Numeric                                   = consts.Numeric
	PickerDialogInput                         = consts.PickerDialogInput
	Predictive                                = consts.Predictive
	SpecialFunction                           = consts.SpecialFunction
	VirtualKeyboard                           = consts.VirtualKeyboard
	MetaLength                                = consts.MetaLength
	EmptyState                                = consts.EmptyState
	BuildCache                                = consts.BuildCache
	Draw                                      = consts.Draw
	Invalidate                                = consts.Invalidate
	InvalidateChild                           = consts.InvalidateChild
	InvalidateChildInParent                   = consts.InvalidateChildInParent
	OnLayout                                  = consts.OnLayout
	OnMeasure                                 = consts.OnMeasure
	RequestLayout                             = consts.RequestLayout
	BindView                                  = consts.BindView
	MoveFromActiveToScrapHeap                 = consts.MoveFromActiveToScrapHeap
	MoveToScrapHeap                           = consts.MoveToScrapHeap
	NewView                                   = consts.NewView
	RecycleFromActiveHeap                     = consts.RecycleFromActiveHeap
	RecycleFromScrapHeap                      = consts.RecycleFromScrapHeap
	TypeAlias                                 = consts.TypeAlias
	TypeAllScroll                             = consts.TypeAllScroll
	TypeArrow                                 = consts.TypeArrow
	TypeCell                                  = consts.TypeCell
	TypeContextMenu                           = consts.TypeContextMenu
	TypeCopy                                  = consts.TypeCopy
	TypeCrosshair                             = consts.TypeCrosshair
	TypeDefault                               = consts.TypeDefault
	TypeGrab                                  = consts.TypeGrab
	TypeGrabbing                              = consts.TypeGrabbing
	TypeHand                                  = consts.TypeHand
	TypeHandwriting                           = consts.TypeHandwriting
	TypeHelp                                  = consts.TypeHelp
	TypeHorizontalDoubleArrow                 = consts.TypeHorizontalDoubleArrow
	TypeNoDrop                                = consts.TypeNoDrop
	TypeNull                                  = consts.TypeNull
	TypeText                                  = consts.TypeText
	TypeTopLeftDiagonalDoubleArrow            = consts.TypeTopLeftDiagonalDoubleArrow
	TypeTopRightDiagonalDoubleArrow           = consts.TypeTopRightDiagonalDoubleArrow
	TypeVerticalDoubleArrow                   = consts.TypeVerticalDoubleArrow
	TypeVerticalText                          = consts.TypeVerticalText
	TypeWait                                  = consts.TypeWait
	TypeZoomIn                                = consts.TypeZoomIn
	TypeZoomOut                               = consts.TypeZoomOut
	ShowAsActionAlways                        = consts.ShowAsActionAlways
	ShowAsActionCollapseActionView            = consts.ShowAsActionCollapseActionView
	ShowAsActionIfRoom                        = consts.ShowAsActionIfRoom
	ShowAsActionNever                         = consts.ShowAsActionNever
	ShowAsActionWithText                      = consts.ShowAsActionWithText
	PositionBottomLeft                        = consts.PositionBottomLeft
	PositionBottomRight                       = consts.PositionBottomRight
	PositionTopLeft                           = consts.PositionTopLeft
	PositionTopRight                          = consts.PositionTopRight
	AxisClip                                  = consts.AxisClip
	AxisPullAfter                             = consts.AxisPullAfter
	AxisPullBefore                            = consts.AxisPullBefore
	AxisSpecified                             = consts.AxisSpecified
	AxisXShift                                = consts.AxisXShift
	AxisYShift                                = consts.AxisYShift
	Center                                    = consts.Center
	CenterHorizontal                          = consts.CenterHorizontal
	CenterVertical                            = consts.CenterVertical
	ClipHorizontal                            = consts.ClipHorizontal
	ClipVertical                              = consts.ClipVertical
	DisplayClipHorizontal                     = consts.DisplayClipHorizontal
	DisplayClipVertical                       = consts.DisplayClipVertical
	End                                       = consts.End
	Fill                                      = consts.Fill
	FillHorizontal                            = consts.FillHorizontal
	FillVertical                              = consts.FillVertical
	HorizontalGravityMask                     = consts.HorizontalGravityMask
	NoGravity                                 = consts.NoGravity
	RelativeHorizontalGravityMask             = consts.RelativeHorizontalGravityMask
	RelativeLayoutDirection                   = consts.RelativeLayoutDirection
	Start                                     = consts.Start
	VerticalGravityMask                       = consts.VerticalGravityMask
	ClockTick                                 = consts.ClockTick
	Confirm                                   = consts.Confirm
	ContextClick                              = consts.ContextClick
	DragStart                                 = consts.DragStart
	FlagIgnoreGlobalSetting                   = consts.FlagIgnoreGlobalSetting
	FlagIgnoreViewSetting                     = consts.FlagIgnoreViewSetting
	GestureEnd                                = consts.GestureEnd
	GestureStart                              = consts.GestureStart
	GestureThresholdActivate                  = consts.GestureThresholdActivate
	GestureThresholdDeactivate                = consts.GestureThresholdDeactivate
	KeyboardPress                             = consts.KeyboardPress
	KeyboardRelease                           = consts.KeyboardRelease
	KeyboardTap                               = consts.KeyboardTap
	LongPress                                 = consts.LongPress
	NoHaptics                                 = consts.NoHaptics
	Reject                                    = consts.Reject
	SegmentFrequentTick                       = consts.SegmentFrequentTick
	SegmentTick                               = consts.SegmentTick
	TextHandleMove                            = consts.TextHandleMove
	ToggleOff                                 = consts.ToggleOff
	ToggleOn                                  = consts.ToggleOn
	VirtualKey                                = consts.VirtualKey
	VirtualKeyRelease                         = consts.VirtualKeyRelease
	BufferTransformIdentity                   = consts.BufferTransformIdentity
	BufferTransformMirrorHorizontal           = consts.BufferTransformMirrorHorizontal
	BufferTransformMirrorVertical             = consts.BufferTransformMirrorVertical
	BufferTransformRotate180                  = consts.BufferTransformRotate180
	BufferTransformRotate270                  = consts.BufferTransformRotate270
	BufferTransformRotate90                   = consts.BufferTransformRotate90
	JankApplication                           = consts.JankApplication
	JankComposer                              = consts.JankComposer
	JankNone                                  = consts.JankNone
	JankOther                                 = consts.JankOther
	FlagConvertToPlainText                    = consts.FlagConvertToPlainText
	SourceApp                                 = consts.SourceApp
	SourceAutofill                            = consts.SourceAutofill
	SourceClipboard                           = consts.SourceClipboard
	SourceDragAndDrop                         = consts.SourceDragAndDrop
	SourceInputMethod                         = consts.SourceInputMethod
	SourceProcessText                         = consts.SourceProcessText
	ErrorDestinationInvalid                   = consts.ErrorDestinationInvalid
	ErrorSourceInvalid                        = consts.ErrorSourceInvalid
	ErrorSourceNoData                         = consts.ErrorSourceNoData
	ErrorTimeout                              = consts.ErrorTimeout
	ErrorUnknown                              = consts.ErrorUnknown
	Success                                   = consts.Success
	DecorCaptionShadeAuto                     = consts.DecorCaptionShadeAuto
	DecorCaptionShadeDark                     = consts.DecorCaptionShadeDark
	DecorCaptionShadeLight                    = consts.DecorCaptionShadeLight
	FeatureActionBar                          = consts.FeatureActionBar
	FeatureActionBarOverlay                   = consts.FeatureActionBarOverlay
	FeatureActionModeOverlay                  = consts.FeatureActionModeOverlay
	FeatureActivityTransitions                = consts.FeatureActivityTransitions
	FeatureContentTransitions                 = consts.FeatureContentTransitions
	FeatureContextMenu                        = consts.FeatureContextMenu
	FeatureCustomTitle                        = consts.FeatureCustomTitle
	FeatureIndeterminateProgress              = consts.FeatureIndeterminateProgress
	FeatureLeftIcon                           = consts.FeatureLeftIcon
	FeatureNoTitle                            = consts.FeatureNoTitle
	FeatureOptionsPanel                       = consts.FeatureOptionsPanel
	FeatureProgress                           = consts.FeatureProgress
	FeatureRightIcon                          = consts.FeatureRightIcon
	FeatureSwipeToDismiss                     = consts.FeatureSwipeToDismiss
	IdAndroidContent                          = consts.IdAndroidContent
	ProgressEnd                               = consts.ProgressEnd
	ProgressIndeterminateOff                  = consts.ProgressIndeterminateOff
	ProgressIndeterminateOn                   = consts.ProgressIndeterminateOn
	ProgressSecondaryEnd                      = consts.ProgressSecondaryEnd
	ProgressSecondaryStart                    = consts.ProgressSecondaryStart
	ProgressStart                             = consts.ProgressStart
	ProgressVisibilityOff                     = consts.ProgressVisibilityOff
	ProgressVisibilityOn                      = consts.ProgressVisibilityOn
	Background                                = consts.Background
	Bounds                                    = consts.Bounds
	PaddedBounds                              = consts.PaddedBounds
	Click                                     = consts.Click
	NavigationDown                            = consts.NavigationDown
	NavigationLeft                            = consts.NavigationLeft
	NavigationRepeatDown                      = consts.NavigationRepeatDown
	NavigationRepeatLeft                      = consts.NavigationRepeatLeft
	NavigationRepeatRight                     = consts.NavigationRepeatRight
	NavigationRepeatUp                        = consts.NavigationRepeatUp
	NavigationRight                           = consts.NavigationRight
	NavigationUp                              = consts.NavigationUp
	OrientationUnknown                        = consts.OrientationUnknown
	DispatchModeContinueOnSubtree             = consts.DispatchModeContinueOnSubtree
	DispatchModeStop                          = consts.DispatchModeStop
	ActionDragEnded                           = consts.ActionDragEnded
	ActionDragEntered                         = consts.ActionDragEntered
	ActionDragExited                          = consts.ActionDragExited
	ActionDragLocation                        = consts.ActionDragLocation
	ActionDragStarted                         = consts.ActionDragStarted
	ActionDrop                                = consts.ActionDrop
	Above                                     = consts.Above
	Below                                     = consts.Below
	ToLeft                                    = consts.ToLeft
	ToRight                                   = consts.ToRight
)
View Source
const (
	TraceHierarchy = consts.TraceHierarchy
	TraceRecycler  = consts.TraceRecycler
)
View Source
const (
	ExtraVirtualStructureType             = consts.ExtraVirtualStructureType
	ExtraVirtualStructureVersionNumber    = consts.ExtraVirtualStructureVersionNumber
	NavigationBarBackgroundTransitionName = consts.NavigationBarBackgroundTransitionName
	StatusBarBackgroundTransitionName     = consts.StatusBarBackgroundTransitionName
)
View Source
const (
	UndefinedTimeNano = consts.UndefinedTimeNano
)

Variables

This section is empty.

Functions

func Init

func Init(env *jni.Env) error

Init resolves all JNI class and method references for this package. It is safe to call multiple times (uses sync.Once internally). Exported for E2E testing on Android.

Types

type AbsSavedState

type AbsSavedState struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AbsSavedState wraps android.view.AbsSavedState.

func (*AbsSavedState) DescribeContents

func (m *AbsSavedState) DescribeContents() (int32, error)

DescribeContents calls android.view.AbsSavedState.describeContents.

func (*AbsSavedState) GetSuperState

func (m *AbsSavedState) GetSuperState() (*jni.Object, error)

GetSuperState calls android.view.AbsSavedState.getSuperState.

func (*AbsSavedState) ToString added in v0.0.8

func (m *AbsSavedState) ToString() (string, error)

ToString calls android.view.AbsSavedState.toString.

func (*AbsSavedState) WriteToParcel

func (m *AbsSavedState) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.AbsSavedState.writeToParcel.

type ActionMode

type ActionMode struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActionMode wraps android.view.ActionMode.

func (*ActionMode) Finish

func (m *ActionMode) Finish() error

Finish calls android.view.ActionMode.finish.

func (*ActionMode) GetCustomView

func (m *ActionMode) GetCustomView() (*jni.Object, error)

GetCustomView calls android.view.ActionMode.getCustomView.

func (*ActionMode) GetMenu

func (m *ActionMode) GetMenu() (*jni.Object, error)

GetMenu calls android.view.ActionMode.getMenu.

func (*ActionMode) GetMenuInflater

func (m *ActionMode) GetMenuInflater() (*jni.Object, error)

GetMenuInflater calls android.view.ActionMode.getMenuInflater.

func (*ActionMode) GetSubtitle

func (m *ActionMode) GetSubtitle() (*jni.Object, error)

GetSubtitle calls android.view.ActionMode.getSubtitle.

func (*ActionMode) GetTag

func (m *ActionMode) GetTag() (*jni.Object, error)

GetTag calls android.view.ActionMode.getTag.

func (*ActionMode) GetTitle

func (m *ActionMode) GetTitle() (*jni.Object, error)

GetTitle calls android.view.ActionMode.getTitle.

func (*ActionMode) GetTitleOptionalHint

func (m *ActionMode) GetTitleOptionalHint() (bool, error)

GetTitleOptionalHint calls android.view.ActionMode.getTitleOptionalHint.

func (*ActionMode) GetType

func (m *ActionMode) GetType() (int32, error)

GetType calls android.view.ActionMode.getType.

func (*ActionMode) Hide

func (m *ActionMode) Hide(arg0 int64) error

Hide calls android.view.ActionMode.hide.

func (*ActionMode) Invalidate

func (m *ActionMode) Invalidate() error

Invalidate calls android.view.ActionMode.invalidate.

func (*ActionMode) InvalidateContentRect

func (m *ActionMode) InvalidateContentRect() error

InvalidateContentRect calls android.view.ActionMode.invalidateContentRect.

func (*ActionMode) IsTitleOptional

func (m *ActionMode) IsTitleOptional() (bool, error)

IsTitleOptional calls android.view.ActionMode.isTitleOptional.

func (*ActionMode) OnWindowFocusChanged

func (m *ActionMode) OnWindowFocusChanged(arg0 bool) error

OnWindowFocusChanged calls android.view.ActionMode.onWindowFocusChanged.

func (*ActionMode) SetCustomView

func (m *ActionMode) SetCustomView(arg0 *jni.Object) error

SetCustomView calls android.view.ActionMode.setCustomView.

func (*ActionMode) SetSubtitle1

func (m *ActionMode) SetSubtitle1(arg0 int32) error

SetSubtitle1 calls android.view.ActionMode.setSubtitle.

func (*ActionMode) SetSubtitle1_1

func (m *ActionMode) SetSubtitle1_1(arg0 string) error

SetSubtitle1_1 calls android.view.ActionMode.setSubtitle.

func (*ActionMode) SetTag

func (m *ActionMode) SetTag(arg0 *jni.Object) error

SetTag calls android.view.ActionMode.setTag.

func (*ActionMode) SetTitle1

func (m *ActionMode) SetTitle1(arg0 int32) error

SetTitle1 calls android.view.ActionMode.setTitle.

func (*ActionMode) SetTitle1_1

func (m *ActionMode) SetTitle1_1(arg0 string) error

SetTitle1_1 calls android.view.ActionMode.setTitle.

func (*ActionMode) SetTitleOptionalHint

func (m *ActionMode) SetTitleOptionalHint(arg0 bool) error

SetTitleOptionalHint calls android.view.ActionMode.setTitleOptionalHint.

func (*ActionMode) SetType

func (m *ActionMode) SetType(arg0 int32) error

SetType calls android.view.ActionMode.setType.

func (*ActionMode) ToString added in v0.0.8

func (m *ActionMode) ToString() (string, error)

ToString calls android.view.ActionMode.toString.

type ActionModeCallback

type ActionModeCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActionModeCallback wraps android.view.ActionMode$Callback.

func (*ActionModeCallback) OnActionItemClicked

func (m *ActionModeCallback) OnActionItemClicked(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

OnActionItemClicked calls android.view.ActionMode$Callback.onActionItemClicked.

func (*ActionModeCallback) OnCreateActionMode

func (m *ActionModeCallback) OnCreateActionMode(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

OnCreateActionMode calls android.view.ActionMode$Callback.onCreateActionMode.

func (*ActionModeCallback) OnDestroyActionMode

func (m *ActionModeCallback) OnDestroyActionMode(arg0 *jni.Object) error

OnDestroyActionMode calls android.view.ActionMode$Callback.onDestroyActionMode.

func (*ActionModeCallback) OnPrepareActionMode

func (m *ActionModeCallback) OnPrepareActionMode(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

OnPrepareActionMode calls android.view.ActionMode$Callback.onPrepareActionMode.

func (*ActionModeCallback) ToString added in v0.0.8

func (m *ActionModeCallback) ToString() (string, error)

ToString calls android.view.ActionMode$Callback.toString.

type ActionModeCallback2

type ActionModeCallback2 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActionModeCallback2 wraps android.view.ActionMode$Callback2.

func (*ActionModeCallback2) OnGetContentRect

func (m *ActionModeCallback2) OnGetContentRect(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnGetContentRect calls android.view.ActionMode$Callback2.onGetContentRect.

func (*ActionModeCallback2) ToString added in v0.0.8

func (m *ActionModeCallback2) ToString() (string, error)

ToString calls android.view.ActionMode$Callback2.toString.

type ActionProvider

type ActionProvider struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActionProvider wraps android.view.ActionProvider.

func (*ActionProvider) HasSubMenu

func (m *ActionProvider) HasSubMenu() (bool, error)

HasSubMenu calls android.view.ActionProvider.hasSubMenu.

func (*ActionProvider) IsVisible

func (m *ActionProvider) IsVisible() (bool, error)

IsVisible calls android.view.ActionProvider.isVisible.

func (*ActionProvider) OnCreateActionView0

func (m *ActionProvider) OnCreateActionView0() (*jni.Object, error)

OnCreateActionView0 calls android.view.ActionProvider.onCreateActionView.

func (*ActionProvider) OnCreateActionView1_1

func (m *ActionProvider) OnCreateActionView1_1(arg0 *jni.Object) (*jni.Object, error)

OnCreateActionView1_1 calls android.view.ActionProvider.onCreateActionView.

func (*ActionProvider) OnPerformDefaultAction

func (m *ActionProvider) OnPerformDefaultAction() (bool, error)

OnPerformDefaultAction calls android.view.ActionProvider.onPerformDefaultAction.

func (*ActionProvider) OnPrepareSubMenu

func (m *ActionProvider) OnPrepareSubMenu(arg0 *jni.Object) error

OnPrepareSubMenu calls android.view.ActionProvider.onPrepareSubMenu.

func (*ActionProvider) OverridesItemVisibility

func (m *ActionProvider) OverridesItemVisibility() (bool, error)

OverridesItemVisibility calls android.view.ActionProvider.overridesItemVisibility.

func (*ActionProvider) RefreshVisibility

func (m *ActionProvider) RefreshVisibility() error

RefreshVisibility calls android.view.ActionProvider.refreshVisibility.

func (*ActionProvider) SetVisibilityListener

func (m *ActionProvider) SetVisibilityListener(arg0 *jni.Object) error

SetVisibilityListener calls android.view.ActionProvider.setVisibilityListener.

func (*ActionProvider) ToString added in v0.0.8

func (m *ActionProvider) ToString() (string, error)

ToString calls android.view.ActionProvider.toString.

type ActionProviderVisibilityListener

type ActionProviderVisibilityListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ActionProviderVisibilityListener wraps android.view.ActionProvider$VisibilityListener.

func (*ActionProviderVisibilityListener) OnActionProviderVisibilityChanged

func (m *ActionProviderVisibilityListener) OnActionProviderVisibilityChanged(arg0 bool) error

OnActionProviderVisibilityChanged calls android.view.ActionProvider$VisibilityListener.onActionProviderVisibilityChanged.

func (*ActionProviderVisibilityListener) ToString added in v0.0.8

ToString calls android.view.ActionProvider$VisibilityListener.toString.

type AnimationUtils

type AnimationUtils struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AnimationUtils wraps android.view.ViewAnimationUtils.

func (*AnimationUtils) CreateCircularReveal

func (m *AnimationUtils) CreateCircularReveal(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 float32,
	arg4 float32,
) (*jni.Object, error)

CreateCircularReveal calls android.view.ViewAnimationUtils.createCircularReveal.

func (*AnimationUtils) ToString added in v0.0.8

func (m *AnimationUtils) ToString() (string, error)

ToString calls android.view.ViewAnimationUtils.toString.

type AttachedSurfaceControl

type AttachedSurfaceControl struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AttachedSurfaceControl wraps android.view.AttachedSurfaceControl.

func (*AttachedSurfaceControl) ApplyTransactionOnDraw

func (m *AttachedSurfaceControl) ApplyTransactionOnDraw(arg0 *jni.Object) (bool, error)

ApplyTransactionOnDraw calls android.view.AttachedSurfaceControl.applyTransactionOnDraw.

func (*AttachedSurfaceControl) BuildReparentTransaction

func (m *AttachedSurfaceControl) BuildReparentTransaction(arg0 *jni.Object) (*jni.Object, error)

BuildReparentTransaction calls android.view.AttachedSurfaceControl.buildReparentTransaction.

func (*AttachedSurfaceControl) ToString added in v0.0.8

func (m *AttachedSurfaceControl) ToString() (string, error)

ToString calls android.view.AttachedSurfaceControl.toString.

type AttachedSurfaceControlOnBufferTransformHintChangedListener

type AttachedSurfaceControlOnBufferTransformHintChangedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AttachedSurfaceControlOnBufferTransformHintChangedListener wraps android.view.AttachedSurfaceControl$OnBufferTransformHintChangedListener.

func (*AttachedSurfaceControlOnBufferTransformHintChangedListener) OnBufferTransformHintChanged

func (m *AttachedSurfaceControlOnBufferTransformHintChangedListener) OnBufferTransformHintChanged(arg0 int32) error

OnBufferTransformHintChanged calls android.view.AttachedSurfaceControl$OnBufferTransformHintChangedListener.onBufferTransformHintChanged.

func (*AttachedSurfaceControlOnBufferTransformHintChangedListener) ToString added in v0.0.8

ToString calls android.view.AttachedSurfaceControl$OnBufferTransformHintChangedListener.toString.

type Choreographer

type Choreographer struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Choreographer wraps android.view.Choreographer.

func (*Choreographer) GetInstance

func (m *Choreographer) GetInstance() (*jni.Object, error)

GetInstance calls android.view.Choreographer.getInstance.

func (*Choreographer) PostFrameCallback

func (m *Choreographer) PostFrameCallback(arg0 *jni.Object) error

PostFrameCallback calls android.view.Choreographer.postFrameCallback.

func (*Choreographer) PostFrameCallbackDelayed

func (m *Choreographer) PostFrameCallbackDelayed(arg0 *jni.Object, arg1 int64) error

PostFrameCallbackDelayed calls android.view.Choreographer.postFrameCallbackDelayed.

func (*Choreographer) PostVsyncCallback

func (m *Choreographer) PostVsyncCallback(arg0 *jni.Object) error

PostVsyncCallback calls android.view.Choreographer.postVsyncCallback.

func (*Choreographer) RemoveFrameCallback

func (m *Choreographer) RemoveFrameCallback(arg0 *jni.Object) error

RemoveFrameCallback calls android.view.Choreographer.removeFrameCallback.

func (*Choreographer) RemoveVsyncCallback

func (m *Choreographer) RemoveVsyncCallback(arg0 *jni.Object) error

RemoveVsyncCallback calls android.view.Choreographer.removeVsyncCallback.

func (*Choreographer) ToString added in v0.0.8

func (m *Choreographer) ToString() (string, error)

ToString calls android.view.Choreographer.toString.

type ChoreographerFrameCallback

type ChoreographerFrameCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ChoreographerFrameCallback wraps android.view.Choreographer$FrameCallback.

func (*ChoreographerFrameCallback) DoFrame

func (m *ChoreographerFrameCallback) DoFrame(arg0 int64) error

DoFrame calls android.view.Choreographer$FrameCallback.doFrame.

func (*ChoreographerFrameCallback) ToString added in v0.0.8

func (m *ChoreographerFrameCallback) ToString() (string, error)

ToString calls android.view.Choreographer$FrameCallback.toString.

type ChoreographerFrameData

type ChoreographerFrameData struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ChoreographerFrameData wraps android.view.Choreographer$FrameData.

func (*ChoreographerFrameData) GetFrameTimeNanos

func (m *ChoreographerFrameData) GetFrameTimeNanos() (int64, error)

GetFrameTimeNanos calls android.view.Choreographer$FrameData.getFrameTimeNanos.

func (*ChoreographerFrameData) GetFrameTimelines

func (m *ChoreographerFrameData) GetFrameTimelines() (*jni.Object, error)

GetFrameTimelines calls android.view.Choreographer$FrameData.getFrameTimelines.

func (*ChoreographerFrameData) GetPreferredFrameTimeline

func (m *ChoreographerFrameData) GetPreferredFrameTimeline() (*jni.Object, error)

GetPreferredFrameTimeline calls android.view.Choreographer$FrameData.getPreferredFrameTimeline.

func (*ChoreographerFrameData) ToString added in v0.0.8

func (m *ChoreographerFrameData) ToString() (string, error)

ToString calls android.view.Choreographer$FrameData.toString.

type ChoreographerFrameTimeline

type ChoreographerFrameTimeline struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ChoreographerFrameTimeline wraps android.view.Choreographer$FrameTimeline.

func (*ChoreographerFrameTimeline) GetDeadlineNanos

func (m *ChoreographerFrameTimeline) GetDeadlineNanos() (int64, error)

GetDeadlineNanos calls android.view.Choreographer$FrameTimeline.getDeadlineNanos.

func (*ChoreographerFrameTimeline) GetExpectedPresentationTimeNanos

func (m *ChoreographerFrameTimeline) GetExpectedPresentationTimeNanos() (int64, error)

GetExpectedPresentationTimeNanos calls android.view.Choreographer$FrameTimeline.getExpectedPresentationTimeNanos.

func (*ChoreographerFrameTimeline) GetVsyncId

func (m *ChoreographerFrameTimeline) GetVsyncId() (int64, error)

GetVsyncId calls android.view.Choreographer$FrameTimeline.getVsyncId.

func (*ChoreographerFrameTimeline) ToString added in v0.0.8

func (m *ChoreographerFrameTimeline) ToString() (string, error)

ToString calls android.view.Choreographer$FrameTimeline.toString.

type ChoreographerVsyncCallback

type ChoreographerVsyncCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ChoreographerVsyncCallback wraps android.view.Choreographer$VsyncCallback.

func (*ChoreographerVsyncCallback) OnVsync

func (m *ChoreographerVsyncCallback) OnVsync(arg0 *jni.Object) error

OnVsync calls android.view.Choreographer$VsyncCallback.onVsync.

func (*ChoreographerVsyncCallback) ToString added in v0.0.8

func (m *ChoreographerVsyncCallback) ToString() (string, error)

ToString calls android.view.Choreographer$VsyncCallback.toString.

type CollapsibleActionView

type CollapsibleActionView struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

CollapsibleActionView wraps android.view.CollapsibleActionView.

func (*CollapsibleActionView) OnActionViewCollapsed

func (m *CollapsibleActionView) OnActionViewCollapsed() error

OnActionViewCollapsed calls android.view.CollapsibleActionView.onActionViewCollapsed.

func (*CollapsibleActionView) OnActionViewExpanded

func (m *CollapsibleActionView) OnActionViewExpanded() error

OnActionViewExpanded calls android.view.CollapsibleActionView.onActionViewExpanded.

func (*CollapsibleActionView) ToString added in v0.0.8

func (m *CollapsibleActionView) ToString() (string, error)

ToString calls android.view.CollapsibleActionView.toString.

type Configuration

type Configuration struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Configuration wraps android.view.ViewConfiguration.

func NewConfiguration

func NewConfiguration(vm *jni.VM) (*Configuration, error)

NewConfiguration creates a new android.view.ViewConfiguration instance.

func (*Configuration) Get

func (m *Configuration) Get(arg0 *jni.Object) (*jni.Object, error)

Get calls android.view.ViewConfiguration.get.

func (*Configuration) GetAmbiguousGestureMultiplier

func (m *Configuration) GetAmbiguousGestureMultiplier() (float32, error)

GetAmbiguousGestureMultiplier calls android.view.ViewConfiguration.getAmbiguousGestureMultiplier.

func (*Configuration) GetDefaultActionModeHideDuration

func (m *Configuration) GetDefaultActionModeHideDuration() (int64, error)

GetDefaultActionModeHideDuration calls android.view.ViewConfiguration.getDefaultActionModeHideDuration.

func (*Configuration) GetDoubleTapTimeout

func (m *Configuration) GetDoubleTapTimeout() (int32, error)

GetDoubleTapTimeout calls android.view.ViewConfiguration.getDoubleTapTimeout.

func (*Configuration) GetEdgeSlop

func (m *Configuration) GetEdgeSlop() (int32, error)

GetEdgeSlop calls android.view.ViewConfiguration.getEdgeSlop.

func (*Configuration) GetFadingEdgeLength

func (m *Configuration) GetFadingEdgeLength() (int32, error)

GetFadingEdgeLength calls android.view.ViewConfiguration.getFadingEdgeLength.

func (*Configuration) GetGlobalActionKeyTimeout

func (m *Configuration) GetGlobalActionKeyTimeout() (int64, error)

GetGlobalActionKeyTimeout calls android.view.ViewConfiguration.getGlobalActionKeyTimeout.

func (*Configuration) GetJumpTapTimeout

func (m *Configuration) GetJumpTapTimeout() (int32, error)

GetJumpTapTimeout calls android.view.ViewConfiguration.getJumpTapTimeout.

func (*Configuration) GetKeyRepeatDelay

func (m *Configuration) GetKeyRepeatDelay() (int32, error)

GetKeyRepeatDelay calls android.view.ViewConfiguration.getKeyRepeatDelay.

func (*Configuration) GetKeyRepeatTimeout

func (m *Configuration) GetKeyRepeatTimeout() (int32, error)

GetKeyRepeatTimeout calls android.view.ViewConfiguration.getKeyRepeatTimeout.

func (*Configuration) GetLongPressTimeout

func (m *Configuration) GetLongPressTimeout() (int32, error)

GetLongPressTimeout calls android.view.ViewConfiguration.getLongPressTimeout.

func (*Configuration) GetMaximumDrawingCacheSize

func (m *Configuration) GetMaximumDrawingCacheSize() (int32, error)

GetMaximumDrawingCacheSize calls android.view.ViewConfiguration.getMaximumDrawingCacheSize.

func (*Configuration) GetMaximumFlingVelocity

func (m *Configuration) GetMaximumFlingVelocity() (int32, error)

GetMaximumFlingVelocity calls android.view.ViewConfiguration.getMaximumFlingVelocity.

func (*Configuration) GetMinimumFlingVelocity

func (m *Configuration) GetMinimumFlingVelocity() (int32, error)

GetMinimumFlingVelocity calls android.view.ViewConfiguration.getMinimumFlingVelocity.

func (*Configuration) GetMultiPressTimeout

func (m *Configuration) GetMultiPressTimeout() (int32, error)

GetMultiPressTimeout calls android.view.ViewConfiguration.getMultiPressTimeout.

func (*Configuration) GetPressedStateDuration

func (m *Configuration) GetPressedStateDuration() (int32, error)

GetPressedStateDuration calls android.view.ViewConfiguration.getPressedStateDuration.

func (*Configuration) GetScaledAmbiguousGestureMultiplier

func (m *Configuration) GetScaledAmbiguousGestureMultiplier() (float32, error)

GetScaledAmbiguousGestureMultiplier calls android.view.ViewConfiguration.getScaledAmbiguousGestureMultiplier.

func (*Configuration) GetScaledDoubleTapSlop

func (m *Configuration) GetScaledDoubleTapSlop() (int32, error)

GetScaledDoubleTapSlop calls android.view.ViewConfiguration.getScaledDoubleTapSlop.

func (*Configuration) GetScaledEdgeSlop

func (m *Configuration) GetScaledEdgeSlop() (int32, error)

GetScaledEdgeSlop calls android.view.ViewConfiguration.getScaledEdgeSlop.

func (*Configuration) GetScaledFadingEdgeLength

func (m *Configuration) GetScaledFadingEdgeLength() (int32, error)

GetScaledFadingEdgeLength calls android.view.ViewConfiguration.getScaledFadingEdgeLength.

func (*Configuration) GetScaledHandwritingGestureLineMargin

func (m *Configuration) GetScaledHandwritingGestureLineMargin() (int32, error)

GetScaledHandwritingGestureLineMargin calls android.view.ViewConfiguration.getScaledHandwritingGestureLineMargin.

func (*Configuration) GetScaledHandwritingSlop

func (m *Configuration) GetScaledHandwritingSlop() (int32, error)

GetScaledHandwritingSlop calls android.view.ViewConfiguration.getScaledHandwritingSlop.

func (*Configuration) GetScaledHorizontalScrollFactor

func (m *Configuration) GetScaledHorizontalScrollFactor() (float32, error)

GetScaledHorizontalScrollFactor calls android.view.ViewConfiguration.getScaledHorizontalScrollFactor.

func (*Configuration) GetScaledHoverSlop

func (m *Configuration) GetScaledHoverSlop() (int32, error)

GetScaledHoverSlop calls android.view.ViewConfiguration.getScaledHoverSlop.

func (*Configuration) GetScaledMaximumDrawingCacheSize

func (m *Configuration) GetScaledMaximumDrawingCacheSize() (int32, error)

GetScaledMaximumDrawingCacheSize calls android.view.ViewConfiguration.getScaledMaximumDrawingCacheSize.

func (*Configuration) GetScaledMaximumFlingVelocity0

func (m *Configuration) GetScaledMaximumFlingVelocity0() (int32, error)

GetScaledMaximumFlingVelocity0 calls android.view.ViewConfiguration.getScaledMaximumFlingVelocity.

func (*Configuration) GetScaledMaximumFlingVelocity3_1

func (m *Configuration) GetScaledMaximumFlingVelocity3_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) (int32, error)

GetScaledMaximumFlingVelocity3_1 calls android.view.ViewConfiguration.getScaledMaximumFlingVelocity.

func (*Configuration) GetScaledMinimumFlingVelocity0

func (m *Configuration) GetScaledMinimumFlingVelocity0() (int32, error)

GetScaledMinimumFlingVelocity0 calls android.view.ViewConfiguration.getScaledMinimumFlingVelocity.

func (*Configuration) GetScaledMinimumFlingVelocity3_1

func (m *Configuration) GetScaledMinimumFlingVelocity3_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) (int32, error)

GetScaledMinimumFlingVelocity3_1 calls android.view.ViewConfiguration.getScaledMinimumFlingVelocity.

func (*Configuration) GetScaledMinimumScalingSpan

func (m *Configuration) GetScaledMinimumScalingSpan() (int32, error)

GetScaledMinimumScalingSpan calls android.view.ViewConfiguration.getScaledMinimumScalingSpan.

func (*Configuration) GetScaledOverflingDistance

func (m *Configuration) GetScaledOverflingDistance() (int32, error)

GetScaledOverflingDistance calls android.view.ViewConfiguration.getScaledOverflingDistance.

func (*Configuration) GetScaledOverscrollDistance

func (m *Configuration) GetScaledOverscrollDistance() (int32, error)

GetScaledOverscrollDistance calls android.view.ViewConfiguration.getScaledOverscrollDistance.

func (*Configuration) GetScaledPagingTouchSlop

func (m *Configuration) GetScaledPagingTouchSlop() (int32, error)

GetScaledPagingTouchSlop calls android.view.ViewConfiguration.getScaledPagingTouchSlop.

func (*Configuration) GetScaledScrollBarSize

func (m *Configuration) GetScaledScrollBarSize() (int32, error)

GetScaledScrollBarSize calls android.view.ViewConfiguration.getScaledScrollBarSize.

func (*Configuration) GetScaledTouchSlop

func (m *Configuration) GetScaledTouchSlop() (int32, error)

GetScaledTouchSlop calls android.view.ViewConfiguration.getScaledTouchSlop.

func (*Configuration) GetScaledVerticalScrollFactor

func (m *Configuration) GetScaledVerticalScrollFactor() (float32, error)

GetScaledVerticalScrollFactor calls android.view.ViewConfiguration.getScaledVerticalScrollFactor.

func (*Configuration) GetScaledWindowTouchSlop

func (m *Configuration) GetScaledWindowTouchSlop() (int32, error)

GetScaledWindowTouchSlop calls android.view.ViewConfiguration.getScaledWindowTouchSlop.

func (*Configuration) GetScrollBarFadeDuration

func (m *Configuration) GetScrollBarFadeDuration() (int32, error)

GetScrollBarFadeDuration calls android.view.ViewConfiguration.getScrollBarFadeDuration.

func (*Configuration) GetScrollBarSize

func (m *Configuration) GetScrollBarSize() (int32, error)

GetScrollBarSize calls android.view.ViewConfiguration.getScrollBarSize.

func (*Configuration) GetScrollDefaultDelay

func (m *Configuration) GetScrollDefaultDelay() (int32, error)

GetScrollDefaultDelay calls android.view.ViewConfiguration.getScrollDefaultDelay.

func (*Configuration) GetScrollFriction

func (m *Configuration) GetScrollFriction() (float32, error)

GetScrollFriction calls android.view.ViewConfiguration.getScrollFriction.

func (*Configuration) GetTapTimeout

func (m *Configuration) GetTapTimeout() (int32, error)

GetTapTimeout calls android.view.ViewConfiguration.getTapTimeout.

func (*Configuration) GetTouchSlop

func (m *Configuration) GetTouchSlop() (int32, error)

GetTouchSlop calls android.view.ViewConfiguration.getTouchSlop.

func (*Configuration) GetWindowTouchSlop

func (m *Configuration) GetWindowTouchSlop() (int32, error)

GetWindowTouchSlop calls android.view.ViewConfiguration.getWindowTouchSlop.

func (*Configuration) GetZoomControlsTimeout

func (m *Configuration) GetZoomControlsTimeout() (int64, error)

GetZoomControlsTimeout calls android.view.ViewConfiguration.getZoomControlsTimeout.

func (*Configuration) HasPermanentMenuKey

func (m *Configuration) HasPermanentMenuKey() (bool, error)

HasPermanentMenuKey calls android.view.ViewConfiguration.hasPermanentMenuKey.

func (*Configuration) ShouldShowMenuShortcutsWhenKeyboardPresent

func (m *Configuration) ShouldShowMenuShortcutsWhenKeyboardPresent() (bool, error)

ShouldShowMenuShortcutsWhenKeyboardPresent calls android.view.ViewConfiguration.shouldShowMenuShortcutsWhenKeyboardPresent.

func (*Configuration) ToString added in v0.0.8

func (m *Configuration) ToString() (string, error)

ToString calls android.view.ViewConfiguration.toString.

type ContentInfo

type ContentInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ContentInfo wraps android.view.ContentInfo.

func (*ContentInfo) DescribeContents

func (m *ContentInfo) DescribeContents() (int32, error)

DescribeContents calls android.view.ContentInfo.describeContents.

func (*ContentInfo) GetClip

func (m *ContentInfo) GetClip() (*jni.Object, error)

GetClip calls android.view.ContentInfo.getClip.

func (*ContentInfo) GetExtras

func (m *ContentInfo) GetExtras() (*jni.Object, error)

GetExtras calls android.view.ContentInfo.getExtras.

func (*ContentInfo) GetFlags

func (m *ContentInfo) GetFlags() (int32, error)

GetFlags calls android.view.ContentInfo.getFlags.

func (*ContentInfo) GetLinkUri

func (m *ContentInfo) GetLinkUri() (*jni.Object, error)

GetLinkUri calls android.view.ContentInfo.getLinkUri.

func (*ContentInfo) GetSource

func (m *ContentInfo) GetSource() (int32, error)

GetSource calls android.view.ContentInfo.getSource.

func (*ContentInfo) ToString

func (m *ContentInfo) ToString() (string, error)

ToString calls android.view.ContentInfo.toString.

func (*ContentInfo) WriteToParcel

func (m *ContentInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.ContentInfo.writeToParcel.

type ContentInfoBuilder

type ContentInfoBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ContentInfoBuilder wraps android.view.ContentInfo$Builder.

func (*ContentInfoBuilder) Build

func (m *ContentInfoBuilder) Build() (*jni.Object, error)

Build calls android.view.ContentInfo$Builder.build.

func (*ContentInfoBuilder) SetClip

func (m *ContentInfoBuilder) SetClip(arg0 *jni.Object) (*jni.Object, error)

SetClip calls android.view.ContentInfo$Builder.setClip.

func (*ContentInfoBuilder) SetExtras

func (m *ContentInfoBuilder) SetExtras(arg0 *jni.Object) (*jni.Object, error)

SetExtras calls android.view.ContentInfo$Builder.setExtras.

func (*ContentInfoBuilder) SetFlags

func (m *ContentInfoBuilder) SetFlags(arg0 int32) (*jni.Object, error)

SetFlags calls android.view.ContentInfo$Builder.setFlags.

func (*ContentInfoBuilder) SetLinkUri

func (m *ContentInfoBuilder) SetLinkUri(arg0 *jni.Object) (*jni.Object, error)

SetLinkUri calls android.view.ContentInfo$Builder.setLinkUri.

func (*ContentInfoBuilder) SetSource

func (m *ContentInfoBuilder) SetSource(arg0 int32) (*jni.Object, error)

SetSource calls android.view.ContentInfo$Builder.setSource.

func (*ContentInfoBuilder) ToString added in v0.0.8

func (m *ContentInfoBuilder) ToString() (string, error)

ToString calls android.view.ContentInfo$Builder.toString.

type ContextMenu

type ContextMenu struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ContextMenu wraps android.view.ContextMenu.

func (*ContextMenu) ClearHeader

func (m *ContextMenu) ClearHeader() error

ClearHeader calls android.view.ContextMenu.clearHeader.

func (*ContextMenu) SetHeaderIcon1

func (m *ContextMenu) SetHeaderIcon1(arg0 *jni.Object) (*jni.Object, error)

SetHeaderIcon1 calls android.view.ContextMenu.setHeaderIcon.

func (*ContextMenu) SetHeaderIcon1_1

func (m *ContextMenu) SetHeaderIcon1_1(arg0 int32) (*jni.Object, error)

SetHeaderIcon1_1 calls android.view.ContextMenu.setHeaderIcon.

func (*ContextMenu) SetHeaderTitle1

func (m *ContextMenu) SetHeaderTitle1(arg0 int32) (*jni.Object, error)

SetHeaderTitle1 calls android.view.ContextMenu.setHeaderTitle.

func (*ContextMenu) SetHeaderTitle1_1

func (m *ContextMenu) SetHeaderTitle1_1(arg0 string) (*jni.Object, error)

SetHeaderTitle1_1 calls android.view.ContextMenu.setHeaderTitle.

func (*ContextMenu) SetHeaderView

func (m *ContextMenu) SetHeaderView(arg0 *jni.Object) (*jni.Object, error)

SetHeaderView calls android.view.ContextMenu.setHeaderView.

func (*ContextMenu) ToString added in v0.0.8

func (m *ContextMenu) ToString() (string, error)

ToString calls android.view.ContextMenu.toString.

type ContextMenuContextMenuInfo added in v0.0.8

type ContextMenuContextMenuInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ContextMenuContextMenuInfo wraps android.view.ContextMenu$ContextMenuInfo.

func (*ContextMenuContextMenuInfo) ToString added in v0.0.8

func (m *ContextMenuContextMenuInfo) ToString() (string, error)

ToString calls android.view.ContextMenu$ContextMenuInfo.toString.

type ContextThemeWrapper

type ContextThemeWrapper struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ContextThemeWrapper wraps android.view.ContextThemeWrapper.

func NewContextThemeWrapper

func NewContextThemeWrapper(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*ContextThemeWrapper, error)

NewContextThemeWrapper creates a new android.view.ContextThemeWrapper instance.

func (*ContextThemeWrapper) ApplyOverrideConfiguration

func (m *ContextThemeWrapper) ApplyOverrideConfiguration(arg0 *jni.Object) error

ApplyOverrideConfiguration calls android.view.ContextThemeWrapper.applyOverrideConfiguration.

func (*ContextThemeWrapper) GetAssets

func (m *ContextThemeWrapper) GetAssets() (*jni.Object, error)

GetAssets calls android.view.ContextThemeWrapper.getAssets.

func (*ContextThemeWrapper) GetResources

func (m *ContextThemeWrapper) GetResources() (*jni.Object, error)

GetResources calls android.view.ContextThemeWrapper.getResources.

func (*ContextThemeWrapper) GetSystemService

func (m *ContextThemeWrapper) GetSystemService(arg0 string) (*jni.Object, error)

GetSystemService calls android.view.ContextThemeWrapper.getSystemService.

func (*ContextThemeWrapper) GetTheme

func (m *ContextThemeWrapper) GetTheme() (*jni.Object, error)

GetTheme calls android.view.ContextThemeWrapper.getTheme.

func (*ContextThemeWrapper) SetTheme1

func (m *ContextThemeWrapper) SetTheme1(arg0 *jni.Object) error

SetTheme1 calls android.view.ContextThemeWrapper.setTheme.

func (*ContextThemeWrapper) SetTheme1_1

func (m *ContextThemeWrapper) SetTheme1_1(arg0 int32) error

SetTheme1_1 calls android.view.ContextThemeWrapper.setTheme.

func (*ContextThemeWrapper) ToString added in v0.0.8

func (m *ContextThemeWrapper) ToString() (string, error)

ToString calls android.view.ContextThemeWrapper.toString.

type Debug

type Debug struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Debug wraps android.view.ViewDebug.

func NewDebug

func NewDebug(vm *jni.VM) (*Debug, error)

NewDebug creates a new android.view.ViewDebug instance.

func (*Debug) DumpCapturedView

func (m *Debug) DumpCapturedView(arg0 string, arg1 *jni.Object) error

DumpCapturedView calls android.view.ViewDebug.dumpCapturedView.

func (*Debug) StartHierarchyTracing

func (m *Debug) StartHierarchyTracing(arg0 string, arg1 *jni.Object) error

StartHierarchyTracing calls android.view.ViewDebug.startHierarchyTracing.

func (*Debug) StartRecyclerTracing

func (m *Debug) StartRecyclerTracing(arg0 string, arg1 *jni.Object) error

StartRecyclerTracing calls android.view.ViewDebug.startRecyclerTracing.

func (*Debug) StopHierarchyTracing

func (m *Debug) StopHierarchyTracing() error

StopHierarchyTracing calls android.view.ViewDebug.stopHierarchyTracing.

func (*Debug) StopRecyclerTracing

func (m *Debug) StopRecyclerTracing() error

StopRecyclerTracing calls android.view.ViewDebug.stopRecyclerTracing.

func (*Debug) ToString added in v0.0.8

func (m *Debug) ToString() (string, error)

ToString calls android.view.ViewDebug.toString.

func (*Debug) Trace2

func (m *Debug) Trace2(arg0 *jni.Object, arg1 *jni.Object) error

Trace2 calls android.view.ViewDebug.trace.

func (*Debug) Trace3_1

func (m *Debug) Trace3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

Trace3_1 calls android.view.ViewDebug.trace.

type DebugCapturedViewProperty

type DebugCapturedViewProperty struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DebugCapturedViewProperty wraps android.view.ViewDebug$CapturedViewProperty.

func (*DebugCapturedViewProperty) RetrieveReturn

func (m *DebugCapturedViewProperty) RetrieveReturn() (bool, error)

RetrieveReturn calls android.view.ViewDebug$CapturedViewProperty.retrieveReturn.

func (*DebugCapturedViewProperty) ToString added in v0.0.8

func (m *DebugCapturedViewProperty) ToString() (string, error)

ToString calls android.view.ViewDebug$CapturedViewProperty.toString.

type DebugExportedProperty

type DebugExportedProperty struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DebugExportedProperty wraps android.view.ViewDebug$ExportedProperty.

func (*DebugExportedProperty) Category

func (m *DebugExportedProperty) Category() (string, error)

Category calls android.view.ViewDebug$ExportedProperty.category.

func (*DebugExportedProperty) DeepExport

func (m *DebugExportedProperty) DeepExport() (bool, error)

DeepExport calls android.view.ViewDebug$ExportedProperty.deepExport.

func (*DebugExportedProperty) FlagMapping

func (m *DebugExportedProperty) FlagMapping() (*jni.Object, error)

FlagMapping calls android.view.ViewDebug$ExportedProperty.flagMapping.

func (*DebugExportedProperty) FormatToHexString

func (m *DebugExportedProperty) FormatToHexString() (bool, error)

FormatToHexString calls android.view.ViewDebug$ExportedProperty.formatToHexString.

func (*DebugExportedProperty) HasAdjacentMapping

func (m *DebugExportedProperty) HasAdjacentMapping() (bool, error)

HasAdjacentMapping calls android.view.ViewDebug$ExportedProperty.hasAdjacentMapping.

func (*DebugExportedProperty) IndexMapping

func (m *DebugExportedProperty) IndexMapping() (*jni.Object, error)

IndexMapping calls android.view.ViewDebug$ExportedProperty.indexMapping.

func (*DebugExportedProperty) Mapping

func (m *DebugExportedProperty) Mapping() (*jni.Object, error)

Mapping calls android.view.ViewDebug$ExportedProperty.mapping.

func (*DebugExportedProperty) Prefix

func (m *DebugExportedProperty) Prefix() (string, error)

Prefix calls android.view.ViewDebug$ExportedProperty.prefix.

func (*DebugExportedProperty) ResolveId

func (m *DebugExportedProperty) ResolveId() (bool, error)

ResolveId calls android.view.ViewDebug$ExportedProperty.resolveId.

func (*DebugExportedProperty) ToString added in v0.0.8

func (m *DebugExportedProperty) ToString() (string, error)

ToString calls android.view.ViewDebug$ExportedProperty.toString.

type DebugFlagToString

type DebugFlagToString struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DebugFlagToString wraps android.view.ViewDebug$FlagToString.

func (*DebugFlagToString) Equals

func (m *DebugFlagToString) Equals() (int32, error)

Equals calls android.view.ViewDebug$FlagToString.equals.

func (*DebugFlagToString) Mask

func (m *DebugFlagToString) Mask() (int32, error)

Mask calls android.view.ViewDebug$FlagToString.mask.

func (*DebugFlagToString) Name

func (m *DebugFlagToString) Name() (string, error)

Name calls android.view.ViewDebug$FlagToString.name.

func (*DebugFlagToString) OutputIf

func (m *DebugFlagToString) OutputIf() (bool, error)

OutputIf calls android.view.ViewDebug$FlagToString.outputIf.

func (*DebugFlagToString) ToString added in v0.0.8

func (m *DebugFlagToString) ToString() (string, error)

ToString calls android.view.ViewDebug$FlagToString.toString.

type DebugHierarchyTraceType

type DebugHierarchyTraceType struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DebugHierarchyTraceType wraps android.view.ViewDebug$HierarchyTraceType.

func (*DebugHierarchyTraceType) ToString added in v0.0.8

func (m *DebugHierarchyTraceType) ToString() (string, error)

ToString calls android.view.ViewDebug$HierarchyTraceType.toString.

func (*DebugHierarchyTraceType) ValueOf

func (m *DebugHierarchyTraceType) ValueOf(arg0 string) (*jni.Object, error)

ValueOf calls android.view.ViewDebug$HierarchyTraceType.valueOf.

func (*DebugHierarchyTraceType) Values

func (m *DebugHierarchyTraceType) Values() (*jni.Object, error)

Values calls android.view.ViewDebug$HierarchyTraceType.values.

type DebugIntToString

type DebugIntToString struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DebugIntToString wraps android.view.ViewDebug$IntToString.

func (*DebugIntToString) From

func (m *DebugIntToString) From() (int32, error)

From calls android.view.ViewDebug$IntToString.from.

func (*DebugIntToString) To

func (m *DebugIntToString) To() (string, error)

To calls android.view.ViewDebug$IntToString.to.

func (*DebugIntToString) ToString added in v0.0.8

func (m *DebugIntToString) ToString() (string, error)

ToString calls android.view.ViewDebug$IntToString.toString.

type DebugRecyclerTraceType

type DebugRecyclerTraceType struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DebugRecyclerTraceType wraps android.view.ViewDebug$RecyclerTraceType.

func (*DebugRecyclerTraceType) ToString added in v0.0.8

func (m *DebugRecyclerTraceType) ToString() (string, error)

ToString calls android.view.ViewDebug$RecyclerTraceType.toString.

func (*DebugRecyclerTraceType) ValueOf

func (m *DebugRecyclerTraceType) ValueOf(arg0 string) (*jni.Object, error)

ValueOf calls android.view.ViewDebug$RecyclerTraceType.valueOf.

func (*DebugRecyclerTraceType) Values

func (m *DebugRecyclerTraceType) Values() (*jni.Object, error)

Values calls android.view.ViewDebug$RecyclerTraceType.values.

type DisplayCutout

type DisplayCutout struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DisplayCutout wraps android.view.DisplayCutout.

func NewDisplayCutout

func NewDisplayCutout(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object, arg4 *jni.Object) (*DisplayCutout, error)

NewDisplayCutout creates a new android.view.DisplayCutout instance.

func (*DisplayCutout) Equals

func (m *DisplayCutout) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.DisplayCutout.equals.

func (*DisplayCutout) GetBoundingRectBottom

func (m *DisplayCutout) GetBoundingRectBottom() (*jni.Object, error)

GetBoundingRectBottom calls android.view.DisplayCutout.getBoundingRectBottom.

func (*DisplayCutout) GetBoundingRectLeft

func (m *DisplayCutout) GetBoundingRectLeft() (*jni.Object, error)

GetBoundingRectLeft calls android.view.DisplayCutout.getBoundingRectLeft.

func (*DisplayCutout) GetBoundingRectRight

func (m *DisplayCutout) GetBoundingRectRight() (*jni.Object, error)

GetBoundingRectRight calls android.view.DisplayCutout.getBoundingRectRight.

func (*DisplayCutout) GetBoundingRectTop

func (m *DisplayCutout) GetBoundingRectTop() (*jni.Object, error)

GetBoundingRectTop calls android.view.DisplayCutout.getBoundingRectTop.

func (*DisplayCutout) GetBoundingRects added in v0.0.8

func (m *DisplayCutout) GetBoundingRects() (*jni.Object, error)

GetBoundingRects calls android.view.DisplayCutout.getBoundingRects.

func (*DisplayCutout) GetCutoutPath

func (m *DisplayCutout) GetCutoutPath() (*jni.Object, error)

GetCutoutPath calls android.view.DisplayCutout.getCutoutPath.

func (*DisplayCutout) GetSafeInsetBottom

func (m *DisplayCutout) GetSafeInsetBottom() (int32, error)

GetSafeInsetBottom calls android.view.DisplayCutout.getSafeInsetBottom.

func (*DisplayCutout) GetSafeInsetLeft

func (m *DisplayCutout) GetSafeInsetLeft() (int32, error)

GetSafeInsetLeft calls android.view.DisplayCutout.getSafeInsetLeft.

func (*DisplayCutout) GetSafeInsetRight

func (m *DisplayCutout) GetSafeInsetRight() (int32, error)

GetSafeInsetRight calls android.view.DisplayCutout.getSafeInsetRight.

func (*DisplayCutout) GetSafeInsetTop

func (m *DisplayCutout) GetSafeInsetTop() (int32, error)

GetSafeInsetTop calls android.view.DisplayCutout.getSafeInsetTop.

func (*DisplayCutout) GetWaterfallInsets

func (m *DisplayCutout) GetWaterfallInsets() (*jni.Object, error)

GetWaterfallInsets calls android.view.DisplayCutout.getWaterfallInsets.

func (*DisplayCutout) HashCode

func (m *DisplayCutout) HashCode() (int32, error)

HashCode calls android.view.DisplayCutout.hashCode.

func (*DisplayCutout) ToString

func (m *DisplayCutout) ToString() (string, error)

ToString calls android.view.DisplayCutout.toString.

type DisplayCutoutBuilder

type DisplayCutoutBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DisplayCutoutBuilder wraps android.view.DisplayCutout$Builder.

func (*DisplayCutoutBuilder) Build

func (m *DisplayCutoutBuilder) Build() (*jni.Object, error)

Build calls android.view.DisplayCutout$Builder.build.

func (*DisplayCutoutBuilder) SetBoundingRectBottom

func (m *DisplayCutoutBuilder) SetBoundingRectBottom(arg0 *jni.Object) (*jni.Object, error)

SetBoundingRectBottom calls android.view.DisplayCutout$Builder.setBoundingRectBottom.

func (*DisplayCutoutBuilder) SetBoundingRectLeft

func (m *DisplayCutoutBuilder) SetBoundingRectLeft(arg0 *jni.Object) (*jni.Object, error)

SetBoundingRectLeft calls android.view.DisplayCutout$Builder.setBoundingRectLeft.

func (*DisplayCutoutBuilder) SetBoundingRectRight

func (m *DisplayCutoutBuilder) SetBoundingRectRight(arg0 *jni.Object) (*jni.Object, error)

SetBoundingRectRight calls android.view.DisplayCutout$Builder.setBoundingRectRight.

func (*DisplayCutoutBuilder) SetBoundingRectTop

func (m *DisplayCutoutBuilder) SetBoundingRectTop(arg0 *jni.Object) (*jni.Object, error)

SetBoundingRectTop calls android.view.DisplayCutout$Builder.setBoundingRectTop.

func (*DisplayCutoutBuilder) SetCutoutPath

func (m *DisplayCutoutBuilder) SetCutoutPath(arg0 *jni.Object) (*jni.Object, error)

SetCutoutPath calls android.view.DisplayCutout$Builder.setCutoutPath.

func (*DisplayCutoutBuilder) SetSafeInsets

func (m *DisplayCutoutBuilder) SetSafeInsets(arg0 *jni.Object) (*jni.Object, error)

SetSafeInsets calls android.view.DisplayCutout$Builder.setSafeInsets.

func (*DisplayCutoutBuilder) SetWaterfallInsets

func (m *DisplayCutoutBuilder) SetWaterfallInsets(arg0 *jni.Object) (*jni.Object, error)

SetWaterfallInsets calls android.view.DisplayCutout$Builder.setWaterfallInsets.

func (*DisplayCutoutBuilder) ToString added in v0.0.8

func (m *DisplayCutoutBuilder) ToString() (string, error)

ToString calls android.view.DisplayCutout$Builder.toString.

type DisplayShape

type DisplayShape struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DisplayShape wraps android.view.DisplayShape.

func (*DisplayShape) DescribeContents

func (m *DisplayShape) DescribeContents() (int32, error)

DescribeContents calls android.view.DisplayShape.describeContents.

func (*DisplayShape) Equals

func (m *DisplayShape) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.DisplayShape.equals.

func (*DisplayShape) GetPath

func (m *DisplayShape) GetPath() (*jni.Object, error)

GetPath calls android.view.DisplayShape.getPath.

func (*DisplayShape) HashCode

func (m *DisplayShape) HashCode() (int32, error)

HashCode calls android.view.DisplayShape.hashCode.

func (*DisplayShape) ToString

func (m *DisplayShape) ToString() (string, error)

ToString calls android.view.DisplayShape.toString.

func (*DisplayShape) WriteToParcel

func (m *DisplayShape) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.DisplayShape.writeToParcel.

type DragAndDropPermissions

type DragAndDropPermissions struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DragAndDropPermissions wraps android.view.DragAndDropPermissions.

func (*DragAndDropPermissions) DescribeContents

func (m *DragAndDropPermissions) DescribeContents() (int32, error)

DescribeContents calls android.view.DragAndDropPermissions.describeContents.

func (*DragAndDropPermissions) Release

func (m *DragAndDropPermissions) Release() error

Release calls android.view.DragAndDropPermissions.release.

func (*DragAndDropPermissions) ToString added in v0.0.8

func (m *DragAndDropPermissions) ToString() (string, error)

ToString calls android.view.DragAndDropPermissions.toString.

func (*DragAndDropPermissions) WriteToParcel

func (m *DragAndDropPermissions) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.DragAndDropPermissions.writeToParcel.

type DragEvent

type DragEvent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

DragEvent wraps android.view.DragEvent.

func (*DragEvent) DescribeContents

func (m *DragEvent) DescribeContents() (int32, error)

DescribeContents calls android.view.DragEvent.describeContents.

func (*DragEvent) GetAction

func (m *DragEvent) GetAction() (int32, error)

GetAction calls android.view.DragEvent.getAction.

func (*DragEvent) GetClipData

func (m *DragEvent) GetClipData() (*jni.Object, error)

GetClipData calls android.view.DragEvent.getClipData.

func (*DragEvent) GetClipDescription

func (m *DragEvent) GetClipDescription() (*jni.Object, error)

GetClipDescription calls android.view.DragEvent.getClipDescription.

func (*DragEvent) GetLocalState

func (m *DragEvent) GetLocalState() (*jni.Object, error)

GetLocalState calls android.view.DragEvent.getLocalState.

func (*DragEvent) GetResult

func (m *DragEvent) GetResult() (bool, error)

GetResult calls android.view.DragEvent.getResult.

func (*DragEvent) GetX

func (m *DragEvent) GetX() (float32, error)

GetX calls android.view.DragEvent.getX.

func (*DragEvent) GetY

func (m *DragEvent) GetY() (float32, error)

GetY calls android.view.DragEvent.getY.

func (*DragEvent) ToString

func (m *DragEvent) ToString() (string, error)

ToString calls android.view.DragEvent.toString.

func (*DragEvent) WriteToParcel

func (m *DragEvent) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.DragEvent.writeToParcel.

type FocusFinder

type FocusFinder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FocusFinder wraps android.view.FocusFinder.

func (*FocusFinder) FindNearestTouchable

func (m *FocusFinder) FindNearestTouchable(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) (*jni.Object, error)

FindNearestTouchable calls android.view.FocusFinder.findNearestTouchable.

func (*FocusFinder) FindNextFocus

func (m *FocusFinder) FindNextFocus(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

FindNextFocus calls android.view.FocusFinder.findNextFocus.

func (*FocusFinder) FindNextFocusFromRect

func (m *FocusFinder) FindNextFocusFromRect(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

FindNextFocusFromRect calls android.view.FocusFinder.findNextFocusFromRect.

func (*FocusFinder) FindNextKeyboardNavigationCluster

func (m *FocusFinder) FindNextKeyboardNavigationCluster(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

FindNextKeyboardNavigationCluster calls android.view.FocusFinder.findNextKeyboardNavigationCluster.

func (*FocusFinder) GetInstance

func (m *FocusFinder) GetInstance() (*jni.Object, error)

GetInstance calls android.view.FocusFinder.getInstance.

func (*FocusFinder) ToString added in v0.0.8

func (m *FocusFinder) ToString() (string, error)

ToString calls android.view.FocusFinder.toString.

type FrameMetrics

type FrameMetrics struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FrameMetrics wraps android.view.FrameMetrics.

func NewFrameMetrics

func NewFrameMetrics(vm *jni.VM, arg0 *jni.Object) (*FrameMetrics, error)

NewFrameMetrics creates a new android.view.FrameMetrics instance.

func (*FrameMetrics) GetMetric

func (m *FrameMetrics) GetMetric(arg0 int32) (int64, error)

GetMetric calls android.view.FrameMetrics.getMetric.

func (*FrameMetrics) ToString added in v0.0.8

func (m *FrameMetrics) ToString() (string, error)

ToString calls android.view.FrameMetrics.toString.

type FrameStats

type FrameStats struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FrameStats wraps android.view.FrameStats.

func (*FrameStats) GetEndTimeNano

func (m *FrameStats) GetEndTimeNano() (int64, error)

GetEndTimeNano calls android.view.FrameStats.getEndTimeNano.

func (*FrameStats) GetFrameCount

func (m *FrameStats) GetFrameCount() (int32, error)

GetFrameCount calls android.view.FrameStats.getFrameCount.

func (*FrameStats) GetFramePresentedTimeNano

func (m *FrameStats) GetFramePresentedTimeNano(arg0 int32) (int64, error)

GetFramePresentedTimeNano calls android.view.FrameStats.getFramePresentedTimeNano.

func (*FrameStats) GetRefreshPeriodNano

func (m *FrameStats) GetRefreshPeriodNano() (int64, error)

GetRefreshPeriodNano calls android.view.FrameStats.getRefreshPeriodNano.

func (*FrameStats) GetStartTimeNano

func (m *FrameStats) GetStartTimeNano() (int64, error)

GetStartTimeNano calls android.view.FrameStats.getStartTimeNano.

func (*FrameStats) ToString added in v0.0.8

func (m *FrameStats) ToString() (string, error)

ToString calls android.view.FrameStats.toString.

type GestureDetector

type GestureDetector struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

GestureDetector wraps android.view.GestureDetector.

func NewGestureDetector

func NewGestureDetector(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*GestureDetector, error)

NewGestureDetector creates a new android.view.GestureDetector instance.

func (*GestureDetector) IsLongpressEnabled

func (m *GestureDetector) IsLongpressEnabled() (bool, error)

IsLongpressEnabled calls android.view.GestureDetector.isLongpressEnabled.

func (*GestureDetector) OnGenericMotionEvent

func (m *GestureDetector) OnGenericMotionEvent(arg0 *jni.Object) (bool, error)

OnGenericMotionEvent calls android.view.GestureDetector.onGenericMotionEvent.

func (*GestureDetector) OnTouchEvent

func (m *GestureDetector) OnTouchEvent(arg0 *jni.Object) (bool, error)

OnTouchEvent calls android.view.GestureDetector.onTouchEvent.

func (*GestureDetector) SetContextClickListener

func (m *GestureDetector) SetContextClickListener(arg0 *jni.Object) error

SetContextClickListener calls android.view.GestureDetector.setContextClickListener.

func (*GestureDetector) SetIsLongpressEnabled

func (m *GestureDetector) SetIsLongpressEnabled(arg0 bool) error

SetIsLongpressEnabled calls android.view.GestureDetector.setIsLongpressEnabled.

func (*GestureDetector) SetOnDoubleTapListener

func (m *GestureDetector) SetOnDoubleTapListener(arg0 *jni.Object) error

SetOnDoubleTapListener calls android.view.GestureDetector.setOnDoubleTapListener.

func (*GestureDetector) ToString added in v0.0.8

func (m *GestureDetector) ToString() (string, error)

ToString calls android.view.GestureDetector.toString.

type GestureDetectorOnContextClickListener

type GestureDetectorOnContextClickListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

GestureDetectorOnContextClickListener wraps android.view.GestureDetector$OnContextClickListener.

func (*GestureDetectorOnContextClickListener) OnContextClick

func (m *GestureDetectorOnContextClickListener) OnContextClick(arg0 *jni.Object) (bool, error)

OnContextClick calls android.view.GestureDetector$OnContextClickListener.onContextClick.

func (*GestureDetectorOnContextClickListener) ToString added in v0.0.8

ToString calls android.view.GestureDetector$OnContextClickListener.toString.

type GestureDetectorOnDoubleTapListener

type GestureDetectorOnDoubleTapListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

GestureDetectorOnDoubleTapListener wraps android.view.GestureDetector$OnDoubleTapListener.

func (*GestureDetectorOnDoubleTapListener) OnDoubleTap

func (m *GestureDetectorOnDoubleTapListener) OnDoubleTap(arg0 *jni.Object) (bool, error)

OnDoubleTap calls android.view.GestureDetector$OnDoubleTapListener.onDoubleTap.

func (*GestureDetectorOnDoubleTapListener) OnDoubleTapEvent

func (m *GestureDetectorOnDoubleTapListener) OnDoubleTapEvent(arg0 *jni.Object) (bool, error)

OnDoubleTapEvent calls android.view.GestureDetector$OnDoubleTapListener.onDoubleTapEvent.

func (*GestureDetectorOnDoubleTapListener) OnSingleTapConfirmed

func (m *GestureDetectorOnDoubleTapListener) OnSingleTapConfirmed(arg0 *jni.Object) (bool, error)

OnSingleTapConfirmed calls android.view.GestureDetector$OnDoubleTapListener.onSingleTapConfirmed.

func (*GestureDetectorOnDoubleTapListener) ToString added in v0.0.8

ToString calls android.view.GestureDetector$OnDoubleTapListener.toString.

type GestureDetectorOnGestureListener

type GestureDetectorOnGestureListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

GestureDetectorOnGestureListener wraps android.view.GestureDetector$OnGestureListener.

func (*GestureDetectorOnGestureListener) OnDown

OnDown calls android.view.GestureDetector$OnGestureListener.onDown.

func (*GestureDetectorOnGestureListener) OnFling

func (m *GestureDetectorOnGestureListener) OnFling(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 float32,
	arg3 float32,
) (bool, error)

OnFling calls android.view.GestureDetector$OnGestureListener.onFling.

func (*GestureDetectorOnGestureListener) OnLongPress

func (m *GestureDetectorOnGestureListener) OnLongPress(arg0 *jni.Object) error

OnLongPress calls android.view.GestureDetector$OnGestureListener.onLongPress.

func (*GestureDetectorOnGestureListener) OnScroll

func (m *GestureDetectorOnGestureListener) OnScroll(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 float32,
	arg3 float32,
) (bool, error)

OnScroll calls android.view.GestureDetector$OnGestureListener.onScroll.

func (*GestureDetectorOnGestureListener) OnShowPress

func (m *GestureDetectorOnGestureListener) OnShowPress(arg0 *jni.Object) error

OnShowPress calls android.view.GestureDetector$OnGestureListener.onShowPress.

func (*GestureDetectorOnGestureListener) OnSingleTapUp

func (m *GestureDetectorOnGestureListener) OnSingleTapUp(arg0 *jni.Object) (bool, error)

OnSingleTapUp calls android.view.GestureDetector$OnGestureListener.onSingleTapUp.

func (*GestureDetectorOnGestureListener) ToString added in v0.0.8

ToString calls android.view.GestureDetector$OnGestureListener.toString.

type GestureDetectorSimpleOnGestureListener

type GestureDetectorSimpleOnGestureListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

GestureDetectorSimpleOnGestureListener wraps android.view.GestureDetector$SimpleOnGestureListener.

func (*GestureDetectorSimpleOnGestureListener) OnContextClick

func (m *GestureDetectorSimpleOnGestureListener) OnContextClick(arg0 *jni.Object) (bool, error)

OnContextClick calls android.view.GestureDetector$SimpleOnGestureListener.onContextClick.

func (*GestureDetectorSimpleOnGestureListener) OnDoubleTap

func (m *GestureDetectorSimpleOnGestureListener) OnDoubleTap(arg0 *jni.Object) (bool, error)

OnDoubleTap calls android.view.GestureDetector$SimpleOnGestureListener.onDoubleTap.

func (*GestureDetectorSimpleOnGestureListener) OnDoubleTapEvent

func (m *GestureDetectorSimpleOnGestureListener) OnDoubleTapEvent(arg0 *jni.Object) (bool, error)

OnDoubleTapEvent calls android.view.GestureDetector$SimpleOnGestureListener.onDoubleTapEvent.

func (*GestureDetectorSimpleOnGestureListener) OnDown

OnDown calls android.view.GestureDetector$SimpleOnGestureListener.onDown.

func (*GestureDetectorSimpleOnGestureListener) OnFling

func (m *GestureDetectorSimpleOnGestureListener) OnFling(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 float32,
	arg3 float32,
) (bool, error)

OnFling calls android.view.GestureDetector$SimpleOnGestureListener.onFling.

func (*GestureDetectorSimpleOnGestureListener) OnLongPress

OnLongPress calls android.view.GestureDetector$SimpleOnGestureListener.onLongPress.

func (*GestureDetectorSimpleOnGestureListener) OnScroll

func (m *GestureDetectorSimpleOnGestureListener) OnScroll(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 float32,
	arg3 float32,
) (bool, error)

OnScroll calls android.view.GestureDetector$SimpleOnGestureListener.onScroll.

func (*GestureDetectorSimpleOnGestureListener) OnShowPress

OnShowPress calls android.view.GestureDetector$SimpleOnGestureListener.onShowPress.

func (*GestureDetectorSimpleOnGestureListener) OnSingleTapConfirmed

func (m *GestureDetectorSimpleOnGestureListener) OnSingleTapConfirmed(arg0 *jni.Object) (bool, error)

OnSingleTapConfirmed calls android.view.GestureDetector$SimpleOnGestureListener.onSingleTapConfirmed.

func (*GestureDetectorSimpleOnGestureListener) OnSingleTapUp

func (m *GestureDetectorSimpleOnGestureListener) OnSingleTapUp(arg0 *jni.Object) (bool, error)

OnSingleTapUp calls android.view.GestureDetector$SimpleOnGestureListener.onSingleTapUp.

func (*GestureDetectorSimpleOnGestureListener) ToString added in v0.0.8

ToString calls android.view.GestureDetector$SimpleOnGestureListener.toString.

type Gravity

type Gravity struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Gravity wraps android.view.Gravity.

func NewGravity

func NewGravity(vm *jni.VM) (*Gravity, error)

NewGravity creates a new android.view.Gravity instance.

func (*Gravity) Apply5

func (m *Gravity) Apply5(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
) error

Apply5 calls android.view.Gravity.apply.

func (*Gravity) Apply6_1

func (m *Gravity) Apply6_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

Apply6_1 calls android.view.Gravity.apply.

func (*Gravity) Apply7_2

func (m *Gravity) Apply7_2(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 int32,
	arg6 *jni.Object,
) error

Apply7_2 calls android.view.Gravity.apply.

func (*Gravity) Apply8_3

func (m *Gravity) Apply8_3(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 int32,
	arg6 *jni.Object,
	arg7 int32,
) error

Apply8_3 calls android.view.Gravity.apply.

func (*Gravity) ApplyDisplay3

func (m *Gravity) ApplyDisplay3(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ApplyDisplay3 calls android.view.Gravity.applyDisplay.

func (*Gravity) ApplyDisplay4_1

func (m *Gravity) ApplyDisplay4_1(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 int32,
) error

ApplyDisplay4_1 calls android.view.Gravity.applyDisplay.

func (*Gravity) GetAbsoluteGravity

func (m *Gravity) GetAbsoluteGravity(arg0 int32, arg1 int32) (int32, error)

GetAbsoluteGravity calls android.view.Gravity.getAbsoluteGravity.

func (*Gravity) IsHorizontal

func (m *Gravity) IsHorizontal(arg0 int32) (bool, error)

IsHorizontal calls android.view.Gravity.isHorizontal.

func (*Gravity) IsVertical

func (m *Gravity) IsVertical(arg0 int32) (bool, error)

IsVertical calls android.view.Gravity.isVertical.

func (*Gravity) ToString added in v0.0.8

func (m *Gravity) ToString() (string, error)

ToString calls android.view.Gravity.toString.

type GroupOverlay

type GroupOverlay struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

GroupOverlay wraps android.view.ViewGroupOverlay.

func (*GroupOverlay) Add

func (m *GroupOverlay) Add(arg0 *jni.Object) error

Add calls android.view.ViewGroupOverlay.add.

func (*GroupOverlay) Remove

func (m *GroupOverlay) Remove(arg0 *jni.Object) error

Remove calls android.view.ViewGroupOverlay.remove.

func (*GroupOverlay) ToString added in v0.0.8

func (m *GroupOverlay) ToString() (string, error)

ToString calls android.view.ViewGroupOverlay.toString.

type HapticFeedbackConstants added in v0.0.8

type HapticFeedbackConstants struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

HapticFeedbackConstants wraps android.view.HapticFeedbackConstants.

func (*HapticFeedbackConstants) ToString added in v0.0.8

func (m *HapticFeedbackConstants) ToString() (string, error)

ToString calls android.view.HapticFeedbackConstants.toString.

type InflateException

type InflateException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InflateException wraps android.view.InflateException.

func NewInflateException

func NewInflateException(vm *jni.VM) (*InflateException, error)

NewInflateException creates a new android.view.InflateException instance.

func (*InflateException) ToString added in v0.0.8

func (m *InflateException) ToString() (string, error)

ToString calls android.view.InflateException.toString.

type InputDevice

type InputDevice struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InputDevice wraps android.view.InputDevice.

func (*InputDevice) DescribeContents

func (m *InputDevice) DescribeContents() (int32, error)

DescribeContents calls android.view.InputDevice.describeContents.

func (*InputDevice) GetBatteryState

func (m *InputDevice) GetBatteryState() (*jni.Object, error)

GetBatteryState calls android.view.InputDevice.getBatteryState.

func (*InputDevice) GetControllerNumber

func (m *InputDevice) GetControllerNumber() (int32, error)

GetControllerNumber calls android.view.InputDevice.getControllerNumber.

func (*InputDevice) GetDescriptor

func (m *InputDevice) GetDescriptor() (string, error)

GetDescriptor calls android.view.InputDevice.getDescriptor.

func (*InputDevice) GetDevice

func (m *InputDevice) GetDevice(arg0 int32) (*jni.Object, error)

GetDevice calls android.view.InputDevice.getDevice.

func (*InputDevice) GetDeviceIds

func (m *InputDevice) GetDeviceIds() (*jni.Object, error)

GetDeviceIds calls android.view.InputDevice.getDeviceIds.

func (*InputDevice) GetId

func (m *InputDevice) GetId() (int32, error)

GetId calls android.view.InputDevice.getId.

func (*InputDevice) GetKeyCharacterMap

func (m *InputDevice) GetKeyCharacterMap() (*jni.Object, error)

GetKeyCharacterMap calls android.view.InputDevice.getKeyCharacterMap.

func (*InputDevice) GetKeyCodeForKeyLocation

func (m *InputDevice) GetKeyCodeForKeyLocation(arg0 int32) (int32, error)

GetKeyCodeForKeyLocation calls android.view.InputDevice.getKeyCodeForKeyLocation.

func (*InputDevice) GetKeyboardType

func (m *InputDevice) GetKeyboardType() (int32, error)

GetKeyboardType calls android.view.InputDevice.getKeyboardType.

func (*InputDevice) GetLightsManager

func (m *InputDevice) GetLightsManager() (*jni.Object, error)

GetLightsManager calls android.view.InputDevice.getLightsManager.

func (*InputDevice) GetMotionRange1

func (m *InputDevice) GetMotionRange1(arg0 int32) (*jni.Object, error)

GetMotionRange1 calls android.view.InputDevice.getMotionRange.

func (*InputDevice) GetMotionRange2_1

func (m *InputDevice) GetMotionRange2_1(arg0 int32, arg1 int32) (*jni.Object, error)

GetMotionRange2_1 calls android.view.InputDevice.getMotionRange.

func (*InputDevice) GetMotionRanges added in v0.0.8

func (m *InputDevice) GetMotionRanges() (*jni.Object, error)

GetMotionRanges calls android.view.InputDevice.getMotionRanges.

func (*InputDevice) GetName

func (m *InputDevice) GetName() (string, error)

GetName calls android.view.InputDevice.getName.

func (*InputDevice) GetProductId

func (m *InputDevice) GetProductId() (int32, error)

GetProductId calls android.view.InputDevice.getProductId.

func (*InputDevice) GetSensorManager

func (m *InputDevice) GetSensorManager() (*jni.Object, error)

GetSensorManager calls android.view.InputDevice.getSensorManager.

func (*InputDevice) GetSources

func (m *InputDevice) GetSources() (int32, error)

GetSources calls android.view.InputDevice.getSources.

func (*InputDevice) GetVendorId

func (m *InputDevice) GetVendorId() (int32, error)

GetVendorId calls android.view.InputDevice.getVendorId.

func (*InputDevice) GetVibrator

func (m *InputDevice) GetVibrator() (*jni.Object, error)

GetVibrator calls android.view.InputDevice.getVibrator.

func (*InputDevice) GetVibratorManager

func (m *InputDevice) GetVibratorManager() (*jni.Object, error)

GetVibratorManager calls android.view.InputDevice.getVibratorManager.

func (*InputDevice) HasKeys

func (m *InputDevice) HasKeys(arg0 *jni.Object) (*jni.Object, error)

HasKeys calls android.view.InputDevice.hasKeys.

func (*InputDevice) HasMicrophone

func (m *InputDevice) HasMicrophone() (bool, error)

HasMicrophone calls android.view.InputDevice.hasMicrophone.

func (*InputDevice) IsEnabled

func (m *InputDevice) IsEnabled() (bool, error)

IsEnabled calls android.view.InputDevice.isEnabled.

func (*InputDevice) IsExternal

func (m *InputDevice) IsExternal() (bool, error)

IsExternal calls android.view.InputDevice.isExternal.

func (*InputDevice) IsVirtual

func (m *InputDevice) IsVirtual() (bool, error)

IsVirtual calls android.view.InputDevice.isVirtual.

func (*InputDevice) SupportsSource

func (m *InputDevice) SupportsSource(arg0 int32) (bool, error)

SupportsSource calls android.view.InputDevice.supportsSource.

func (*InputDevice) ToString

func (m *InputDevice) ToString() (string, error)

ToString calls android.view.InputDevice.toString.

func (*InputDevice) WriteToParcel

func (m *InputDevice) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.InputDevice.writeToParcel.

type InputDeviceMotionRange

type InputDeviceMotionRange struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InputDeviceMotionRange wraps android.view.InputDevice$MotionRange.

func (*InputDeviceMotionRange) GetAxis

func (m *InputDeviceMotionRange) GetAxis() (int32, error)

GetAxis calls android.view.InputDevice$MotionRange.getAxis.

func (*InputDeviceMotionRange) GetFlat

func (m *InputDeviceMotionRange) GetFlat() (float32, error)

GetFlat calls android.view.InputDevice$MotionRange.getFlat.

func (*InputDeviceMotionRange) GetFuzz

func (m *InputDeviceMotionRange) GetFuzz() (float32, error)

GetFuzz calls android.view.InputDevice$MotionRange.getFuzz.

func (*InputDeviceMotionRange) GetMax

func (m *InputDeviceMotionRange) GetMax() (float32, error)

GetMax calls android.view.InputDevice$MotionRange.getMax.

func (*InputDeviceMotionRange) GetMin

func (m *InputDeviceMotionRange) GetMin() (float32, error)

GetMin calls android.view.InputDevice$MotionRange.getMin.

func (*InputDeviceMotionRange) GetRange

func (m *InputDeviceMotionRange) GetRange() (float32, error)

GetRange calls android.view.InputDevice$MotionRange.getRange.

func (*InputDeviceMotionRange) GetResolution

func (m *InputDeviceMotionRange) GetResolution() (float32, error)

GetResolution calls android.view.InputDevice$MotionRange.getResolution.

func (*InputDeviceMotionRange) GetSource

func (m *InputDeviceMotionRange) GetSource() (int32, error)

GetSource calls android.view.InputDevice$MotionRange.getSource.

func (*InputDeviceMotionRange) IsFromSource

func (m *InputDeviceMotionRange) IsFromSource(arg0 int32) (bool, error)

IsFromSource calls android.view.InputDevice$MotionRange.isFromSource.

func (*InputDeviceMotionRange) ToString added in v0.0.8

func (m *InputDeviceMotionRange) ToString() (string, error)

ToString calls android.view.InputDevice$MotionRange.toString.

type InputDeviceViewBehavior

type InputDeviceViewBehavior struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InputDeviceViewBehavior wraps android.view.InputDevice$ViewBehavior.

func (*InputDeviceViewBehavior) ShouldSmoothScroll

func (m *InputDeviceViewBehavior) ShouldSmoothScroll(arg0 int32, arg1 int32) (bool, error)

ShouldSmoothScroll calls android.view.InputDevice$ViewBehavior.shouldSmoothScroll.

func (*InputDeviceViewBehavior) ToString added in v0.0.8

func (m *InputDeviceViewBehavior) ToString() (string, error)

ToString calls android.view.InputDevice$ViewBehavior.toString.

type InputEvent

type InputEvent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InputEvent wraps android.view.InputEvent.

func (*InputEvent) DescribeContents

func (m *InputEvent) DescribeContents() (int32, error)

DescribeContents calls android.view.InputEvent.describeContents.

func (*InputEvent) GetDevice

func (m *InputEvent) GetDevice() (*jni.Object, error)

GetDevice calls android.view.InputEvent.getDevice.

func (*InputEvent) GetDeviceId

func (m *InputEvent) GetDeviceId() (int32, error)

GetDeviceId calls android.view.InputEvent.getDeviceId.

func (*InputEvent) GetEventTime

func (m *InputEvent) GetEventTime() (int64, error)

GetEventTime calls android.view.InputEvent.getEventTime.

func (*InputEvent) GetSource

func (m *InputEvent) GetSource() (int32, error)

GetSource calls android.view.InputEvent.getSource.

func (*InputEvent) IsFromSource

func (m *InputEvent) IsFromSource(arg0 int32) (bool, error)

IsFromSource calls android.view.InputEvent.isFromSource.

func (*InputEvent) ToString added in v0.0.8

func (m *InputEvent) ToString() (string, error)

ToString calls android.view.InputEvent.toString.

type InputQueue added in v0.0.8

type InputQueue struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InputQueue wraps android.view.InputQueue.

func (*InputQueue) ToString added in v0.0.8

func (m *InputQueue) ToString() (string, error)

ToString calls android.view.InputQueue.toString.

type InputQueueCallback

type InputQueueCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

InputQueueCallback wraps android.view.InputQueue$Callback.

func (*InputQueueCallback) OnInputQueueCreated

func (m *InputQueueCallback) OnInputQueueCreated(arg0 *jni.Object) error

OnInputQueueCreated calls android.view.InputQueue$Callback.onInputQueueCreated.

func (*InputQueueCallback) OnInputQueueDestroyed

func (m *InputQueueCallback) OnInputQueueDestroyed(arg0 *jni.Object) error

OnInputQueueDestroyed calls android.view.InputQueue$Callback.onInputQueueDestroyed.

func (*InputQueueCallback) ToString added in v0.0.8

func (m *InputQueueCallback) ToString() (string, error)

ToString calls android.view.InputQueue$Callback.toString.

type KeyCharacterMap

type KeyCharacterMap struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

KeyCharacterMap wraps android.view.KeyCharacterMap.

func (*KeyCharacterMap) DescribeContents

func (m *KeyCharacterMap) DescribeContents() (int32, error)

DescribeContents calls android.view.KeyCharacterMap.describeContents.

func (*KeyCharacterMap) DeviceHasKey

func (m *KeyCharacterMap) DeviceHasKey(arg0 int32) (bool, error)

DeviceHasKey calls android.view.KeyCharacterMap.deviceHasKey.

func (*KeyCharacterMap) DeviceHasKeys

func (m *KeyCharacterMap) DeviceHasKeys(arg0 *jni.Object) (*jni.Object, error)

DeviceHasKeys calls android.view.KeyCharacterMap.deviceHasKeys.

func (*KeyCharacterMap) Equals

func (m *KeyCharacterMap) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.KeyCharacterMap.equals.

func (*KeyCharacterMap) Get

func (m *KeyCharacterMap) Get(arg0 int32, arg1 int32) (int32, error)

Get calls android.view.KeyCharacterMap.get.

func (*KeyCharacterMap) GetDeadChar

func (m *KeyCharacterMap) GetDeadChar(arg0 int32, arg1 int32) (int32, error)

GetDeadChar calls android.view.KeyCharacterMap.getDeadChar.

func (*KeyCharacterMap) GetDisplayLabel

func (m *KeyCharacterMap) GetDisplayLabel(arg0 int32) (uint16, error)

GetDisplayLabel calls android.view.KeyCharacterMap.getDisplayLabel.

func (*KeyCharacterMap) GetEvents

func (m *KeyCharacterMap) GetEvents(arg0 *jni.Object) (*jni.Object, error)

GetEvents calls android.view.KeyCharacterMap.getEvents.

func (*KeyCharacterMap) GetKeyData

func (m *KeyCharacterMap) GetKeyData(arg0 int32, arg1 *jni.Object) (bool, error)

GetKeyData calls android.view.KeyCharacterMap.getKeyData.

func (*KeyCharacterMap) GetKeyboardType

func (m *KeyCharacterMap) GetKeyboardType() (int32, error)

GetKeyboardType calls android.view.KeyCharacterMap.getKeyboardType.

func (*KeyCharacterMap) GetMatch2

func (m *KeyCharacterMap) GetMatch2(arg0 int32, arg1 *jni.Object) (uint16, error)

GetMatch2 calls android.view.KeyCharacterMap.getMatch.

func (*KeyCharacterMap) GetMatch3_1

func (m *KeyCharacterMap) GetMatch3_1(
	arg0 int32,
	arg1 *jni.Object,
	arg2 int32,
) (uint16, error)

GetMatch3_1 calls android.view.KeyCharacterMap.getMatch.

func (*KeyCharacterMap) GetModifierBehavior

func (m *KeyCharacterMap) GetModifierBehavior() (int32, error)

GetModifierBehavior calls android.view.KeyCharacterMap.getModifierBehavior.

func (*KeyCharacterMap) GetNumber

func (m *KeyCharacterMap) GetNumber(arg0 int32) (uint16, error)

GetNumber calls android.view.KeyCharacterMap.getNumber.

func (*KeyCharacterMap) IsPrintingKey

func (m *KeyCharacterMap) IsPrintingKey(arg0 int32) (bool, error)

IsPrintingKey calls android.view.KeyCharacterMap.isPrintingKey.

func (*KeyCharacterMap) Load

func (m *KeyCharacterMap) Load(arg0 int32) (*jni.Object, error)

Load calls android.view.KeyCharacterMap.load.

func (*KeyCharacterMap) ToString added in v0.0.8

func (m *KeyCharacterMap) ToString() (string, error)

ToString calls android.view.KeyCharacterMap.toString.

func (*KeyCharacterMap) WriteToParcel

func (m *KeyCharacterMap) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.KeyCharacterMap.writeToParcel.

type KeyCharacterMapKeyData added in v0.0.8

type KeyCharacterMapKeyData struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

KeyCharacterMapKeyData wraps android.view.KeyCharacterMap$KeyData.

func (*KeyCharacterMapKeyData) ToString added in v0.0.8

func (m *KeyCharacterMapKeyData) ToString() (string, error)

ToString calls android.view.KeyCharacterMap$KeyData.toString.

type KeyCharacterMapUnavailableException added in v0.0.8

type KeyCharacterMapUnavailableException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

KeyCharacterMapUnavailableException wraps android.view.KeyCharacterMap$UnavailableException.

func (*KeyCharacterMapUnavailableException) ToString added in v0.0.8

ToString calls android.view.KeyCharacterMap$UnavailableException.toString.

type KeyEvent

type KeyEvent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

KeyEvent wraps android.view.KeyEvent.

func NewKeyEvent

func NewKeyEvent(vm *jni.VM, arg0 *jni.Object) (*KeyEvent, error)

NewKeyEvent creates a new android.view.KeyEvent instance.

func (*KeyEvent) ChangeAction

func (m *KeyEvent) ChangeAction(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

ChangeAction calls android.view.KeyEvent.changeAction.

func (*KeyEvent) ChangeFlags

func (m *KeyEvent) ChangeFlags(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

ChangeFlags calls android.view.KeyEvent.changeFlags.

func (*KeyEvent) ChangeTimeRepeat3

func (m *KeyEvent) ChangeTimeRepeat3(
	arg0 *jni.Object,
	arg1 int64,
	arg2 int32,
) (*jni.Object, error)

ChangeTimeRepeat3 calls android.view.KeyEvent.changeTimeRepeat.

func (*KeyEvent) ChangeTimeRepeat4_1

func (m *KeyEvent) ChangeTimeRepeat4_1(
	arg0 *jni.Object,
	arg1 int64,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

ChangeTimeRepeat4_1 calls android.view.KeyEvent.changeTimeRepeat.

func (*KeyEvent) Dispatch1

func (m *KeyEvent) Dispatch1(arg0 *jni.Object) (bool, error)

Dispatch1 calls android.view.KeyEvent.dispatch.

func (*KeyEvent) Dispatch3_1

func (m *KeyEvent) Dispatch3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (bool, error)

Dispatch3_1 calls android.view.KeyEvent.dispatch.

func (*KeyEvent) GetAction

func (m *KeyEvent) GetAction() (int32, error)

GetAction calls android.view.KeyEvent.getAction.

func (*KeyEvent) GetCharacters

func (m *KeyEvent) GetCharacters() (string, error)

GetCharacters calls android.view.KeyEvent.getCharacters.

func (*KeyEvent) GetDeadChar

func (m *KeyEvent) GetDeadChar(arg0 int32, arg1 int32) (int32, error)

GetDeadChar calls android.view.KeyEvent.getDeadChar.

func (*KeyEvent) GetDeviceId

func (m *KeyEvent) GetDeviceId() (int32, error)

GetDeviceId calls android.view.KeyEvent.getDeviceId.

func (*KeyEvent) GetDisplayLabel

func (m *KeyEvent) GetDisplayLabel() (uint16, error)

GetDisplayLabel calls android.view.KeyEvent.getDisplayLabel.

func (*KeyEvent) GetDownTime

func (m *KeyEvent) GetDownTime() (int64, error)

GetDownTime calls android.view.KeyEvent.getDownTime.

func (*KeyEvent) GetEventTime

func (m *KeyEvent) GetEventTime() (int64, error)

GetEventTime calls android.view.KeyEvent.getEventTime.

func (*KeyEvent) GetFlags

func (m *KeyEvent) GetFlags() (int32, error)

GetFlags calls android.view.KeyEvent.getFlags.

func (*KeyEvent) GetKeyCharacterMap

func (m *KeyEvent) GetKeyCharacterMap() (*jni.Object, error)

GetKeyCharacterMap calls android.view.KeyEvent.getKeyCharacterMap.

func (*KeyEvent) GetKeyCode

func (m *KeyEvent) GetKeyCode() (int32, error)

GetKeyCode calls android.view.KeyEvent.getKeyCode.

func (*KeyEvent) GetKeyData

func (m *KeyEvent) GetKeyData(arg0 *jni.Object) (bool, error)

GetKeyData calls android.view.KeyEvent.getKeyData.

func (*KeyEvent) GetMatch1

func (m *KeyEvent) GetMatch1(arg0 *jni.Object) (uint16, error)

GetMatch1 calls android.view.KeyEvent.getMatch.

func (*KeyEvent) GetMatch2_1

func (m *KeyEvent) GetMatch2_1(arg0 *jni.Object, arg1 int32) (uint16, error)

GetMatch2_1 calls android.view.KeyEvent.getMatch.

func (*KeyEvent) GetMaxKeyCode

func (m *KeyEvent) GetMaxKeyCode() (int32, error)

GetMaxKeyCode calls android.view.KeyEvent.getMaxKeyCode.

func (*KeyEvent) GetMetaState

func (m *KeyEvent) GetMetaState() (int32, error)

GetMetaState calls android.view.KeyEvent.getMetaState.

func (*KeyEvent) GetModifierMetaStateMask

func (m *KeyEvent) GetModifierMetaStateMask() (int32, error)

GetModifierMetaStateMask calls android.view.KeyEvent.getModifierMetaStateMask.

func (*KeyEvent) GetModifiers

func (m *KeyEvent) GetModifiers() (int32, error)

GetModifiers calls android.view.KeyEvent.getModifiers.

func (*KeyEvent) GetNumber

func (m *KeyEvent) GetNumber() (uint16, error)

GetNumber calls android.view.KeyEvent.getNumber.

func (*KeyEvent) GetRepeatCount

func (m *KeyEvent) GetRepeatCount() (int32, error)

GetRepeatCount calls android.view.KeyEvent.getRepeatCount.

func (*KeyEvent) GetScanCode

func (m *KeyEvent) GetScanCode() (int32, error)

GetScanCode calls android.view.KeyEvent.getScanCode.

func (*KeyEvent) GetSource

func (m *KeyEvent) GetSource() (int32, error)

GetSource calls android.view.KeyEvent.getSource.

func (*KeyEvent) GetUnicodeChar0

func (m *KeyEvent) GetUnicodeChar0() (int32, error)

GetUnicodeChar0 calls android.view.KeyEvent.getUnicodeChar.

func (*KeyEvent) GetUnicodeChar1_1

func (m *KeyEvent) GetUnicodeChar1_1(arg0 int32) (int32, error)

GetUnicodeChar1_1 calls android.view.KeyEvent.getUnicodeChar.

func (*KeyEvent) HasModifiers

func (m *KeyEvent) HasModifiers(arg0 int32) (bool, error)

HasModifiers calls android.view.KeyEvent.hasModifiers.

func (*KeyEvent) HasNoModifiers

func (m *KeyEvent) HasNoModifiers() (bool, error)

HasNoModifiers calls android.view.KeyEvent.hasNoModifiers.

func (*KeyEvent) IsAltPressed

func (m *KeyEvent) IsAltPressed() (bool, error)

IsAltPressed calls android.view.KeyEvent.isAltPressed.

func (*KeyEvent) IsCanceled

func (m *KeyEvent) IsCanceled() (bool, error)

IsCanceled calls android.view.KeyEvent.isCanceled.

func (*KeyEvent) IsCapsLockOn

func (m *KeyEvent) IsCapsLockOn() (bool, error)

IsCapsLockOn calls android.view.KeyEvent.isCapsLockOn.

func (*KeyEvent) IsCtrlPressed

func (m *KeyEvent) IsCtrlPressed() (bool, error)

IsCtrlPressed calls android.view.KeyEvent.isCtrlPressed.

func (*KeyEvent) IsFunctionPressed

func (m *KeyEvent) IsFunctionPressed() (bool, error)

IsFunctionPressed calls android.view.KeyEvent.isFunctionPressed.

func (*KeyEvent) IsGamepadButton

func (m *KeyEvent) IsGamepadButton(arg0 int32) (bool, error)

IsGamepadButton calls android.view.KeyEvent.isGamepadButton.

func (*KeyEvent) IsLongPress

func (m *KeyEvent) IsLongPress() (bool, error)

IsLongPress calls android.view.KeyEvent.isLongPress.

func (*KeyEvent) IsMediaSessionKey

func (m *KeyEvent) IsMediaSessionKey(arg0 int32) (bool, error)

IsMediaSessionKey calls android.view.KeyEvent.isMediaSessionKey.

func (*KeyEvent) IsMetaPressed

func (m *KeyEvent) IsMetaPressed() (bool, error)

IsMetaPressed calls android.view.KeyEvent.isMetaPressed.

func (*KeyEvent) IsModifierKey

func (m *KeyEvent) IsModifierKey(arg0 int32) (bool, error)

IsModifierKey calls android.view.KeyEvent.isModifierKey.

func (*KeyEvent) IsNumLockOn

func (m *KeyEvent) IsNumLockOn() (bool, error)

IsNumLockOn calls android.view.KeyEvent.isNumLockOn.

func (*KeyEvent) IsPrintingKey

func (m *KeyEvent) IsPrintingKey() (bool, error)

IsPrintingKey calls android.view.KeyEvent.isPrintingKey.

func (*KeyEvent) IsScrollLockOn

func (m *KeyEvent) IsScrollLockOn() (bool, error)

IsScrollLockOn calls android.view.KeyEvent.isScrollLockOn.

func (*KeyEvent) IsShiftPressed

func (m *KeyEvent) IsShiftPressed() (bool, error)

IsShiftPressed calls android.view.KeyEvent.isShiftPressed.

func (*KeyEvent) IsSymPressed

func (m *KeyEvent) IsSymPressed() (bool, error)

IsSymPressed calls android.view.KeyEvent.isSymPressed.

func (*KeyEvent) IsSystem

func (m *KeyEvent) IsSystem() (bool, error)

IsSystem calls android.view.KeyEvent.isSystem.

func (*KeyEvent) IsTracking

func (m *KeyEvent) IsTracking() (bool, error)

IsTracking calls android.view.KeyEvent.isTracking.

func (*KeyEvent) KeyCodeFromString

func (m *KeyEvent) KeyCodeFromString(arg0 string) (int32, error)

KeyCodeFromString calls android.view.KeyEvent.keyCodeFromString.

func (*KeyEvent) KeyCodeToString

func (m *KeyEvent) KeyCodeToString(arg0 int32) (string, error)

KeyCodeToString calls android.view.KeyEvent.keyCodeToString.

func (*KeyEvent) MetaStateHasModifiers

func (m *KeyEvent) MetaStateHasModifiers(arg0 int32, arg1 int32) (bool, error)

MetaStateHasModifiers calls android.view.KeyEvent.metaStateHasModifiers.

func (*KeyEvent) MetaStateHasNoModifiers

func (m *KeyEvent) MetaStateHasNoModifiers(arg0 int32) (bool, error)

MetaStateHasNoModifiers calls android.view.KeyEvent.metaStateHasNoModifiers.

func (*KeyEvent) NormalizeMetaState

func (m *KeyEvent) NormalizeMetaState(arg0 int32) (int32, error)

NormalizeMetaState calls android.view.KeyEvent.normalizeMetaState.

func (*KeyEvent) SetSource

func (m *KeyEvent) SetSource(arg0 int32) error

SetSource calls android.view.KeyEvent.setSource.

func (*KeyEvent) StartTracking

func (m *KeyEvent) StartTracking() error

StartTracking calls android.view.KeyEvent.startTracking.

func (*KeyEvent) ToString

func (m *KeyEvent) ToString() (string, error)

ToString calls android.view.KeyEvent.toString.

func (*KeyEvent) WriteToParcel

func (m *KeyEvent) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.KeyEvent.writeToParcel.

type KeyEventCallback

type KeyEventCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

KeyEventCallback wraps android.view.KeyEvent$Callback.

func (*KeyEventCallback) OnKeyDown

func (m *KeyEventCallback) OnKeyDown(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyDown calls android.view.KeyEvent$Callback.onKeyDown.

func (*KeyEventCallback) OnKeyLongPress

func (m *KeyEventCallback) OnKeyLongPress(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyLongPress calls android.view.KeyEvent$Callback.onKeyLongPress.

func (*KeyEventCallback) OnKeyMultiple

func (m *KeyEventCallback) OnKeyMultiple(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) (bool, error)

OnKeyMultiple calls android.view.KeyEvent$Callback.onKeyMultiple.

func (*KeyEventCallback) OnKeyUp

func (m *KeyEventCallback) OnKeyUp(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyUp calls android.view.KeyEvent$Callback.onKeyUp.

func (*KeyEventCallback) ToString added in v0.0.8

func (m *KeyEventCallback) ToString() (string, error)

ToString calls android.view.KeyEvent$Callback.toString.

type KeyEventDispatcherState

type KeyEventDispatcherState struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

KeyEventDispatcherState wraps android.view.KeyEvent$DispatcherState.

func (*KeyEventDispatcherState) HandleUpEvent

func (m *KeyEventDispatcherState) HandleUpEvent(arg0 *jni.Object) error

HandleUpEvent calls android.view.KeyEvent$DispatcherState.handleUpEvent.

func (*KeyEventDispatcherState) IsTracking

func (m *KeyEventDispatcherState) IsTracking(arg0 *jni.Object) (bool, error)

IsTracking calls android.view.KeyEvent$DispatcherState.isTracking.

func (*KeyEventDispatcherState) PerformedLongPress

func (m *KeyEventDispatcherState) PerformedLongPress(arg0 *jni.Object) error

PerformedLongPress calls android.view.KeyEvent$DispatcherState.performedLongPress.

func (*KeyEventDispatcherState) Reset0

func (m *KeyEventDispatcherState) Reset0() error

Reset0 calls android.view.KeyEvent$DispatcherState.reset.

func (*KeyEventDispatcherState) Reset1_1

func (m *KeyEventDispatcherState) Reset1_1(arg0 *jni.Object) error

Reset1_1 calls android.view.KeyEvent$DispatcherState.reset.

func (*KeyEventDispatcherState) StartTracking

func (m *KeyEventDispatcherState) StartTracking(arg0 *jni.Object, arg1 *jni.Object) error

StartTracking calls android.view.KeyEvent$DispatcherState.startTracking.

func (*KeyEventDispatcherState) ToString added in v0.0.8

func (m *KeyEventDispatcherState) ToString() (string, error)

ToString calls android.view.KeyEvent$DispatcherState.toString.

type KeyboardShortcutGroup

type KeyboardShortcutGroup struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

KeyboardShortcutGroup wraps android.view.KeyboardShortcutGroup.

func NewKeyboardShortcutGroup

func NewKeyboardShortcutGroup(vm *jni.VM, arg0 string) (*KeyboardShortcutGroup, error)

NewKeyboardShortcutGroup creates a new android.view.KeyboardShortcutGroup instance.

func (*KeyboardShortcutGroup) AddItem

func (m *KeyboardShortcutGroup) AddItem(arg0 *jni.Object) error

AddItem calls android.view.KeyboardShortcutGroup.addItem.

func (*KeyboardShortcutGroup) DescribeContents

func (m *KeyboardShortcutGroup) DescribeContents() (int32, error)

DescribeContents calls android.view.KeyboardShortcutGroup.describeContents.

func (*KeyboardShortcutGroup) GetItems added in v0.0.8

func (m *KeyboardShortcutGroup) GetItems() (*jni.Object, error)

GetItems calls android.view.KeyboardShortcutGroup.getItems.

func (*KeyboardShortcutGroup) GetLabel

func (m *KeyboardShortcutGroup) GetLabel() (*jni.Object, error)

GetLabel calls android.view.KeyboardShortcutGroup.getLabel.

func (*KeyboardShortcutGroup) ToString added in v0.0.8

func (m *KeyboardShortcutGroup) ToString() (string, error)

ToString calls android.view.KeyboardShortcutGroup.toString.

func (*KeyboardShortcutGroup) WriteToParcel

func (m *KeyboardShortcutGroup) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.KeyboardShortcutGroup.writeToParcel.

type KeyboardShortcutInfo

type KeyboardShortcutInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

KeyboardShortcutInfo wraps android.view.KeyboardShortcutInfo.

func NewKeyboardShortcutInfo

func NewKeyboardShortcutInfo(vm *jni.VM, arg0 string, arg1 uint16, arg2 int32) (*KeyboardShortcutInfo, error)

NewKeyboardShortcutInfo creates a new android.view.KeyboardShortcutInfo instance.

func (*KeyboardShortcutInfo) DescribeContents

func (m *KeyboardShortcutInfo) DescribeContents() (int32, error)

DescribeContents calls android.view.KeyboardShortcutInfo.describeContents.

func (*KeyboardShortcutInfo) GetBaseCharacter

func (m *KeyboardShortcutInfo) GetBaseCharacter() (uint16, error)

GetBaseCharacter calls android.view.KeyboardShortcutInfo.getBaseCharacter.

func (*KeyboardShortcutInfo) GetKeycode

func (m *KeyboardShortcutInfo) GetKeycode() (int32, error)

GetKeycode calls android.view.KeyboardShortcutInfo.getKeycode.

func (*KeyboardShortcutInfo) GetLabel

func (m *KeyboardShortcutInfo) GetLabel() (*jni.Object, error)

GetLabel calls android.view.KeyboardShortcutInfo.getLabel.

func (*KeyboardShortcutInfo) GetModifiers

func (m *KeyboardShortcutInfo) GetModifiers() (int32, error)

GetModifiers calls android.view.KeyboardShortcutInfo.getModifiers.

func (*KeyboardShortcutInfo) ToString added in v0.0.8

func (m *KeyboardShortcutInfo) ToString() (string, error)

ToString calls android.view.KeyboardShortcutInfo.toString.

func (*KeyboardShortcutInfo) WriteToParcel

func (m *KeyboardShortcutInfo) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.KeyboardShortcutInfo.writeToParcel.

type LayoutInflater

type LayoutInflater struct {
	VM  *jni.VM
	Ctx *app.Context
	Obj *jni.GlobalRef
}

LayoutInflater wraps android.view.LayoutInflater.

func NewLayoutInflater

func NewLayoutInflater(ctx *app.Context) (*LayoutInflater, error)

NewLayoutInflater obtains android.view.LayoutInflater from the Android system service manager.

func (*LayoutInflater) CloneInContext

func (m *LayoutInflater) CloneInContext(arg0 *jni.Object) (*jni.Object, error)

CloneInContext calls android.view.LayoutInflater.cloneInContext.

func (*LayoutInflater) Close

func (m *LayoutInflater) Close()

Close releases the global reference to the underlying Java object. After Close, the LayoutInflater must not be used.

func (*LayoutInflater) CreateView3_1

func (m *LayoutInflater) CreateView3_1(
	arg0 string,
	arg1 string,
	arg2 *jni.Object,
) (*jni.Object, error)

CreateView3_1 calls android.view.LayoutInflater.createView.

func (*LayoutInflater) CreateView4

func (m *LayoutInflater) CreateView4(
	arg0 *jni.Object,
	arg1 string,
	arg2 string,
	arg3 *jni.Object,
) (*jni.Object, error)

CreateView4 calls android.view.LayoutInflater.createView.

func (*LayoutInflater) From

func (m *LayoutInflater) From(arg0 *jni.Object) (*jni.Object, error)

From calls android.view.LayoutInflater.from.

func (*LayoutInflater) GetContext

func (m *LayoutInflater) GetContext() (*jni.Object, error)

GetContext calls android.view.LayoutInflater.getContext.

func (*LayoutInflater) GetFactory

func (m *LayoutInflater) GetFactory() (*jni.Object, error)

GetFactory calls android.view.LayoutInflater.getFactory.

func (*LayoutInflater) GetFactory2

func (m *LayoutInflater) GetFactory2() (*jni.Object, error)

GetFactory2 calls android.view.LayoutInflater.getFactory2.

func (*LayoutInflater) GetFilter

func (m *LayoutInflater) GetFilter() (*jni.Object, error)

GetFilter calls android.view.LayoutInflater.getFilter.

func (*LayoutInflater) Inflate2

func (m *LayoutInflater) Inflate2(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

Inflate2 calls android.view.LayoutInflater.inflate.

func (*LayoutInflater) Inflate2_2

func (m *LayoutInflater) Inflate2_2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Inflate2_2 calls android.view.LayoutInflater.inflate.

func (*LayoutInflater) Inflate3_1

func (m *LayoutInflater) Inflate3_1(
	arg0 int32,
	arg1 *jni.Object,
	arg2 bool,
) (*jni.Object, error)

Inflate3_1 calls android.view.LayoutInflater.inflate.

func (*LayoutInflater) Inflate3_3

func (m *LayoutInflater) Inflate3_3(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
) (*jni.Object, error)

Inflate3_3 calls android.view.LayoutInflater.inflate.

func (*LayoutInflater) OnCreateView

func (m *LayoutInflater) OnCreateView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
	arg3 *jni.Object,
) (*jni.Object, error)

OnCreateView calls android.view.LayoutInflater.onCreateView.

func (*LayoutInflater) SetFactory

func (m *LayoutInflater) SetFactory(arg0 *jni.Object) error

SetFactory calls android.view.LayoutInflater.setFactory.

func (*LayoutInflater) SetFactory2

func (m *LayoutInflater) SetFactory2(arg0 *jni.Object) error

SetFactory2 calls android.view.LayoutInflater.setFactory2.

func (*LayoutInflater) SetFilter

func (m *LayoutInflater) SetFilter(arg0 *jni.Object) error

SetFilter calls android.view.LayoutInflater.setFilter.

func (*LayoutInflater) ToString added in v0.0.8

func (m *LayoutInflater) ToString() (string, error)

ToString calls android.view.LayoutInflater.toString.

type LayoutInflaterFactory

type LayoutInflaterFactory struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LayoutInflaterFactory wraps android.view.LayoutInflater$Factory.

func (*LayoutInflaterFactory) OnCreateView

func (m *LayoutInflaterFactory) OnCreateView(
	arg0 string,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

OnCreateView calls android.view.LayoutInflater$Factory.onCreateView.

func (*LayoutInflaterFactory) ToString added in v0.0.8

func (m *LayoutInflaterFactory) ToString() (string, error)

ToString calls android.view.LayoutInflater$Factory.toString.

type LayoutInflaterFactory2

type LayoutInflaterFactory2 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LayoutInflaterFactory2 wraps android.view.LayoutInflater$Factory2.

func (*LayoutInflaterFactory2) OnCreateView

func (m *LayoutInflaterFactory2) OnCreateView(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

OnCreateView calls android.view.LayoutInflater$Factory2.onCreateView.

func (*LayoutInflaterFactory2) ToString added in v0.0.8

func (m *LayoutInflaterFactory2) ToString() (string, error)

ToString calls android.view.LayoutInflater$Factory2.toString.

type LayoutInflaterFilter

type LayoutInflaterFilter struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

LayoutInflaterFilter wraps android.view.LayoutInflater$Filter.

func (*LayoutInflaterFilter) OnLoadClass

func (m *LayoutInflaterFilter) OnLoadClass(arg0 *jni.Object) (bool, error)

OnLoadClass calls android.view.LayoutInflater$Filter.onLoadClass.

func (*LayoutInflaterFilter) ToString added in v0.0.8

func (m *LayoutInflaterFilter) ToString() (string, error)

ToString calls android.view.LayoutInflater$Filter.toString.

type Manager

type Manager struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Manager wraps android.view.ViewManager.

func (*Manager) AddView

func (m *Manager) AddView(arg0 *jni.Object, arg1 *jni.Object) error

AddView calls android.view.ViewManager.addView.

func (*Manager) RemoveView

func (m *Manager) RemoveView(arg0 *jni.Object) error

RemoveView calls android.view.ViewManager.removeView.

func (*Manager) ToString added in v0.0.8

func (m *Manager) ToString() (string, error)

ToString calls android.view.ViewManager.toString.

func (*Manager) UpdateViewLayout

func (m *Manager) UpdateViewLayout(arg0 *jni.Object, arg1 *jni.Object) error

UpdateViewLayout calls android.view.ViewManager.updateViewLayout.

type Menu struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Menu wraps android.view.Menu.

func (m *Menu) Add1(arg0 int32) (*jni.Object, error)

Add1 calls android.view.Menu.add.

func (m *Menu) Add1_3(arg0 string) (*jni.Object, error)

Add1_3 calls android.view.Menu.add.

func (m *Menu) Add4_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

Add4_1 calls android.view.Menu.add.

func (m *Menu) Add4_2(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 string,
) (*jni.Object, error)

Add4_2 calls android.view.Menu.add.

func (m *Menu) AddIntentOptions(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
	arg7 *jni.Object,
) (int32, error)

AddIntentOptions calls android.view.Menu.addIntentOptions.

func (m *Menu) AddSubMenu1(arg0 int32) (*jni.Object, error)

AddSubMenu1 calls android.view.Menu.addSubMenu.

func (m *Menu) AddSubMenu1_3(arg0 string) (*jni.Object, error)

AddSubMenu1_3 calls android.view.Menu.addSubMenu.

func (m *Menu) AddSubMenu4_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

AddSubMenu4_1 calls android.view.Menu.addSubMenu.

func (m *Menu) AddSubMenu4_2(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 string,
) (*jni.Object, error)

AddSubMenu4_2 calls android.view.Menu.addSubMenu.

func (m *Menu) Clear() error

Clear calls android.view.Menu.clear.

func (m *Menu) Close() error

Close calls android.view.Menu.close.

func (m *Menu) FindItem(arg0 int32) (*jni.Object, error)

FindItem calls android.view.Menu.findItem.

func (m *Menu) GetItem(arg0 int32) (*jni.Object, error)

GetItem calls android.view.Menu.getItem.

func (m *Menu) HasVisibleItems() (bool, error)

HasVisibleItems calls android.view.Menu.hasVisibleItems.

func (m *Menu) IsShortcutKey(arg0 int32, arg1 *jni.Object) (bool, error)

IsShortcutKey calls android.view.Menu.isShortcutKey.

func (m *Menu) PerformIdentifierAction(arg0 int32, arg1 int32) (bool, error)

PerformIdentifierAction calls android.view.Menu.performIdentifierAction.

func (m *Menu) PerformShortcut(
	arg0 int32,
	arg1 *jni.Object,
	arg2 int32,
) (bool, error)

PerformShortcut calls android.view.Menu.performShortcut.

func (m *Menu) RemoveGroup(arg0 int32) error

RemoveGroup calls android.view.Menu.removeGroup.

func (m *Menu) RemoveItem(arg0 int32) error

RemoveItem calls android.view.Menu.removeItem.

func (m *Menu) SetGroupCheckable(
	arg0 int32,
	arg1 bool,
	arg2 bool,
) error

SetGroupCheckable calls android.view.Menu.setGroupCheckable.

func (m *Menu) SetGroupEnabled(arg0 int32, arg1 bool) error

SetGroupEnabled calls android.view.Menu.setGroupEnabled.

func (m *Menu) SetGroupVisible(arg0 int32, arg1 bool) error

SetGroupVisible calls android.view.Menu.setGroupVisible.

func (m *Menu) SetQwertyMode(arg0 bool) error

SetQwertyMode calls android.view.Menu.setQwertyMode.

func (m *Menu) Size() (int32, error)

Size calls android.view.Menu.size.

func (m *Menu) ToString() (string, error)

ToString calls android.view.Menu.toString.

type MenuInflater struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MenuInflater wraps android.view.MenuInflater.

func NewMenuInflater

func NewMenuInflater(vm *jni.VM, arg0 *jni.Object) (*MenuInflater, error)

NewMenuInflater creates a new android.view.MenuInflater instance.

func (m *MenuInflater) Inflate(arg0 int32, arg1 *jni.Object) error

Inflate calls android.view.MenuInflater.inflate.

func (m *MenuInflater) ToString() (string, error)

ToString calls android.view.MenuInflater.toString.

type MenuItem struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MenuItem wraps android.view.MenuItem.

func (m *MenuItem) CollapseActionView() (bool, error)

CollapseActionView calls android.view.MenuItem.collapseActionView.

func (m *MenuItem) ExpandActionView() (bool, error)

ExpandActionView calls android.view.MenuItem.expandActionView.

func (m *MenuItem) GetActionProvider() (*jni.Object, error)

GetActionProvider calls android.view.MenuItem.getActionProvider.

func (m *MenuItem) GetActionView() (*jni.Object, error)

GetActionView calls android.view.MenuItem.getActionView.

func (m *MenuItem) GetAlphabeticShortcut() (uint16, error)

GetAlphabeticShortcut calls android.view.MenuItem.getAlphabeticShortcut.

func (m *MenuItem) GetGroupId() (int32, error)

GetGroupId calls android.view.MenuItem.getGroupId.

func (m *MenuItem) GetIcon() (*jni.Object, error)

GetIcon calls android.view.MenuItem.getIcon.

func (m *MenuItem) GetIntent() (*jni.Object, error)

GetIntent calls android.view.MenuItem.getIntent.

func (m *MenuItem) GetItemId() (int32, error)

GetItemId calls android.view.MenuItem.getItemId.

func (m *MenuItem) GetMenuInfo() (*jni.Object, error)

GetMenuInfo calls android.view.MenuItem.getMenuInfo.

func (m *MenuItem) GetNumericShortcut() (uint16, error)

GetNumericShortcut calls android.view.MenuItem.getNumericShortcut.

func (m *MenuItem) GetOrder() (int32, error)

GetOrder calls android.view.MenuItem.getOrder.

func (m *MenuItem) GetSubMenu() (*jni.Object, error)

GetSubMenu calls android.view.MenuItem.getSubMenu.

func (m *MenuItem) GetTitle() (*jni.Object, error)

GetTitle calls android.view.MenuItem.getTitle.

func (m *MenuItem) GetTitleCondensed() (*jni.Object, error)

GetTitleCondensed calls android.view.MenuItem.getTitleCondensed.

func (m *MenuItem) HasSubMenu() (bool, error)

HasSubMenu calls android.view.MenuItem.hasSubMenu.

func (m *MenuItem) IsActionViewExpanded() (bool, error)

IsActionViewExpanded calls android.view.MenuItem.isActionViewExpanded.

func (m *MenuItem) IsCheckable() (bool, error)

IsCheckable calls android.view.MenuItem.isCheckable.

func (m *MenuItem) IsChecked() (bool, error)

IsChecked calls android.view.MenuItem.isChecked.

func (m *MenuItem) IsEnabled() (bool, error)

IsEnabled calls android.view.MenuItem.isEnabled.

func (m *MenuItem) IsVisible() (bool, error)

IsVisible calls android.view.MenuItem.isVisible.

func (m *MenuItem) SetActionProvider(arg0 *jni.Object) (*jni.Object, error)

SetActionProvider calls android.view.MenuItem.setActionProvider.

func (m *MenuItem) SetActionView1(arg0 *jni.Object) (*jni.Object, error)

SetActionView1 calls android.view.MenuItem.setActionView.

func (m *MenuItem) SetActionView1_1(arg0 int32) (*jni.Object, error)

SetActionView1_1 calls android.view.MenuItem.setActionView.

func (m *MenuItem) SetAlphabeticShortcut(arg0 uint16) (*jni.Object, error)

SetAlphabeticShortcut calls android.view.MenuItem.setAlphabeticShortcut.

func (m *MenuItem) SetCheckable(arg0 bool) (*jni.Object, error)

SetCheckable calls android.view.MenuItem.setCheckable.

func (m *MenuItem) SetChecked(arg0 bool) (*jni.Object, error)

SetChecked calls android.view.MenuItem.setChecked.

func (m *MenuItem) SetEnabled(arg0 bool) (*jni.Object, error)

SetEnabled calls android.view.MenuItem.setEnabled.

func (m *MenuItem) SetIcon1(arg0 *jni.Object) (*jni.Object, error)

SetIcon1 calls android.view.MenuItem.setIcon.

func (m *MenuItem) SetIcon1_1(arg0 int32) (*jni.Object, error)

SetIcon1_1 calls android.view.MenuItem.setIcon.

func (m *MenuItem) SetIntent(arg0 *jni.Object) (*jni.Object, error)

SetIntent calls android.view.MenuItem.setIntent.

func (m *MenuItem) SetNumericShortcut(arg0 uint16) (*jni.Object, error)

SetNumericShortcut calls android.view.MenuItem.setNumericShortcut.

func (m *MenuItem) SetOnActionExpandListener(arg0 *jni.Object) (*jni.Object, error)

SetOnActionExpandListener calls android.view.MenuItem.setOnActionExpandListener.

func (m *MenuItem) SetOnMenuItemClickListener(arg0 *jni.Object) (*jni.Object, error)

SetOnMenuItemClickListener calls android.view.MenuItem.setOnMenuItemClickListener.

func (m *MenuItem) SetShortcut(arg0 uint16, arg1 uint16) (*jni.Object, error)

SetShortcut calls android.view.MenuItem.setShortcut.

func (m *MenuItem) SetShowAsAction(arg0 int32) error

SetShowAsAction calls android.view.MenuItem.setShowAsAction.

func (m *MenuItem) SetShowAsActionFlags(arg0 int32) (*jni.Object, error)

SetShowAsActionFlags calls android.view.MenuItem.setShowAsActionFlags.

func (m *MenuItem) SetTitle1(arg0 int32) (*jni.Object, error)

SetTitle1 calls android.view.MenuItem.setTitle.

func (m *MenuItem) SetTitle1_1(arg0 string) (*jni.Object, error)

SetTitle1_1 calls android.view.MenuItem.setTitle.

func (m *MenuItem) SetTitleCondensed(arg0 string) (*jni.Object, error)

SetTitleCondensed calls android.view.MenuItem.setTitleCondensed.

func (m *MenuItem) SetVisible(arg0 bool) (*jni.Object, error)

SetVisible calls android.view.MenuItem.setVisible.

func (m *MenuItem) ToString() (string, error)

ToString calls android.view.MenuItem.toString.

type MenuItemOnActionExpandListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MenuItemOnActionExpandListener wraps android.view.MenuItem$OnActionExpandListener.

func (m *MenuItemOnActionExpandListener) OnMenuItemActionCollapse(arg0 *jni.Object) (bool, error)

OnMenuItemActionCollapse calls android.view.MenuItem$OnActionExpandListener.onMenuItemActionCollapse.

func (m *MenuItemOnActionExpandListener) OnMenuItemActionExpand(arg0 *jni.Object) (bool, error)

OnMenuItemActionExpand calls android.view.MenuItem$OnActionExpandListener.onMenuItemActionExpand.

func (m *MenuItemOnActionExpandListener) ToString() (string, error)

ToString calls android.view.MenuItem$OnActionExpandListener.toString.

type MenuItemOnMenuItemClickListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MenuItemOnMenuItemClickListener wraps android.view.MenuItem$OnMenuItemClickListener.

func (m *MenuItemOnMenuItemClickListener) OnMenuItemClick(arg0 *jni.Object) (bool, error)

OnMenuItemClick calls android.view.MenuItem$OnMenuItemClickListener.onMenuItemClick.

func (m *MenuItemOnMenuItemClickListener) ToString() (string, error)

ToString calls android.view.MenuItem$OnMenuItemClickListener.toString.

type MotionEvent

type MotionEvent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MotionEvent wraps android.view.MotionEvent.

func (*MotionEvent) ActionToString

func (m *MotionEvent) ActionToString(arg0 int32) (string, error)

ActionToString calls android.view.MotionEvent.actionToString.

func (*MotionEvent) AddBatch3

func (m *MotionEvent) AddBatch3(
	arg0 int64,
	arg1 *jni.Object,
	arg2 int32,
) error

AddBatch3 calls android.view.MotionEvent.addBatch.

func (*MotionEvent) AddBatch6_1

func (m *MotionEvent) AddBatch6_1(
	arg0 int64,
	arg1 float32,
	arg2 float32,
	arg3 float32,
	arg4 float32,
	arg5 int32,
) error

AddBatch6_1 calls android.view.MotionEvent.addBatch.

func (*MotionEvent) AxisFromString

func (m *MotionEvent) AxisFromString(arg0 string) (int32, error)

AxisFromString calls android.view.MotionEvent.axisFromString.

func (*MotionEvent) AxisToString

func (m *MotionEvent) AxisToString(arg0 int32) (string, error)

AxisToString calls android.view.MotionEvent.axisToString.

func (*MotionEvent) FindPointerIndex

func (m *MotionEvent) FindPointerIndex(arg0 int32) (int32, error)

FindPointerIndex calls android.view.MotionEvent.findPointerIndex.

func (*MotionEvent) GetAction

func (m *MotionEvent) GetAction() (int32, error)

GetAction calls android.view.MotionEvent.getAction.

func (*MotionEvent) GetActionButton

func (m *MotionEvent) GetActionButton() (int32, error)

GetActionButton calls android.view.MotionEvent.getActionButton.

func (*MotionEvent) GetActionIndex

func (m *MotionEvent) GetActionIndex() (int32, error)

GetActionIndex calls android.view.MotionEvent.getActionIndex.

func (*MotionEvent) GetActionMasked

func (m *MotionEvent) GetActionMasked() (int32, error)

GetActionMasked calls android.view.MotionEvent.getActionMasked.

func (*MotionEvent) GetAxisValue1

func (m *MotionEvent) GetAxisValue1(arg0 int32) (float32, error)

GetAxisValue1 calls android.view.MotionEvent.getAxisValue.

func (*MotionEvent) GetAxisValue2_1

func (m *MotionEvent) GetAxisValue2_1(arg0 int32, arg1 int32) (float32, error)

GetAxisValue2_1 calls android.view.MotionEvent.getAxisValue.

func (*MotionEvent) GetButtonState

func (m *MotionEvent) GetButtonState() (int32, error)

GetButtonState calls android.view.MotionEvent.getButtonState.

func (*MotionEvent) GetClassification

func (m *MotionEvent) GetClassification() (int32, error)

GetClassification calls android.view.MotionEvent.getClassification.

func (*MotionEvent) GetDeviceId

func (m *MotionEvent) GetDeviceId() (int32, error)

GetDeviceId calls android.view.MotionEvent.getDeviceId.

func (*MotionEvent) GetDownTime

func (m *MotionEvent) GetDownTime() (int64, error)

GetDownTime calls android.view.MotionEvent.getDownTime.

func (*MotionEvent) GetEdgeFlags

func (m *MotionEvent) GetEdgeFlags() (int32, error)

GetEdgeFlags calls android.view.MotionEvent.getEdgeFlags.

func (*MotionEvent) GetEventTime

func (m *MotionEvent) GetEventTime() (int64, error)

GetEventTime calls android.view.MotionEvent.getEventTime.

func (*MotionEvent) GetEventTimeNanos

func (m *MotionEvent) GetEventTimeNanos() (int64, error)

GetEventTimeNanos calls android.view.MotionEvent.getEventTimeNanos.

func (*MotionEvent) GetFlags

func (m *MotionEvent) GetFlags() (int32, error)

GetFlags calls android.view.MotionEvent.getFlags.

func (*MotionEvent) GetHistoricalAxisValue2

func (m *MotionEvent) GetHistoricalAxisValue2(arg0 int32, arg1 int32) (float32, error)

GetHistoricalAxisValue2 calls android.view.MotionEvent.getHistoricalAxisValue.

func (*MotionEvent) GetHistoricalAxisValue3_1

func (m *MotionEvent) GetHistoricalAxisValue3_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) (float32, error)

GetHistoricalAxisValue3_1 calls android.view.MotionEvent.getHistoricalAxisValue.

func (*MotionEvent) GetHistoricalEventTime

func (m *MotionEvent) GetHistoricalEventTime(arg0 int32) (int64, error)

GetHistoricalEventTime calls android.view.MotionEvent.getHistoricalEventTime.

func (*MotionEvent) GetHistoricalEventTimeNanos

func (m *MotionEvent) GetHistoricalEventTimeNanos(arg0 int32) (int64, error)

GetHistoricalEventTimeNanos calls android.view.MotionEvent.getHistoricalEventTimeNanos.

func (*MotionEvent) GetHistoricalOrientation1

func (m *MotionEvent) GetHistoricalOrientation1(arg0 int32) (float32, error)

GetHistoricalOrientation1 calls android.view.MotionEvent.getHistoricalOrientation.

func (*MotionEvent) GetHistoricalOrientation2_1

func (m *MotionEvent) GetHistoricalOrientation2_1(arg0 int32, arg1 int32) (float32, error)

GetHistoricalOrientation2_1 calls android.view.MotionEvent.getHistoricalOrientation.

func (*MotionEvent) GetHistoricalPointerCoords

func (m *MotionEvent) GetHistoricalPointerCoords(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

GetHistoricalPointerCoords calls android.view.MotionEvent.getHistoricalPointerCoords.

func (*MotionEvent) GetHistoricalPressure1

func (m *MotionEvent) GetHistoricalPressure1(arg0 int32) (float32, error)

GetHistoricalPressure1 calls android.view.MotionEvent.getHistoricalPressure.

func (*MotionEvent) GetHistoricalPressure2_1

func (m *MotionEvent) GetHistoricalPressure2_1(arg0 int32, arg1 int32) (float32, error)

GetHistoricalPressure2_1 calls android.view.MotionEvent.getHistoricalPressure.

func (*MotionEvent) GetHistoricalSize1

func (m *MotionEvent) GetHistoricalSize1(arg0 int32) (float32, error)

GetHistoricalSize1 calls android.view.MotionEvent.getHistoricalSize.

func (*MotionEvent) GetHistoricalSize2_1

func (m *MotionEvent) GetHistoricalSize2_1(arg0 int32, arg1 int32) (float32, error)

GetHistoricalSize2_1 calls android.view.MotionEvent.getHistoricalSize.

func (*MotionEvent) GetHistoricalToolMajor1

func (m *MotionEvent) GetHistoricalToolMajor1(arg0 int32) (float32, error)

GetHistoricalToolMajor1 calls android.view.MotionEvent.getHistoricalToolMajor.

func (*MotionEvent) GetHistoricalToolMajor2_1

func (m *MotionEvent) GetHistoricalToolMajor2_1(arg0 int32, arg1 int32) (float32, error)

GetHistoricalToolMajor2_1 calls android.view.MotionEvent.getHistoricalToolMajor.

func (*MotionEvent) GetHistoricalToolMinor1

func (m *MotionEvent) GetHistoricalToolMinor1(arg0 int32) (float32, error)

GetHistoricalToolMinor1 calls android.view.MotionEvent.getHistoricalToolMinor.

func (*MotionEvent) GetHistoricalToolMinor2_1

func (m *MotionEvent) GetHistoricalToolMinor2_1(arg0 int32, arg1 int32) (float32, error)

GetHistoricalToolMinor2_1 calls android.view.MotionEvent.getHistoricalToolMinor.

func (*MotionEvent) GetHistoricalTouchMajor1

func (m *MotionEvent) GetHistoricalTouchMajor1(arg0 int32) (float32, error)

GetHistoricalTouchMajor1 calls android.view.MotionEvent.getHistoricalTouchMajor.

func (*MotionEvent) GetHistoricalTouchMajor2_1

func (m *MotionEvent) GetHistoricalTouchMajor2_1(arg0 int32, arg1 int32) (float32, error)

GetHistoricalTouchMajor2_1 calls android.view.MotionEvent.getHistoricalTouchMajor.

func (*MotionEvent) GetHistoricalTouchMinor1

func (m *MotionEvent) GetHistoricalTouchMinor1(arg0 int32) (float32, error)

GetHistoricalTouchMinor1 calls android.view.MotionEvent.getHistoricalTouchMinor.

func (*MotionEvent) GetHistoricalTouchMinor2_1

func (m *MotionEvent) GetHistoricalTouchMinor2_1(arg0 int32, arg1 int32) (float32, error)

GetHistoricalTouchMinor2_1 calls android.view.MotionEvent.getHistoricalTouchMinor.

func (*MotionEvent) GetHistoricalX1

func (m *MotionEvent) GetHistoricalX1(arg0 int32) (float32, error)

GetHistoricalX1 calls android.view.MotionEvent.getHistoricalX.

func (*MotionEvent) GetHistoricalX2_1

func (m *MotionEvent) GetHistoricalX2_1(arg0 int32, arg1 int32) (float32, error)

GetHistoricalX2_1 calls android.view.MotionEvent.getHistoricalX.

func (*MotionEvent) GetHistoricalY1

func (m *MotionEvent) GetHistoricalY1(arg0 int32) (float32, error)

GetHistoricalY1 calls android.view.MotionEvent.getHistoricalY.

func (*MotionEvent) GetHistoricalY2_1

func (m *MotionEvent) GetHistoricalY2_1(arg0 int32, arg1 int32) (float32, error)

GetHistoricalY2_1 calls android.view.MotionEvent.getHistoricalY.

func (*MotionEvent) GetHistorySize

func (m *MotionEvent) GetHistorySize() (int32, error)

GetHistorySize calls android.view.MotionEvent.getHistorySize.

func (*MotionEvent) GetMetaState

func (m *MotionEvent) GetMetaState() (int32, error)

GetMetaState calls android.view.MotionEvent.getMetaState.

func (*MotionEvent) GetOrientation0

func (m *MotionEvent) GetOrientation0() (float32, error)

GetOrientation0 calls android.view.MotionEvent.getOrientation.

func (*MotionEvent) GetOrientation1_1

func (m *MotionEvent) GetOrientation1_1(arg0 int32) (float32, error)

GetOrientation1_1 calls android.view.MotionEvent.getOrientation.

func (*MotionEvent) GetPointerCoords

func (m *MotionEvent) GetPointerCoords(arg0 int32, arg1 *jni.Object) error

GetPointerCoords calls android.view.MotionEvent.getPointerCoords.

func (*MotionEvent) GetPointerCount

func (m *MotionEvent) GetPointerCount() (int32, error)

GetPointerCount calls android.view.MotionEvent.getPointerCount.

func (*MotionEvent) GetPointerId

func (m *MotionEvent) GetPointerId(arg0 int32) (int32, error)

GetPointerId calls android.view.MotionEvent.getPointerId.

func (*MotionEvent) GetPointerProperties

func (m *MotionEvent) GetPointerProperties(arg0 int32, arg1 *jni.Object) error

GetPointerProperties calls android.view.MotionEvent.getPointerProperties.

func (*MotionEvent) GetPressure0

func (m *MotionEvent) GetPressure0() (float32, error)

GetPressure0 calls android.view.MotionEvent.getPressure.

func (*MotionEvent) GetPressure1_1

func (m *MotionEvent) GetPressure1_1(arg0 int32) (float32, error)

GetPressure1_1 calls android.view.MotionEvent.getPressure.

func (*MotionEvent) GetRawX0

func (m *MotionEvent) GetRawX0() (float32, error)

GetRawX0 calls android.view.MotionEvent.getRawX.

func (*MotionEvent) GetRawX1_1

func (m *MotionEvent) GetRawX1_1(arg0 int32) (float32, error)

GetRawX1_1 calls android.view.MotionEvent.getRawX.

func (*MotionEvent) GetRawY0

func (m *MotionEvent) GetRawY0() (float32, error)

GetRawY0 calls android.view.MotionEvent.getRawY.

func (*MotionEvent) GetRawY1_1

func (m *MotionEvent) GetRawY1_1(arg0 int32) (float32, error)

GetRawY1_1 calls android.view.MotionEvent.getRawY.

func (*MotionEvent) GetSize0

func (m *MotionEvent) GetSize0() (float32, error)

GetSize0 calls android.view.MotionEvent.getSize.

func (*MotionEvent) GetSize1_1

func (m *MotionEvent) GetSize1_1(arg0 int32) (float32, error)

GetSize1_1 calls android.view.MotionEvent.getSize.

func (*MotionEvent) GetSource

func (m *MotionEvent) GetSource() (int32, error)

GetSource calls android.view.MotionEvent.getSource.

func (*MotionEvent) GetToolMajor0

func (m *MotionEvent) GetToolMajor0() (float32, error)

GetToolMajor0 calls android.view.MotionEvent.getToolMajor.

func (*MotionEvent) GetToolMajor1_1

func (m *MotionEvent) GetToolMajor1_1(arg0 int32) (float32, error)

GetToolMajor1_1 calls android.view.MotionEvent.getToolMajor.

func (*MotionEvent) GetToolMinor0

func (m *MotionEvent) GetToolMinor0() (float32, error)

GetToolMinor0 calls android.view.MotionEvent.getToolMinor.

func (*MotionEvent) GetToolMinor1_1

func (m *MotionEvent) GetToolMinor1_1(arg0 int32) (float32, error)

GetToolMinor1_1 calls android.view.MotionEvent.getToolMinor.

func (*MotionEvent) GetToolType

func (m *MotionEvent) GetToolType(arg0 int32) (int32, error)

GetToolType calls android.view.MotionEvent.getToolType.

func (*MotionEvent) GetTouchMajor0

func (m *MotionEvent) GetTouchMajor0() (float32, error)

GetTouchMajor0 calls android.view.MotionEvent.getTouchMajor.

func (*MotionEvent) GetTouchMajor1_1

func (m *MotionEvent) GetTouchMajor1_1(arg0 int32) (float32, error)

GetTouchMajor1_1 calls android.view.MotionEvent.getTouchMajor.

func (*MotionEvent) GetTouchMinor0

func (m *MotionEvent) GetTouchMinor0() (float32, error)

GetTouchMinor0 calls android.view.MotionEvent.getTouchMinor.

func (*MotionEvent) GetTouchMinor1_1

func (m *MotionEvent) GetTouchMinor1_1(arg0 int32) (float32, error)

GetTouchMinor1_1 calls android.view.MotionEvent.getTouchMinor.

func (*MotionEvent) GetX0

func (m *MotionEvent) GetX0() (float32, error)

GetX0 calls android.view.MotionEvent.getX.

func (*MotionEvent) GetX1_1

func (m *MotionEvent) GetX1_1(arg0 int32) (float32, error)

GetX1_1 calls android.view.MotionEvent.getX.

func (*MotionEvent) GetXPrecision

func (m *MotionEvent) GetXPrecision() (float32, error)

GetXPrecision calls android.view.MotionEvent.getXPrecision.

func (*MotionEvent) GetY0

func (m *MotionEvent) GetY0() (float32, error)

GetY0 calls android.view.MotionEvent.getY.

func (*MotionEvent) GetY1_1

func (m *MotionEvent) GetY1_1(arg0 int32) (float32, error)

GetY1_1 calls android.view.MotionEvent.getY.

func (*MotionEvent) GetYPrecision

func (m *MotionEvent) GetYPrecision() (float32, error)

GetYPrecision calls android.view.MotionEvent.getYPrecision.

func (*MotionEvent) IsButtonPressed

func (m *MotionEvent) IsButtonPressed(arg0 int32) (bool, error)

IsButtonPressed calls android.view.MotionEvent.isButtonPressed.

func (*MotionEvent) Obtain1

func (m *MotionEvent) Obtain1(arg0 *jni.Object) (*jni.Object, error)

Obtain1 calls android.view.MotionEvent.obtain.

func (*MotionEvent) Obtain6_2

func (m *MotionEvent) Obtain6_2(
	arg0 int64,
	arg1 int64,
	arg2 int32,
	arg3 float32,
	arg4 float32,
	arg5 int32,
) (*jni.Object, error)

Obtain6_2 calls android.view.MotionEvent.obtain.

func (*MotionEvent) Obtain12_1

func (m *MotionEvent) Obtain12_1(
	arg0 int64,
	arg1 int64,
	arg2 int32,
	arg3 float32,
	arg4 float32,
	arg5 float32,
	arg6 float32,
	arg7 int32,
	arg8 float32,
	arg9 float32,
	arg10 int32,
	arg11 int32,
) (*jni.Object, error)

Obtain12_1 calls android.view.MotionEvent.obtain.

func (*MotionEvent) Obtain13_5

func (m *MotionEvent) Obtain13_5(
	arg0 int64,
	arg1 int64,
	arg2 int32,
	arg3 int32,
	arg4 float32,
	arg5 float32,
	arg6 float32,
	arg7 float32,
	arg8 int32,
	arg9 float32,
	arg10 float32,
	arg11 int32,
	arg12 int32,
) (*jni.Object, error)

Obtain13_5 calls android.view.MotionEvent.obtain.

func (*MotionEvent) Obtain13_6

func (m *MotionEvent) Obtain13_6(
	arg0 int64,
	arg1 int64,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
	arg7 float32,
	arg8 float32,
	arg9 int32,
	arg10 int32,
	arg11 int32,
	arg12 int32,
) (*jni.Object, error)

Obtain13_6 calls android.view.MotionEvent.obtain.

func (*MotionEvent) Obtain14_3

func (m *MotionEvent) Obtain14_3(
	arg0 int64,
	arg1 int64,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
	arg7 int32,
	arg8 float32,
	arg9 float32,
	arg10 int32,
	arg11 int32,
	arg12 int32,
	arg13 int32,
) (*jni.Object, error)

Obtain14_3 calls android.view.MotionEvent.obtain.

func (*MotionEvent) Obtain16_4

func (m *MotionEvent) Obtain16_4(
	arg0 int64,
	arg1 int64,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
	arg7 int32,
	arg8 float32,
	arg9 float32,
	arg10 int32,
	arg11 int32,
	arg12 int32,
	arg13 int32,
	arg14 int32,
	arg15 int32,
) (*jni.Object, error)

Obtain16_4 calls android.view.MotionEvent.obtain.

func (*MotionEvent) ObtainNoHistory

func (m *MotionEvent) ObtainNoHistory(arg0 *jni.Object) (*jni.Object, error)

ObtainNoHistory calls android.view.MotionEvent.obtainNoHistory.

func (*MotionEvent) OffsetLocation

func (m *MotionEvent) OffsetLocation(arg0 float32, arg1 float32) error

OffsetLocation calls android.view.MotionEvent.offsetLocation.

func (*MotionEvent) Recycle

func (m *MotionEvent) Recycle() error

Recycle calls android.view.MotionEvent.recycle.

func (*MotionEvent) SetAction

func (m *MotionEvent) SetAction(arg0 int32) error

SetAction calls android.view.MotionEvent.setAction.

func (*MotionEvent) SetEdgeFlags

func (m *MotionEvent) SetEdgeFlags(arg0 int32) error

SetEdgeFlags calls android.view.MotionEvent.setEdgeFlags.

func (*MotionEvent) SetLocation

func (m *MotionEvent) SetLocation(arg0 float32, arg1 float32) error

SetLocation calls android.view.MotionEvent.setLocation.

func (*MotionEvent) SetSource

func (m *MotionEvent) SetSource(arg0 int32) error

SetSource calls android.view.MotionEvent.setSource.

func (*MotionEvent) ToString

func (m *MotionEvent) ToString() (string, error)

ToString calls android.view.MotionEvent.toString.

func (*MotionEvent) Transform

func (m *MotionEvent) Transform(arg0 *jni.Object) error

Transform calls android.view.MotionEvent.transform.

func (*MotionEvent) WriteToParcel

func (m *MotionEvent) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.MotionEvent.writeToParcel.

type MotionEventPointerCoords

type MotionEventPointerCoords struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MotionEventPointerCoords wraps android.view.MotionEvent$PointerCoords.

func (*MotionEventPointerCoords) Clear

func (m *MotionEventPointerCoords) Clear() error

Clear calls android.view.MotionEvent$PointerCoords.clear.

func (*MotionEventPointerCoords) CopyFrom

func (m *MotionEventPointerCoords) CopyFrom(arg0 *jni.Object) error

CopyFrom calls android.view.MotionEvent$PointerCoords.copyFrom.

func (*MotionEventPointerCoords) GetAxisValue

func (m *MotionEventPointerCoords) GetAxisValue(arg0 int32) (float32, error)

GetAxisValue calls android.view.MotionEvent$PointerCoords.getAxisValue.

func (*MotionEventPointerCoords) IsResampled

func (m *MotionEventPointerCoords) IsResampled() (bool, error)

IsResampled calls android.view.MotionEvent$PointerCoords.isResampled.

func (*MotionEventPointerCoords) SetAxisValue

func (m *MotionEventPointerCoords) SetAxisValue(arg0 int32, arg1 float32) error

SetAxisValue calls android.view.MotionEvent$PointerCoords.setAxisValue.

func (*MotionEventPointerCoords) ToString added in v0.0.8

func (m *MotionEventPointerCoords) ToString() (string, error)

ToString calls android.view.MotionEvent$PointerCoords.toString.

type MotionEventPointerProperties

type MotionEventPointerProperties struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MotionEventPointerProperties wraps android.view.MotionEvent$PointerProperties.

func (*MotionEventPointerProperties) Clear

Clear calls android.view.MotionEvent$PointerProperties.clear.

func (*MotionEventPointerProperties) CopyFrom

func (m *MotionEventPointerProperties) CopyFrom(arg0 *jni.Object) error

CopyFrom calls android.view.MotionEvent$PointerProperties.copyFrom.

func (*MotionEventPointerProperties) Equals

func (m *MotionEventPointerProperties) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.MotionEvent$PointerProperties.equals.

func (*MotionEventPointerProperties) HashCode

func (m *MotionEventPointerProperties) HashCode() (int32, error)

HashCode calls android.view.MotionEvent$PointerProperties.hashCode.

func (*MotionEventPointerProperties) ToString added in v0.0.8

func (m *MotionEventPointerProperties) ToString() (string, error)

ToString calls android.view.MotionEvent$PointerProperties.toString.

type MotionPredictor

type MotionPredictor struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

MotionPredictor wraps android.view.MotionPredictor.

func NewMotionPredictor

func NewMotionPredictor(vm *jni.VM, arg0 *jni.Object) (*MotionPredictor, error)

NewMotionPredictor creates a new android.view.MotionPredictor instance.

func (*MotionPredictor) IsPredictionAvailable

func (m *MotionPredictor) IsPredictionAvailable(arg0 int32, arg1 int32) (bool, error)

IsPredictionAvailable calls android.view.MotionPredictor.isPredictionAvailable.

func (*MotionPredictor) Predict

func (m *MotionPredictor) Predict(arg0 int64) (*jni.Object, error)

Predict calls android.view.MotionPredictor.predict.

func (*MotionPredictor) Record

func (m *MotionPredictor) Record(arg0 *jni.Object) error

Record calls android.view.MotionPredictor.record.

func (*MotionPredictor) ToString added in v0.0.8

func (m *MotionPredictor) ToString() (string, error)

ToString calls android.view.MotionPredictor.toString.

type OnReceiveContentListener

type OnReceiveContentListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OnReceiveContentListener wraps android.view.OnReceiveContentListener.

func (*OnReceiveContentListener) OnReceiveContent

func (m *OnReceiveContentListener) OnReceiveContent(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

OnReceiveContent calls android.view.OnReceiveContentListener.onReceiveContent.

func (*OnReceiveContentListener) ToString added in v0.0.8

func (m *OnReceiveContentListener) ToString() (string, error)

ToString calls android.view.OnReceiveContentListener.toString.

type OrientationEventListener

type OrientationEventListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OrientationEventListener wraps android.view.OrientationEventListener.

func (*OrientationEventListener) CanDetectOrientation

func (m *OrientationEventListener) CanDetectOrientation() (bool, error)

CanDetectOrientation calls android.view.OrientationEventListener.canDetectOrientation.

func (*OrientationEventListener) Disable

func (m *OrientationEventListener) Disable() error

Disable calls android.view.OrientationEventListener.disable.

func (*OrientationEventListener) Enable

func (m *OrientationEventListener) Enable() error

Enable calls android.view.OrientationEventListener.enable.

func (*OrientationEventListener) OnOrientationChanged

func (m *OrientationEventListener) OnOrientationChanged(arg0 int32) error

OnOrientationChanged calls android.view.OrientationEventListener.onOrientationChanged.

func (*OrientationEventListener) ToString added in v0.0.8

func (m *OrientationEventListener) ToString() (string, error)

ToString calls android.view.OrientationEventListener.toString.

type OrientationListener

type OrientationListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OrientationListener wraps android.view.OrientationListener.

func (*OrientationListener) Disable

func (m *OrientationListener) Disable() error

Disable calls android.view.OrientationListener.disable.

func (*OrientationListener) Enable

func (m *OrientationListener) Enable() error

Enable calls android.view.OrientationListener.enable.

func (*OrientationListener) OnAccuracyChanged

func (m *OrientationListener) OnAccuracyChanged(arg0 int32, arg1 int32) error

OnAccuracyChanged calls android.view.OrientationListener.onAccuracyChanged.

func (*OrientationListener) OnOrientationChanged

func (m *OrientationListener) OnOrientationChanged(arg0 int32) error

OnOrientationChanged calls android.view.OrientationListener.onOrientationChanged.

func (*OrientationListener) OnSensorChanged

func (m *OrientationListener) OnSensorChanged(arg0 int32, arg1 *jni.Object) error

OnSensorChanged calls android.view.OrientationListener.onSensorChanged.

func (*OrientationListener) ToString added in v0.0.8

func (m *OrientationListener) ToString() (string, error)

ToString calls android.view.OrientationListener.toString.

type OutlineProvider

type OutlineProvider struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OutlineProvider wraps android.view.ViewOutlineProvider.

func (*OutlineProvider) GetOutline

func (m *OutlineProvider) GetOutline(arg0 *jni.Object, arg1 *jni.Object) error

GetOutline calls android.view.ViewOutlineProvider.getOutline.

func (*OutlineProvider) ToString added in v0.0.8

func (m *OutlineProvider) ToString() (string, error)

ToString calls android.view.ViewOutlineProvider.toString.

type Overlay

type Overlay struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Overlay wraps android.view.ViewOverlay.

func (*Overlay) Add

func (m *Overlay) Add(arg0 *jni.Object) error

Add calls android.view.ViewOverlay.add.

func (*Overlay) Clear

func (m *Overlay) Clear() error

Clear calls android.view.ViewOverlay.clear.

func (*Overlay) Remove

func (m *Overlay) Remove(arg0 *jni.Object) error

Remove calls android.view.ViewOverlay.remove.

func (*Overlay) ToString added in v0.0.8

func (m *Overlay) ToString() (string, error)

ToString calls android.view.ViewOverlay.toString.

type Parent

type Parent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Parent wraps android.view.ViewParent.

func (*Parent) BringChildToFront

func (m *Parent) BringChildToFront(arg0 *jni.Object) error

BringChildToFront calls android.view.ViewParent.bringChildToFront.

func (*Parent) CanResolveLayoutDirection

func (m *Parent) CanResolveLayoutDirection() (bool, error)

CanResolveLayoutDirection calls android.view.ViewParent.canResolveLayoutDirection.

func (*Parent) CanResolveTextAlignment

func (m *Parent) CanResolveTextAlignment() (bool, error)

CanResolveTextAlignment calls android.view.ViewParent.canResolveTextAlignment.

func (*Parent) CanResolveTextDirection

func (m *Parent) CanResolveTextDirection() (bool, error)

CanResolveTextDirection calls android.view.ViewParent.canResolveTextDirection.

func (*Parent) ChildDrawableStateChanged

func (m *Parent) ChildDrawableStateChanged(arg0 *jni.Object) error

ChildDrawableStateChanged calls android.view.ViewParent.childDrawableStateChanged.

func (*Parent) ChildHasTransientStateChanged

func (m *Parent) ChildHasTransientStateChanged(arg0 *jni.Object, arg1 bool) error

ChildHasTransientStateChanged calls android.view.ViewParent.childHasTransientStateChanged.

func (*Parent) ClearChildFocus

func (m *Parent) ClearChildFocus(arg0 *jni.Object) error

ClearChildFocus calls android.view.ViewParent.clearChildFocus.

func (*Parent) CreateContextMenu

func (m *Parent) CreateContextMenu(arg0 *jni.Object) error

CreateContextMenu calls android.view.ViewParent.createContextMenu.

func (*Parent) FocusSearch

func (m *Parent) FocusSearch(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

FocusSearch calls android.view.ViewParent.focusSearch.

func (*Parent) FocusableViewAvailable

func (m *Parent) FocusableViewAvailable(arg0 *jni.Object) error

FocusableViewAvailable calls android.view.ViewParent.focusableViewAvailable.

func (*Parent) GetChildVisibleRect

func (m *Parent) GetChildVisibleRect(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (bool, error)

GetChildVisibleRect calls android.view.ViewParent.getChildVisibleRect.

func (*Parent) GetLayoutDirection

func (m *Parent) GetLayoutDirection() (int32, error)

GetLayoutDirection calls android.view.ViewParent.getLayoutDirection.

func (*Parent) GetParent

func (m *Parent) GetParent() (*jni.Object, error)

GetParent calls android.view.ViewParent.getParent.

func (*Parent) GetParentForAccessibility

func (m *Parent) GetParentForAccessibility() (*jni.Object, error)

GetParentForAccessibility calls android.view.ViewParent.getParentForAccessibility.

func (*Parent) GetTextAlignment

func (m *Parent) GetTextAlignment() (int32, error)

GetTextAlignment calls android.view.ViewParent.getTextAlignment.

func (*Parent) GetTextDirection

func (m *Parent) GetTextDirection() (int32, error)

GetTextDirection calls android.view.ViewParent.getTextDirection.

func (*Parent) InvalidateChild

func (m *Parent) InvalidateChild(arg0 *jni.Object, arg1 *jni.Object) error

InvalidateChild calls android.view.ViewParent.invalidateChild.

func (*Parent) InvalidateChildInParent

func (m *Parent) InvalidateChildInParent(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

InvalidateChildInParent calls android.view.ViewParent.invalidateChildInParent.

func (*Parent) IsLayoutDirectionResolved

func (m *Parent) IsLayoutDirectionResolved() (bool, error)

IsLayoutDirectionResolved calls android.view.ViewParent.isLayoutDirectionResolved.

func (*Parent) IsLayoutRequested

func (m *Parent) IsLayoutRequested() (bool, error)

IsLayoutRequested calls android.view.ViewParent.isLayoutRequested.

func (*Parent) IsTextAlignmentResolved

func (m *Parent) IsTextAlignmentResolved() (bool, error)

IsTextAlignmentResolved calls android.view.ViewParent.isTextAlignmentResolved.

func (*Parent) IsTextDirectionResolved

func (m *Parent) IsTextDirectionResolved() (bool, error)

IsTextDirectionResolved calls android.view.ViewParent.isTextDirectionResolved.

func (*Parent) KeyboardNavigationClusterSearch

func (m *Parent) KeyboardNavigationClusterSearch(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

KeyboardNavigationClusterSearch calls android.view.ViewParent.keyboardNavigationClusterSearch.

func (*Parent) NotifySubtreeAccessibilityStateChanged

func (m *Parent) NotifySubtreeAccessibilityStateChanged(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) error

NotifySubtreeAccessibilityStateChanged calls android.view.ViewParent.notifySubtreeAccessibilityStateChanged.

func (*Parent) OnNestedFling

func (m *Parent) OnNestedFling(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
	arg3 bool,
) (bool, error)

OnNestedFling calls android.view.ViewParent.onNestedFling.

func (*Parent) OnNestedPreFling

func (m *Parent) OnNestedPreFling(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
) (bool, error)

OnNestedPreFling calls android.view.ViewParent.onNestedPreFling.

func (*Parent) OnNestedPrePerformAccessibilityAction

func (m *Parent) OnNestedPrePerformAccessibilityAction(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) (bool, error)

OnNestedPrePerformAccessibilityAction calls android.view.ViewParent.onNestedPrePerformAccessibilityAction.

func (*Parent) OnNestedPreScroll

func (m *Parent) OnNestedPreScroll(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
) error

OnNestedPreScroll calls android.view.ViewParent.onNestedPreScroll.

func (*Parent) OnNestedScroll

func (m *Parent) OnNestedScroll(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) error

OnNestedScroll calls android.view.ViewParent.onNestedScroll.

func (*Parent) OnNestedScrollAccepted

func (m *Parent) OnNestedScrollAccepted(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) error

OnNestedScrollAccepted calls android.view.ViewParent.onNestedScrollAccepted.

func (*Parent) OnStartNestedScroll

func (m *Parent) OnStartNestedScroll(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (bool, error)

OnStartNestedScroll calls android.view.ViewParent.onStartNestedScroll.

func (*Parent) OnStopNestedScroll

func (m *Parent) OnStopNestedScroll(arg0 *jni.Object) error

OnStopNestedScroll calls android.view.ViewParent.onStopNestedScroll.

func (*Parent) RecomputeViewAttributes

func (m *Parent) RecomputeViewAttributes(arg0 *jni.Object) error

RecomputeViewAttributes calls android.view.ViewParent.recomputeViewAttributes.

func (*Parent) RequestChildFocus

func (m *Parent) RequestChildFocus(arg0 *jni.Object, arg1 *jni.Object) error

RequestChildFocus calls android.view.ViewParent.requestChildFocus.

func (*Parent) RequestChildRectangleOnScreen

func (m *Parent) RequestChildRectangleOnScreen(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
) (bool, error)

RequestChildRectangleOnScreen calls android.view.ViewParent.requestChildRectangleOnScreen.

func (*Parent) RequestDisallowInterceptTouchEvent

func (m *Parent) RequestDisallowInterceptTouchEvent(arg0 bool) error

RequestDisallowInterceptTouchEvent calls android.view.ViewParent.requestDisallowInterceptTouchEvent.

func (*Parent) RequestFitSystemWindows

func (m *Parent) RequestFitSystemWindows() error

RequestFitSystemWindows calls android.view.ViewParent.requestFitSystemWindows.

func (*Parent) RequestLayout

func (m *Parent) RequestLayout() error

RequestLayout calls android.view.ViewParent.requestLayout.

func (*Parent) RequestSendAccessibilityEvent

func (m *Parent) RequestSendAccessibilityEvent(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

RequestSendAccessibilityEvent calls android.view.ViewParent.requestSendAccessibilityEvent.

func (*Parent) RequestTransparentRegion

func (m *Parent) RequestTransparentRegion(arg0 *jni.Object) error

RequestTransparentRegion calls android.view.ViewParent.requestTransparentRegion.

func (*Parent) ShowContextMenuForChild1

func (m *Parent) ShowContextMenuForChild1(arg0 *jni.Object) (bool, error)

ShowContextMenuForChild1 calls android.view.ViewParent.showContextMenuForChild.

func (*Parent) ShowContextMenuForChild3_1

func (m *Parent) ShowContextMenuForChild3_1(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
) (bool, error)

ShowContextMenuForChild3_1 calls android.view.ViewParent.showContextMenuForChild.

func (*Parent) StartActionModeForChild2

func (m *Parent) StartActionModeForChild2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

StartActionModeForChild2 calls android.view.ViewParent.startActionModeForChild.

func (*Parent) StartActionModeForChild3_1

func (m *Parent) StartActionModeForChild3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

StartActionModeForChild3_1 calls android.view.ViewParent.startActionModeForChild.

func (*Parent) ToString added in v0.0.8

func (m *Parent) ToString() (string, error)

ToString calls android.view.ViewParent.toString.

type PixelCopy added in v0.0.8

type PixelCopy struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PixelCopy wraps android.view.PixelCopy.

func (*PixelCopy) ToString added in v0.0.8

func (m *PixelCopy) ToString() (string, error)

ToString calls android.view.PixelCopy.toString.

type PixelCopyOnPixelCopyFinishedListener

type PixelCopyOnPixelCopyFinishedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PixelCopyOnPixelCopyFinishedListener wraps android.view.PixelCopy$OnPixelCopyFinishedListener.

func (*PixelCopyOnPixelCopyFinishedListener) OnPixelCopyFinished

func (m *PixelCopyOnPixelCopyFinishedListener) OnPixelCopyFinished(arg0 int32) error

OnPixelCopyFinished calls android.view.PixelCopy$OnPixelCopyFinishedListener.onPixelCopyFinished.

func (*PixelCopyOnPixelCopyFinishedListener) ToString added in v0.0.8

ToString calls android.view.PixelCopy$OnPixelCopyFinishedListener.toString.

type PixelCopyRequest

type PixelCopyRequest struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PixelCopyRequest wraps android.view.PixelCopy$Request.

func (*PixelCopyRequest) GetDestinationBitmap

func (m *PixelCopyRequest) GetDestinationBitmap() (*jni.Object, error)

GetDestinationBitmap calls android.view.PixelCopy$Request.getDestinationBitmap.

func (*PixelCopyRequest) GetSourceRect

func (m *PixelCopyRequest) GetSourceRect() (*jni.Object, error)

GetSourceRect calls android.view.PixelCopy$Request.getSourceRect.

func (*PixelCopyRequest) ToString added in v0.0.8

func (m *PixelCopyRequest) ToString() (string, error)

ToString calls android.view.PixelCopy$Request.toString.

type PixelCopyResult

type PixelCopyResult struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PixelCopyResult wraps android.view.PixelCopy$Result.

func (*PixelCopyResult) GetBitmap

func (m *PixelCopyResult) GetBitmap() (*jni.Object, error)

GetBitmap calls android.view.PixelCopy$Result.getBitmap.

func (*PixelCopyResult) GetStatus

func (m *PixelCopyResult) GetStatus() (int32, error)

GetStatus calls android.view.PixelCopy$Result.getStatus.

func (*PixelCopyResult) ToString added in v0.0.8

func (m *PixelCopyResult) ToString() (string, error)

ToString calls android.view.PixelCopy$Result.toString.

type PointerIcon

type PointerIcon struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PointerIcon wraps android.view.PointerIcon.

func (*PointerIcon) Create

func (m *PointerIcon) Create(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
) (*jni.Object, error)

Create calls android.view.PointerIcon.create.

func (*PointerIcon) DescribeContents

func (m *PointerIcon) DescribeContents() (int32, error)

DescribeContents calls android.view.PointerIcon.describeContents.

func (*PointerIcon) Equals

func (m *PointerIcon) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.PointerIcon.equals.

func (*PointerIcon) GetSystemIcon

func (m *PointerIcon) GetSystemIcon(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

GetSystemIcon calls android.view.PointerIcon.getSystemIcon.

func (*PointerIcon) Load

func (m *PointerIcon) Load(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

Load calls android.view.PointerIcon.load.

func (*PointerIcon) ToString

func (m *PointerIcon) ToString() (string, error)

ToString calls android.view.PointerIcon.toString.

func (*PointerIcon) WriteToParcel

func (m *PointerIcon) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.PointerIcon.writeToParcel.

type PropertyAnimator

type PropertyAnimator struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

PropertyAnimator wraps android.view.ViewPropertyAnimator.

func (*PropertyAnimator) Alpha

func (m *PropertyAnimator) Alpha(arg0 float32) (*jni.Object, error)

Alpha calls android.view.ViewPropertyAnimator.alpha.

func (*PropertyAnimator) AlphaBy

func (m *PropertyAnimator) AlphaBy(arg0 float32) (*jni.Object, error)

AlphaBy calls android.view.ViewPropertyAnimator.alphaBy.

func (*PropertyAnimator) Cancel

func (m *PropertyAnimator) Cancel() error

Cancel calls android.view.ViewPropertyAnimator.cancel.

func (*PropertyAnimator) GetDuration

func (m *PropertyAnimator) GetDuration() (int64, error)

GetDuration calls android.view.ViewPropertyAnimator.getDuration.

func (*PropertyAnimator) GetInterpolator

func (m *PropertyAnimator) GetInterpolator() (*jni.Object, error)

GetInterpolator calls android.view.ViewPropertyAnimator.getInterpolator.

func (*PropertyAnimator) GetStartDelay

func (m *PropertyAnimator) GetStartDelay() (int64, error)

GetStartDelay calls android.view.ViewPropertyAnimator.getStartDelay.

func (*PropertyAnimator) Rotation

func (m *PropertyAnimator) Rotation(arg0 float32) (*jni.Object, error)

Rotation calls android.view.ViewPropertyAnimator.rotation.

func (*PropertyAnimator) RotationBy

func (m *PropertyAnimator) RotationBy(arg0 float32) (*jni.Object, error)

RotationBy calls android.view.ViewPropertyAnimator.rotationBy.

func (*PropertyAnimator) RotationX

func (m *PropertyAnimator) RotationX(arg0 float32) (*jni.Object, error)

RotationX calls android.view.ViewPropertyAnimator.rotationX.

func (*PropertyAnimator) RotationXBy

func (m *PropertyAnimator) RotationXBy(arg0 float32) (*jni.Object, error)

RotationXBy calls android.view.ViewPropertyAnimator.rotationXBy.

func (*PropertyAnimator) RotationY

func (m *PropertyAnimator) RotationY(arg0 float32) (*jni.Object, error)

RotationY calls android.view.ViewPropertyAnimator.rotationY.

func (*PropertyAnimator) RotationYBy

func (m *PropertyAnimator) RotationYBy(arg0 float32) (*jni.Object, error)

RotationYBy calls android.view.ViewPropertyAnimator.rotationYBy.

func (*PropertyAnimator) ScaleX

func (m *PropertyAnimator) ScaleX(arg0 float32) (*jni.Object, error)

ScaleX calls android.view.ViewPropertyAnimator.scaleX.

func (*PropertyAnimator) ScaleXBy

func (m *PropertyAnimator) ScaleXBy(arg0 float32) (*jni.Object, error)

ScaleXBy calls android.view.ViewPropertyAnimator.scaleXBy.

func (*PropertyAnimator) ScaleY

func (m *PropertyAnimator) ScaleY(arg0 float32) (*jni.Object, error)

ScaleY calls android.view.ViewPropertyAnimator.scaleY.

func (*PropertyAnimator) ScaleYBy

func (m *PropertyAnimator) ScaleYBy(arg0 float32) (*jni.Object, error)

ScaleYBy calls android.view.ViewPropertyAnimator.scaleYBy.

func (*PropertyAnimator) SetDuration

func (m *PropertyAnimator) SetDuration(arg0 int64) (*jni.Object, error)

SetDuration calls android.view.ViewPropertyAnimator.setDuration.

func (*PropertyAnimator) SetInterpolator

func (m *PropertyAnimator) SetInterpolator(arg0 *jni.Object) (*jni.Object, error)

SetInterpolator calls android.view.ViewPropertyAnimator.setInterpolator.

func (*PropertyAnimator) SetListener

func (m *PropertyAnimator) SetListener(arg0 *jni.Object) (*jni.Object, error)

SetListener calls android.view.ViewPropertyAnimator.setListener.

func (*PropertyAnimator) SetStartDelay

func (m *PropertyAnimator) SetStartDelay(arg0 int64) (*jni.Object, error)

SetStartDelay calls android.view.ViewPropertyAnimator.setStartDelay.

func (*PropertyAnimator) SetUpdateListener

func (m *PropertyAnimator) SetUpdateListener(arg0 *jni.Object) (*jni.Object, error)

SetUpdateListener calls android.view.ViewPropertyAnimator.setUpdateListener.

func (*PropertyAnimator) Start

func (m *PropertyAnimator) Start() error

Start calls android.view.ViewPropertyAnimator.start.

func (*PropertyAnimator) ToString added in v0.0.8

func (m *PropertyAnimator) ToString() (string, error)

ToString calls android.view.ViewPropertyAnimator.toString.

func (*PropertyAnimator) TranslationX

func (m *PropertyAnimator) TranslationX(arg0 float32) (*jni.Object, error)

TranslationX calls android.view.ViewPropertyAnimator.translationX.

func (*PropertyAnimator) TranslationXBy

func (m *PropertyAnimator) TranslationXBy(arg0 float32) (*jni.Object, error)

TranslationXBy calls android.view.ViewPropertyAnimator.translationXBy.

func (*PropertyAnimator) TranslationY

func (m *PropertyAnimator) TranslationY(arg0 float32) (*jni.Object, error)

TranslationY calls android.view.ViewPropertyAnimator.translationY.

func (*PropertyAnimator) TranslationYBy

func (m *PropertyAnimator) TranslationYBy(arg0 float32) (*jni.Object, error)

TranslationYBy calls android.view.ViewPropertyAnimator.translationYBy.

func (*PropertyAnimator) TranslationZ

func (m *PropertyAnimator) TranslationZ(arg0 float32) (*jni.Object, error)

TranslationZ calls android.view.ViewPropertyAnimator.translationZ.

func (*PropertyAnimator) TranslationZBy

func (m *PropertyAnimator) TranslationZBy(arg0 float32) (*jni.Object, error)

TranslationZBy calls android.view.ViewPropertyAnimator.translationZBy.

func (*PropertyAnimator) WithEndAction

func (m *PropertyAnimator) WithEndAction(arg0 *jni.Object) (*jni.Object, error)

WithEndAction calls android.view.ViewPropertyAnimator.withEndAction.

func (*PropertyAnimator) WithLayer

func (m *PropertyAnimator) WithLayer() (*jni.Object, error)

WithLayer calls android.view.ViewPropertyAnimator.withLayer.

func (*PropertyAnimator) WithStartAction

func (m *PropertyAnimator) WithStartAction(arg0 *jni.Object) (*jni.Object, error)

WithStartAction calls android.view.ViewPropertyAnimator.withStartAction.

func (*PropertyAnimator) X

func (m *PropertyAnimator) X(arg0 float32) (*jni.Object, error)

X calls android.view.ViewPropertyAnimator.x.

func (*PropertyAnimator) XBy

func (m *PropertyAnimator) XBy(arg0 float32) (*jni.Object, error)

XBy calls android.view.ViewPropertyAnimator.xBy.

func (*PropertyAnimator) Y

func (m *PropertyAnimator) Y(arg0 float32) (*jni.Object, error)

Y calls android.view.ViewPropertyAnimator.y.

func (*PropertyAnimator) YBy

func (m *PropertyAnimator) YBy(arg0 float32) (*jni.Object, error)

YBy calls android.view.ViewPropertyAnimator.yBy.

func (*PropertyAnimator) Z

func (m *PropertyAnimator) Z(arg0 float32) (*jni.Object, error)

Z calls android.view.ViewPropertyAnimator.z.

func (*PropertyAnimator) ZBy

func (m *PropertyAnimator) ZBy(arg0 float32) (*jni.Object, error)

ZBy calls android.view.ViewPropertyAnimator.zBy.

type RoundedCorner

type RoundedCorner struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RoundedCorner wraps android.view.RoundedCorner.

func NewRoundedCorner

func NewRoundedCorner(vm *jni.VM, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (*RoundedCorner, error)

NewRoundedCorner creates a new android.view.RoundedCorner instance.

func (*RoundedCorner) DescribeContents

func (m *RoundedCorner) DescribeContents() (int32, error)

DescribeContents calls android.view.RoundedCorner.describeContents.

func (*RoundedCorner) Equals

func (m *RoundedCorner) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.RoundedCorner.equals.

func (*RoundedCorner) GetCenter

func (m *RoundedCorner) GetCenter() (*jni.Object, error)

GetCenter calls android.view.RoundedCorner.getCenter.

func (*RoundedCorner) GetPosition

func (m *RoundedCorner) GetPosition() (int32, error)

GetPosition calls android.view.RoundedCorner.getPosition.

func (*RoundedCorner) GetRadius

func (m *RoundedCorner) GetRadius() (int32, error)

GetRadius calls android.view.RoundedCorner.getRadius.

func (*RoundedCorner) HashCode

func (m *RoundedCorner) HashCode() (int32, error)

HashCode calls android.view.RoundedCorner.hashCode.

func (*RoundedCorner) ToString

func (m *RoundedCorner) ToString() (string, error)

ToString calls android.view.RoundedCorner.toString.

func (*RoundedCorner) WriteToParcel

func (m *RoundedCorner) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.RoundedCorner.writeToParcel.

type ScaleGestureDetector

type ScaleGestureDetector struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScaleGestureDetector wraps android.view.ScaleGestureDetector.

func NewScaleGestureDetector

func NewScaleGestureDetector(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*ScaleGestureDetector, error)

NewScaleGestureDetector creates a new android.view.ScaleGestureDetector instance.

func (*ScaleGestureDetector) GetCurrentSpan

func (m *ScaleGestureDetector) GetCurrentSpan() (float32, error)

GetCurrentSpan calls android.view.ScaleGestureDetector.getCurrentSpan.

func (*ScaleGestureDetector) GetCurrentSpanX

func (m *ScaleGestureDetector) GetCurrentSpanX() (float32, error)

GetCurrentSpanX calls android.view.ScaleGestureDetector.getCurrentSpanX.

func (*ScaleGestureDetector) GetCurrentSpanY

func (m *ScaleGestureDetector) GetCurrentSpanY() (float32, error)

GetCurrentSpanY calls android.view.ScaleGestureDetector.getCurrentSpanY.

func (*ScaleGestureDetector) GetEventTime

func (m *ScaleGestureDetector) GetEventTime() (int64, error)

GetEventTime calls android.view.ScaleGestureDetector.getEventTime.

func (*ScaleGestureDetector) GetFocusX

func (m *ScaleGestureDetector) GetFocusX() (float32, error)

GetFocusX calls android.view.ScaleGestureDetector.getFocusX.

func (*ScaleGestureDetector) GetFocusY

func (m *ScaleGestureDetector) GetFocusY() (float32, error)

GetFocusY calls android.view.ScaleGestureDetector.getFocusY.

func (*ScaleGestureDetector) GetPreviousSpan

func (m *ScaleGestureDetector) GetPreviousSpan() (float32, error)

GetPreviousSpan calls android.view.ScaleGestureDetector.getPreviousSpan.

func (*ScaleGestureDetector) GetPreviousSpanX

func (m *ScaleGestureDetector) GetPreviousSpanX() (float32, error)

GetPreviousSpanX calls android.view.ScaleGestureDetector.getPreviousSpanX.

func (*ScaleGestureDetector) GetPreviousSpanY

func (m *ScaleGestureDetector) GetPreviousSpanY() (float32, error)

GetPreviousSpanY calls android.view.ScaleGestureDetector.getPreviousSpanY.

func (*ScaleGestureDetector) GetScaleFactor

func (m *ScaleGestureDetector) GetScaleFactor() (float32, error)

GetScaleFactor calls android.view.ScaleGestureDetector.getScaleFactor.

func (*ScaleGestureDetector) GetTimeDelta

func (m *ScaleGestureDetector) GetTimeDelta() (int64, error)

GetTimeDelta calls android.view.ScaleGestureDetector.getTimeDelta.

func (*ScaleGestureDetector) IsInProgress

func (m *ScaleGestureDetector) IsInProgress() (bool, error)

IsInProgress calls android.view.ScaleGestureDetector.isInProgress.

func (*ScaleGestureDetector) IsQuickScaleEnabled

func (m *ScaleGestureDetector) IsQuickScaleEnabled() (bool, error)

IsQuickScaleEnabled calls android.view.ScaleGestureDetector.isQuickScaleEnabled.

func (*ScaleGestureDetector) IsStylusScaleEnabled

func (m *ScaleGestureDetector) IsStylusScaleEnabled() (bool, error)

IsStylusScaleEnabled calls android.view.ScaleGestureDetector.isStylusScaleEnabled.

func (*ScaleGestureDetector) OnTouchEvent

func (m *ScaleGestureDetector) OnTouchEvent(arg0 *jni.Object) (bool, error)

OnTouchEvent calls android.view.ScaleGestureDetector.onTouchEvent.

func (*ScaleGestureDetector) SetQuickScaleEnabled

func (m *ScaleGestureDetector) SetQuickScaleEnabled(arg0 bool) error

SetQuickScaleEnabled calls android.view.ScaleGestureDetector.setQuickScaleEnabled.

func (*ScaleGestureDetector) SetStylusScaleEnabled

func (m *ScaleGestureDetector) SetStylusScaleEnabled(arg0 bool) error

SetStylusScaleEnabled calls android.view.ScaleGestureDetector.setStylusScaleEnabled.

func (*ScaleGestureDetector) ToString added in v0.0.8

func (m *ScaleGestureDetector) ToString() (string, error)

ToString calls android.view.ScaleGestureDetector.toString.

type ScaleGestureDetectorOnScaleGestureListener

type ScaleGestureDetectorOnScaleGestureListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScaleGestureDetectorOnScaleGestureListener wraps android.view.ScaleGestureDetector$OnScaleGestureListener.

func (*ScaleGestureDetectorOnScaleGestureListener) OnScale

OnScale calls android.view.ScaleGestureDetector$OnScaleGestureListener.onScale.

func (*ScaleGestureDetectorOnScaleGestureListener) OnScaleBegin

OnScaleBegin calls android.view.ScaleGestureDetector$OnScaleGestureListener.onScaleBegin.

func (*ScaleGestureDetectorOnScaleGestureListener) OnScaleEnd

OnScaleEnd calls android.view.ScaleGestureDetector$OnScaleGestureListener.onScaleEnd.

func (*ScaleGestureDetectorOnScaleGestureListener) ToString added in v0.0.8

ToString calls android.view.ScaleGestureDetector$OnScaleGestureListener.toString.

type ScaleGestureDetectorSimpleOnScaleGestureListener

type ScaleGestureDetectorSimpleOnScaleGestureListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScaleGestureDetectorSimpleOnScaleGestureListener wraps android.view.ScaleGestureDetector$SimpleOnScaleGestureListener.

func (*ScaleGestureDetectorSimpleOnScaleGestureListener) OnScale

OnScale calls android.view.ScaleGestureDetector$SimpleOnScaleGestureListener.onScale.

func (*ScaleGestureDetectorSimpleOnScaleGestureListener) OnScaleBegin

OnScaleBegin calls android.view.ScaleGestureDetector$SimpleOnScaleGestureListener.onScaleBegin.

func (*ScaleGestureDetectorSimpleOnScaleGestureListener) OnScaleEnd

OnScaleEnd calls android.view.ScaleGestureDetector$SimpleOnScaleGestureListener.onScaleEnd.

func (*ScaleGestureDetectorSimpleOnScaleGestureListener) ToString added in v0.0.8

ToString calls android.view.ScaleGestureDetector$SimpleOnScaleGestureListener.toString.

type ScrollCaptureCallback

type ScrollCaptureCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScrollCaptureCallback wraps android.view.ScrollCaptureCallback.

func (*ScrollCaptureCallback) OnScrollCaptureEnd

func (m *ScrollCaptureCallback) OnScrollCaptureEnd(arg0 *jni.Object) error

OnScrollCaptureEnd calls android.view.ScrollCaptureCallback.onScrollCaptureEnd.

func (*ScrollCaptureCallback) OnScrollCaptureStart

func (m *ScrollCaptureCallback) OnScrollCaptureStart(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

OnScrollCaptureStart calls android.view.ScrollCaptureCallback.onScrollCaptureStart.

func (*ScrollCaptureCallback) ToString added in v0.0.8

func (m *ScrollCaptureCallback) ToString() (string, error)

ToString calls android.view.ScrollCaptureCallback.toString.

type ScrollCaptureSession

type ScrollCaptureSession struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScrollCaptureSession wraps android.view.ScrollCaptureSession.

func NewScrollCaptureSession

func NewScrollCaptureSession(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (*ScrollCaptureSession, error)

NewScrollCaptureSession creates a new android.view.ScrollCaptureSession instance.

func (*ScrollCaptureSession) GetPositionInWindow

func (m *ScrollCaptureSession) GetPositionInWindow() (*jni.Object, error)

GetPositionInWindow calls android.view.ScrollCaptureSession.getPositionInWindow.

func (*ScrollCaptureSession) GetScrollBounds

func (m *ScrollCaptureSession) GetScrollBounds() (*jni.Object, error)

GetScrollBounds calls android.view.ScrollCaptureSession.getScrollBounds.

func (*ScrollCaptureSession) GetSurface

func (m *ScrollCaptureSession) GetSurface() (*jni.Object, error)

GetSurface calls android.view.ScrollCaptureSession.getSurface.

func (*ScrollCaptureSession) ToString added in v0.0.8

func (m *ScrollCaptureSession) ToString() (string, error)

ToString calls android.view.ScrollCaptureSession.toString.

type ScrollCaptureTarget

type ScrollCaptureTarget struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScrollCaptureTarget wraps android.view.ScrollCaptureTarget.

func NewScrollCaptureTarget

func NewScrollCaptureTarget(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object) (*ScrollCaptureTarget, error)

NewScrollCaptureTarget creates a new android.view.ScrollCaptureTarget instance.

func (*ScrollCaptureTarget) GetCallback

func (m *ScrollCaptureTarget) GetCallback() (*jni.Object, error)

GetCallback calls android.view.ScrollCaptureTarget.getCallback.

func (*ScrollCaptureTarget) GetContainingView

func (m *ScrollCaptureTarget) GetContainingView() (*jni.Object, error)

GetContainingView calls android.view.ScrollCaptureTarget.getContainingView.

func (*ScrollCaptureTarget) GetHint

func (m *ScrollCaptureTarget) GetHint() (int32, error)

GetHint calls android.view.ScrollCaptureTarget.getHint.

func (*ScrollCaptureTarget) GetLocalVisibleRect

func (m *ScrollCaptureTarget) GetLocalVisibleRect() (*jni.Object, error)

GetLocalVisibleRect calls android.view.ScrollCaptureTarget.getLocalVisibleRect.

func (*ScrollCaptureTarget) GetPositionInWindow

func (m *ScrollCaptureTarget) GetPositionInWindow() (*jni.Object, error)

GetPositionInWindow calls android.view.ScrollCaptureTarget.getPositionInWindow.

func (*ScrollCaptureTarget) GetScrollBounds

func (m *ScrollCaptureTarget) GetScrollBounds() (*jni.Object, error)

GetScrollBounds calls android.view.ScrollCaptureTarget.getScrollBounds.

func (*ScrollCaptureTarget) SetScrollBounds

func (m *ScrollCaptureTarget) SetScrollBounds(arg0 *jni.Object) error

SetScrollBounds calls android.view.ScrollCaptureTarget.setScrollBounds.

func (*ScrollCaptureTarget) ToString

func (m *ScrollCaptureTarget) ToString() (string, error)

ToString calls android.view.ScrollCaptureTarget.toString.

func (*ScrollCaptureTarget) UpdatePositionInWindow

func (m *ScrollCaptureTarget) UpdatePositionInWindow() error

UpdatePositionInWindow calls android.view.ScrollCaptureTarget.updatePositionInWindow.

type ScrollFeedbackProvider

type ScrollFeedbackProvider struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScrollFeedbackProvider wraps android.view.ScrollFeedbackProvider.

func (*ScrollFeedbackProvider) CreateProvider

func (m *ScrollFeedbackProvider) CreateProvider(arg0 *jni.Object) (*jni.Object, error)

CreateProvider calls android.view.ScrollFeedbackProvider.createProvider.

func (*ScrollFeedbackProvider) OnScrollLimit

func (m *ScrollFeedbackProvider) OnScrollLimit(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 bool,
) error

OnScrollLimit calls android.view.ScrollFeedbackProvider.onScrollLimit.

func (*ScrollFeedbackProvider) OnScrollProgress

func (m *ScrollFeedbackProvider) OnScrollProgress(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

OnScrollProgress calls android.view.ScrollFeedbackProvider.onScrollProgress.

func (*ScrollFeedbackProvider) OnSnapToItem

func (m *ScrollFeedbackProvider) OnSnapToItem(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) error

OnSnapToItem calls android.view.ScrollFeedbackProvider.onSnapToItem.

func (*ScrollFeedbackProvider) ToString added in v0.0.8

func (m *ScrollFeedbackProvider) ToString() (string, error)

ToString calls android.view.ScrollFeedbackProvider.toString.

type SearchEvent

type SearchEvent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SearchEvent wraps android.view.SearchEvent.

func NewSearchEvent

func NewSearchEvent(vm *jni.VM, arg0 *jni.Object) (*SearchEvent, error)

NewSearchEvent creates a new android.view.SearchEvent instance.

func (*SearchEvent) GetInputDevice

func (m *SearchEvent) GetInputDevice() (*jni.Object, error)

GetInputDevice calls android.view.SearchEvent.getInputDevice.

func (*SearchEvent) ToString added in v0.0.8

func (m *SearchEvent) ToString() (string, error)

ToString calls android.view.SearchEvent.toString.

type SoundEffectConstants

type SoundEffectConstants struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SoundEffectConstants wraps android.view.SoundEffectConstants.

func (*SoundEffectConstants) GetConstantForFocusDirection

func (m *SoundEffectConstants) GetConstantForFocusDirection(arg0 int32, arg1 bool) (int32, error)

GetConstantForFocusDirection calls android.view.SoundEffectConstants.getConstantForFocusDirection.

func (*SoundEffectConstants) GetContantForFocusDirection

func (m *SoundEffectConstants) GetContantForFocusDirection(arg0 int32) (int32, error)

GetContantForFocusDirection calls android.view.SoundEffectConstants.getContantForFocusDirection.

func (*SoundEffectConstants) ToString added in v0.0.8

func (m *SoundEffectConstants) ToString() (string, error)

ToString calls android.view.SoundEffectConstants.toString.

type Structure

type Structure struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Structure wraps android.view.ViewStructure.

func (*Structure) AddChildCount

func (m *Structure) AddChildCount(arg0 int32) (int32, error)

AddChildCount calls android.view.ViewStructure.addChildCount.

func (*Structure) AsyncCommit

func (m *Structure) AsyncCommit() error

AsyncCommit calls android.view.ViewStructure.asyncCommit.

func (*Structure) AsyncNewChild

func (m *Structure) AsyncNewChild(arg0 int32) (*jni.Object, error)

AsyncNewChild calls android.view.ViewStructure.asyncNewChild.

func (*Structure) ClearCredentialManagerRequest

func (m *Structure) ClearCredentialManagerRequest() error

ClearCredentialManagerRequest calls android.view.ViewStructure.clearCredentialManagerRequest.

func (*Structure) GetAutofillId

func (m *Structure) GetAutofillId() (*jni.Object, error)

GetAutofillId calls android.view.ViewStructure.getAutofillId.

func (*Structure) GetChildCount

func (m *Structure) GetChildCount() (int32, error)

GetChildCount calls android.view.ViewStructure.getChildCount.

func (*Structure) GetExtras

func (m *Structure) GetExtras() (*jni.Object, error)

GetExtras calls android.view.ViewStructure.getExtras.

func (*Structure) GetHint

func (m *Structure) GetHint() (*jni.Object, error)

GetHint calls android.view.ViewStructure.getHint.

func (*Structure) GetPendingCredentialRequest

func (m *Structure) GetPendingCredentialRequest() (*jni.Object, error)

GetPendingCredentialRequest calls android.view.ViewStructure.getPendingCredentialRequest.

func (*Structure) GetText

func (m *Structure) GetText() (*jni.Object, error)

GetText calls android.view.ViewStructure.getText.

func (*Structure) GetTextSelectionEnd

func (m *Structure) GetTextSelectionEnd() (int32, error)

GetTextSelectionEnd calls android.view.ViewStructure.getTextSelectionEnd.

func (*Structure) GetTextSelectionStart

func (m *Structure) GetTextSelectionStart() (int32, error)

GetTextSelectionStart calls android.view.ViewStructure.getTextSelectionStart.

func (*Structure) HasExtras

func (m *Structure) HasExtras() (bool, error)

HasExtras calls android.view.ViewStructure.hasExtras.

func (*Structure) NewChild

func (m *Structure) NewChild(arg0 int32) (*jni.Object, error)

NewChild calls android.view.ViewStructure.newChild.

func (*Structure) NewHtmlInfoBuilder

func (m *Structure) NewHtmlInfoBuilder(arg0 string) (*jni.Object, error)

NewHtmlInfoBuilder calls android.view.ViewStructure.newHtmlInfoBuilder.

func (*Structure) SetAccessibilityFocused

func (m *Structure) SetAccessibilityFocused(arg0 bool) error

SetAccessibilityFocused calls android.view.ViewStructure.setAccessibilityFocused.

func (*Structure) SetActivated

func (m *Structure) SetActivated(arg0 bool) error

SetActivated calls android.view.ViewStructure.setActivated.

func (*Structure) SetAlpha

func (m *Structure) SetAlpha(arg0 float32) error

SetAlpha calls android.view.ViewStructure.setAlpha.

func (*Structure) SetAutofillHints

func (m *Structure) SetAutofillHints(arg0 *jni.Object) error

SetAutofillHints calls android.view.ViewStructure.setAutofillHints.

func (*Structure) SetAutofillId1

func (m *Structure) SetAutofillId1(arg0 *jni.Object) error

SetAutofillId1 calls android.view.ViewStructure.setAutofillId.

func (*Structure) SetAutofillId2_1

func (m *Structure) SetAutofillId2_1(arg0 *jni.Object, arg1 int32) error

SetAutofillId2_1 calls android.view.ViewStructure.setAutofillId.

func (*Structure) SetAutofillOptions

func (m *Structure) SetAutofillOptions(arg0 *jni.Object) error

SetAutofillOptions calls android.view.ViewStructure.setAutofillOptions.

func (*Structure) SetAutofillType

func (m *Structure) SetAutofillType(arg0 int32) error

SetAutofillType calls android.view.ViewStructure.setAutofillType.

func (*Structure) SetAutofillValue

func (m *Structure) SetAutofillValue(arg0 *jni.Object) error

SetAutofillValue calls android.view.ViewStructure.setAutofillValue.

func (*Structure) SetCheckable

func (m *Structure) SetCheckable(arg0 bool) error

SetCheckable calls android.view.ViewStructure.setCheckable.

func (*Structure) SetChecked

func (m *Structure) SetChecked(arg0 bool) error

SetChecked calls android.view.ViewStructure.setChecked.

func (*Structure) SetChildCount

func (m *Structure) SetChildCount(arg0 int32) error

SetChildCount calls android.view.ViewStructure.setChildCount.

func (*Structure) SetClassName

func (m *Structure) SetClassName(arg0 string) error

SetClassName calls android.view.ViewStructure.setClassName.

func (*Structure) SetClickable

func (m *Structure) SetClickable(arg0 bool) error

SetClickable calls android.view.ViewStructure.setClickable.

func (*Structure) SetContentDescription

func (m *Structure) SetContentDescription(arg0 string) error

SetContentDescription calls android.view.ViewStructure.setContentDescription.

func (*Structure) SetContextClickable

func (m *Structure) SetContextClickable(arg0 bool) error

SetContextClickable calls android.view.ViewStructure.setContextClickable.

func (*Structure) SetDataIsSensitive

func (m *Structure) SetDataIsSensitive(arg0 bool) error

SetDataIsSensitive calls android.view.ViewStructure.setDataIsSensitive.

func (*Structure) SetDimens

func (m *Structure) SetDimens(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
) error

SetDimens calls android.view.ViewStructure.setDimens.

func (*Structure) SetElevation

func (m *Structure) SetElevation(arg0 float32) error

SetElevation calls android.view.ViewStructure.setElevation.

func (*Structure) SetEnabled

func (m *Structure) SetEnabled(arg0 bool) error

SetEnabled calls android.view.ViewStructure.setEnabled.

func (*Structure) SetFocusable

func (m *Structure) SetFocusable(arg0 bool) error

SetFocusable calls android.view.ViewStructure.setFocusable.

func (*Structure) SetFocused

func (m *Structure) SetFocused(arg0 bool) error

SetFocused calls android.view.ViewStructure.setFocused.

func (*Structure) SetHint

func (m *Structure) SetHint(arg0 string) error

SetHint calls android.view.ViewStructure.setHint.

func (*Structure) SetHintIdEntry

func (m *Structure) SetHintIdEntry(arg0 string) error

SetHintIdEntry calls android.view.ViewStructure.setHintIdEntry.

func (*Structure) SetHtmlInfo

func (m *Structure) SetHtmlInfo(arg0 *jni.Object) error

SetHtmlInfo calls android.view.ViewStructure.setHtmlInfo.

func (*Structure) SetId

func (m *Structure) SetId(
	arg0 int32,
	arg1 string,
	arg2 string,
	arg3 string,
) error

SetId calls android.view.ViewStructure.setId.

func (*Structure) SetImportantForAutofill

func (m *Structure) SetImportantForAutofill(arg0 int32) error

SetImportantForAutofill calls android.view.ViewStructure.setImportantForAutofill.

func (*Structure) SetInputType

func (m *Structure) SetInputType(arg0 int32) error

SetInputType calls android.view.ViewStructure.setInputType.

func (*Structure) SetLocaleList

func (m *Structure) SetLocaleList(arg0 *jni.Object) error

SetLocaleList calls android.view.ViewStructure.setLocaleList.

func (*Structure) SetLongClickable

func (m *Structure) SetLongClickable(arg0 bool) error

SetLongClickable calls android.view.ViewStructure.setLongClickable.

func (*Structure) SetMaxTextEms

func (m *Structure) SetMaxTextEms(arg0 int32) error

SetMaxTextEms calls android.view.ViewStructure.setMaxTextEms.

func (*Structure) SetMaxTextLength

func (m *Structure) SetMaxTextLength(arg0 int32) error

SetMaxTextLength calls android.view.ViewStructure.setMaxTextLength.

func (*Structure) SetMinTextEms

func (m *Structure) SetMinTextEms(arg0 int32) error

SetMinTextEms calls android.view.ViewStructure.setMinTextEms.

func (*Structure) SetOpaque

func (m *Structure) SetOpaque(arg0 bool) error

SetOpaque calls android.view.ViewStructure.setOpaque.

func (*Structure) SetReceiveContentMimeTypes

func (m *Structure) SetReceiveContentMimeTypes(arg0 *jni.Object) error

SetReceiveContentMimeTypes calls android.view.ViewStructure.setReceiveContentMimeTypes.

func (*Structure) SetSelected

func (m *Structure) SetSelected(arg0 bool) error

SetSelected calls android.view.ViewStructure.setSelected.

func (*Structure) SetText1

func (m *Structure) SetText1(arg0 string) error

SetText1 calls android.view.ViewStructure.setText.

func (*Structure) SetText3_1

func (m *Structure) SetText3_1(
	arg0 string,
	arg1 int32,
	arg2 int32,
) error

SetText3_1 calls android.view.ViewStructure.setText.

func (*Structure) SetTextIdEntry

func (m *Structure) SetTextIdEntry(arg0 string) error

SetTextIdEntry calls android.view.ViewStructure.setTextIdEntry.

func (*Structure) SetTextLines

func (m *Structure) SetTextLines(arg0 *jni.Object, arg1 *jni.Object) error

SetTextLines calls android.view.ViewStructure.setTextLines.

func (*Structure) SetTextStyle

func (m *Structure) SetTextStyle(
	arg0 float32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

SetTextStyle calls android.view.ViewStructure.setTextStyle.

func (*Structure) SetTransformation

func (m *Structure) SetTransformation(arg0 *jni.Object) error

SetTransformation calls android.view.ViewStructure.setTransformation.

func (*Structure) SetVisibility

func (m *Structure) SetVisibility(arg0 int32) error

SetVisibility calls android.view.ViewStructure.setVisibility.

func (*Structure) SetWebDomain

func (m *Structure) SetWebDomain(arg0 string) error

SetWebDomain calls android.view.ViewStructure.setWebDomain.

func (*Structure) ToString added in v0.0.8

func (m *Structure) ToString() (string, error)

ToString calls android.view.ViewStructure.toString.

type StructureHtmlInfo

type StructureHtmlInfo struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

StructureHtmlInfo wraps android.view.ViewStructure$HtmlInfo.

func (*StructureHtmlInfo) GetTag

func (m *StructureHtmlInfo) GetTag() (string, error)

GetTag calls android.view.ViewStructure$HtmlInfo.getTag.

func (*StructureHtmlInfo) ToString added in v0.0.8

func (m *StructureHtmlInfo) ToString() (string, error)

ToString calls android.view.ViewStructure$HtmlInfo.toString.

type Stub

type Stub struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Stub wraps android.view.ViewStub.

func NewStub

func NewStub(vm *jni.VM, arg0 *jni.Object) (*Stub, error)

NewStub creates a new android.view.ViewStub instance.

func (*Stub) Draw

func (m *Stub) Draw(arg0 *jni.Object) error

Draw calls android.view.ViewStub.draw.

func (*Stub) GetInflatedId

func (m *Stub) GetInflatedId() (int32, error)

GetInflatedId calls android.view.ViewStub.getInflatedId.

func (*Stub) GetLayoutInflater

func (m *Stub) GetLayoutInflater() (*jni.Object, error)

GetLayoutInflater calls android.view.ViewStub.getLayoutInflater.

func (*Stub) GetLayoutResource

func (m *Stub) GetLayoutResource() (int32, error)

GetLayoutResource calls android.view.ViewStub.getLayoutResource.

func (*Stub) Inflate

func (m *Stub) Inflate() (*jni.Object, error)

Inflate calls android.view.ViewStub.inflate.

func (*Stub) SetInflatedId

func (m *Stub) SetInflatedId(arg0 int32) error

SetInflatedId calls android.view.ViewStub.setInflatedId.

func (*Stub) SetLayoutInflater

func (m *Stub) SetLayoutInflater(arg0 *jni.Object) error

SetLayoutInflater calls android.view.ViewStub.setLayoutInflater.

func (*Stub) SetLayoutResource

func (m *Stub) SetLayoutResource(arg0 int32) error

SetLayoutResource calls android.view.ViewStub.setLayoutResource.

func (*Stub) SetOnInflateListener

func (m *Stub) SetOnInflateListener(arg0 *jni.Object) error

SetOnInflateListener calls android.view.ViewStub.setOnInflateListener.

func (*Stub) SetVisibility

func (m *Stub) SetVisibility(arg0 int32) error

SetVisibility calls android.view.ViewStub.setVisibility.

func (*Stub) ToString added in v0.0.8

func (m *Stub) ToString() (string, error)

ToString calls android.view.ViewStub.toString.

type StubOnInflateListener

type StubOnInflateListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

StubOnInflateListener wraps android.view.ViewStub$OnInflateListener.

func (*StubOnInflateListener) OnInflate

func (m *StubOnInflateListener) OnInflate(arg0 *jni.Object, arg1 *jni.Object) error

OnInflate calls android.view.ViewStub$OnInflateListener.onInflate.

func (*StubOnInflateListener) ToString added in v0.0.8

func (m *StubOnInflateListener) ToString() (string, error)

ToString calls android.view.ViewStub$OnInflateListener.toString.

type SubMenu struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SubMenu wraps android.view.SubMenu.

func (m *SubMenu) ClearHeader() error

ClearHeader calls android.view.SubMenu.clearHeader.

func (m *SubMenu) GetItem() (*jni.Object, error)

GetItem calls android.view.SubMenu.getItem.

func (m *SubMenu) SetHeaderIcon1(arg0 *jni.Object) (*jni.Object, error)

SetHeaderIcon1 calls android.view.SubMenu.setHeaderIcon.

func (m *SubMenu) SetHeaderIcon1_1(arg0 int32) (*jni.Object, error)

SetHeaderIcon1_1 calls android.view.SubMenu.setHeaderIcon.

func (m *SubMenu) SetHeaderTitle1(arg0 int32) (*jni.Object, error)

SetHeaderTitle1 calls android.view.SubMenu.setHeaderTitle.

func (m *SubMenu) SetHeaderTitle1_1(arg0 string) (*jni.Object, error)

SetHeaderTitle1_1 calls android.view.SubMenu.setHeaderTitle.

func (m *SubMenu) SetHeaderView(arg0 *jni.Object) (*jni.Object, error)

SetHeaderView calls android.view.SubMenu.setHeaderView.

func (m *SubMenu) SetIcon1(arg0 *jni.Object) (*jni.Object, error)

SetIcon1 calls android.view.SubMenu.setIcon.

func (m *SubMenu) SetIcon1_1(arg0 int32) (*jni.Object, error)

SetIcon1_1 calls android.view.SubMenu.setIcon.

func (m *SubMenu) ToString() (string, error)

ToString calls android.view.SubMenu.toString.

type SurfaceControl

type SurfaceControl struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControl wraps android.view.SurfaceControl.

func (*SurfaceControl) DescribeContents

func (m *SurfaceControl) DescribeContents() (int32, error)

DescribeContents calls android.view.SurfaceControl.describeContents.

func (*SurfaceControl) IsValid

func (m *SurfaceControl) IsValid() (bool, error)

IsValid calls android.view.SurfaceControl.isValid.

func (*SurfaceControl) ReadFromParcel

func (m *SurfaceControl) ReadFromParcel(arg0 *jni.Object) error

ReadFromParcel calls android.view.SurfaceControl.readFromParcel.

func (*SurfaceControl) Release

func (m *SurfaceControl) Release() error

Release calls android.view.SurfaceControl.release.

func (*SurfaceControl) ToString

func (m *SurfaceControl) ToString() (string, error)

ToString calls android.view.SurfaceControl.toString.

func (*SurfaceControl) WriteToParcel

func (m *SurfaceControl) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.SurfaceControl.writeToParcel.

type SurfaceControlBuilder

type SurfaceControlBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlBuilder wraps android.view.SurfaceControl$Builder.

func (*SurfaceControlBuilder) Build

func (m *SurfaceControlBuilder) Build() (*jni.Object, error)

Build calls android.view.SurfaceControl$Builder.build.

func (*SurfaceControlBuilder) SetBufferSize

func (m *SurfaceControlBuilder) SetBufferSize(arg0 int32, arg1 int32) (*jni.Object, error)

SetBufferSize calls android.view.SurfaceControl$Builder.setBufferSize.

func (*SurfaceControlBuilder) SetFormat

func (m *SurfaceControlBuilder) SetFormat(arg0 int32) (*jni.Object, error)

SetFormat calls android.view.SurfaceControl$Builder.setFormat.

func (*SurfaceControlBuilder) SetHidden

func (m *SurfaceControlBuilder) SetHidden(arg0 bool) (*jni.Object, error)

SetHidden calls android.view.SurfaceControl$Builder.setHidden.

func (*SurfaceControlBuilder) SetName

func (m *SurfaceControlBuilder) SetName(arg0 string) (*jni.Object, error)

SetName calls android.view.SurfaceControl$Builder.setName.

func (*SurfaceControlBuilder) SetOpaque

func (m *SurfaceControlBuilder) SetOpaque(arg0 bool) (*jni.Object, error)

SetOpaque calls android.view.SurfaceControl$Builder.setOpaque.

func (*SurfaceControlBuilder) SetParent

func (m *SurfaceControlBuilder) SetParent(arg0 *jni.Object) (*jni.Object, error)

SetParent calls android.view.SurfaceControl$Builder.setParent.

func (*SurfaceControlBuilder) ToString added in v0.0.8

func (m *SurfaceControlBuilder) ToString() (string, error)

ToString calls android.view.SurfaceControl$Builder.toString.

type SurfaceControlInputReceiver

type SurfaceControlInputReceiver struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlInputReceiver wraps android.view.SurfaceControlInputReceiver.

func (*SurfaceControlInputReceiver) OnInputEvent

func (m *SurfaceControlInputReceiver) OnInputEvent(arg0 *jni.Object) (bool, error)

OnInputEvent calls android.view.SurfaceControlInputReceiver.onInputEvent.

func (*SurfaceControlInputReceiver) ToString added in v0.0.8

func (m *SurfaceControlInputReceiver) ToString() (string, error)

ToString calls android.view.SurfaceControlInputReceiver.toString.

type SurfaceControlJankData

type SurfaceControlJankData struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlJankData wraps android.view.SurfaceControl$JankData.

func (*SurfaceControlJankData) GetActualAppFrameTimeNanos

func (m *SurfaceControlJankData) GetActualAppFrameTimeNanos() (int64, error)

GetActualAppFrameTimeNanos calls android.view.SurfaceControl$JankData.getActualAppFrameTimeNanos.

func (*SurfaceControlJankData) GetJankType

func (m *SurfaceControlJankData) GetJankType() (int32, error)

GetJankType calls android.view.SurfaceControl$JankData.getJankType.

func (*SurfaceControlJankData) GetScheduledAppFrameTimeNanos

func (m *SurfaceControlJankData) GetScheduledAppFrameTimeNanos() (int64, error)

GetScheduledAppFrameTimeNanos calls android.view.SurfaceControl$JankData.getScheduledAppFrameTimeNanos.

func (*SurfaceControlJankData) GetVsyncId

func (m *SurfaceControlJankData) GetVsyncId() (int64, error)

GetVsyncId calls android.view.SurfaceControl$JankData.getVsyncId.

func (*SurfaceControlJankData) ToString

func (m *SurfaceControlJankData) ToString() (string, error)

ToString calls android.view.SurfaceControl$JankData.toString.

type SurfaceControlOnJankDataListener added in v0.0.8

type SurfaceControlOnJankDataListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlOnJankDataListener wraps android.view.SurfaceControl$OnJankDataListener.

func (*SurfaceControlOnJankDataListener) ToString added in v0.0.8

ToString calls android.view.SurfaceControl$OnJankDataListener.toString.

type SurfaceControlOnJankDataListenerRegistration

type SurfaceControlOnJankDataListenerRegistration struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlOnJankDataListenerRegistration wraps android.view.SurfaceControl$OnJankDataListenerRegistration.

func (*SurfaceControlOnJankDataListenerRegistration) Flush

Flush calls android.view.SurfaceControl$OnJankDataListenerRegistration.flush.

func (*SurfaceControlOnJankDataListenerRegistration) RemoveAfter

RemoveAfter calls android.view.SurfaceControl$OnJankDataListenerRegistration.removeAfter.

func (*SurfaceControlOnJankDataListenerRegistration) ToString added in v0.0.8

ToString calls android.view.SurfaceControl$OnJankDataListenerRegistration.toString.

type SurfaceControlTransaction

type SurfaceControlTransaction struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlTransaction wraps android.view.SurfaceControl$Transaction.

func (*SurfaceControlTransaction) AddTransactionCommittedListener

func (m *SurfaceControlTransaction) AddTransactionCommittedListener(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

AddTransactionCommittedListener calls android.view.SurfaceControl$Transaction.addTransactionCommittedListener.

func (*SurfaceControlTransaction) Apply

func (m *SurfaceControlTransaction) Apply() error

Apply calls android.view.SurfaceControl$Transaction.apply.

func (*SurfaceControlTransaction) ClearFrameRate

func (m *SurfaceControlTransaction) ClearFrameRate(arg0 *jni.Object) (*jni.Object, error)

ClearFrameRate calls android.view.SurfaceControl$Transaction.clearFrameRate.

func (*SurfaceControlTransaction) ClearTrustedPresentationCallback

func (m *SurfaceControlTransaction) ClearTrustedPresentationCallback(arg0 *jni.Object) (*jni.Object, error)

ClearTrustedPresentationCallback calls android.view.SurfaceControl$Transaction.clearTrustedPresentationCallback.

func (*SurfaceControlTransaction) Close

func (m *SurfaceControlTransaction) Close() error

Close calls android.view.SurfaceControl$Transaction.close.

func (*SurfaceControlTransaction) DescribeContents

func (m *SurfaceControlTransaction) DescribeContents() (int32, error)

DescribeContents calls android.view.SurfaceControl$Transaction.describeContents.

func (*SurfaceControlTransaction) Merge

func (m *SurfaceControlTransaction) Merge(arg0 *jni.Object) (*jni.Object, error)

Merge calls android.view.SurfaceControl$Transaction.merge.

func (*SurfaceControlTransaction) Reparent

func (m *SurfaceControlTransaction) Reparent(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Reparent calls android.view.SurfaceControl$Transaction.reparent.

func (*SurfaceControlTransaction) SetAlpha

func (m *SurfaceControlTransaction) SetAlpha(arg0 *jni.Object, arg1 float32) (*jni.Object, error)

SetAlpha calls android.view.SurfaceControl$Transaction.setAlpha.

func (*SurfaceControlTransaction) SetBuffer2

func (m *SurfaceControlTransaction) SetBuffer2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

SetBuffer2 calls android.view.SurfaceControl$Transaction.setBuffer.

func (*SurfaceControlTransaction) SetBuffer3_1

func (m *SurfaceControlTransaction) SetBuffer3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

SetBuffer3_1 calls android.view.SurfaceControl$Transaction.setBuffer.

func (*SurfaceControlTransaction) SetBufferSize

func (m *SurfaceControlTransaction) SetBufferSize(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) (*jni.Object, error)

SetBufferSize calls android.view.SurfaceControl$Transaction.setBufferSize.

func (*SurfaceControlTransaction) SetBufferTransform

func (m *SurfaceControlTransaction) SetBufferTransform(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

SetBufferTransform calls android.view.SurfaceControl$Transaction.setBufferTransform.

func (*SurfaceControlTransaction) SetContentPriority

func (m *SurfaceControlTransaction) SetContentPriority(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

SetContentPriority calls android.view.SurfaceControl$Transaction.setContentPriority.

func (*SurfaceControlTransaction) SetCrop

func (m *SurfaceControlTransaction) SetCrop(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

SetCrop calls android.view.SurfaceControl$Transaction.setCrop.

func (*SurfaceControlTransaction) SetDamageRegion

func (m *SurfaceControlTransaction) SetDamageRegion(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

SetDamageRegion calls android.view.SurfaceControl$Transaction.setDamageRegion.

func (*SurfaceControlTransaction) SetDataSpace

func (m *SurfaceControlTransaction) SetDataSpace(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

SetDataSpace calls android.view.SurfaceControl$Transaction.setDataSpace.

func (*SurfaceControlTransaction) SetDesiredHdrHeadroom

func (m *SurfaceControlTransaction) SetDesiredHdrHeadroom(arg0 *jni.Object, arg1 float32) (*jni.Object, error)

SetDesiredHdrHeadroom calls android.view.SurfaceControl$Transaction.setDesiredHdrHeadroom.

func (*SurfaceControlTransaction) SetDesiredPresentTimeNanos

func (m *SurfaceControlTransaction) SetDesiredPresentTimeNanos(arg0 int64) (*jni.Object, error)

SetDesiredPresentTimeNanos calls android.view.SurfaceControl$Transaction.setDesiredPresentTimeNanos.

func (*SurfaceControlTransaction) SetExtendedRangeBrightness

func (m *SurfaceControlTransaction) SetExtendedRangeBrightness(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
) (*jni.Object, error)

SetExtendedRangeBrightness calls android.view.SurfaceControl$Transaction.setExtendedRangeBrightness.

func (*SurfaceControlTransaction) SetFrameRate3

func (m *SurfaceControlTransaction) SetFrameRate3(
	arg0 *jni.Object,
	arg1 float32,
	arg2 int32,
) (*jni.Object, error)

SetFrameRate3 calls android.view.SurfaceControl$Transaction.setFrameRate.

func (*SurfaceControlTransaction) SetFrameRate4_1

func (m *SurfaceControlTransaction) SetFrameRate4_1(
	arg0 *jni.Object,
	arg1 float32,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

SetFrameRate4_1 calls android.view.SurfaceControl$Transaction.setFrameRate.

func (*SurfaceControlTransaction) SetFrameTimeline

func (m *SurfaceControlTransaction) SetFrameTimeline(arg0 int64) (*jni.Object, error)

SetFrameTimeline calls android.view.SurfaceControl$Transaction.setFrameTimeline.

func (*SurfaceControlTransaction) SetGeometry

func (m *SurfaceControlTransaction) SetGeometry(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 int32,
) (*jni.Object, error)

SetGeometry calls android.view.SurfaceControl$Transaction.setGeometry.

func (*SurfaceControlTransaction) SetLayer

func (m *SurfaceControlTransaction) SetLayer(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

SetLayer calls android.view.SurfaceControl$Transaction.setLayer.

func (*SurfaceControlTransaction) SetLuts

func (m *SurfaceControlTransaction) SetLuts(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

SetLuts calls android.view.SurfaceControl$Transaction.setLuts.

func (*SurfaceControlTransaction) SetOpaque

func (m *SurfaceControlTransaction) SetOpaque(arg0 *jni.Object, arg1 bool) (*jni.Object, error)

SetOpaque calls android.view.SurfaceControl$Transaction.setOpaque.

func (*SurfaceControlTransaction) SetPosition

func (m *SurfaceControlTransaction) SetPosition(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
) (*jni.Object, error)

SetPosition calls android.view.SurfaceControl$Transaction.setPosition.

func (*SurfaceControlTransaction) SetScale

func (m *SurfaceControlTransaction) SetScale(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
) (*jni.Object, error)

SetScale calls android.view.SurfaceControl$Transaction.setScale.

func (*SurfaceControlTransaction) SetVisibility

func (m *SurfaceControlTransaction) SetVisibility(arg0 *jni.Object, arg1 bool) (*jni.Object, error)

SetVisibility calls android.view.SurfaceControl$Transaction.setVisibility.

func (*SurfaceControlTransaction) ToString added in v0.0.8

func (m *SurfaceControlTransaction) ToString() (string, error)

ToString calls android.view.SurfaceControl$Transaction.toString.

func (*SurfaceControlTransaction) WriteToParcel

func (m *SurfaceControlTransaction) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.SurfaceControl$Transaction.writeToParcel.

type SurfaceControlTransactionCommittedListener

type SurfaceControlTransactionCommittedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlTransactionCommittedListener wraps android.view.SurfaceControl$TransactionCommittedListener.

func (*SurfaceControlTransactionCommittedListener) OnTransactionCommitted

func (m *SurfaceControlTransactionCommittedListener) OnTransactionCommitted() error

OnTransactionCommitted calls android.view.SurfaceControl$TransactionCommittedListener.onTransactionCommitted.

func (*SurfaceControlTransactionCommittedListener) ToString added in v0.0.8

ToString calls android.view.SurfaceControl$TransactionCommittedListener.toString.

type SurfaceControlTransactionStats

type SurfaceControlTransactionStats struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlTransactionStats wraps android.view.SurfaceControl$TransactionStats.

func (*SurfaceControlTransactionStats) GetLatchTimeNanos

func (m *SurfaceControlTransactionStats) GetLatchTimeNanos() (int64, error)

GetLatchTimeNanos calls android.view.SurfaceControl$TransactionStats.getLatchTimeNanos.

func (*SurfaceControlTransactionStats) GetPresentFence

func (m *SurfaceControlTransactionStats) GetPresentFence() (*jni.Object, error)

GetPresentFence calls android.view.SurfaceControl$TransactionStats.getPresentFence.

func (*SurfaceControlTransactionStats) ToString added in v0.0.8

func (m *SurfaceControlTransactionStats) ToString() (string, error)

ToString calls android.view.SurfaceControl$TransactionStats.toString.

type SurfaceControlTrustedPresentationThresholds added in v0.0.8

type SurfaceControlTrustedPresentationThresholds struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlTrustedPresentationThresholds wraps android.view.SurfaceControl$TrustedPresentationThresholds.

func (*SurfaceControlTrustedPresentationThresholds) ToString added in v0.0.8

ToString calls android.view.SurfaceControl$TrustedPresentationThresholds.toString.

type SurfaceControlViewHost

type SurfaceControlViewHost struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlViewHost wraps android.view.SurfaceControlViewHost.

func NewSurfaceControlViewHost

func NewSurfaceControlViewHost(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (*SurfaceControlViewHost, error)

NewSurfaceControlViewHost creates a new android.view.SurfaceControlViewHost instance.

func (*SurfaceControlViewHost) GetSurfacePackage

func (m *SurfaceControlViewHost) GetSurfacePackage() (*jni.Object, error)

GetSurfacePackage calls android.view.SurfaceControlViewHost.getSurfacePackage.

func (*SurfaceControlViewHost) GetView

func (m *SurfaceControlViewHost) GetView() (*jni.Object, error)

GetView calls android.view.SurfaceControlViewHost.getView.

func (*SurfaceControlViewHost) Relayout

func (m *SurfaceControlViewHost) Relayout(arg0 int32, arg1 int32) error

Relayout calls android.view.SurfaceControlViewHost.relayout.

func (*SurfaceControlViewHost) Release

func (m *SurfaceControlViewHost) Release() error

Release calls android.view.SurfaceControlViewHost.release.

func (*SurfaceControlViewHost) SetView

func (m *SurfaceControlViewHost) SetView(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

SetView calls android.view.SurfaceControlViewHost.setView.

func (*SurfaceControlViewHost) ToString added in v0.0.8

func (m *SurfaceControlViewHost) ToString() (string, error)

ToString calls android.view.SurfaceControlViewHost.toString.

func (*SurfaceControlViewHost) TransferTouchGestureToHost

func (m *SurfaceControlViewHost) TransferTouchGestureToHost() (bool, error)

TransferTouchGestureToHost calls android.view.SurfaceControlViewHost.transferTouchGestureToHost.

type SurfaceControlViewHostSurfacePackage

type SurfaceControlViewHostSurfacePackage struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SurfaceControlViewHostSurfacePackage wraps android.view.SurfaceControlViewHost$SurfacePackage.

func (*SurfaceControlViewHostSurfacePackage) DescribeContents

func (m *SurfaceControlViewHostSurfacePackage) DescribeContents() (int32, error)

DescribeContents calls android.view.SurfaceControlViewHost$SurfacePackage.describeContents.

func (*SurfaceControlViewHostSurfacePackage) GetInputTransferToken

func (m *SurfaceControlViewHostSurfacePackage) GetInputTransferToken() (*jni.Object, error)

GetInputTransferToken calls android.view.SurfaceControlViewHost$SurfacePackage.getInputTransferToken.

func (*SurfaceControlViewHostSurfacePackage) GetSurfaceControl

func (m *SurfaceControlViewHostSurfacePackage) GetSurfaceControl() (*jni.Object, error)

GetSurfaceControl calls android.view.SurfaceControlViewHost$SurfacePackage.getSurfaceControl.

func (*SurfaceControlViewHostSurfacePackage) NotifyConfigurationChanged

func (m *SurfaceControlViewHostSurfacePackage) NotifyConfigurationChanged(arg0 *jni.Object) error

NotifyConfigurationChanged calls android.view.SurfaceControlViewHost$SurfacePackage.notifyConfigurationChanged.

func (*SurfaceControlViewHostSurfacePackage) NotifyDetachedFromWindow

func (m *SurfaceControlViewHostSurfacePackage) NotifyDetachedFromWindow() error

NotifyDetachedFromWindow calls android.view.SurfaceControlViewHost$SurfacePackage.notifyDetachedFromWindow.

func (*SurfaceControlViewHostSurfacePackage) Release

Release calls android.view.SurfaceControlViewHost$SurfacePackage.release.

func (*SurfaceControlViewHostSurfacePackage) ToString

ToString calls android.view.SurfaceControlViewHost$SurfacePackage.toString.

func (*SurfaceControlViewHostSurfacePackage) WriteToParcel

func (m *SurfaceControlViewHostSurfacePackage) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.SurfaceControlViewHost$SurfacePackage.writeToParcel.

type TextureView

type TextureView struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TextureView wraps android.view.TextureView.

func NewTextureView

func NewTextureView(vm *jni.VM, arg0 *jni.Object) (*TextureView, error)

NewTextureView creates a new android.view.TextureView instance.

func (*TextureView) BuildLayer

func (m *TextureView) BuildLayer() error

BuildLayer calls android.view.TextureView.buildLayer.

func (*TextureView) Draw

func (m *TextureView) Draw(arg0 *jni.Object) error

Draw calls android.view.TextureView.draw.

func (*TextureView) GetAccessibilityClassName

func (m *TextureView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.view.TextureView.getAccessibilityClassName.

func (*TextureView) GetBitmap0

func (m *TextureView) GetBitmap0() (*jni.Object, error)

GetBitmap0 calls android.view.TextureView.getBitmap.

func (*TextureView) GetBitmap1_1

func (m *TextureView) GetBitmap1_1(arg0 *jni.Object) (*jni.Object, error)

GetBitmap1_1 calls android.view.TextureView.getBitmap.

func (*TextureView) GetBitmap2_2

func (m *TextureView) GetBitmap2_2(arg0 int32, arg1 int32) (*jni.Object, error)

GetBitmap2_2 calls android.view.TextureView.getBitmap.

func (*TextureView) GetLayerType

func (m *TextureView) GetLayerType() (int32, error)

GetLayerType calls android.view.TextureView.getLayerType.

func (*TextureView) GetSurfaceTexture

func (m *TextureView) GetSurfaceTexture() (*jni.Object, error)

GetSurfaceTexture calls android.view.TextureView.getSurfaceTexture.

func (*TextureView) GetSurfaceTextureListener

func (m *TextureView) GetSurfaceTextureListener() (*jni.Object, error)

GetSurfaceTextureListener calls android.view.TextureView.getSurfaceTextureListener.

func (*TextureView) GetTransform

func (m *TextureView) GetTransform(arg0 *jni.Object) (*jni.Object, error)

GetTransform calls android.view.TextureView.getTransform.

func (*TextureView) IsAvailable

func (m *TextureView) IsAvailable() (bool, error)

IsAvailable calls android.view.TextureView.isAvailable.

func (*TextureView) IsOpaque

func (m *TextureView) IsOpaque() (bool, error)

IsOpaque calls android.view.TextureView.isOpaque.

func (*TextureView) LockCanvas0

func (m *TextureView) LockCanvas0() (*jni.Object, error)

LockCanvas0 calls android.view.TextureView.lockCanvas.

func (*TextureView) LockCanvas1_1

func (m *TextureView) LockCanvas1_1(arg0 *jni.Object) (*jni.Object, error)

LockCanvas1_1 calls android.view.TextureView.lockCanvas.

func (*TextureView) SetBackgroundDrawable

func (m *TextureView) SetBackgroundDrawable(arg0 *jni.Object) error

SetBackgroundDrawable calls android.view.TextureView.setBackgroundDrawable.

func (*TextureView) SetForeground

func (m *TextureView) SetForeground(arg0 *jni.Object) error

SetForeground calls android.view.TextureView.setForeground.

func (*TextureView) SetLayerPaint

func (m *TextureView) SetLayerPaint(arg0 *jni.Object) error

SetLayerPaint calls android.view.TextureView.setLayerPaint.

func (*TextureView) SetLayerType

func (m *TextureView) SetLayerType(arg0 int32, arg1 *jni.Object) error

SetLayerType calls android.view.TextureView.setLayerType.

func (*TextureView) SetOpaque

func (m *TextureView) SetOpaque(arg0 bool) error

SetOpaque calls android.view.TextureView.setOpaque.

func (*TextureView) SetSurfaceTexture

func (m *TextureView) SetSurfaceTexture(arg0 *jni.Object) error

SetSurfaceTexture calls android.view.TextureView.setSurfaceTexture.

func (*TextureView) SetSurfaceTextureListener

func (m *TextureView) SetSurfaceTextureListener(arg0 *jni.Object) error

SetSurfaceTextureListener calls android.view.TextureView.setSurfaceTextureListener.

func (*TextureView) SetTransform

func (m *TextureView) SetTransform(arg0 *jni.Object) error

SetTransform calls android.view.TextureView.setTransform.

func (*TextureView) ToString added in v0.0.8

func (m *TextureView) ToString() (string, error)

ToString calls android.view.TextureView.toString.

func (*TextureView) UnlockCanvasAndPost

func (m *TextureView) UnlockCanvasAndPost(arg0 *jni.Object) error

UnlockCanvasAndPost calls android.view.TextureView.unlockCanvasAndPost.

type TextureViewSurfaceTextureListener

type TextureViewSurfaceTextureListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TextureViewSurfaceTextureListener wraps android.view.TextureView$SurfaceTextureListener.

func (*TextureViewSurfaceTextureListener) OnSurfaceTextureAvailable

func (m *TextureViewSurfaceTextureListener) OnSurfaceTextureAvailable(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

OnSurfaceTextureAvailable calls android.view.TextureView$SurfaceTextureListener.onSurfaceTextureAvailable.

func (*TextureViewSurfaceTextureListener) OnSurfaceTextureDestroyed

func (m *TextureViewSurfaceTextureListener) OnSurfaceTextureDestroyed(arg0 *jni.Object) (bool, error)

OnSurfaceTextureDestroyed calls android.view.TextureView$SurfaceTextureListener.onSurfaceTextureDestroyed.

func (*TextureViewSurfaceTextureListener) OnSurfaceTextureSizeChanged

func (m *TextureViewSurfaceTextureListener) OnSurfaceTextureSizeChanged(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

OnSurfaceTextureSizeChanged calls android.view.TextureView$SurfaceTextureListener.onSurfaceTextureSizeChanged.

func (*TextureViewSurfaceTextureListener) OnSurfaceTextureUpdated

func (m *TextureViewSurfaceTextureListener) OnSurfaceTextureUpdated(arg0 *jni.Object) error

OnSurfaceTextureUpdated calls android.view.TextureView$SurfaceTextureListener.onSurfaceTextureUpdated.

func (*TextureViewSurfaceTextureListener) ToString added in v0.0.8

ToString calls android.view.TextureView$SurfaceTextureListener.toString.

type TouchDelegate

type TouchDelegate struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TouchDelegate wraps android.view.TouchDelegate.

func NewTouchDelegate

func NewTouchDelegate(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*TouchDelegate, error)

NewTouchDelegate creates a new android.view.TouchDelegate instance.

func (*TouchDelegate) GetTouchDelegateInfo

func (m *TouchDelegate) GetTouchDelegateInfo() (*jni.Object, error)

GetTouchDelegateInfo calls android.view.TouchDelegate.getTouchDelegateInfo.

func (*TouchDelegate) OnTouchEvent

func (m *TouchDelegate) OnTouchEvent(arg0 *jni.Object) (bool, error)

OnTouchEvent calls android.view.TouchDelegate.onTouchEvent.

func (*TouchDelegate) OnTouchExplorationHoverEvent

func (m *TouchDelegate) OnTouchExplorationHoverEvent(arg0 *jni.Object) (bool, error)

OnTouchExplorationHoverEvent calls android.view.TouchDelegate.onTouchExplorationHoverEvent.

func (*TouchDelegate) ToString added in v0.0.8

func (m *TouchDelegate) ToString() (string, error)

ToString calls android.view.TouchDelegate.toString.

type TreeObserver

type TreeObserver struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TreeObserver wraps android.view.ViewTreeObserver.

func (*TreeObserver) AddOnDrawListener

func (m *TreeObserver) AddOnDrawListener(arg0 *jni.Object) error

AddOnDrawListener calls android.view.ViewTreeObserver.addOnDrawListener.

func (*TreeObserver) AddOnGlobalFocusChangeListener

func (m *TreeObserver) AddOnGlobalFocusChangeListener(arg0 *jni.Object) error

AddOnGlobalFocusChangeListener calls android.view.ViewTreeObserver.addOnGlobalFocusChangeListener.

func (*TreeObserver) AddOnGlobalLayoutListener

func (m *TreeObserver) AddOnGlobalLayoutListener(arg0 *jni.Object) error

AddOnGlobalLayoutListener calls android.view.ViewTreeObserver.addOnGlobalLayoutListener.

func (*TreeObserver) AddOnPreDrawListener

func (m *TreeObserver) AddOnPreDrawListener(arg0 *jni.Object) error

AddOnPreDrawListener calls android.view.ViewTreeObserver.addOnPreDrawListener.

func (*TreeObserver) AddOnScrollChangedListener

func (m *TreeObserver) AddOnScrollChangedListener(arg0 *jni.Object) error

AddOnScrollChangedListener calls android.view.ViewTreeObserver.addOnScrollChangedListener.

func (*TreeObserver) AddOnTouchModeChangeListener

func (m *TreeObserver) AddOnTouchModeChangeListener(arg0 *jni.Object) error

AddOnTouchModeChangeListener calls android.view.ViewTreeObserver.addOnTouchModeChangeListener.

func (*TreeObserver) AddOnWindowAttachListener

func (m *TreeObserver) AddOnWindowAttachListener(arg0 *jni.Object) error

AddOnWindowAttachListener calls android.view.ViewTreeObserver.addOnWindowAttachListener.

func (*TreeObserver) AddOnWindowFocusChangeListener

func (m *TreeObserver) AddOnWindowFocusChangeListener(arg0 *jni.Object) error

AddOnWindowFocusChangeListener calls android.view.ViewTreeObserver.addOnWindowFocusChangeListener.

func (*TreeObserver) AddOnWindowVisibilityChangeListener

func (m *TreeObserver) AddOnWindowVisibilityChangeListener(arg0 *jni.Object) error

AddOnWindowVisibilityChangeListener calls android.view.ViewTreeObserver.addOnWindowVisibilityChangeListener.

func (*TreeObserver) DispatchOnDraw

func (m *TreeObserver) DispatchOnDraw() error

DispatchOnDraw calls android.view.ViewTreeObserver.dispatchOnDraw.

func (*TreeObserver) DispatchOnGlobalLayout

func (m *TreeObserver) DispatchOnGlobalLayout() error

DispatchOnGlobalLayout calls android.view.ViewTreeObserver.dispatchOnGlobalLayout.

func (*TreeObserver) DispatchOnPreDraw

func (m *TreeObserver) DispatchOnPreDraw() (bool, error)

DispatchOnPreDraw calls android.view.ViewTreeObserver.dispatchOnPreDraw.

func (*TreeObserver) IsAlive

func (m *TreeObserver) IsAlive() (bool, error)

IsAlive calls android.view.ViewTreeObserver.isAlive.

func (*TreeObserver) RegisterFrameCommitCallback

func (m *TreeObserver) RegisterFrameCommitCallback(arg0 *jni.Object) error

RegisterFrameCommitCallback calls android.view.ViewTreeObserver.registerFrameCommitCallback.

func (*TreeObserver) RemoveGlobalOnLayoutListener

func (m *TreeObserver) RemoveGlobalOnLayoutListener(arg0 *jni.Object) error

RemoveGlobalOnLayoutListener calls android.view.ViewTreeObserver.removeGlobalOnLayoutListener.

func (*TreeObserver) RemoveOnDrawListener

func (m *TreeObserver) RemoveOnDrawListener(arg0 *jni.Object) error

RemoveOnDrawListener calls android.view.ViewTreeObserver.removeOnDrawListener.

func (*TreeObserver) RemoveOnGlobalFocusChangeListener

func (m *TreeObserver) RemoveOnGlobalFocusChangeListener(arg0 *jni.Object) error

RemoveOnGlobalFocusChangeListener calls android.view.ViewTreeObserver.removeOnGlobalFocusChangeListener.

func (*TreeObserver) RemoveOnGlobalLayoutListener

func (m *TreeObserver) RemoveOnGlobalLayoutListener(arg0 *jni.Object) error

RemoveOnGlobalLayoutListener calls android.view.ViewTreeObserver.removeOnGlobalLayoutListener.

func (*TreeObserver) RemoveOnPreDrawListener

func (m *TreeObserver) RemoveOnPreDrawListener(arg0 *jni.Object) error

RemoveOnPreDrawListener calls android.view.ViewTreeObserver.removeOnPreDrawListener.

func (*TreeObserver) RemoveOnScrollChangedListener

func (m *TreeObserver) RemoveOnScrollChangedListener(arg0 *jni.Object) error

RemoveOnScrollChangedListener calls android.view.ViewTreeObserver.removeOnScrollChangedListener.

func (*TreeObserver) RemoveOnTouchModeChangeListener

func (m *TreeObserver) RemoveOnTouchModeChangeListener(arg0 *jni.Object) error

RemoveOnTouchModeChangeListener calls android.view.ViewTreeObserver.removeOnTouchModeChangeListener.

func (*TreeObserver) RemoveOnWindowAttachListener

func (m *TreeObserver) RemoveOnWindowAttachListener(arg0 *jni.Object) error

RemoveOnWindowAttachListener calls android.view.ViewTreeObserver.removeOnWindowAttachListener.

func (*TreeObserver) RemoveOnWindowFocusChangeListener

func (m *TreeObserver) RemoveOnWindowFocusChangeListener(arg0 *jni.Object) error

RemoveOnWindowFocusChangeListener calls android.view.ViewTreeObserver.removeOnWindowFocusChangeListener.

func (*TreeObserver) RemoveOnWindowVisibilityChangeListener

func (m *TreeObserver) RemoveOnWindowVisibilityChangeListener(arg0 *jni.Object) error

RemoveOnWindowVisibilityChangeListener calls android.view.ViewTreeObserver.removeOnWindowVisibilityChangeListener.

func (*TreeObserver) ToString added in v0.0.8

func (m *TreeObserver) ToString() (string, error)

ToString calls android.view.ViewTreeObserver.toString.

func (*TreeObserver) UnregisterFrameCommitCallback

func (m *TreeObserver) UnregisterFrameCommitCallback(arg0 *jni.Object) (bool, error)

UnregisterFrameCommitCallback calls android.view.ViewTreeObserver.unregisterFrameCommitCallback.

type TreeObserverOnDrawListener

type TreeObserverOnDrawListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TreeObserverOnDrawListener wraps android.view.ViewTreeObserver$OnDrawListener.

func (*TreeObserverOnDrawListener) OnDraw

func (m *TreeObserverOnDrawListener) OnDraw() error

OnDraw calls android.view.ViewTreeObserver$OnDrawListener.onDraw.

func (*TreeObserverOnDrawListener) ToString added in v0.0.8

func (m *TreeObserverOnDrawListener) ToString() (string, error)

ToString calls android.view.ViewTreeObserver$OnDrawListener.toString.

type TreeObserverOnGlobalFocusChangeListener

type TreeObserverOnGlobalFocusChangeListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TreeObserverOnGlobalFocusChangeListener wraps android.view.ViewTreeObserver$OnGlobalFocusChangeListener.

func (*TreeObserverOnGlobalFocusChangeListener) OnGlobalFocusChanged

func (m *TreeObserverOnGlobalFocusChangeListener) OnGlobalFocusChanged(arg0 *jni.Object, arg1 *jni.Object) error

OnGlobalFocusChanged calls android.view.ViewTreeObserver$OnGlobalFocusChangeListener.onGlobalFocusChanged.

func (*TreeObserverOnGlobalFocusChangeListener) ToString added in v0.0.8

ToString calls android.view.ViewTreeObserver$OnGlobalFocusChangeListener.toString.

type TreeObserverOnGlobalLayoutListener

type TreeObserverOnGlobalLayoutListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TreeObserverOnGlobalLayoutListener wraps android.view.ViewTreeObserver$OnGlobalLayoutListener.

func (*TreeObserverOnGlobalLayoutListener) OnGlobalLayout

func (m *TreeObserverOnGlobalLayoutListener) OnGlobalLayout() error

OnGlobalLayout calls android.view.ViewTreeObserver$OnGlobalLayoutListener.onGlobalLayout.

func (*TreeObserverOnGlobalLayoutListener) ToString added in v0.0.8

ToString calls android.view.ViewTreeObserver$OnGlobalLayoutListener.toString.

type TreeObserverOnPreDrawListener

type TreeObserverOnPreDrawListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TreeObserverOnPreDrawListener wraps android.view.ViewTreeObserver$OnPreDrawListener.

func (*TreeObserverOnPreDrawListener) OnPreDraw

func (m *TreeObserverOnPreDrawListener) OnPreDraw() (bool, error)

OnPreDraw calls android.view.ViewTreeObserver$OnPreDrawListener.onPreDraw.

func (*TreeObserverOnPreDrawListener) ToString added in v0.0.8

func (m *TreeObserverOnPreDrawListener) ToString() (string, error)

ToString calls android.view.ViewTreeObserver$OnPreDrawListener.toString.

type TreeObserverOnScrollChangedListener

type TreeObserverOnScrollChangedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TreeObserverOnScrollChangedListener wraps android.view.ViewTreeObserver$OnScrollChangedListener.

func (*TreeObserverOnScrollChangedListener) OnScrollChanged

func (m *TreeObserverOnScrollChangedListener) OnScrollChanged() error

OnScrollChanged calls android.view.ViewTreeObserver$OnScrollChangedListener.onScrollChanged.

func (*TreeObserverOnScrollChangedListener) ToString added in v0.0.8

ToString calls android.view.ViewTreeObserver$OnScrollChangedListener.toString.

type TreeObserverOnTouchModeChangeListener

type TreeObserverOnTouchModeChangeListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TreeObserverOnTouchModeChangeListener wraps android.view.ViewTreeObserver$OnTouchModeChangeListener.

func (*TreeObserverOnTouchModeChangeListener) OnTouchModeChanged

func (m *TreeObserverOnTouchModeChangeListener) OnTouchModeChanged(arg0 bool) error

OnTouchModeChanged calls android.view.ViewTreeObserver$OnTouchModeChangeListener.onTouchModeChanged.

func (*TreeObserverOnTouchModeChangeListener) ToString added in v0.0.8

ToString calls android.view.ViewTreeObserver$OnTouchModeChangeListener.toString.

type TreeObserverOnWindowAttachListener

type TreeObserverOnWindowAttachListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TreeObserverOnWindowAttachListener wraps android.view.ViewTreeObserver$OnWindowAttachListener.

func (*TreeObserverOnWindowAttachListener) OnWindowAttached

func (m *TreeObserverOnWindowAttachListener) OnWindowAttached() error

OnWindowAttached calls android.view.ViewTreeObserver$OnWindowAttachListener.onWindowAttached.

func (*TreeObserverOnWindowAttachListener) OnWindowDetached

func (m *TreeObserverOnWindowAttachListener) OnWindowDetached() error

OnWindowDetached calls android.view.ViewTreeObserver$OnWindowAttachListener.onWindowDetached.

func (*TreeObserverOnWindowAttachListener) ToString added in v0.0.8

ToString calls android.view.ViewTreeObserver$OnWindowAttachListener.toString.

type TreeObserverOnWindowFocusChangeListener

type TreeObserverOnWindowFocusChangeListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TreeObserverOnWindowFocusChangeListener wraps android.view.ViewTreeObserver$OnWindowFocusChangeListener.

func (*TreeObserverOnWindowFocusChangeListener) OnWindowFocusChanged

func (m *TreeObserverOnWindowFocusChangeListener) OnWindowFocusChanged(arg0 bool) error

OnWindowFocusChanged calls android.view.ViewTreeObserver$OnWindowFocusChangeListener.onWindowFocusChanged.

func (*TreeObserverOnWindowFocusChangeListener) ToString added in v0.0.8

ToString calls android.view.ViewTreeObserver$OnWindowFocusChangeListener.toString.

type TreeObserverOnWindowVisibilityChangeListener

type TreeObserverOnWindowVisibilityChangeListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TreeObserverOnWindowVisibilityChangeListener wraps android.view.ViewTreeObserver$OnWindowVisibilityChangeListener.

func (*TreeObserverOnWindowVisibilityChangeListener) OnWindowVisibilityChanged

func (m *TreeObserverOnWindowVisibilityChangeListener) OnWindowVisibilityChanged(arg0 int32) error

OnWindowVisibilityChanged calls android.view.ViewTreeObserver$OnWindowVisibilityChangeListener.onWindowVisibilityChanged.

func (*TreeObserverOnWindowVisibilityChangeListener) ToString added in v0.0.8

ToString calls android.view.ViewTreeObserver$OnWindowVisibilityChangeListener.toString.

type VelocityTracker

type VelocityTracker struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VelocityTracker wraps android.view.VelocityTracker.

func (*VelocityTracker) AddMovement

func (m *VelocityTracker) AddMovement(arg0 *jni.Object) error

AddMovement calls android.view.VelocityTracker.addMovement.

func (*VelocityTracker) Clear

func (m *VelocityTracker) Clear() error

Clear calls android.view.VelocityTracker.clear.

func (*VelocityTracker) ComputeCurrentVelocity1

func (m *VelocityTracker) ComputeCurrentVelocity1(arg0 int32) error

ComputeCurrentVelocity1 calls android.view.VelocityTracker.computeCurrentVelocity.

func (*VelocityTracker) ComputeCurrentVelocity2_1

func (m *VelocityTracker) ComputeCurrentVelocity2_1(arg0 int32, arg1 float32) error

ComputeCurrentVelocity2_1 calls android.view.VelocityTracker.computeCurrentVelocity.

func (*VelocityTracker) GetAxisVelocity1

func (m *VelocityTracker) GetAxisVelocity1(arg0 int32) (float32, error)

GetAxisVelocity1 calls android.view.VelocityTracker.getAxisVelocity.

func (*VelocityTracker) GetAxisVelocity2_1

func (m *VelocityTracker) GetAxisVelocity2_1(arg0 int32, arg1 int32) (float32, error)

GetAxisVelocity2_1 calls android.view.VelocityTracker.getAxisVelocity.

func (*VelocityTracker) GetXVelocity0

func (m *VelocityTracker) GetXVelocity0() (float32, error)

GetXVelocity0 calls android.view.VelocityTracker.getXVelocity.

func (*VelocityTracker) GetXVelocity1_1

func (m *VelocityTracker) GetXVelocity1_1(arg0 int32) (float32, error)

GetXVelocity1_1 calls android.view.VelocityTracker.getXVelocity.

func (*VelocityTracker) GetYVelocity0

func (m *VelocityTracker) GetYVelocity0() (float32, error)

GetYVelocity0 calls android.view.VelocityTracker.getYVelocity.

func (*VelocityTracker) GetYVelocity1_1

func (m *VelocityTracker) GetYVelocity1_1(arg0 int32) (float32, error)

GetYVelocity1_1 calls android.view.VelocityTracker.getYVelocity.

func (*VelocityTracker) IsAxisSupported

func (m *VelocityTracker) IsAxisSupported(arg0 int32) (bool, error)

IsAxisSupported calls android.view.VelocityTracker.isAxisSupported.

func (*VelocityTracker) Obtain

func (m *VelocityTracker) Obtain() (*jni.Object, error)

Obtain calls android.view.VelocityTracker.obtain.

func (*VelocityTracker) Recycle

func (m *VelocityTracker) Recycle() error

Recycle calls android.view.VelocityTracker.recycle.

func (*VelocityTracker) ToString added in v0.0.8

func (m *VelocityTracker) ToString() (string, error)

ToString calls android.view.VelocityTracker.toString.

type VerifiedInputEvent

type VerifiedInputEvent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VerifiedInputEvent wraps android.view.VerifiedInputEvent.

func (*VerifiedInputEvent) DescribeContents

func (m *VerifiedInputEvent) DescribeContents() (int32, error)

DescribeContents calls android.view.VerifiedInputEvent.describeContents.

func (*VerifiedInputEvent) Equals

func (m *VerifiedInputEvent) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.VerifiedInputEvent.equals.

func (*VerifiedInputEvent) GetDeviceId

func (m *VerifiedInputEvent) GetDeviceId() (int32, error)

GetDeviceId calls android.view.VerifiedInputEvent.getDeviceId.

func (*VerifiedInputEvent) GetDisplayId

func (m *VerifiedInputEvent) GetDisplayId() (int32, error)

GetDisplayId calls android.view.VerifiedInputEvent.getDisplayId.

func (*VerifiedInputEvent) GetEventTimeNanos

func (m *VerifiedInputEvent) GetEventTimeNanos() (int64, error)

GetEventTimeNanos calls android.view.VerifiedInputEvent.getEventTimeNanos.

func (*VerifiedInputEvent) GetSource

func (m *VerifiedInputEvent) GetSource() (int32, error)

GetSource calls android.view.VerifiedInputEvent.getSource.

func (*VerifiedInputEvent) HashCode

func (m *VerifiedInputEvent) HashCode() (int32, error)

HashCode calls android.view.VerifiedInputEvent.hashCode.

func (*VerifiedInputEvent) ToString added in v0.0.8

func (m *VerifiedInputEvent) ToString() (string, error)

ToString calls android.view.VerifiedInputEvent.toString.

func (*VerifiedInputEvent) WriteToParcel

func (m *VerifiedInputEvent) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.VerifiedInputEvent.writeToParcel.

type VerifiedKeyEvent

type VerifiedKeyEvent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VerifiedKeyEvent wraps android.view.VerifiedKeyEvent.

func (*VerifiedKeyEvent) DescribeContents

func (m *VerifiedKeyEvent) DescribeContents() (int32, error)

DescribeContents calls android.view.VerifiedKeyEvent.describeContents.

func (*VerifiedKeyEvent) Equals

func (m *VerifiedKeyEvent) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.VerifiedKeyEvent.equals.

func (*VerifiedKeyEvent) GetAction

func (m *VerifiedKeyEvent) GetAction() (int32, error)

GetAction calls android.view.VerifiedKeyEvent.getAction.

func (*VerifiedKeyEvent) GetDownTimeNanos

func (m *VerifiedKeyEvent) GetDownTimeNanos() (int64, error)

GetDownTimeNanos calls android.view.VerifiedKeyEvent.getDownTimeNanos.

func (*VerifiedKeyEvent) GetFlag

func (m *VerifiedKeyEvent) GetFlag(arg0 int32) (*jni.Object, error)

GetFlag calls android.view.VerifiedKeyEvent.getFlag.

func (*VerifiedKeyEvent) GetKeyCode

func (m *VerifiedKeyEvent) GetKeyCode() (int32, error)

GetKeyCode calls android.view.VerifiedKeyEvent.getKeyCode.

func (*VerifiedKeyEvent) GetMetaState

func (m *VerifiedKeyEvent) GetMetaState() (int32, error)

GetMetaState calls android.view.VerifiedKeyEvent.getMetaState.

func (*VerifiedKeyEvent) GetRepeatCount

func (m *VerifiedKeyEvent) GetRepeatCount() (int32, error)

GetRepeatCount calls android.view.VerifiedKeyEvent.getRepeatCount.

func (*VerifiedKeyEvent) GetScanCode

func (m *VerifiedKeyEvent) GetScanCode() (int32, error)

GetScanCode calls android.view.VerifiedKeyEvent.getScanCode.

func (*VerifiedKeyEvent) HashCode

func (m *VerifiedKeyEvent) HashCode() (int32, error)

HashCode calls android.view.VerifiedKeyEvent.hashCode.

func (*VerifiedKeyEvent) ToString added in v0.0.8

func (m *VerifiedKeyEvent) ToString() (string, error)

ToString calls android.view.VerifiedKeyEvent.toString.

func (*VerifiedKeyEvent) WriteToParcel

func (m *VerifiedKeyEvent) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.VerifiedKeyEvent.writeToParcel.

type VerifiedMotionEvent

type VerifiedMotionEvent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

VerifiedMotionEvent wraps android.view.VerifiedMotionEvent.

func (*VerifiedMotionEvent) DescribeContents

func (m *VerifiedMotionEvent) DescribeContents() (int32, error)

DescribeContents calls android.view.VerifiedMotionEvent.describeContents.

func (*VerifiedMotionEvent) Equals

func (m *VerifiedMotionEvent) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.VerifiedMotionEvent.equals.

func (*VerifiedMotionEvent) GetActionMasked

func (m *VerifiedMotionEvent) GetActionMasked() (int32, error)

GetActionMasked calls android.view.VerifiedMotionEvent.getActionMasked.

func (*VerifiedMotionEvent) GetButtonState

func (m *VerifiedMotionEvent) GetButtonState() (int32, error)

GetButtonState calls android.view.VerifiedMotionEvent.getButtonState.

func (*VerifiedMotionEvent) GetDownTimeNanos

func (m *VerifiedMotionEvent) GetDownTimeNanos() (int64, error)

GetDownTimeNanos calls android.view.VerifiedMotionEvent.getDownTimeNanos.

func (*VerifiedMotionEvent) GetFlag

func (m *VerifiedMotionEvent) GetFlag(arg0 int32) (*jni.Object, error)

GetFlag calls android.view.VerifiedMotionEvent.getFlag.

func (*VerifiedMotionEvent) GetMetaState

func (m *VerifiedMotionEvent) GetMetaState() (int32, error)

GetMetaState calls android.view.VerifiedMotionEvent.getMetaState.

func (*VerifiedMotionEvent) GetRawX

func (m *VerifiedMotionEvent) GetRawX() (float32, error)

GetRawX calls android.view.VerifiedMotionEvent.getRawX.

func (*VerifiedMotionEvent) GetRawY

func (m *VerifiedMotionEvent) GetRawY() (float32, error)

GetRawY calls android.view.VerifiedMotionEvent.getRawY.

func (*VerifiedMotionEvent) HashCode

func (m *VerifiedMotionEvent) HashCode() (int32, error)

HashCode calls android.view.VerifiedMotionEvent.hashCode.

func (*VerifiedMotionEvent) ToString added in v0.0.8

func (m *VerifiedMotionEvent) ToString() (string, error)

ToString calls android.view.VerifiedMotionEvent.toString.

func (*VerifiedMotionEvent) WriteToParcel

func (m *VerifiedMotionEvent) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.VerifiedMotionEvent.writeToParcel.

type Window

type Window struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Window wraps android.view.Window.

func (*Window) AddContentView

func (m *Window) AddContentView(arg0 *jni.Object, arg1 *jni.Object) error

AddContentView calls android.view.Window.addContentView.

func (*Window) AddFlags

func (m *Window) AddFlags(arg0 int32) error

AddFlags calls android.view.Window.addFlags.

func (*Window) ClearFlags

func (m *Window) ClearFlags(arg0 int32) error

ClearFlags calls android.view.Window.clearFlags.

func (*Window) CloseAllPanels

func (m *Window) CloseAllPanels() error

CloseAllPanels calls android.view.Window.closeAllPanels.

func (*Window) ClosePanel

func (m *Window) ClosePanel(arg0 int32) error

ClosePanel calls android.view.Window.closePanel.

func (*Window) GetAllowEnterTransitionOverlap

func (m *Window) GetAllowEnterTransitionOverlap() (bool, error)

GetAllowEnterTransitionOverlap calls android.view.Window.getAllowEnterTransitionOverlap.

func (*Window) GetAllowReturnTransitionOverlap

func (m *Window) GetAllowReturnTransitionOverlap() (bool, error)

GetAllowReturnTransitionOverlap calls android.view.Window.getAllowReturnTransitionOverlap.

func (*Window) GetAttributes

func (m *Window) GetAttributes() (*jni.Object, error)

GetAttributes calls android.view.Window.getAttributes.

func (*Window) GetCallback

func (m *Window) GetCallback() (*jni.Object, error)

GetCallback calls android.view.Window.getCallback.

func (*Window) GetColorMode

func (m *Window) GetColorMode() (int32, error)

GetColorMode calls android.view.Window.getColorMode.

func (*Window) GetContainer

func (m *Window) GetContainer() (*jni.Object, error)

GetContainer calls android.view.Window.getContainer.

func (*Window) GetContentScene

func (m *Window) GetContentScene() (*jni.Object, error)

GetContentScene calls android.view.Window.getContentScene.

func (*Window) GetContext

func (m *Window) GetContext() (*jni.Object, error)

GetContext calls android.view.Window.getContext.

func (*Window) GetCurrentFocus

func (m *Window) GetCurrentFocus() (*jni.Object, error)

GetCurrentFocus calls android.view.Window.getCurrentFocus.

func (*Window) GetDecorView

func (m *Window) GetDecorView() (*jni.Object, error)

GetDecorView calls android.view.Window.getDecorView.

func (*Window) GetDefaultFeatures

func (m *Window) GetDefaultFeatures(arg0 *jni.Object) (int32, error)

GetDefaultFeatures calls android.view.Window.getDefaultFeatures.

func (*Window) GetDesiredHdrHeadroom

func (m *Window) GetDesiredHdrHeadroom() (float32, error)

GetDesiredHdrHeadroom calls android.view.Window.getDesiredHdrHeadroom.

func (*Window) GetEnterTransition

func (m *Window) GetEnterTransition() (*jni.Object, error)

GetEnterTransition calls android.view.Window.getEnterTransition.

func (*Window) GetExitTransition

func (m *Window) GetExitTransition() (*jni.Object, error)

GetExitTransition calls android.view.Window.getExitTransition.

func (*Window) GetFrameRateBoostOnTouchEnabled

func (m *Window) GetFrameRateBoostOnTouchEnabled() (bool, error)

GetFrameRateBoostOnTouchEnabled calls android.view.Window.getFrameRateBoostOnTouchEnabled.

func (*Window) GetInsetsController

func (m *Window) GetInsetsController() (*jni.Object, error)

GetInsetsController calls android.view.Window.getInsetsController.

func (*Window) GetLayoutInflater

func (m *Window) GetLayoutInflater() (*jni.Object, error)

GetLayoutInflater calls android.view.Window.getLayoutInflater.

func (*Window) GetMediaController

func (m *Window) GetMediaController() (*jni.Object, error)

GetMediaController calls android.view.Window.getMediaController.

func (*Window) GetNavigationBarColor

func (m *Window) GetNavigationBarColor() (int32, error)

GetNavigationBarColor calls android.view.Window.getNavigationBarColor.

func (*Window) GetNavigationBarDividerColor

func (m *Window) GetNavigationBarDividerColor() (int32, error)

GetNavigationBarDividerColor calls android.view.Window.getNavigationBarDividerColor.

func (*Window) GetOnBackInvokedDispatcher

func (m *Window) GetOnBackInvokedDispatcher() (*jni.Object, error)

GetOnBackInvokedDispatcher calls android.view.Window.getOnBackInvokedDispatcher.

func (*Window) GetReenterTransition

func (m *Window) GetReenterTransition() (*jni.Object, error)

GetReenterTransition calls android.view.Window.getReenterTransition.

func (*Window) GetReturnTransition

func (m *Window) GetReturnTransition() (*jni.Object, error)

GetReturnTransition calls android.view.Window.getReturnTransition.

func (*Window) GetRootSurfaceControl

func (m *Window) GetRootSurfaceControl() (*jni.Object, error)

GetRootSurfaceControl calls android.view.Window.getRootSurfaceControl.

func (*Window) GetSharedElementEnterTransition

func (m *Window) GetSharedElementEnterTransition() (*jni.Object, error)

GetSharedElementEnterTransition calls android.view.Window.getSharedElementEnterTransition.

func (*Window) GetSharedElementExitTransition

func (m *Window) GetSharedElementExitTransition() (*jni.Object, error)

GetSharedElementExitTransition calls android.view.Window.getSharedElementExitTransition.

func (*Window) GetSharedElementReenterTransition

func (m *Window) GetSharedElementReenterTransition() (*jni.Object, error)

GetSharedElementReenterTransition calls android.view.Window.getSharedElementReenterTransition.

func (*Window) GetSharedElementReturnTransition

func (m *Window) GetSharedElementReturnTransition() (*jni.Object, error)

GetSharedElementReturnTransition calls android.view.Window.getSharedElementReturnTransition.

func (*Window) GetSharedElementsUseOverlay

func (m *Window) GetSharedElementsUseOverlay() (bool, error)

GetSharedElementsUseOverlay calls android.view.Window.getSharedElementsUseOverlay.

func (*Window) GetStatusBarColor

func (m *Window) GetStatusBarColor() (int32, error)

GetStatusBarColor calls android.view.Window.getStatusBarColor.

func (*Window) GetSystemGestureExclusionRects added in v0.0.8

func (m *Window) GetSystemGestureExclusionRects() (*jni.Object, error)

GetSystemGestureExclusionRects calls android.view.Window.getSystemGestureExclusionRects.

func (*Window) GetTransitionBackgroundFadeDuration

func (m *Window) GetTransitionBackgroundFadeDuration() (int64, error)

GetTransitionBackgroundFadeDuration calls android.view.Window.getTransitionBackgroundFadeDuration.

func (*Window) GetTransitionManager

func (m *Window) GetTransitionManager() (*jni.Object, error)

GetTransitionManager calls android.view.Window.getTransitionManager.

func (*Window) GetVolumeControlStream

func (m *Window) GetVolumeControlStream() (int32, error)

GetVolumeControlStream calls android.view.Window.getVolumeControlStream.

func (*Window) GetWindowManager

func (m *Window) GetWindowManager() (*jni.Object, error)

GetWindowManager calls android.view.Window.getWindowManager.

func (*Window) GetWindowStyle

func (m *Window) GetWindowStyle() (*jni.Object, error)

GetWindowStyle calls android.view.Window.getWindowStyle.

func (*Window) HasChildren

func (m *Window) HasChildren() (bool, error)

HasChildren calls android.view.Window.hasChildren.

func (*Window) HasFeature

func (m *Window) HasFeature(arg0 int32) (bool, error)

HasFeature calls android.view.Window.hasFeature.

func (*Window) InjectInputEvent

func (m *Window) InjectInputEvent(arg0 *jni.Object) error

InjectInputEvent calls android.view.Window.injectInputEvent.

func (*Window) InvalidatePanelMenu

func (m *Window) InvalidatePanelMenu(arg0 int32) error

InvalidatePanelMenu calls android.view.Window.invalidatePanelMenu.

func (*Window) IsActive

func (m *Window) IsActive() (bool, error)

IsActive calls android.view.Window.isActive.

func (*Window) IsFloating

func (m *Window) IsFloating() (bool, error)

IsFloating calls android.view.Window.isFloating.

func (*Window) IsFrameRatePowerSavingsBalanced

func (m *Window) IsFrameRatePowerSavingsBalanced() (bool, error)

IsFrameRatePowerSavingsBalanced calls android.view.Window.isFrameRatePowerSavingsBalanced.

func (*Window) IsNavigationBarContrastEnforced

func (m *Window) IsNavigationBarContrastEnforced() (bool, error)

IsNavigationBarContrastEnforced calls android.view.Window.isNavigationBarContrastEnforced.

func (*Window) IsShortcutKey

func (m *Window) IsShortcutKey(arg0 int32, arg1 *jni.Object) (bool, error)

IsShortcutKey calls android.view.Window.isShortcutKey.

func (*Window) IsStatusBarContrastEnforced

func (m *Window) IsStatusBarContrastEnforced() (bool, error)

IsStatusBarContrastEnforced calls android.view.Window.isStatusBarContrastEnforced.

func (*Window) IsWideColorGamut

func (m *Window) IsWideColorGamut() (bool, error)

IsWideColorGamut calls android.view.Window.isWideColorGamut.

func (*Window) MakeActive

func (m *Window) MakeActive() error

MakeActive calls android.view.Window.makeActive.

func (*Window) OnConfigurationChanged

func (m *Window) OnConfigurationChanged(arg0 *jni.Object) error

OnConfigurationChanged calls android.view.Window.onConfigurationChanged.

func (*Window) OpenPanel

func (m *Window) OpenPanel(arg0 int32, arg1 *jni.Object) error

OpenPanel calls android.view.Window.openPanel.

func (*Window) PeekDecorView

func (m *Window) PeekDecorView() (*jni.Object, error)

PeekDecorView calls android.view.Window.peekDecorView.

func (*Window) PerformContextMenuIdentifierAction

func (m *Window) PerformContextMenuIdentifierAction(arg0 int32, arg1 int32) (bool, error)

PerformContextMenuIdentifierAction calls android.view.Window.performContextMenuIdentifierAction.

func (*Window) PerformPanelIdentifierAction

func (m *Window) PerformPanelIdentifierAction(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) (bool, error)

PerformPanelIdentifierAction calls android.view.Window.performPanelIdentifierAction.

func (*Window) PerformPanelShortcut

func (m *Window) PerformPanelShortcut(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
) (bool, error)

PerformPanelShortcut calls android.view.Window.performPanelShortcut.

func (*Window) RegisterScrollCaptureCallback

func (m *Window) RegisterScrollCaptureCallback(arg0 *jni.Object) error

RegisterScrollCaptureCallback calls android.view.Window.registerScrollCaptureCallback.

func (*Window) RemoveOnFrameMetricsAvailableListener

func (m *Window) RemoveOnFrameMetricsAvailableListener(arg0 *jni.Object) error

RemoveOnFrameMetricsAvailableListener calls android.view.Window.removeOnFrameMetricsAvailableListener.

func (*Window) RequestFeature

func (m *Window) RequestFeature(arg0 int32) (bool, error)

RequestFeature calls android.view.Window.requestFeature.

func (*Window) RestoreHierarchyState

func (m *Window) RestoreHierarchyState(arg0 *jni.Object) error

RestoreHierarchyState calls android.view.Window.restoreHierarchyState.

func (*Window) SaveHierarchyState

func (m *Window) SaveHierarchyState() (*jni.Object, error)

SaveHierarchyState calls android.view.Window.saveHierarchyState.

func (*Window) SetAllowEnterTransitionOverlap

func (m *Window) SetAllowEnterTransitionOverlap(arg0 bool) error

SetAllowEnterTransitionOverlap calls android.view.Window.setAllowEnterTransitionOverlap.

func (*Window) SetAllowReturnTransitionOverlap

func (m *Window) SetAllowReturnTransitionOverlap(arg0 bool) error

SetAllowReturnTransitionOverlap calls android.view.Window.setAllowReturnTransitionOverlap.

func (*Window) SetAttributes

func (m *Window) SetAttributes(arg0 *jni.Object) error

SetAttributes calls android.view.Window.setAttributes.

func (*Window) SetBackgroundBlurRadius

func (m *Window) SetBackgroundBlurRadius(arg0 int32) error

SetBackgroundBlurRadius calls android.view.Window.setBackgroundBlurRadius.

func (*Window) SetBackgroundDrawable

func (m *Window) SetBackgroundDrawable(arg0 *jni.Object) error

SetBackgroundDrawable calls android.view.Window.setBackgroundDrawable.

func (*Window) SetBackgroundDrawableResource

func (m *Window) SetBackgroundDrawableResource(arg0 int32) error

SetBackgroundDrawableResource calls android.view.Window.setBackgroundDrawableResource.

func (*Window) SetCallback

func (m *Window) SetCallback(arg0 *jni.Object) error

SetCallback calls android.view.Window.setCallback.

func (*Window) SetChildDrawable

func (m *Window) SetChildDrawable(arg0 int32, arg1 *jni.Object) error

SetChildDrawable calls android.view.Window.setChildDrawable.

func (*Window) SetChildInt

func (m *Window) SetChildInt(arg0 int32, arg1 int32) error

SetChildInt calls android.view.Window.setChildInt.

func (*Window) SetClipToOutline

func (m *Window) SetClipToOutline(arg0 bool) error

SetClipToOutline calls android.view.Window.setClipToOutline.

func (*Window) SetColorMode

func (m *Window) SetColorMode(arg0 int32) error

SetColorMode calls android.view.Window.setColorMode.

func (*Window) SetContainer

func (m *Window) SetContainer(arg0 *jni.Object) error

SetContainer calls android.view.Window.setContainer.

func (*Window) SetContentView1

func (m *Window) SetContentView1(arg0 *jni.Object) error

SetContentView1 calls android.view.Window.setContentView.

func (*Window) SetContentView1_2

func (m *Window) SetContentView1_2(arg0 int32) error

SetContentView1_2 calls android.view.Window.setContentView.

func (*Window) SetContentView2_1

func (m *Window) SetContentView2_1(arg0 *jni.Object, arg1 *jni.Object) error

SetContentView2_1 calls android.view.Window.setContentView.

func (*Window) SetDecorCaptionShade

func (m *Window) SetDecorCaptionShade(arg0 int32) error

SetDecorCaptionShade calls android.view.Window.setDecorCaptionShade.

func (*Window) SetDecorFitsSystemWindows

func (m *Window) SetDecorFitsSystemWindows(arg0 bool) error

SetDecorFitsSystemWindows calls android.view.Window.setDecorFitsSystemWindows.

func (*Window) SetDesiredHdrHeadroom

func (m *Window) SetDesiredHdrHeadroom(arg0 float32) error

SetDesiredHdrHeadroom calls android.view.Window.setDesiredHdrHeadroom.

func (*Window) SetDimAmount

func (m *Window) SetDimAmount(arg0 float32) error

SetDimAmount calls android.view.Window.setDimAmount.

func (*Window) SetElevation

func (m *Window) SetElevation(arg0 float32) error

SetElevation calls android.view.Window.setElevation.

func (*Window) SetEnterTransition

func (m *Window) SetEnterTransition(arg0 *jni.Object) error

SetEnterTransition calls android.view.Window.setEnterTransition.

func (*Window) SetExitTransition

func (m *Window) SetExitTransition(arg0 *jni.Object) error

SetExitTransition calls android.view.Window.setExitTransition.

func (*Window) SetFeatureDrawable

func (m *Window) SetFeatureDrawable(arg0 int32, arg1 *jni.Object) error

SetFeatureDrawable calls android.view.Window.setFeatureDrawable.

func (*Window) SetFeatureDrawableAlpha

func (m *Window) SetFeatureDrawableAlpha(arg0 int32, arg1 int32) error

SetFeatureDrawableAlpha calls android.view.Window.setFeatureDrawableAlpha.

func (*Window) SetFeatureDrawableResource

func (m *Window) SetFeatureDrawableResource(arg0 int32, arg1 int32) error

SetFeatureDrawableResource calls android.view.Window.setFeatureDrawableResource.

func (*Window) SetFeatureDrawableUri

func (m *Window) SetFeatureDrawableUri(arg0 int32, arg1 *jni.Object) error

SetFeatureDrawableUri calls android.view.Window.setFeatureDrawableUri.

func (*Window) SetFeatureInt

func (m *Window) SetFeatureInt(arg0 int32, arg1 int32) error

SetFeatureInt calls android.view.Window.setFeatureInt.

func (*Window) SetFlags

func (m *Window) SetFlags(arg0 int32, arg1 int32) error

SetFlags calls android.view.Window.setFlags.

func (*Window) SetFormat

func (m *Window) SetFormat(arg0 int32) error

SetFormat calls android.view.Window.setFormat.

func (*Window) SetFrameRateBoostOnTouchEnabled

func (m *Window) SetFrameRateBoostOnTouchEnabled(arg0 bool) error

SetFrameRateBoostOnTouchEnabled calls android.view.Window.setFrameRateBoostOnTouchEnabled.

func (*Window) SetFrameRatePowerSavingsBalanced

func (m *Window) SetFrameRatePowerSavingsBalanced(arg0 bool) error

SetFrameRatePowerSavingsBalanced calls android.view.Window.setFrameRatePowerSavingsBalanced.

func (*Window) SetGravity

func (m *Window) SetGravity(arg0 int32) error

SetGravity calls android.view.Window.setGravity.

func (*Window) SetHideOverlayWindows

func (m *Window) SetHideOverlayWindows(arg0 bool) error

SetHideOverlayWindows calls android.view.Window.setHideOverlayWindows.

func (*Window) SetIcon

func (m *Window) SetIcon(arg0 int32) error

SetIcon calls android.view.Window.setIcon.

func (*Window) SetLayout

func (m *Window) SetLayout(arg0 int32, arg1 int32) error

SetLayout calls android.view.Window.setLayout.

func (*Window) SetLocalFocus

func (m *Window) SetLocalFocus(arg0 bool, arg1 bool) error

SetLocalFocus calls android.view.Window.setLocalFocus.

func (m *Window) SetLogo(arg0 int32) error

SetLogo calls android.view.Window.setLogo.

func (*Window) SetMediaController

func (m *Window) SetMediaController(arg0 *jni.Object) error

SetMediaController calls android.view.Window.setMediaController.

func (*Window) SetNavigationBarColor

func (m *Window) SetNavigationBarColor(arg0 int32) error

SetNavigationBarColor calls android.view.Window.setNavigationBarColor.

func (*Window) SetNavigationBarContrastEnforced

func (m *Window) SetNavigationBarContrastEnforced(arg0 bool) error

SetNavigationBarContrastEnforced calls android.view.Window.setNavigationBarContrastEnforced.

func (*Window) SetNavigationBarDividerColor

func (m *Window) SetNavigationBarDividerColor(arg0 int32) error

SetNavigationBarDividerColor calls android.view.Window.setNavigationBarDividerColor.

func (*Window) SetPreferMinimalPostProcessing

func (m *Window) SetPreferMinimalPostProcessing(arg0 bool) error

SetPreferMinimalPostProcessing calls android.view.Window.setPreferMinimalPostProcessing.

func (*Window) SetReenterTransition

func (m *Window) SetReenterTransition(arg0 *jni.Object) error

SetReenterTransition calls android.view.Window.setReenterTransition.

func (*Window) SetResizingCaptionDrawable

func (m *Window) SetResizingCaptionDrawable(arg0 *jni.Object) error

SetResizingCaptionDrawable calls android.view.Window.setResizingCaptionDrawable.

func (*Window) SetRestrictedCaptionAreaListener

func (m *Window) SetRestrictedCaptionAreaListener(arg0 *jni.Object) error

SetRestrictedCaptionAreaListener calls android.view.Window.setRestrictedCaptionAreaListener.

func (*Window) SetReturnTransition

func (m *Window) SetReturnTransition(arg0 *jni.Object) error

SetReturnTransition calls android.view.Window.setReturnTransition.

func (*Window) SetSharedElementEnterTransition

func (m *Window) SetSharedElementEnterTransition(arg0 *jni.Object) error

SetSharedElementEnterTransition calls android.view.Window.setSharedElementEnterTransition.

func (*Window) SetSharedElementExitTransition

func (m *Window) SetSharedElementExitTransition(arg0 *jni.Object) error

SetSharedElementExitTransition calls android.view.Window.setSharedElementExitTransition.

func (*Window) SetSharedElementReenterTransition

func (m *Window) SetSharedElementReenterTransition(arg0 *jni.Object) error

SetSharedElementReenterTransition calls android.view.Window.setSharedElementReenterTransition.

func (*Window) SetSharedElementReturnTransition

func (m *Window) SetSharedElementReturnTransition(arg0 *jni.Object) error

SetSharedElementReturnTransition calls android.view.Window.setSharedElementReturnTransition.

func (*Window) SetSharedElementsUseOverlay

func (m *Window) SetSharedElementsUseOverlay(arg0 bool) error

SetSharedElementsUseOverlay calls android.view.Window.setSharedElementsUseOverlay.

func (*Window) SetSoftInputMode

func (m *Window) SetSoftInputMode(arg0 int32) error

SetSoftInputMode calls android.view.Window.setSoftInputMode.

func (*Window) SetStatusBarColor

func (m *Window) SetStatusBarColor(arg0 int32) error

SetStatusBarColor calls android.view.Window.setStatusBarColor.

func (*Window) SetStatusBarContrastEnforced

func (m *Window) SetStatusBarContrastEnforced(arg0 bool) error

SetStatusBarContrastEnforced calls android.view.Window.setStatusBarContrastEnforced.

func (*Window) SetSustainedPerformanceMode

func (m *Window) SetSustainedPerformanceMode(arg0 bool) error

SetSustainedPerformanceMode calls android.view.Window.setSustainedPerformanceMode.

func (*Window) SetTitle

func (m *Window) SetTitle(arg0 string) error

SetTitle calls android.view.Window.setTitle.

func (*Window) SetTitleColor

func (m *Window) SetTitleColor(arg0 int32) error

SetTitleColor calls android.view.Window.setTitleColor.

func (*Window) SetTransitionBackgroundFadeDuration

func (m *Window) SetTransitionBackgroundFadeDuration(arg0 int64) error

SetTransitionBackgroundFadeDuration calls android.view.Window.setTransitionBackgroundFadeDuration.

func (*Window) SetTransitionManager

func (m *Window) SetTransitionManager(arg0 *jni.Object) error

SetTransitionManager calls android.view.Window.setTransitionManager.

func (*Window) SetType

func (m *Window) SetType(arg0 int32) error

SetType calls android.view.Window.setType.

func (*Window) SetUiOptions1

func (m *Window) SetUiOptions1(arg0 int32) error

SetUiOptions1 calls android.view.Window.setUiOptions.

func (*Window) SetUiOptions2_1

func (m *Window) SetUiOptions2_1(arg0 int32, arg1 int32) error

SetUiOptions2_1 calls android.view.Window.setUiOptions.

func (*Window) SetVolumeControlStream

func (m *Window) SetVolumeControlStream(arg0 int32) error

SetVolumeControlStream calls android.view.Window.setVolumeControlStream.

func (*Window) SetWindowAnimations

func (m *Window) SetWindowAnimations(arg0 int32) error

SetWindowAnimations calls android.view.Window.setWindowAnimations.

func (*Window) SetWindowManager3

func (m *Window) SetWindowManager3(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
) error

SetWindowManager3 calls android.view.Window.setWindowManager.

func (*Window) SetWindowManager4_1

func (m *Window) SetWindowManager4_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
	arg3 bool,
) error

SetWindowManager4_1 calls android.view.Window.setWindowManager.

func (*Window) SuperDispatchGenericMotionEvent

func (m *Window) SuperDispatchGenericMotionEvent(arg0 *jni.Object) (bool, error)

SuperDispatchGenericMotionEvent calls android.view.Window.superDispatchGenericMotionEvent.

func (*Window) SuperDispatchKeyEvent

func (m *Window) SuperDispatchKeyEvent(arg0 *jni.Object) (bool, error)

SuperDispatchKeyEvent calls android.view.Window.superDispatchKeyEvent.

func (*Window) SuperDispatchKeyShortcutEvent

func (m *Window) SuperDispatchKeyShortcutEvent(arg0 *jni.Object) (bool, error)

SuperDispatchKeyShortcutEvent calls android.view.Window.superDispatchKeyShortcutEvent.

func (*Window) SuperDispatchTouchEvent

func (m *Window) SuperDispatchTouchEvent(arg0 *jni.Object) (bool, error)

SuperDispatchTouchEvent calls android.view.Window.superDispatchTouchEvent.

func (*Window) SuperDispatchTrackballEvent

func (m *Window) SuperDispatchTrackballEvent(arg0 *jni.Object) (bool, error)

SuperDispatchTrackballEvent calls android.view.Window.superDispatchTrackballEvent.

func (*Window) TakeInputQueue

func (m *Window) TakeInputQueue(arg0 *jni.Object) error

TakeInputQueue calls android.view.Window.takeInputQueue.

func (*Window) TakeKeyEvents

func (m *Window) TakeKeyEvents(arg0 bool) error

TakeKeyEvents calls android.view.Window.takeKeyEvents.

func (*Window) TakeSurface

func (m *Window) TakeSurface(arg0 *jni.Object) error

TakeSurface calls android.view.Window.takeSurface.

func (*Window) ToString added in v0.0.8

func (m *Window) ToString() (string, error)

ToString calls android.view.Window.toString.

func (*Window) TogglePanel

func (m *Window) TogglePanel(arg0 int32, arg1 *jni.Object) error

TogglePanel calls android.view.Window.togglePanel.

func (*Window) UnregisterScrollCaptureCallback

func (m *Window) UnregisterScrollCaptureCallback(arg0 *jni.Object) error

UnregisterScrollCaptureCallback calls android.view.Window.unregisterScrollCaptureCallback.

type WindowAnimationFrameStats

type WindowAnimationFrameStats struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowAnimationFrameStats wraps android.view.WindowAnimationFrameStats.

func (*WindowAnimationFrameStats) DescribeContents

func (m *WindowAnimationFrameStats) DescribeContents() (int32, error)

DescribeContents calls android.view.WindowAnimationFrameStats.describeContents.

func (*WindowAnimationFrameStats) ToString

func (m *WindowAnimationFrameStats) ToString() (string, error)

ToString calls android.view.WindowAnimationFrameStats.toString.

func (*WindowAnimationFrameStats) WriteToParcel

func (m *WindowAnimationFrameStats) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.WindowAnimationFrameStats.writeToParcel.

type WindowCallback

type WindowCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowCallback wraps android.view.Window$Callback.

func (*WindowCallback) DispatchGenericMotionEvent

func (m *WindowCallback) DispatchGenericMotionEvent(arg0 *jni.Object) (bool, error)

DispatchGenericMotionEvent calls android.view.Window$Callback.dispatchGenericMotionEvent.

func (*WindowCallback) DispatchKeyEvent

func (m *WindowCallback) DispatchKeyEvent(arg0 *jni.Object) (bool, error)

DispatchKeyEvent calls android.view.Window$Callback.dispatchKeyEvent.

func (*WindowCallback) DispatchKeyShortcutEvent

func (m *WindowCallback) DispatchKeyShortcutEvent(arg0 *jni.Object) (bool, error)

DispatchKeyShortcutEvent calls android.view.Window$Callback.dispatchKeyShortcutEvent.

func (*WindowCallback) DispatchPopulateAccessibilityEvent

func (m *WindowCallback) DispatchPopulateAccessibilityEvent(arg0 *jni.Object) (bool, error)

DispatchPopulateAccessibilityEvent calls android.view.Window$Callback.dispatchPopulateAccessibilityEvent.

func (*WindowCallback) DispatchTouchEvent

func (m *WindowCallback) DispatchTouchEvent(arg0 *jni.Object) (bool, error)

DispatchTouchEvent calls android.view.Window$Callback.dispatchTouchEvent.

func (*WindowCallback) DispatchTrackballEvent

func (m *WindowCallback) DispatchTrackballEvent(arg0 *jni.Object) (bool, error)

DispatchTrackballEvent calls android.view.Window$Callback.dispatchTrackballEvent.

func (*WindowCallback) OnActionModeFinished

func (m *WindowCallback) OnActionModeFinished(arg0 *jni.Object) error

OnActionModeFinished calls android.view.Window$Callback.onActionModeFinished.

func (*WindowCallback) OnActionModeStarted

func (m *WindowCallback) OnActionModeStarted(arg0 *jni.Object) error

OnActionModeStarted calls android.view.Window$Callback.onActionModeStarted.

func (*WindowCallback) OnAttachedToWindow

func (m *WindowCallback) OnAttachedToWindow() error

OnAttachedToWindow calls android.view.Window$Callback.onAttachedToWindow.

func (*WindowCallback) OnContentChanged

func (m *WindowCallback) OnContentChanged() error

OnContentChanged calls android.view.Window$Callback.onContentChanged.

func (*WindowCallback) OnCreatePanelMenu

func (m *WindowCallback) OnCreatePanelMenu(arg0 int32, arg1 *jni.Object) (bool, error)

OnCreatePanelMenu calls android.view.Window$Callback.onCreatePanelMenu.

func (*WindowCallback) OnCreatePanelView

func (m *WindowCallback) OnCreatePanelView(arg0 int32) (*jni.Object, error)

OnCreatePanelView calls android.view.Window$Callback.onCreatePanelView.

func (*WindowCallback) OnDetachedFromWindow

func (m *WindowCallback) OnDetachedFromWindow() error

OnDetachedFromWindow calls android.view.Window$Callback.onDetachedFromWindow.

func (*WindowCallback) OnMenuItemSelected

func (m *WindowCallback) OnMenuItemSelected(arg0 int32, arg1 *jni.Object) (bool, error)

OnMenuItemSelected calls android.view.Window$Callback.onMenuItemSelected.

func (*WindowCallback) OnMenuOpened

func (m *WindowCallback) OnMenuOpened(arg0 int32, arg1 *jni.Object) (bool, error)

OnMenuOpened calls android.view.Window$Callback.onMenuOpened.

func (*WindowCallback) OnPanelClosed

func (m *WindowCallback) OnPanelClosed(arg0 int32, arg1 *jni.Object) error

OnPanelClosed calls android.view.Window$Callback.onPanelClosed.

func (*WindowCallback) OnPreparePanel

func (m *WindowCallback) OnPreparePanel(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (bool, error)

OnPreparePanel calls android.view.Window$Callback.onPreparePanel.

func (*WindowCallback) OnSearchRequested0

func (m *WindowCallback) OnSearchRequested0() (bool, error)

OnSearchRequested0 calls android.view.Window$Callback.onSearchRequested.

func (*WindowCallback) OnSearchRequested1_1

func (m *WindowCallback) OnSearchRequested1_1(arg0 *jni.Object) (bool, error)

OnSearchRequested1_1 calls android.view.Window$Callback.onSearchRequested.

func (*WindowCallback) OnWindowAttributesChanged

func (m *WindowCallback) OnWindowAttributesChanged(arg0 *jni.Object) error

OnWindowAttributesChanged calls android.view.Window$Callback.onWindowAttributesChanged.

func (*WindowCallback) OnWindowFocusChanged

func (m *WindowCallback) OnWindowFocusChanged(arg0 bool) error

OnWindowFocusChanged calls android.view.Window$Callback.onWindowFocusChanged.

func (*WindowCallback) OnWindowStartingActionMode1

func (m *WindowCallback) OnWindowStartingActionMode1(arg0 *jni.Object) (*jni.Object, error)

OnWindowStartingActionMode1 calls android.view.Window$Callback.onWindowStartingActionMode.

func (*WindowCallback) OnWindowStartingActionMode2_1

func (m *WindowCallback) OnWindowStartingActionMode2_1(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

OnWindowStartingActionMode2_1 calls android.view.Window$Callback.onWindowStartingActionMode.

func (*WindowCallback) ToString added in v0.0.8

func (m *WindowCallback) ToString() (string, error)

ToString calls android.view.Window$Callback.toString.

type WindowContentFrameStats

type WindowContentFrameStats struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowContentFrameStats wraps android.view.WindowContentFrameStats.

func (*WindowContentFrameStats) DescribeContents

func (m *WindowContentFrameStats) DescribeContents() (int32, error)

DescribeContents calls android.view.WindowContentFrameStats.describeContents.

func (*WindowContentFrameStats) GetFramePostedTimeNano

func (m *WindowContentFrameStats) GetFramePostedTimeNano(arg0 int32) (int64, error)

GetFramePostedTimeNano calls android.view.WindowContentFrameStats.getFramePostedTimeNano.

func (*WindowContentFrameStats) GetFrameReadyTimeNano

func (m *WindowContentFrameStats) GetFrameReadyTimeNano(arg0 int32) (int64, error)

GetFrameReadyTimeNano calls android.view.WindowContentFrameStats.getFrameReadyTimeNano.

func (*WindowContentFrameStats) ToString

func (m *WindowContentFrameStats) ToString() (string, error)

ToString calls android.view.WindowContentFrameStats.toString.

func (*WindowContentFrameStats) WriteToParcel

func (m *WindowContentFrameStats) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.WindowContentFrameStats.writeToParcel.

type WindowId

type WindowId struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowId wraps android.view.WindowId.

func (*WindowId) DescribeContents

func (m *WindowId) DescribeContents() (int32, error)

DescribeContents calls android.view.WindowId.describeContents.

func (*WindowId) Equals

func (m *WindowId) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.WindowId.equals.

func (*WindowId) HashCode

func (m *WindowId) HashCode() (int32, error)

HashCode calls android.view.WindowId.hashCode.

func (*WindowId) IsFocused

func (m *WindowId) IsFocused() (bool, error)

IsFocused calls android.view.WindowId.isFocused.

func (*WindowId) RegisterFocusObserver

func (m *WindowId) RegisterFocusObserver(arg0 *jni.Object) error

RegisterFocusObserver calls android.view.WindowId.registerFocusObserver.

func (*WindowId) ToString

func (m *WindowId) ToString() (string, error)

ToString calls android.view.WindowId.toString.

func (*WindowId) UnregisterFocusObserver

func (m *WindowId) UnregisterFocusObserver(arg0 *jni.Object) error

UnregisterFocusObserver calls android.view.WindowId.unregisterFocusObserver.

func (*WindowId) WriteToParcel

func (m *WindowId) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.view.WindowId.writeToParcel.

type WindowIdFocusObserver

type WindowIdFocusObserver struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowIdFocusObserver wraps android.view.WindowId$FocusObserver.

func (*WindowIdFocusObserver) OnFocusGained

func (m *WindowIdFocusObserver) OnFocusGained(arg0 *jni.Object) error

OnFocusGained calls android.view.WindowId$FocusObserver.onFocusGained.

func (*WindowIdFocusObserver) OnFocusLost

func (m *WindowIdFocusObserver) OnFocusLost(arg0 *jni.Object) error

OnFocusLost calls android.view.WindowId$FocusObserver.onFocusLost.

func (*WindowIdFocusObserver) ToString added in v0.0.8

func (m *WindowIdFocusObserver) ToString() (string, error)

ToString calls android.view.WindowId$FocusObserver.toString.

type WindowInsets

type WindowInsets struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsets wraps android.view.WindowInsets.

func NewWindowInsets

func NewWindowInsets(vm *jni.VM, arg0 *jni.Object) (*WindowInsets, error)

NewWindowInsets creates a new android.view.WindowInsets instance.

func (*WindowInsets) ConsumeDisplayCutout

func (m *WindowInsets) ConsumeDisplayCutout() (*jni.Object, error)

ConsumeDisplayCutout calls android.view.WindowInsets.consumeDisplayCutout.

func (*WindowInsets) ConsumeStableInsets

func (m *WindowInsets) ConsumeStableInsets() (*jni.Object, error)

ConsumeStableInsets calls android.view.WindowInsets.consumeStableInsets.

func (*WindowInsets) ConsumeSystemWindowInsets

func (m *WindowInsets) ConsumeSystemWindowInsets() (*jni.Object, error)

ConsumeSystemWindowInsets calls android.view.WindowInsets.consumeSystemWindowInsets.

func (*WindowInsets) Equals

func (m *WindowInsets) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.view.WindowInsets.equals.

func (*WindowInsets) GetBoundingRects added in v0.0.8

func (m *WindowInsets) GetBoundingRects(arg0 int32) (*jni.Object, error)

GetBoundingRects calls android.view.WindowInsets.getBoundingRects.

func (*WindowInsets) GetBoundingRectsIgnoringVisibility added in v0.0.8

func (m *WindowInsets) GetBoundingRectsIgnoringVisibility(arg0 int32) (*jni.Object, error)

GetBoundingRectsIgnoringVisibility calls android.view.WindowInsets.getBoundingRectsIgnoringVisibility.

func (*WindowInsets) GetDisplayCutout

func (m *WindowInsets) GetDisplayCutout() (*jni.Object, error)

GetDisplayCutout calls android.view.WindowInsets.getDisplayCutout.

func (*WindowInsets) GetDisplayShape

func (m *WindowInsets) GetDisplayShape() (*jni.Object, error)

GetDisplayShape calls android.view.WindowInsets.getDisplayShape.

func (*WindowInsets) GetFrame

func (m *WindowInsets) GetFrame() (*jni.Object, error)

GetFrame calls android.view.WindowInsets.getFrame.

func (*WindowInsets) GetInsets

func (m *WindowInsets) GetInsets(arg0 int32) (*jni.Object, error)

GetInsets calls android.view.WindowInsets.getInsets.

func (*WindowInsets) GetInsetsIgnoringVisibility

func (m *WindowInsets) GetInsetsIgnoringVisibility(arg0 int32) (*jni.Object, error)

GetInsetsIgnoringVisibility calls android.view.WindowInsets.getInsetsIgnoringVisibility.

func (*WindowInsets) GetMandatorySystemGestureInsets

func (m *WindowInsets) GetMandatorySystemGestureInsets() (*jni.Object, error)

GetMandatorySystemGestureInsets calls android.view.WindowInsets.getMandatorySystemGestureInsets.

func (*WindowInsets) GetPrivacyIndicatorBounds

func (m *WindowInsets) GetPrivacyIndicatorBounds() (*jni.Object, error)

GetPrivacyIndicatorBounds calls android.view.WindowInsets.getPrivacyIndicatorBounds.

func (*WindowInsets) GetRoundedCorner

func (m *WindowInsets) GetRoundedCorner(arg0 int32) (*jni.Object, error)

GetRoundedCorner calls android.view.WindowInsets.getRoundedCorner.

func (*WindowInsets) GetStableInsetBottom

func (m *WindowInsets) GetStableInsetBottom() (int32, error)

GetStableInsetBottom calls android.view.WindowInsets.getStableInsetBottom.

func (*WindowInsets) GetStableInsetLeft

func (m *WindowInsets) GetStableInsetLeft() (int32, error)

GetStableInsetLeft calls android.view.WindowInsets.getStableInsetLeft.

func (*WindowInsets) GetStableInsetRight

func (m *WindowInsets) GetStableInsetRight() (int32, error)

GetStableInsetRight calls android.view.WindowInsets.getStableInsetRight.

func (*WindowInsets) GetStableInsetTop

func (m *WindowInsets) GetStableInsetTop() (int32, error)

GetStableInsetTop calls android.view.WindowInsets.getStableInsetTop.

func (*WindowInsets) GetStableInsets

func (m *WindowInsets) GetStableInsets() (*jni.Object, error)

GetStableInsets calls android.view.WindowInsets.getStableInsets.

func (*WindowInsets) GetSystemGestureInsets

func (m *WindowInsets) GetSystemGestureInsets() (*jni.Object, error)

GetSystemGestureInsets calls android.view.WindowInsets.getSystemGestureInsets.

func (*WindowInsets) GetSystemWindowInsetBottom

func (m *WindowInsets) GetSystemWindowInsetBottom() (int32, error)

GetSystemWindowInsetBottom calls android.view.WindowInsets.getSystemWindowInsetBottom.

func (*WindowInsets) GetSystemWindowInsetLeft

func (m *WindowInsets) GetSystemWindowInsetLeft() (int32, error)

GetSystemWindowInsetLeft calls android.view.WindowInsets.getSystemWindowInsetLeft.

func (*WindowInsets) GetSystemWindowInsetRight

func (m *WindowInsets) GetSystemWindowInsetRight() (int32, error)

GetSystemWindowInsetRight calls android.view.WindowInsets.getSystemWindowInsetRight.

func (*WindowInsets) GetSystemWindowInsetTop

func (m *WindowInsets) GetSystemWindowInsetTop() (int32, error)

GetSystemWindowInsetTop calls android.view.WindowInsets.getSystemWindowInsetTop.

func (*WindowInsets) GetSystemWindowInsets

func (m *WindowInsets) GetSystemWindowInsets() (*jni.Object, error)

GetSystemWindowInsets calls android.view.WindowInsets.getSystemWindowInsets.

func (*WindowInsets) GetTappableElementInsets

func (m *WindowInsets) GetTappableElementInsets() (*jni.Object, error)

GetTappableElementInsets calls android.view.WindowInsets.getTappableElementInsets.

func (*WindowInsets) HasInsets

func (m *WindowInsets) HasInsets() (bool, error)

HasInsets calls android.view.WindowInsets.hasInsets.

func (*WindowInsets) HasStableInsets

func (m *WindowInsets) HasStableInsets() (bool, error)

HasStableInsets calls android.view.WindowInsets.hasStableInsets.

func (*WindowInsets) HasSystemWindowInsets

func (m *WindowInsets) HasSystemWindowInsets() (bool, error)

HasSystemWindowInsets calls android.view.WindowInsets.hasSystemWindowInsets.

func (*WindowInsets) HashCode

func (m *WindowInsets) HashCode() (int32, error)

HashCode calls android.view.WindowInsets.hashCode.

func (*WindowInsets) Inset1

func (m *WindowInsets) Inset1(arg0 *jni.Object) (*jni.Object, error)

Inset1 calls android.view.WindowInsets.inset.

func (*WindowInsets) Inset4_1

func (m *WindowInsets) Inset4_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

Inset4_1 calls android.view.WindowInsets.inset.

func (*WindowInsets) IsConsumed

func (m *WindowInsets) IsConsumed() (bool, error)

IsConsumed calls android.view.WindowInsets.isConsumed.

func (*WindowInsets) IsRound

func (m *WindowInsets) IsRound() (bool, error)

IsRound calls android.view.WindowInsets.isRound.

func (*WindowInsets) IsVisible

func (m *WindowInsets) IsVisible(arg0 int32) (bool, error)

IsVisible calls android.view.WindowInsets.isVisible.

func (*WindowInsets) ReplaceSystemWindowInsets1

func (m *WindowInsets) ReplaceSystemWindowInsets1(arg0 *jni.Object) (*jni.Object, error)

ReplaceSystemWindowInsets1 calls android.view.WindowInsets.replaceSystemWindowInsets.

func (*WindowInsets) ReplaceSystemWindowInsets4_1

func (m *WindowInsets) ReplaceSystemWindowInsets4_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

ReplaceSystemWindowInsets4_1 calls android.view.WindowInsets.replaceSystemWindowInsets.

func (*WindowInsets) ToString

func (m *WindowInsets) ToString() (string, error)

ToString calls android.view.WindowInsets.toString.

type WindowInsetsAnimation

type WindowInsetsAnimation struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsetsAnimation wraps android.view.WindowInsetsAnimation.

func NewWindowInsetsAnimation

func NewWindowInsetsAnimation(vm *jni.VM, arg0 int32, arg1 *jni.Object, arg2 int64) (*WindowInsetsAnimation, error)

NewWindowInsetsAnimation creates a new android.view.WindowInsetsAnimation instance.

func (*WindowInsetsAnimation) GetAlpha

func (m *WindowInsetsAnimation) GetAlpha() (float32, error)

GetAlpha calls android.view.WindowInsetsAnimation.getAlpha.

func (*WindowInsetsAnimation) GetDurationMillis

func (m *WindowInsetsAnimation) GetDurationMillis() (int64, error)

GetDurationMillis calls android.view.WindowInsetsAnimation.getDurationMillis.

func (*WindowInsetsAnimation) GetFraction

func (m *WindowInsetsAnimation) GetFraction() (float32, error)

GetFraction calls android.view.WindowInsetsAnimation.getFraction.

func (*WindowInsetsAnimation) GetInterpolatedFraction

func (m *WindowInsetsAnimation) GetInterpolatedFraction() (float32, error)

GetInterpolatedFraction calls android.view.WindowInsetsAnimation.getInterpolatedFraction.

func (*WindowInsetsAnimation) GetInterpolator

func (m *WindowInsetsAnimation) GetInterpolator() (*jni.Object, error)

GetInterpolator calls android.view.WindowInsetsAnimation.getInterpolator.

func (*WindowInsetsAnimation) GetTypeMask

func (m *WindowInsetsAnimation) GetTypeMask() (int32, error)

GetTypeMask calls android.view.WindowInsetsAnimation.getTypeMask.

func (*WindowInsetsAnimation) SetAlpha

func (m *WindowInsetsAnimation) SetAlpha(arg0 float32) error

SetAlpha calls android.view.WindowInsetsAnimation.setAlpha.

func (*WindowInsetsAnimation) SetFraction

func (m *WindowInsetsAnimation) SetFraction(arg0 float32) error

SetFraction calls android.view.WindowInsetsAnimation.setFraction.

func (*WindowInsetsAnimation) ToString added in v0.0.8

func (m *WindowInsetsAnimation) ToString() (string, error)

ToString calls android.view.WindowInsetsAnimation.toString.

type WindowInsetsAnimationBounds

type WindowInsetsAnimationBounds struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsetsAnimationBounds wraps android.view.WindowInsetsAnimation$Bounds.

func (*WindowInsetsAnimationBounds) GetLowerBound

func (m *WindowInsetsAnimationBounds) GetLowerBound() (*jni.Object, error)

GetLowerBound calls android.view.WindowInsetsAnimation$Bounds.getLowerBound.

func (*WindowInsetsAnimationBounds) GetUpperBound

func (m *WindowInsetsAnimationBounds) GetUpperBound() (*jni.Object, error)

GetUpperBound calls android.view.WindowInsetsAnimation$Bounds.getUpperBound.

func (*WindowInsetsAnimationBounds) Inset

func (m *WindowInsetsAnimationBounds) Inset(arg0 *jni.Object) (*jni.Object, error)

Inset calls android.view.WindowInsetsAnimation$Bounds.inset.

func (*WindowInsetsAnimationBounds) ToString

func (m *WindowInsetsAnimationBounds) ToString() (string, error)

ToString calls android.view.WindowInsetsAnimation$Bounds.toString.

type WindowInsetsAnimationCallback

type WindowInsetsAnimationCallback struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsetsAnimationCallback wraps android.view.WindowInsetsAnimation$Callback.

func (*WindowInsetsAnimationCallback) GetDispatchMode

func (m *WindowInsetsAnimationCallback) GetDispatchMode() (int32, error)

GetDispatchMode calls android.view.WindowInsetsAnimation$Callback.getDispatchMode.

func (*WindowInsetsAnimationCallback) OnEnd

OnEnd calls android.view.WindowInsetsAnimation$Callback.onEnd.

func (*WindowInsetsAnimationCallback) OnPrepare

func (m *WindowInsetsAnimationCallback) OnPrepare(arg0 *jni.Object) error

OnPrepare calls android.view.WindowInsetsAnimation$Callback.onPrepare.

func (*WindowInsetsAnimationCallback) OnStart

func (m *WindowInsetsAnimationCallback) OnStart(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

OnStart calls android.view.WindowInsetsAnimation$Callback.onStart.

func (*WindowInsetsAnimationCallback) ToString added in v0.0.8

func (m *WindowInsetsAnimationCallback) ToString() (string, error)

ToString calls android.view.WindowInsetsAnimation$Callback.toString.

type WindowInsetsAnimationControlListener

type WindowInsetsAnimationControlListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsetsAnimationControlListener wraps android.view.WindowInsetsAnimationControlListener.

func (*WindowInsetsAnimationControlListener) OnCancelled

func (m *WindowInsetsAnimationControlListener) OnCancelled(arg0 *jni.Object) error

OnCancelled calls android.view.WindowInsetsAnimationControlListener.onCancelled.

func (*WindowInsetsAnimationControlListener) OnFinished

OnFinished calls android.view.WindowInsetsAnimationControlListener.onFinished.

func (*WindowInsetsAnimationControlListener) OnReady

func (m *WindowInsetsAnimationControlListener) OnReady(arg0 *jni.Object, arg1 int32) error

OnReady calls android.view.WindowInsetsAnimationControlListener.onReady.

func (*WindowInsetsAnimationControlListener) ToString added in v0.0.8

ToString calls android.view.WindowInsetsAnimationControlListener.toString.

type WindowInsetsAnimationController

type WindowInsetsAnimationController struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsetsAnimationController wraps android.view.WindowInsetsAnimationController.

func (*WindowInsetsAnimationController) Finish

func (m *WindowInsetsAnimationController) Finish(arg0 bool) error

Finish calls android.view.WindowInsetsAnimationController.finish.

func (*WindowInsetsAnimationController) GetCurrentAlpha

func (m *WindowInsetsAnimationController) GetCurrentAlpha() (float32, error)

GetCurrentAlpha calls android.view.WindowInsetsAnimationController.getCurrentAlpha.

func (*WindowInsetsAnimationController) GetCurrentFraction

func (m *WindowInsetsAnimationController) GetCurrentFraction() (float32, error)

GetCurrentFraction calls android.view.WindowInsetsAnimationController.getCurrentFraction.

func (*WindowInsetsAnimationController) GetCurrentInsets

func (m *WindowInsetsAnimationController) GetCurrentInsets() (*jni.Object, error)

GetCurrentInsets calls android.view.WindowInsetsAnimationController.getCurrentInsets.

func (*WindowInsetsAnimationController) GetHiddenStateInsets

func (m *WindowInsetsAnimationController) GetHiddenStateInsets() (*jni.Object, error)

GetHiddenStateInsets calls android.view.WindowInsetsAnimationController.getHiddenStateInsets.

func (*WindowInsetsAnimationController) GetShownStateInsets

func (m *WindowInsetsAnimationController) GetShownStateInsets() (*jni.Object, error)

GetShownStateInsets calls android.view.WindowInsetsAnimationController.getShownStateInsets.

func (*WindowInsetsAnimationController) GetTypes

func (m *WindowInsetsAnimationController) GetTypes() (int32, error)

GetTypes calls android.view.WindowInsetsAnimationController.getTypes.

func (*WindowInsetsAnimationController) IsCancelled

func (m *WindowInsetsAnimationController) IsCancelled() (bool, error)

IsCancelled calls android.view.WindowInsetsAnimationController.isCancelled.

func (*WindowInsetsAnimationController) IsFinished

func (m *WindowInsetsAnimationController) IsFinished() (bool, error)

IsFinished calls android.view.WindowInsetsAnimationController.isFinished.

func (*WindowInsetsAnimationController) SetInsetsAndAlpha

func (m *WindowInsetsAnimationController) SetInsetsAndAlpha(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
) error

SetInsetsAndAlpha calls android.view.WindowInsetsAnimationController.setInsetsAndAlpha.

func (*WindowInsetsAnimationController) ToString added in v0.0.8

func (m *WindowInsetsAnimationController) ToString() (string, error)

ToString calls android.view.WindowInsetsAnimationController.toString.

type WindowInsetsBuilder

type WindowInsetsBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsetsBuilder wraps android.view.WindowInsets$Builder.

func (*WindowInsetsBuilder) Build

func (m *WindowInsetsBuilder) Build() (*jni.Object, error)

Build calls android.view.WindowInsets$Builder.build.

func (*WindowInsetsBuilder) SetDisplayCutout

func (m *WindowInsetsBuilder) SetDisplayCutout(arg0 *jni.Object) (*jni.Object, error)

SetDisplayCutout calls android.view.WindowInsets$Builder.setDisplayCutout.

func (*WindowInsetsBuilder) SetDisplayShape

func (m *WindowInsetsBuilder) SetDisplayShape(arg0 *jni.Object) (*jni.Object, error)

SetDisplayShape calls android.view.WindowInsets$Builder.setDisplayShape.

func (*WindowInsetsBuilder) SetFrame

func (m *WindowInsetsBuilder) SetFrame(arg0 int32, arg1 int32) (*jni.Object, error)

SetFrame calls android.view.WindowInsets$Builder.setFrame.

func (*WindowInsetsBuilder) SetInsets

func (m *WindowInsetsBuilder) SetInsets(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

SetInsets calls android.view.WindowInsets$Builder.setInsets.

func (*WindowInsetsBuilder) SetInsetsIgnoringVisibility

func (m *WindowInsetsBuilder) SetInsetsIgnoringVisibility(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

SetInsetsIgnoringVisibility calls android.view.WindowInsets$Builder.setInsetsIgnoringVisibility.

func (*WindowInsetsBuilder) SetMandatorySystemGestureInsets

func (m *WindowInsetsBuilder) SetMandatorySystemGestureInsets(arg0 *jni.Object) (*jni.Object, error)

SetMandatorySystemGestureInsets calls android.view.WindowInsets$Builder.setMandatorySystemGestureInsets.

func (*WindowInsetsBuilder) SetPrivacyIndicatorBounds

func (m *WindowInsetsBuilder) SetPrivacyIndicatorBounds(arg0 *jni.Object) (*jni.Object, error)

SetPrivacyIndicatorBounds calls android.view.WindowInsets$Builder.setPrivacyIndicatorBounds.

func (*WindowInsetsBuilder) SetRoundedCorner

func (m *WindowInsetsBuilder) SetRoundedCorner(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

SetRoundedCorner calls android.view.WindowInsets$Builder.setRoundedCorner.

func (*WindowInsetsBuilder) SetStableInsets

func (m *WindowInsetsBuilder) SetStableInsets(arg0 *jni.Object) (*jni.Object, error)

SetStableInsets calls android.view.WindowInsets$Builder.setStableInsets.

func (*WindowInsetsBuilder) SetSystemGestureInsets

func (m *WindowInsetsBuilder) SetSystemGestureInsets(arg0 *jni.Object) (*jni.Object, error)

SetSystemGestureInsets calls android.view.WindowInsets$Builder.setSystemGestureInsets.

func (*WindowInsetsBuilder) SetSystemWindowInsets

func (m *WindowInsetsBuilder) SetSystemWindowInsets(arg0 *jni.Object) (*jni.Object, error)

SetSystemWindowInsets calls android.view.WindowInsets$Builder.setSystemWindowInsets.

func (*WindowInsetsBuilder) SetTappableElementInsets

func (m *WindowInsetsBuilder) SetTappableElementInsets(arg0 *jni.Object) (*jni.Object, error)

SetTappableElementInsets calls android.view.WindowInsets$Builder.setTappableElementInsets.

func (*WindowInsetsBuilder) SetVisible

func (m *WindowInsetsBuilder) SetVisible(arg0 int32, arg1 bool) (*jni.Object, error)

SetVisible calls android.view.WindowInsets$Builder.setVisible.

func (*WindowInsetsBuilder) ToString added in v0.0.8

func (m *WindowInsetsBuilder) ToString() (string, error)

ToString calls android.view.WindowInsets$Builder.toString.

type WindowInsetsController

type WindowInsetsController struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsetsController wraps android.view.WindowInsetsController.

func (*WindowInsetsController) AddOnControllableInsetsChangedListener

func (m *WindowInsetsController) AddOnControllableInsetsChangedListener(arg0 *jni.Object) error

AddOnControllableInsetsChangedListener calls android.view.WindowInsetsController.addOnControllableInsetsChangedListener.

func (*WindowInsetsController) ControlWindowInsetsAnimation

func (m *WindowInsetsController) ControlWindowInsetsAnimation(
	arg0 int32,
	arg1 int64,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
) error

ControlWindowInsetsAnimation calls android.view.WindowInsetsController.controlWindowInsetsAnimation.

func (*WindowInsetsController) GetSystemBarsAppearance

func (m *WindowInsetsController) GetSystemBarsAppearance() (int32, error)

GetSystemBarsAppearance calls android.view.WindowInsetsController.getSystemBarsAppearance.

func (*WindowInsetsController) GetSystemBarsBehavior

func (m *WindowInsetsController) GetSystemBarsBehavior() (int32, error)

GetSystemBarsBehavior calls android.view.WindowInsetsController.getSystemBarsBehavior.

func (*WindowInsetsController) Hide

func (m *WindowInsetsController) Hide(arg0 int32) error

Hide calls android.view.WindowInsetsController.hide.

func (*WindowInsetsController) RemoveOnControllableInsetsChangedListener

func (m *WindowInsetsController) RemoveOnControllableInsetsChangedListener(arg0 *jni.Object) error

RemoveOnControllableInsetsChangedListener calls android.view.WindowInsetsController.removeOnControllableInsetsChangedListener.

func (*WindowInsetsController) SetSystemBarsAppearance

func (m *WindowInsetsController) SetSystemBarsAppearance(arg0 int32, arg1 int32) error

SetSystemBarsAppearance calls android.view.WindowInsetsController.setSystemBarsAppearance.

func (*WindowInsetsController) SetSystemBarsBehavior

func (m *WindowInsetsController) SetSystemBarsBehavior(arg0 int32) error

SetSystemBarsBehavior calls android.view.WindowInsetsController.setSystemBarsBehavior.

func (*WindowInsetsController) Show

func (m *WindowInsetsController) Show(arg0 int32) error

Show calls android.view.WindowInsetsController.show.

func (*WindowInsetsController) ToString added in v0.0.8

func (m *WindowInsetsController) ToString() (string, error)

ToString calls android.view.WindowInsetsController.toString.

type WindowInsetsControllerOnControllableInsetsChangedListener

type WindowInsetsControllerOnControllableInsetsChangedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsetsControllerOnControllableInsetsChangedListener wraps android.view.WindowInsetsController$OnControllableInsetsChangedListener.

func (*WindowInsetsControllerOnControllableInsetsChangedListener) OnControllableInsetsChanged

func (m *WindowInsetsControllerOnControllableInsetsChangedListener) OnControllableInsetsChanged(arg0 *jni.Object, arg1 int32) error

OnControllableInsetsChanged calls android.view.WindowInsetsController$OnControllableInsetsChangedListener.onControllableInsetsChanged.

func (*WindowInsetsControllerOnControllableInsetsChangedListener) ToString added in v0.0.8

ToString calls android.view.WindowInsetsController$OnControllableInsetsChangedListener.toString.

type WindowInsetsSide

type WindowInsetsSide struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsetsSide wraps android.view.WindowInsets$Side.

func (*WindowInsetsSide) All

func (m *WindowInsetsSide) All() (int32, error)

All calls android.view.WindowInsets$Side.all.

func (*WindowInsetsSide) ToString added in v0.0.8

func (m *WindowInsetsSide) ToString() (string, error)

ToString calls android.view.WindowInsets$Side.toString.

type WindowInsetsType

type WindowInsetsType struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowInsetsType wraps android.view.WindowInsets$Type.

func (*WindowInsetsType) CaptionBar

func (m *WindowInsetsType) CaptionBar() (int32, error)

CaptionBar calls android.view.WindowInsets$Type.captionBar.

func (*WindowInsetsType) DisplayCutout

func (m *WindowInsetsType) DisplayCutout() (int32, error)

DisplayCutout calls android.view.WindowInsets$Type.displayCutout.

func (*WindowInsetsType) Ime

func (m *WindowInsetsType) Ime() (int32, error)

Ime calls android.view.WindowInsets$Type.ime.

func (*WindowInsetsType) MandatorySystemGestures

func (m *WindowInsetsType) MandatorySystemGestures() (int32, error)

MandatorySystemGestures calls android.view.WindowInsets$Type.mandatorySystemGestures.

func (*WindowInsetsType) NavigationBars

func (m *WindowInsetsType) NavigationBars() (int32, error)

NavigationBars calls android.view.WindowInsets$Type.navigationBars.

func (*WindowInsetsType) StatusBars

func (m *WindowInsetsType) StatusBars() (int32, error)

StatusBars calls android.view.WindowInsets$Type.statusBars.

func (*WindowInsetsType) SystemBars

func (m *WindowInsetsType) SystemBars() (int32, error)

SystemBars calls android.view.WindowInsets$Type.systemBars.

func (*WindowInsetsType) SystemGestures

func (m *WindowInsetsType) SystemGestures() (int32, error)

SystemGestures calls android.view.WindowInsets$Type.systemGestures.

func (*WindowInsetsType) SystemOverlays

func (m *WindowInsetsType) SystemOverlays() (int32, error)

SystemOverlays calls android.view.WindowInsets$Type.systemOverlays.

func (*WindowInsetsType) TappableElement

func (m *WindowInsetsType) TappableElement() (int32, error)

TappableElement calls android.view.WindowInsets$Type.tappableElement.

func (*WindowInsetsType) ToString added in v0.0.8

func (m *WindowInsetsType) ToString() (string, error)

ToString calls android.view.WindowInsets$Type.toString.

type WindowMetrics

type WindowMetrics struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowMetrics wraps android.view.WindowMetrics.

func NewWindowMetrics

func NewWindowMetrics(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*WindowMetrics, error)

NewWindowMetrics creates a new android.view.WindowMetrics instance.

func (*WindowMetrics) GetBounds

func (m *WindowMetrics) GetBounds() (*jni.Object, error)

GetBounds calls android.view.WindowMetrics.getBounds.

func (*WindowMetrics) GetDensity

func (m *WindowMetrics) GetDensity() (float32, error)

GetDensity calls android.view.WindowMetrics.getDensity.

func (*WindowMetrics) GetWindowInsets

func (m *WindowMetrics) GetWindowInsets() (*jni.Object, error)

GetWindowInsets calls android.view.WindowMetrics.getWindowInsets.

func (*WindowMetrics) ToString

func (m *WindowMetrics) ToString() (string, error)

ToString calls android.view.WindowMetrics.toString.

type WindowOnFrameMetricsAvailableListener

type WindowOnFrameMetricsAvailableListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowOnFrameMetricsAvailableListener wraps android.view.Window$OnFrameMetricsAvailableListener.

func (*WindowOnFrameMetricsAvailableListener) OnFrameMetricsAvailable

func (m *WindowOnFrameMetricsAvailableListener) OnFrameMetricsAvailable(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) error

OnFrameMetricsAvailable calls android.view.Window$OnFrameMetricsAvailableListener.onFrameMetricsAvailable.

func (*WindowOnFrameMetricsAvailableListener) ToString added in v0.0.8

ToString calls android.view.Window$OnFrameMetricsAvailableListener.toString.

type WindowOnRestrictedCaptionAreaChangedListener

type WindowOnRestrictedCaptionAreaChangedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

WindowOnRestrictedCaptionAreaChangedListener wraps android.view.Window$OnRestrictedCaptionAreaChangedListener.

func (*WindowOnRestrictedCaptionAreaChangedListener) OnRestrictedCaptionAreaChanged

func (m *WindowOnRestrictedCaptionAreaChangedListener) OnRestrictedCaptionAreaChanged(arg0 *jni.Object) error

OnRestrictedCaptionAreaChanged calls android.view.Window$OnRestrictedCaptionAreaChangedListener.onRestrictedCaptionAreaChanged.

func (*WindowOnRestrictedCaptionAreaChangedListener) ToString added in v0.0.8

ToString calls android.view.Window$OnRestrictedCaptionAreaChangedListener.toString.

Source Files

Directories

Path Synopsis
Package accessibility provides Go bindings for android.view.accessibility.
Package accessibility provides Go bindings for android.view.accessibility.
Package animation provides Go bindings for android.view.animation.
Package animation provides Go bindings for android.view.animation.
Package autofill provides Go bindings for android.view.autofill.
Package autofill provides Go bindings for android.view.autofill.
Package contentcapture provides Go bindings for android.view.contentcapture.
Package contentcapture provides Go bindings for android.view.contentcapture.
Package display provides Go bindings for android.view.
Package display provides Go bindings for android.view.
Package displayhash provides Go bindings for android.view.displayhash.
Package displayhash provides Go bindings for android.view.displayhash.
Package inputmethod provides Go bindings for android.view.inputmethod.
Package inputmethod provides Go bindings for android.view.inputmethod.
Package inspector provides Go bindings for android.view.inspector.
Package inspector provides Go bindings for android.view.inspector.
Package textclassifier provides Go bindings for android.view.textclassifier.
Package textclassifier provides Go bindings for android.view.textclassifier.
Package textservice provides Go bindings for android.view.textservice.
Package textservice provides Go bindings for android.view.textservice.
Package translation provides Go bindings for android.view.translation.
Package translation provides Go bindings for android.view.translation.

Jump to

Keyboard shortcuts

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