widget

package
v0.0.7 Latest Latest
Warning

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

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

Documentation

Overview

Package widget provides Go bindings for android.widget.

Index

Constants

View Source
const (
	ModeDialog                   = consts.ModeDialog
	ModeDropdown                 = consts.ModeDropdown
	OrientationHorizontal        = consts.OrientationHorizontal
	OrientationVertical          = consts.OrientationVertical
	AutoSizeTextTypeNone         = consts.AutoSizeTextTypeNone
	AutoSizeTextTypeUniform      = consts.AutoSizeTextTypeUniform
	FocusedSearchResultIndexNone = consts.FocusedSearchResultIndexNone
	Editable                     = consts.Editable
	Normal                       = consts.Normal
	Spannable                    = consts.Spannable
	Creator                      = consts.Creator
	InputMethodFromFocusable     = consts.InputMethodFromFocusable
	InputMethodNeeded            = consts.InputMethodNeeded
	InputMethodNotNeeded         = consts.InputMethodNotNeeded
	MatchParent                  = consts.MatchParent
	PositionPromptAbove          = consts.PositionPromptAbove
	PositionPromptBelow          = consts.PositionPromptBelow
	WrapContent                  = consts.WrapContent
	FlagAutoRequery              = consts.FlagAutoRequery
	FlagRegisterContentObserver  = consts.FlagRegisterContentObserver
	IgnoreItemViewType           = consts.IgnoreItemViewType
	NoSelection                  = consts.NoSelection
	AutoFit                      = consts.AutoFit
	NoStretch                    = consts.NoStretch
	StretchColumnWidth           = consts.StretchColumnWidth
	StretchSpacing               = consts.StretchSpacing
	StretchSpacingUniform        = consts.StretchSpacingUniform
	ScrollStateFling             = consts.ScrollStateFling
	ScrollStateIdle              = consts.ScrollStateIdle
	ScrollStateTouchScroll       = consts.ScrollStateTouchScroll
	DigitsAndLetters             = consts.DigitsAndLetters
	DigitsAndLettersNoDigits     = consts.DigitsAndLettersNoDigits
	DigitsAndLettersNoLetters    = consts.DigitsAndLettersNoLetters
	DigitsOnly                   = consts.DigitsOnly
	LettersOnly                  = consts.LettersOnly
	InvalidPosition              = consts.InvalidPosition
	ItemViewTypeHeaderOrFooter   = consts.ItemViewTypeHeaderOrFooter
	ItemViewTypeIgnore           = consts.ItemViewTypeIgnore
	SourceBoundMaxInSurface      = consts.SourceBoundMaxInSurface
	SourceBoundMaxVisible        = consts.SourceBoundMaxVisible
	Center                       = consts.Center
	CenterCrop                   = consts.CenterCrop
	CenterInside                 = consts.CenterInside
	FitCenter                    = consts.FitCenter
	FitEnd                       = consts.FitEnd
	FitStart                     = consts.FitStart
	FitXy                        = consts.FitXy
	Matrix                       = consts.Matrix
	DefaultBlendMode             = consts.DefaultBlendMode
	AlignBounds                  = consts.AlignBounds
	AlignMargins                 = consts.AlignMargins
	Baseline                     = consts.Baseline
	Bottom                       = consts.Bottom
	End                          = consts.End
	Fill                         = consts.Fill
	Horizontal                   = consts.Horizontal
	Left                         = consts.Left
	Right                        = consts.Right
	Start                        = consts.Start
	Top                          = consts.Top
	Undefined                    = consts.Undefined
	Vertical                     = consts.Vertical
	UnspecifiedGravity           = consts.UnspecifiedGravity
	DefaultFormat12Hour          = consts.DefaultFormat12Hour
	DefaultFormat24Hour          = consts.DefaultFormat24Hour
	ShowDividerBeginning         = consts.ShowDividerBeginning
	ShowDividerEnd               = consts.ShowDividerEnd
	ShowDividerMiddle            = consts.ShowDividerMiddle
	ShowDividerNone              = consts.ShowDividerNone
	MarginBottom                 = consts.MarginBottom
	MarginEnd                    = consts.MarginEnd
	MarginLeft                   = consts.MarginLeft
	MarginRight                  = consts.MarginRight
	MarginStart                  = consts.MarginStart
	MarginTop                    = consts.MarginTop
	Above                        = consts.Above
	AlignBaseline                = consts.AlignBaseline
	AlignBottom                  = consts.AlignBottom
	AlignEnd                     = consts.AlignEnd
	AlignLeft                    = consts.AlignLeft
	AlignParentBottom            = consts.AlignParentBottom
	AlignParentEnd               = consts.AlignParentEnd
	AlignParentLeft              = consts.AlignParentLeft
	AlignParentRight             = consts.AlignParentRight
	AlignParentStart             = consts.AlignParentStart
	AlignParentTop               = consts.AlignParentTop
	AlignRight                   = consts.AlignRight
	AlignStart                   = consts.AlignStart
	AlignTop                     = consts.AlignTop
	Below                        = consts.Below
	CenterHorizontal             = consts.CenterHorizontal
	CenterInParent               = consts.CenterInParent
	CenterVertical               = consts.CenterVertical
	EndOf                        = consts.EndOf
	LeftOf                       = consts.LeftOf
	RightOf                      = consts.RightOf
	StartOf                      = consts.StartOf
	True                         = consts.True
	ChildIndicatorInherit        = consts.ChildIndicatorInherit
	PackedPositionTypeChild      = consts.PackedPositionTypeChild
	PackedPositionTypeGroup      = consts.PackedPositionTypeGroup
	PackedPositionTypeNull       = consts.PackedPositionTypeNull
	ChoiceModeMultiple           = consts.ChoiceModeMultiple
	ChoiceModeMultipleModal      = consts.ChoiceModeMultipleModal
	ChoiceModeNone               = consts.ChoiceModeNone
	ChoiceModeSingle             = consts.ChoiceModeSingle
	TranscriptModeAlwaysScroll   = consts.TranscriptModeAlwaysScroll
	TranscriptModeDisabled       = consts.TranscriptModeDisabled
	TranscriptModeNormal         = consts.TranscriptModeNormal
)
View Source
const (
	InvalidRowId            = consts.InvalidRowId
	PackedPositionValueNull = consts.PackedPositionValueNull
)
View Source
const (
	DefaultShareHistoryFileName = consts.DefaultShareHistoryFileName
	ExtraChecked                = consts.ExtraChecked
	ExtraSharedElementBounds    = consts.ExtraSharedElementBounds
)

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 AbsListView added in v0.0.7

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

AbsListView wraps android.widget.AbsListView.

func (*AbsListView) AfterTextChanged added in v0.0.7

func (m *AbsListView) AfterTextChanged(arg0 *jni.Object) error

AfterTextChanged calls android.widget.AbsListView.afterTextChanged.

func (*AbsListView) BeforeTextChanged added in v0.0.7

func (m *AbsListView) BeforeTextChanged(
	arg0 string,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

BeforeTextChanged calls android.widget.AbsListView.beforeTextChanged.

func (*AbsListView) CanScrollList added in v0.0.7

func (m *AbsListView) CanScrollList(arg0 int32) (bool, error)

CanScrollList calls android.widget.AbsListView.canScrollList.

func (*AbsListView) CheckInputConnectionProxy added in v0.0.7

func (m *AbsListView) CheckInputConnectionProxy(arg0 *jni.Object) (bool, error)

CheckInputConnectionProxy calls android.widget.AbsListView.checkInputConnectionProxy.

func (*AbsListView) ClearChoices added in v0.0.7

func (m *AbsListView) ClearChoices() error

ClearChoices calls android.widget.AbsListView.clearChoices.

func (*AbsListView) ClearTextFilter added in v0.0.7

func (m *AbsListView) ClearTextFilter() error

ClearTextFilter calls android.widget.AbsListView.clearTextFilter.

func (*AbsListView) DeferNotifyDataSetChanged added in v0.0.7

func (m *AbsListView) DeferNotifyDataSetChanged() error

DeferNotifyDataSetChanged calls android.widget.AbsListView.deferNotifyDataSetChanged.

func (*AbsListView) DispatchDrawableHotspotChanged added in v0.0.7

func (m *AbsListView) DispatchDrawableHotspotChanged(arg0 float32, arg1 float32) error

DispatchDrawableHotspotChanged calls android.widget.AbsListView.dispatchDrawableHotspotChanged.

func (*AbsListView) Draw added in v0.0.7

func (m *AbsListView) Draw(arg0 *jni.Object) error

Draw calls android.widget.AbsListView.draw.

func (*AbsListView) Fling added in v0.0.7

func (m *AbsListView) Fling(arg0 int32) error

Fling calls android.widget.AbsListView.fling.

func (*AbsListView) GenerateLayoutParams1 added in v0.0.7

func (m *AbsListView) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1 calls android.widget.AbsListView.generateLayoutParams.

func (*AbsListView) GenerateLayoutParams1_1 added in v0.0.7

func (m *AbsListView) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_1 calls android.widget.AbsListView.generateLayoutParams.

func (*AbsListView) GetAccessibilityClassName added in v0.0.7

func (m *AbsListView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.AbsListView.getAccessibilityClassName.

func (*AbsListView) GetBottomEdgeEffectColor added in v0.0.7

func (m *AbsListView) GetBottomEdgeEffectColor() (int32, error)

GetBottomEdgeEffectColor calls android.widget.AbsListView.getBottomEdgeEffectColor.

func (*AbsListView) GetCacheColorHint added in v0.0.7

func (m *AbsListView) GetCacheColorHint() (int32, error)

GetCacheColorHint calls android.widget.AbsListView.getCacheColorHint.

func (*AbsListView) GetCheckedItemCount added in v0.0.7

func (m *AbsListView) GetCheckedItemCount() (int32, error)

GetCheckedItemCount calls android.widget.AbsListView.getCheckedItemCount.

func (*AbsListView) GetCheckedItemIds added in v0.0.7

func (m *AbsListView) GetCheckedItemIds() (*jni.Object, error)

GetCheckedItemIds calls android.widget.AbsListView.getCheckedItemIds.

func (*AbsListView) GetCheckedItemPosition added in v0.0.7

func (m *AbsListView) GetCheckedItemPosition() (int32, error)

GetCheckedItemPosition calls android.widget.AbsListView.getCheckedItemPosition.

func (*AbsListView) GetCheckedItemPositions added in v0.0.7

func (m *AbsListView) GetCheckedItemPositions() (*jni.Object, error)

GetCheckedItemPositions calls android.widget.AbsListView.getCheckedItemPositions.

func (*AbsListView) GetChoiceMode added in v0.0.7

func (m *AbsListView) GetChoiceMode() (int32, error)

GetChoiceMode calls android.widget.AbsListView.getChoiceMode.

func (*AbsListView) GetFocusedRect added in v0.0.7

func (m *AbsListView) GetFocusedRect(arg0 *jni.Object) error

GetFocusedRect calls android.widget.AbsListView.getFocusedRect.

func (*AbsListView) GetListPaddingBottom added in v0.0.7

func (m *AbsListView) GetListPaddingBottom() (int32, error)

GetListPaddingBottom calls android.widget.AbsListView.getListPaddingBottom.

func (*AbsListView) GetListPaddingLeft added in v0.0.7

func (m *AbsListView) GetListPaddingLeft() (int32, error)

GetListPaddingLeft calls android.widget.AbsListView.getListPaddingLeft.

func (*AbsListView) GetListPaddingRight added in v0.0.7

func (m *AbsListView) GetListPaddingRight() (int32, error)

GetListPaddingRight calls android.widget.AbsListView.getListPaddingRight.

func (*AbsListView) GetListPaddingTop added in v0.0.7

func (m *AbsListView) GetListPaddingTop() (int32, error)

GetListPaddingTop calls android.widget.AbsListView.getListPaddingTop.

func (*AbsListView) GetSelectedView added in v0.0.7

func (m *AbsListView) GetSelectedView() (*jni.Object, error)

GetSelectedView calls android.widget.AbsListView.getSelectedView.

func (*AbsListView) GetSelector added in v0.0.7

func (m *AbsListView) GetSelector() (*jni.Object, error)

GetSelector calls android.widget.AbsListView.getSelector.

func (*AbsListView) GetSolidColor added in v0.0.7

func (m *AbsListView) GetSolidColor() (int32, error)

GetSolidColor calls android.widget.AbsListView.getSolidColor.

func (*AbsListView) GetTextFilter added in v0.0.7

func (m *AbsListView) GetTextFilter() (*jni.Object, error)

GetTextFilter calls android.widget.AbsListView.getTextFilter.

func (*AbsListView) GetTopEdgeEffectColor added in v0.0.7

func (m *AbsListView) GetTopEdgeEffectColor() (int32, error)

GetTopEdgeEffectColor calls android.widget.AbsListView.getTopEdgeEffectColor.

func (*AbsListView) GetTranscriptMode added in v0.0.7

func (m *AbsListView) GetTranscriptMode() (int32, error)

GetTranscriptMode calls android.widget.AbsListView.getTranscriptMode.

func (*AbsListView) GetVerticalScrollbarWidth added in v0.0.7

func (m *AbsListView) GetVerticalScrollbarWidth() (int32, error)

GetVerticalScrollbarWidth calls android.widget.AbsListView.getVerticalScrollbarWidth.

func (*AbsListView) HasTextFilter added in v0.0.7

func (m *AbsListView) HasTextFilter() (bool, error)

HasTextFilter calls android.widget.AbsListView.hasTextFilter.

func (*AbsListView) InvalidateViews added in v0.0.7

func (m *AbsListView) InvalidateViews() error

InvalidateViews calls android.widget.AbsListView.invalidateViews.

func (*AbsListView) IsDrawSelectorOnTop added in v0.0.7

func (m *AbsListView) IsDrawSelectorOnTop() (bool, error)

IsDrawSelectorOnTop calls android.widget.AbsListView.isDrawSelectorOnTop.

func (*AbsListView) IsFastScrollAlwaysVisible added in v0.0.7

func (m *AbsListView) IsFastScrollAlwaysVisible() (bool, error)

IsFastScrollAlwaysVisible calls android.widget.AbsListView.isFastScrollAlwaysVisible.

func (*AbsListView) IsFastScrollEnabled added in v0.0.7

func (m *AbsListView) IsFastScrollEnabled() (bool, error)

IsFastScrollEnabled calls android.widget.AbsListView.isFastScrollEnabled.

func (*AbsListView) IsItemChecked added in v0.0.7

func (m *AbsListView) IsItemChecked(arg0 int32) (bool, error)

IsItemChecked calls android.widget.AbsListView.isItemChecked.

func (*AbsListView) IsScrollingCacheEnabled added in v0.0.7

func (m *AbsListView) IsScrollingCacheEnabled() (bool, error)

IsScrollingCacheEnabled calls android.widget.AbsListView.isScrollingCacheEnabled.

func (*AbsListView) IsSelectedChildViewEnabled added in v0.0.7

func (m *AbsListView) IsSelectedChildViewEnabled() (bool, error)

IsSelectedChildViewEnabled calls android.widget.AbsListView.isSelectedChildViewEnabled.

func (*AbsListView) IsSmoothScrollbarEnabled added in v0.0.7

func (m *AbsListView) IsSmoothScrollbarEnabled() (bool, error)

IsSmoothScrollbarEnabled calls android.widget.AbsListView.isSmoothScrollbarEnabled.

func (*AbsListView) IsStackFromBottom added in v0.0.7

func (m *AbsListView) IsStackFromBottom() (bool, error)

IsStackFromBottom calls android.widget.AbsListView.isStackFromBottom.

func (*AbsListView) IsTextFilterEnabled added in v0.0.7

func (m *AbsListView) IsTextFilterEnabled() (bool, error)

IsTextFilterEnabled calls android.widget.AbsListView.isTextFilterEnabled.

func (*AbsListView) JumpDrawablesToCurrentState added in v0.0.7

func (m *AbsListView) JumpDrawablesToCurrentState() error

JumpDrawablesToCurrentState calls android.widget.AbsListView.jumpDrawablesToCurrentState.

func (*AbsListView) OnCancelPendingInputEvents added in v0.0.7

func (m *AbsListView) OnCancelPendingInputEvents() error

OnCancelPendingInputEvents calls android.widget.AbsListView.onCancelPendingInputEvents.

func (*AbsListView) OnCreateInputConnection added in v0.0.7

func (m *AbsListView) OnCreateInputConnection(arg0 *jni.Object) (*jni.Object, error)

OnCreateInputConnection calls android.widget.AbsListView.onCreateInputConnection.

func (*AbsListView) OnFilterComplete added in v0.0.7

func (m *AbsListView) OnFilterComplete(arg0 int32) error

OnFilterComplete calls android.widget.AbsListView.onFilterComplete.

func (*AbsListView) OnGenericMotionEvent added in v0.0.7

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

OnGenericMotionEvent calls android.widget.AbsListView.onGenericMotionEvent.

func (*AbsListView) OnGlobalLayout added in v0.0.7

func (m *AbsListView) OnGlobalLayout() error

OnGlobalLayout calls android.widget.AbsListView.onGlobalLayout.

func (*AbsListView) OnInitializeAccessibilityNodeInfoForItem added in v0.0.7

func (m *AbsListView) OnInitializeAccessibilityNodeInfoForItem(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

OnInitializeAccessibilityNodeInfoForItem calls android.widget.AbsListView.onInitializeAccessibilityNodeInfoForItem.

func (*AbsListView) OnInterceptHoverEvent added in v0.0.7

func (m *AbsListView) OnInterceptHoverEvent(arg0 *jni.Object) (bool, error)

OnInterceptHoverEvent calls android.widget.AbsListView.onInterceptHoverEvent.

func (*AbsListView) OnInterceptTouchEvent added in v0.0.7

func (m *AbsListView) OnInterceptTouchEvent(arg0 *jni.Object) (bool, error)

OnInterceptTouchEvent calls android.widget.AbsListView.onInterceptTouchEvent.

func (*AbsListView) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.AbsListView.onKeyDown.

func (*AbsListView) OnKeyUp added in v0.0.7

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

OnKeyUp calls android.widget.AbsListView.onKeyUp.

func (*AbsListView) OnNestedFling added in v0.0.7

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

OnNestedFling calls android.widget.AbsListView.onNestedFling.

func (*AbsListView) OnNestedScroll added in v0.0.7

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

OnNestedScroll calls android.widget.AbsListView.onNestedScroll.

func (*AbsListView) OnNestedScrollAccepted added in v0.0.7

func (m *AbsListView) OnNestedScrollAccepted(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) error

OnNestedScrollAccepted calls android.widget.AbsListView.onNestedScrollAccepted.

func (*AbsListView) OnProvideContentCaptureStructure added in v0.0.7

func (m *AbsListView) OnProvideContentCaptureStructure(arg0 *jni.Object, arg1 int32) error

OnProvideContentCaptureStructure calls android.widget.AbsListView.onProvideContentCaptureStructure.

func (*AbsListView) OnRemoteAdapterConnected added in v0.0.7

func (m *AbsListView) OnRemoteAdapterConnected() (bool, error)

OnRemoteAdapterConnected calls android.widget.AbsListView.onRemoteAdapterConnected.

func (*AbsListView) OnRemoteAdapterDisconnected added in v0.0.7

func (m *AbsListView) OnRemoteAdapterDisconnected() error

OnRemoteAdapterDisconnected calls android.widget.AbsListView.onRemoteAdapterDisconnected.

func (*AbsListView) OnResolvePointerIcon added in v0.0.7

func (m *AbsListView) OnResolvePointerIcon(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

OnResolvePointerIcon calls android.widget.AbsListView.onResolvePointerIcon.

func (*AbsListView) OnRestoreInstanceState added in v0.0.7

func (m *AbsListView) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.widget.AbsListView.onRestoreInstanceState.

func (*AbsListView) OnRtlPropertiesChanged added in v0.0.7

func (m *AbsListView) OnRtlPropertiesChanged(arg0 int32) error

OnRtlPropertiesChanged calls android.widget.AbsListView.onRtlPropertiesChanged.

func (*AbsListView) OnSaveInstanceState added in v0.0.7

func (m *AbsListView) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.widget.AbsListView.onSaveInstanceState.

func (*AbsListView) OnStartNestedScroll added in v0.0.7

func (m *AbsListView) OnStartNestedScroll(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (bool, error)

OnStartNestedScroll calls android.widget.AbsListView.onStartNestedScroll.

func (*AbsListView) OnTextChanged added in v0.0.7

func (m *AbsListView) OnTextChanged(
	arg0 string,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

OnTextChanged calls android.widget.AbsListView.onTextChanged.

func (*AbsListView) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.AbsListView.onTouchEvent.

func (*AbsListView) OnTouchModeChanged added in v0.0.7

func (m *AbsListView) OnTouchModeChanged(arg0 bool) error

OnTouchModeChanged calls android.widget.AbsListView.onTouchModeChanged.

func (*AbsListView) OnWindowFocusChanged added in v0.0.7

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

OnWindowFocusChanged calls android.widget.AbsListView.onWindowFocusChanged.

func (*AbsListView) PerformItemClick added in v0.0.7

func (m *AbsListView) PerformItemClick(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int64,
) (bool, error)

PerformItemClick calls android.widget.AbsListView.performItemClick.

func (*AbsListView) PointToPosition added in v0.0.7

func (m *AbsListView) PointToPosition(arg0 int32, arg1 int32) (int32, error)

PointToPosition calls android.widget.AbsListView.pointToPosition.

func (*AbsListView) PointToRowId added in v0.0.7

func (m *AbsListView) PointToRowId(arg0 int32, arg1 int32) (int64, error)

PointToRowId calls android.widget.AbsListView.pointToRowId.

func (*AbsListView) RequestDisallowInterceptTouchEvent added in v0.0.7

func (m *AbsListView) RequestDisallowInterceptTouchEvent(arg0 bool) error

RequestDisallowInterceptTouchEvent calls android.widget.AbsListView.requestDisallowInterceptTouchEvent.

func (*AbsListView) RequestLayout added in v0.0.7

func (m *AbsListView) RequestLayout() error

RequestLayout calls android.widget.AbsListView.requestLayout.

func (*AbsListView) ScrollListBy added in v0.0.7

func (m *AbsListView) ScrollListBy(arg0 int32) error

ScrollListBy calls android.widget.AbsListView.scrollListBy.

func (*AbsListView) SetAdapter1 added in v0.0.7

func (m *AbsListView) SetAdapter1(arg0 *jni.Object) error

SetAdapter1 calls android.widget.AbsListView.setAdapter.

func (*AbsListView) SetAdapter1_1 added in v0.0.7

func (m *AbsListView) SetAdapter1_1(arg0 *jni.Object) error

SetAdapter1_1 calls android.widget.AbsListView.setAdapter.

func (*AbsListView) SetBottomEdgeEffectColor added in v0.0.7

func (m *AbsListView) SetBottomEdgeEffectColor(arg0 int32) error

SetBottomEdgeEffectColor calls android.widget.AbsListView.setBottomEdgeEffectColor.

func (*AbsListView) SetCacheColorHint added in v0.0.7

func (m *AbsListView) SetCacheColorHint(arg0 int32) error

SetCacheColorHint calls android.widget.AbsListView.setCacheColorHint.

func (*AbsListView) SetChoiceMode added in v0.0.7

func (m *AbsListView) SetChoiceMode(arg0 int32) error

SetChoiceMode calls android.widget.AbsListView.setChoiceMode.

func (*AbsListView) SetDrawSelectorOnTop added in v0.0.7

func (m *AbsListView) SetDrawSelectorOnTop(arg0 bool) error

SetDrawSelectorOnTop calls android.widget.AbsListView.setDrawSelectorOnTop.

func (*AbsListView) SetEdgeEffectColor added in v0.0.7

func (m *AbsListView) SetEdgeEffectColor(arg0 int32) error

SetEdgeEffectColor calls android.widget.AbsListView.setEdgeEffectColor.

func (*AbsListView) SetFastScrollAlwaysVisible added in v0.0.7

func (m *AbsListView) SetFastScrollAlwaysVisible(arg0 bool) error

SetFastScrollAlwaysVisible calls android.widget.AbsListView.setFastScrollAlwaysVisible.

func (*AbsListView) SetFastScrollEnabled added in v0.0.7

func (m *AbsListView) SetFastScrollEnabled(arg0 bool) error

SetFastScrollEnabled calls android.widget.AbsListView.setFastScrollEnabled.

func (*AbsListView) SetFastScrollStyle added in v0.0.7

func (m *AbsListView) SetFastScrollStyle(arg0 int32) error

SetFastScrollStyle calls android.widget.AbsListView.setFastScrollStyle.

func (*AbsListView) SetFilterText added in v0.0.7

func (m *AbsListView) SetFilterText(arg0 string) error

SetFilterText calls android.widget.AbsListView.setFilterText.

func (*AbsListView) SetFriction added in v0.0.7

func (m *AbsListView) SetFriction(arg0 float32) error

SetFriction calls android.widget.AbsListView.setFriction.

func (*AbsListView) SetItemChecked added in v0.0.7

func (m *AbsListView) SetItemChecked(arg0 int32, arg1 bool) error

SetItemChecked calls android.widget.AbsListView.setItemChecked.

func (*AbsListView) SetMultiChoiceModeListener added in v0.0.7

func (m *AbsListView) SetMultiChoiceModeListener(arg0 *jni.Object) error

SetMultiChoiceModeListener calls android.widget.AbsListView.setMultiChoiceModeListener.

func (*AbsListView) SetOnScrollListener added in v0.0.7

func (m *AbsListView) SetOnScrollListener(arg0 *jni.Object) error

SetOnScrollListener calls android.widget.AbsListView.setOnScrollListener.

func (*AbsListView) SetRecyclerListener added in v0.0.7

func (m *AbsListView) SetRecyclerListener(arg0 *jni.Object) error

SetRecyclerListener calls android.widget.AbsListView.setRecyclerListener.

func (*AbsListView) SetRemoteViewsAdapter added in v0.0.7

func (m *AbsListView) SetRemoteViewsAdapter(arg0 *jni.Object) error

SetRemoteViewsAdapter calls android.widget.AbsListView.setRemoteViewsAdapter.

func (*AbsListView) SetScrollBarStyle added in v0.0.7

func (m *AbsListView) SetScrollBarStyle(arg0 int32) error

SetScrollBarStyle calls android.widget.AbsListView.setScrollBarStyle.

func (*AbsListView) SetScrollIndicators added in v0.0.7

func (m *AbsListView) SetScrollIndicators(arg0 *jni.Object, arg1 *jni.Object) error

SetScrollIndicators calls android.widget.AbsListView.setScrollIndicators.

func (*AbsListView) SetScrollingCacheEnabled added in v0.0.7

func (m *AbsListView) SetScrollingCacheEnabled(arg0 bool) error

SetScrollingCacheEnabled calls android.widget.AbsListView.setScrollingCacheEnabled.

func (*AbsListView) SetSelectedChildViewEnabled added in v0.0.7

func (m *AbsListView) SetSelectedChildViewEnabled(arg0 bool) error

SetSelectedChildViewEnabled calls android.widget.AbsListView.setSelectedChildViewEnabled.

func (*AbsListView) SetSelectionFromTop added in v0.0.7

func (m *AbsListView) SetSelectionFromTop(arg0 int32, arg1 int32) error

SetSelectionFromTop calls android.widget.AbsListView.setSelectionFromTop.

func (*AbsListView) SetSelector1 added in v0.0.7

func (m *AbsListView) SetSelector1(arg0 *jni.Object) error

SetSelector1 calls android.widget.AbsListView.setSelector.

func (*AbsListView) SetSelector1_1 added in v0.0.7

func (m *AbsListView) SetSelector1_1(arg0 int32) error

SetSelector1_1 calls android.widget.AbsListView.setSelector.

func (*AbsListView) SetSmoothScrollbarEnabled added in v0.0.7

func (m *AbsListView) SetSmoothScrollbarEnabled(arg0 bool) error

SetSmoothScrollbarEnabled calls android.widget.AbsListView.setSmoothScrollbarEnabled.

func (*AbsListView) SetStackFromBottom added in v0.0.7

func (m *AbsListView) SetStackFromBottom(arg0 bool) error

SetStackFromBottom calls android.widget.AbsListView.setStackFromBottom.

func (*AbsListView) SetTextFilterEnabled added in v0.0.7

func (m *AbsListView) SetTextFilterEnabled(arg0 bool) error

SetTextFilterEnabled calls android.widget.AbsListView.setTextFilterEnabled.

func (*AbsListView) SetTopEdgeEffectColor added in v0.0.7

func (m *AbsListView) SetTopEdgeEffectColor(arg0 int32) error

SetTopEdgeEffectColor calls android.widget.AbsListView.setTopEdgeEffectColor.

func (*AbsListView) SetTranscriptMode added in v0.0.7

func (m *AbsListView) SetTranscriptMode(arg0 int32) error

SetTranscriptMode calls android.widget.AbsListView.setTranscriptMode.

func (*AbsListView) SetVelocityScale added in v0.0.7

func (m *AbsListView) SetVelocityScale(arg0 float32) error

SetVelocityScale calls android.widget.AbsListView.setVelocityScale.

func (*AbsListView) SetVerticalScrollbarPosition added in v0.0.7

func (m *AbsListView) SetVerticalScrollbarPosition(arg0 int32) error

SetVerticalScrollbarPosition calls android.widget.AbsListView.setVerticalScrollbarPosition.

func (*AbsListView) ShowContextMenu0 added in v0.0.7

func (m *AbsListView) ShowContextMenu0() (bool, error)

ShowContextMenu0 calls android.widget.AbsListView.showContextMenu.

func (*AbsListView) ShowContextMenu2_1 added in v0.0.7

func (m *AbsListView) ShowContextMenu2_1(arg0 float32, arg1 float32) (bool, error)

ShowContextMenu2_1 calls android.widget.AbsListView.showContextMenu.

func (*AbsListView) ShowContextMenuForChild1 added in v0.0.7

func (m *AbsListView) ShowContextMenuForChild1(arg0 *jni.Object) (bool, error)

ShowContextMenuForChild1 calls android.widget.AbsListView.showContextMenuForChild.

func (*AbsListView) ShowContextMenuForChild3_1 added in v0.0.7

func (m *AbsListView) ShowContextMenuForChild3_1(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
) (bool, error)

ShowContextMenuForChild3_1 calls android.widget.AbsListView.showContextMenuForChild.

func (*AbsListView) SmoothScrollBy added in v0.0.7

func (m *AbsListView) SmoothScrollBy(arg0 int32, arg1 int32) error

SmoothScrollBy calls android.widget.AbsListView.smoothScrollBy.

func (*AbsListView) SmoothScrollToPosition1 added in v0.0.7

func (m *AbsListView) SmoothScrollToPosition1(arg0 int32) error

SmoothScrollToPosition1 calls android.widget.AbsListView.smoothScrollToPosition.

func (*AbsListView) SmoothScrollToPosition2_1 added in v0.0.7

func (m *AbsListView) SmoothScrollToPosition2_1(arg0 int32, arg1 int32) error

SmoothScrollToPosition2_1 calls android.widget.AbsListView.smoothScrollToPosition.

func (*AbsListView) SmoothScrollToPositionFromTop2 added in v0.0.7

func (m *AbsListView) SmoothScrollToPositionFromTop2(arg0 int32, arg1 int32) error

SmoothScrollToPositionFromTop2 calls android.widget.AbsListView.smoothScrollToPositionFromTop.

func (*AbsListView) SmoothScrollToPositionFromTop3_1 added in v0.0.7

func (m *AbsListView) SmoothScrollToPositionFromTop3_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) error

SmoothScrollToPositionFromTop3_1 calls android.widget.AbsListView.smoothScrollToPositionFromTop.

func (*AbsListView) VerifyDrawable added in v0.0.7

func (m *AbsListView) VerifyDrawable(arg0 *jni.Object) (bool, error)

VerifyDrawable calls android.widget.AbsListView.verifyDrawable.

type AbsListViewMultiChoiceModeListener added in v0.0.7

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

AbsListViewMultiChoiceModeListener wraps android.widget.AbsListView$MultiChoiceModeListener.

func (*AbsListViewMultiChoiceModeListener) OnItemCheckedStateChanged added in v0.0.7

func (m *AbsListViewMultiChoiceModeListener) OnItemCheckedStateChanged(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int64,
	arg3 bool,
) error

OnItemCheckedStateChanged calls android.widget.AbsListView$MultiChoiceModeListener.onItemCheckedStateChanged.

type AbsListViewOnScrollListener added in v0.0.7

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

AbsListViewOnScrollListener wraps android.widget.AbsListView$OnScrollListener.

func (*AbsListViewOnScrollListener) OnScroll added in v0.0.7

func (m *AbsListViewOnScrollListener) OnScroll(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

OnScroll calls android.widget.AbsListView$OnScrollListener.onScroll.

func (*AbsListViewOnScrollListener) OnScrollStateChanged added in v0.0.7

func (m *AbsListViewOnScrollListener) OnScrollStateChanged(arg0 *jni.Object, arg1 int32) error

OnScrollStateChanged calls android.widget.AbsListView$OnScrollListener.onScrollStateChanged.

type AbsListViewRecyclerListener added in v0.0.7

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

AbsListViewRecyclerListener wraps android.widget.AbsListView$RecyclerListener.

func (*AbsListViewRecyclerListener) OnMovedToScrapHeap added in v0.0.7

func (m *AbsListViewRecyclerListener) OnMovedToScrapHeap(arg0 *jni.Object) error

OnMovedToScrapHeap calls android.widget.AbsListView$RecyclerListener.onMovedToScrapHeap.

type AbsListViewSelectionBoundsAdjuster added in v0.0.7

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

AbsListViewSelectionBoundsAdjuster wraps android.widget.AbsListView$SelectionBoundsAdjuster.

func (*AbsListViewSelectionBoundsAdjuster) AdjustListItemSelectionBounds added in v0.0.7

func (m *AbsListViewSelectionBoundsAdjuster) AdjustListItemSelectionBounds(arg0 *jni.Object) error

AdjustListItemSelectionBounds calls android.widget.AbsListView$SelectionBoundsAdjuster.adjustListItemSelectionBounds.

type AbsSeekBar added in v0.0.7

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

AbsSeekBar wraps android.widget.AbsSeekBar.

func (*AbsSeekBar) DrawableHotspotChanged added in v0.0.7

func (m *AbsSeekBar) DrawableHotspotChanged(arg0 float32, arg1 float32) error

DrawableHotspotChanged calls android.widget.AbsSeekBar.drawableHotspotChanged.

func (*AbsSeekBar) GetAccessibilityClassName added in v0.0.7

func (m *AbsSeekBar) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.AbsSeekBar.getAccessibilityClassName.

func (*AbsSeekBar) GetKeyProgressIncrement added in v0.0.7

func (m *AbsSeekBar) GetKeyProgressIncrement() (int32, error)

GetKeyProgressIncrement calls android.widget.AbsSeekBar.getKeyProgressIncrement.

func (*AbsSeekBar) GetSplitTrack added in v0.0.7

func (m *AbsSeekBar) GetSplitTrack() (bool, error)

GetSplitTrack calls android.widget.AbsSeekBar.getSplitTrack.

func (*AbsSeekBar) GetThumb added in v0.0.7

func (m *AbsSeekBar) GetThumb() (*jni.Object, error)

GetThumb calls android.widget.AbsSeekBar.getThumb.

func (*AbsSeekBar) GetThumbOffset added in v0.0.7

func (m *AbsSeekBar) GetThumbOffset() (int32, error)

GetThumbOffset calls android.widget.AbsSeekBar.getThumbOffset.

func (*AbsSeekBar) GetThumbTintBlendMode added in v0.0.7

func (m *AbsSeekBar) GetThumbTintBlendMode() (*jni.Object, error)

GetThumbTintBlendMode calls android.widget.AbsSeekBar.getThumbTintBlendMode.

func (*AbsSeekBar) GetThumbTintList added in v0.0.7

func (m *AbsSeekBar) GetThumbTintList() (*jni.Object, error)

GetThumbTintList calls android.widget.AbsSeekBar.getThumbTintList.

func (*AbsSeekBar) GetThumbTintMode added in v0.0.7

func (m *AbsSeekBar) GetThumbTintMode() (*jni.Object, error)

GetThumbTintMode calls android.widget.AbsSeekBar.getThumbTintMode.

func (*AbsSeekBar) GetTickMark added in v0.0.7

func (m *AbsSeekBar) GetTickMark() (*jni.Object, error)

GetTickMark calls android.widget.AbsSeekBar.getTickMark.

func (*AbsSeekBar) GetTickMarkTintBlendMode added in v0.0.7

func (m *AbsSeekBar) GetTickMarkTintBlendMode() (*jni.Object, error)

GetTickMarkTintBlendMode calls android.widget.AbsSeekBar.getTickMarkTintBlendMode.

func (*AbsSeekBar) GetTickMarkTintList added in v0.0.7

func (m *AbsSeekBar) GetTickMarkTintList() (*jni.Object, error)

GetTickMarkTintList calls android.widget.AbsSeekBar.getTickMarkTintList.

func (*AbsSeekBar) GetTickMarkTintMode added in v0.0.7

func (m *AbsSeekBar) GetTickMarkTintMode() (*jni.Object, error)

GetTickMarkTintMode calls android.widget.AbsSeekBar.getTickMarkTintMode.

func (*AbsSeekBar) JumpDrawablesToCurrentState added in v0.0.7

func (m *AbsSeekBar) JumpDrawablesToCurrentState() error

JumpDrawablesToCurrentState calls android.widget.AbsSeekBar.jumpDrawablesToCurrentState.

func (*AbsSeekBar) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.AbsSeekBar.onKeyDown.

func (*AbsSeekBar) OnRtlPropertiesChanged added in v0.0.7

func (m *AbsSeekBar) OnRtlPropertiesChanged(arg0 int32) error

OnRtlPropertiesChanged calls android.widget.AbsSeekBar.onRtlPropertiesChanged.

func (*AbsSeekBar) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.AbsSeekBar.onTouchEvent.

func (*AbsSeekBar) SetKeyProgressIncrement added in v0.0.7

func (m *AbsSeekBar) SetKeyProgressIncrement(arg0 int32) error

SetKeyProgressIncrement calls android.widget.AbsSeekBar.setKeyProgressIncrement.

func (*AbsSeekBar) SetSplitTrack added in v0.0.7

func (m *AbsSeekBar) SetSplitTrack(arg0 bool) error

SetSplitTrack calls android.widget.AbsSeekBar.setSplitTrack.

func (*AbsSeekBar) SetThumb added in v0.0.7

func (m *AbsSeekBar) SetThumb(arg0 *jni.Object) error

SetThumb calls android.widget.AbsSeekBar.setThumb.

func (*AbsSeekBar) SetThumbOffset added in v0.0.7

func (m *AbsSeekBar) SetThumbOffset(arg0 int32) error

SetThumbOffset calls android.widget.AbsSeekBar.setThumbOffset.

func (*AbsSeekBar) SetThumbTintBlendMode added in v0.0.7

func (m *AbsSeekBar) SetThumbTintBlendMode(arg0 *jni.Object) error

SetThumbTintBlendMode calls android.widget.AbsSeekBar.setThumbTintBlendMode.

func (*AbsSeekBar) SetThumbTintList added in v0.0.7

func (m *AbsSeekBar) SetThumbTintList(arg0 *jni.Object) error

SetThumbTintList calls android.widget.AbsSeekBar.setThumbTintList.

func (*AbsSeekBar) SetThumbTintMode added in v0.0.7

func (m *AbsSeekBar) SetThumbTintMode(arg0 *jni.Object) error

SetThumbTintMode calls android.widget.AbsSeekBar.setThumbTintMode.

func (*AbsSeekBar) SetTickMark added in v0.0.7

func (m *AbsSeekBar) SetTickMark(arg0 *jni.Object) error

SetTickMark calls android.widget.AbsSeekBar.setTickMark.

func (*AbsSeekBar) SetTickMarkTintBlendMode added in v0.0.7

func (m *AbsSeekBar) SetTickMarkTintBlendMode(arg0 *jni.Object) error

SetTickMarkTintBlendMode calls android.widget.AbsSeekBar.setTickMarkTintBlendMode.

func (*AbsSeekBar) SetTickMarkTintList added in v0.0.7

func (m *AbsSeekBar) SetTickMarkTintList(arg0 *jni.Object) error

SetTickMarkTintList calls android.widget.AbsSeekBar.setTickMarkTintList.

func (*AbsSeekBar) SetTickMarkTintMode added in v0.0.7

func (m *AbsSeekBar) SetTickMarkTintMode(arg0 *jni.Object) error

SetTickMarkTintMode calls android.widget.AbsSeekBar.setTickMarkTintMode.

type AbsSpinner added in v0.0.7

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

AbsSpinner wraps android.widget.AbsSpinner.

func (*AbsSpinner) Autofill added in v0.0.7

func (m *AbsSpinner) Autofill(arg0 *jni.Object) error

Autofill calls android.widget.AbsSpinner.autofill.

func (*AbsSpinner) GetAccessibilityClassName added in v0.0.7

func (m *AbsSpinner) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.AbsSpinner.getAccessibilityClassName.

func (*AbsSpinner) GetAdapter0 added in v0.0.7

func (m *AbsSpinner) GetAdapter0() (*jni.Object, error)

GetAdapter0 calls android.widget.AbsSpinner.getAdapter.

func (*AbsSpinner) GetAdapter0_1 added in v0.0.7

func (m *AbsSpinner) GetAdapter0_1() (*jni.Object, error)

GetAdapter0_1 calls android.widget.AbsSpinner.getAdapter.

func (*AbsSpinner) GetAutofillType added in v0.0.7

func (m *AbsSpinner) GetAutofillType() (int32, error)

GetAutofillType calls android.widget.AbsSpinner.getAutofillType.

func (*AbsSpinner) GetAutofillValue added in v0.0.7

func (m *AbsSpinner) GetAutofillValue() (*jni.Object, error)

GetAutofillValue calls android.widget.AbsSpinner.getAutofillValue.

func (*AbsSpinner) GetCount added in v0.0.7

func (m *AbsSpinner) GetCount() (int32, error)

GetCount calls android.widget.AbsSpinner.getCount.

func (*AbsSpinner) GetSelectedView added in v0.0.7

func (m *AbsSpinner) GetSelectedView() (*jni.Object, error)

GetSelectedView calls android.widget.AbsSpinner.getSelectedView.

func (*AbsSpinner) OnRestoreInstanceState added in v0.0.7

func (m *AbsSpinner) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.widget.AbsSpinner.onRestoreInstanceState.

func (*AbsSpinner) OnSaveInstanceState added in v0.0.7

func (m *AbsSpinner) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.widget.AbsSpinner.onSaveInstanceState.

func (*AbsSpinner) PointToPosition added in v0.0.7

func (m *AbsSpinner) PointToPosition(arg0 int32, arg1 int32) (int32, error)

PointToPosition calls android.widget.AbsSpinner.pointToPosition.

func (*AbsSpinner) RequestLayout added in v0.0.7

func (m *AbsSpinner) RequestLayout() error

RequestLayout calls android.widget.AbsSpinner.requestLayout.

func (*AbsSpinner) SetAdapter1 added in v0.0.7

func (m *AbsSpinner) SetAdapter1(arg0 *jni.Object) error

SetAdapter1 calls android.widget.AbsSpinner.setAdapter.

func (*AbsSpinner) SetAdapter1_1 added in v0.0.7

func (m *AbsSpinner) SetAdapter1_1(arg0 *jni.Object) error

SetAdapter1_1 calls android.widget.AbsSpinner.setAdapter.

func (*AbsSpinner) SetSelection1 added in v0.0.7

func (m *AbsSpinner) SetSelection1(arg0 int32) error

SetSelection1 calls android.widget.AbsSpinner.setSelection.

func (*AbsSpinner) SetSelection2_1 added in v0.0.7

func (m *AbsSpinner) SetSelection2_1(arg0 int32, arg1 bool) error

SetSelection2_1 calls android.widget.AbsSpinner.setSelection.

type AbsoluteLayout added in v0.0.7

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

AbsoluteLayout wraps android.widget.AbsoluteLayout.

func NewAbsoluteLayout added in v0.0.7

func NewAbsoluteLayout(vm *jni.VM, arg0 *jni.Object) (*AbsoluteLayout, error)

NewAbsoluteLayout creates a new android.widget.AbsoluteLayout instance.

func (*AbsoluteLayout) GenerateLayoutParams added in v0.0.7

func (m *AbsoluteLayout) GenerateLayoutParams(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams calls android.widget.AbsoluteLayout.generateLayoutParams.

func (*AbsoluteLayout) ShouldDelayChildPressedState added in v0.0.7

func (m *AbsoluteLayout) ShouldDelayChildPressedState() (bool, error)

ShouldDelayChildPressedState calls android.widget.AbsoluteLayout.shouldDelayChildPressedState.

type AbsoluteLayoutLayoutParams added in v0.0.7

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

AbsoluteLayoutLayoutParams wraps android.widget.AbsoluteLayout$LayoutParams.

func (*AbsoluteLayoutLayoutParams) Debug added in v0.0.7

func (m *AbsoluteLayoutLayoutParams) Debug(arg0 string) (string, error)

Debug calls android.widget.AbsoluteLayout$LayoutParams.debug.

type ActionMenuView added in v0.0.7

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

ActionMenuView wraps android.widget.ActionMenuView.

func NewActionMenuView added in v0.0.7

func NewActionMenuView(vm *jni.VM, arg0 *jni.Object) (*ActionMenuView, error)

NewActionMenuView creates a new android.widget.ActionMenuView instance.

func (*ActionMenuView) DismissPopupMenus added in v0.0.7

func (m *ActionMenuView) DismissPopupMenus() error

DismissPopupMenus calls android.widget.ActionMenuView.dismissPopupMenus.

func (*ActionMenuView) GenerateLayoutParams1 added in v0.0.7

func (m *ActionMenuView) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1 calls android.widget.ActionMenuView.generateLayoutParams.

func (*ActionMenuView) GenerateLayoutParams1_1 added in v0.0.7

func (m *ActionMenuView) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_1 calls android.widget.ActionMenuView.generateLayoutParams.

func (*ActionMenuView) GenerateLayoutParams1_2 added in v0.0.7

func (m *ActionMenuView) GenerateLayoutParams1_2(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_2 calls android.widget.ActionMenuView.generateLayoutParams.

func (*ActionMenuView) GetMenu added in v0.0.7

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

GetMenu calls android.widget.ActionMenuView.getMenu.

func (*ActionMenuView) GetOverflowIcon added in v0.0.7

func (m *ActionMenuView) GetOverflowIcon() (*jni.Object, error)

GetOverflowIcon calls android.widget.ActionMenuView.getOverflowIcon.

func (*ActionMenuView) GetPopupTheme added in v0.0.7

func (m *ActionMenuView) GetPopupTheme() (int32, error)

GetPopupTheme calls android.widget.ActionMenuView.getPopupTheme.

func (*ActionMenuView) HideOverflowMenu added in v0.0.7

func (m *ActionMenuView) HideOverflowMenu() (bool, error)

HideOverflowMenu calls android.widget.ActionMenuView.hideOverflowMenu.

func (*ActionMenuView) IsOverflowMenuShowing added in v0.0.7

func (m *ActionMenuView) IsOverflowMenuShowing() (bool, error)

IsOverflowMenuShowing calls android.widget.ActionMenuView.isOverflowMenuShowing.

func (*ActionMenuView) OnConfigurationChanged added in v0.0.7

func (m *ActionMenuView) OnConfigurationChanged(arg0 *jni.Object) error

OnConfigurationChanged calls android.widget.ActionMenuView.onConfigurationChanged.

func (*ActionMenuView) OnDetachedFromWindow added in v0.0.7

func (m *ActionMenuView) OnDetachedFromWindow() error

OnDetachedFromWindow calls android.widget.ActionMenuView.onDetachedFromWindow.

func (*ActionMenuView) SetOnMenuItemClickListener added in v0.0.7

func (m *ActionMenuView) SetOnMenuItemClickListener(arg0 *jni.Object) error

SetOnMenuItemClickListener calls android.widget.ActionMenuView.setOnMenuItemClickListener.

func (*ActionMenuView) SetOverflowIcon added in v0.0.7

func (m *ActionMenuView) SetOverflowIcon(arg0 *jni.Object) error

SetOverflowIcon calls android.widget.ActionMenuView.setOverflowIcon.

func (*ActionMenuView) SetPopupTheme added in v0.0.7

func (m *ActionMenuView) SetPopupTheme(arg0 int32) error

SetPopupTheme calls android.widget.ActionMenuView.setPopupTheme.

func (*ActionMenuView) ShowOverflowMenu added in v0.0.7

func (m *ActionMenuView) ShowOverflowMenu() (bool, error)

ShowOverflowMenu calls android.widget.ActionMenuView.showOverflowMenu.

type ActionMenuViewOnMenuItemClickListener added in v0.0.7

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

ActionMenuViewOnMenuItemClickListener wraps android.widget.ActionMenuView$OnMenuItemClickListener.

func (*ActionMenuViewOnMenuItemClickListener) OnMenuItemClick added in v0.0.7

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

OnMenuItemClick calls android.widget.ActionMenuView$OnMenuItemClickListener.onMenuItemClick.

type Adapter added in v0.0.7

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

Adapter wraps android.widget.Adapter.

func (*Adapter) GetCount added in v0.0.7

func (m *Adapter) GetCount() (int32, error)

GetCount calls android.widget.Adapter.getCount.

func (*Adapter) GetItem added in v0.0.7

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

GetItem calls android.widget.Adapter.getItem.

func (*Adapter) GetItemId added in v0.0.7

func (m *Adapter) GetItemId(arg0 int32) (int64, error)

GetItemId calls android.widget.Adapter.getItemId.

func (*Adapter) GetItemViewType added in v0.0.7

func (m *Adapter) GetItemViewType(arg0 int32) (int32, error)

GetItemViewType calls android.widget.Adapter.getItemViewType.

func (*Adapter) GetView added in v0.0.7

func (m *Adapter) GetView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

GetView calls android.widget.Adapter.getView.

func (*Adapter) GetViewTypeCount added in v0.0.7

func (m *Adapter) GetViewTypeCount() (int32, error)

GetViewTypeCount calls android.widget.Adapter.getViewTypeCount.

func (*Adapter) HasStableIds added in v0.0.7

func (m *Adapter) HasStableIds() (bool, error)

HasStableIds calls android.widget.Adapter.hasStableIds.

func (*Adapter) IsEmpty added in v0.0.7

func (m *Adapter) IsEmpty() (bool, error)

IsEmpty calls android.widget.Adapter.isEmpty.

func (*Adapter) RegisterDataSetObserver added in v0.0.7

func (m *Adapter) RegisterDataSetObserver(arg0 *jni.Object) error

RegisterDataSetObserver calls android.widget.Adapter.registerDataSetObserver.

func (*Adapter) UnregisterDataSetObserver added in v0.0.7

func (m *Adapter) UnregisterDataSetObserver(arg0 *jni.Object) error

UnregisterDataSetObserver calls android.widget.Adapter.unregisterDataSetObserver.

type AdapterView added in v0.0.7

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

AdapterView wraps android.widget.AdapterView.

func (*AdapterView) AddView1 added in v0.0.7

func (m *AdapterView) AddView1(arg0 *jni.Object) error

AddView1 calls android.widget.AdapterView.addView.

func (*AdapterView) AddView2_1 added in v0.0.7

func (m *AdapterView) AddView2_1(arg0 *jni.Object, arg1 *jni.Object) error

AddView2_1 calls android.widget.AdapterView.addView.

func (*AdapterView) AddView2_2 added in v0.0.7

func (m *AdapterView) AddView2_2(arg0 *jni.Object, arg1 int32) error

AddView2_2 calls android.widget.AdapterView.addView.

func (*AdapterView) AddView3_3 added in v0.0.7

func (m *AdapterView) AddView3_3(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

AddView3_3 calls android.widget.AdapterView.addView.

func (*AdapterView) GetAccessibilityClassName added in v0.0.7

func (m *AdapterView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.AdapterView.getAccessibilityClassName.

func (*AdapterView) GetCount added in v0.0.7

func (m *AdapterView) GetCount() (int32, error)

GetCount calls android.widget.AdapterView.getCount.

func (*AdapterView) GetEmptyView added in v0.0.7

func (m *AdapterView) GetEmptyView() (*jni.Object, error)

GetEmptyView calls android.widget.AdapterView.getEmptyView.

func (*AdapterView) GetFirstVisiblePosition added in v0.0.7

func (m *AdapterView) GetFirstVisiblePosition() (int32, error)

GetFirstVisiblePosition calls android.widget.AdapterView.getFirstVisiblePosition.

func (*AdapterView) GetItemAtPosition added in v0.0.7

func (m *AdapterView) GetItemAtPosition(arg0 int32) (*jni.Object, error)

GetItemAtPosition calls android.widget.AdapterView.getItemAtPosition.

func (*AdapterView) GetItemIdAtPosition added in v0.0.7

func (m *AdapterView) GetItemIdAtPosition(arg0 int32) (int64, error)

GetItemIdAtPosition calls android.widget.AdapterView.getItemIdAtPosition.

func (*AdapterView) GetLastVisiblePosition added in v0.0.7

func (m *AdapterView) GetLastVisiblePosition() (int32, error)

GetLastVisiblePosition calls android.widget.AdapterView.getLastVisiblePosition.

func (*AdapterView) GetOnItemClickListener added in v0.0.7

func (m *AdapterView) GetOnItemClickListener() (*jni.Object, error)

GetOnItemClickListener calls android.widget.AdapterView.getOnItemClickListener.

func (*AdapterView) GetOnItemLongClickListener added in v0.0.7

func (m *AdapterView) GetOnItemLongClickListener() (*jni.Object, error)

GetOnItemLongClickListener calls android.widget.AdapterView.getOnItemLongClickListener.

func (*AdapterView) GetOnItemSelectedListener added in v0.0.7

func (m *AdapterView) GetOnItemSelectedListener() (*jni.Object, error)

GetOnItemSelectedListener calls android.widget.AdapterView.getOnItemSelectedListener.

func (*AdapterView) GetPositionForView added in v0.0.7

func (m *AdapterView) GetPositionForView(arg0 *jni.Object) (int32, error)

GetPositionForView calls android.widget.AdapterView.getPositionForView.

func (*AdapterView) GetSelectedItem added in v0.0.7

func (m *AdapterView) GetSelectedItem() (*jni.Object, error)

GetSelectedItem calls android.widget.AdapterView.getSelectedItem.

func (*AdapterView) GetSelectedItemId added in v0.0.7

func (m *AdapterView) GetSelectedItemId() (int64, error)

GetSelectedItemId calls android.widget.AdapterView.getSelectedItemId.

func (*AdapterView) GetSelectedItemPosition added in v0.0.7

func (m *AdapterView) GetSelectedItemPosition() (int32, error)

GetSelectedItemPosition calls android.widget.AdapterView.getSelectedItemPosition.

func (*AdapterView) GetSelectedView added in v0.0.7

func (m *AdapterView) GetSelectedView() (*jni.Object, error)

GetSelectedView calls android.widget.AdapterView.getSelectedView.

func (*AdapterView) OnProvideAutofillStructure added in v0.0.7

func (m *AdapterView) OnProvideAutofillStructure(arg0 *jni.Object, arg1 int32) error

OnProvideAutofillStructure calls android.widget.AdapterView.onProvideAutofillStructure.

func (*AdapterView) PerformItemClick added in v0.0.7

func (m *AdapterView) PerformItemClick(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int64,
) (bool, error)

PerformItemClick calls android.widget.AdapterView.performItemClick.

func (*AdapterView) RemoveAllViews added in v0.0.7

func (m *AdapterView) RemoveAllViews() error

RemoveAllViews calls android.widget.AdapterView.removeAllViews.

func (*AdapterView) RemoveView added in v0.0.7

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

RemoveView calls android.widget.AdapterView.removeView.

func (*AdapterView) RemoveViewAt added in v0.0.7

func (m *AdapterView) RemoveViewAt(arg0 int32) error

RemoveViewAt calls android.widget.AdapterView.removeViewAt.

func (*AdapterView) SetEmptyView added in v0.0.7

func (m *AdapterView) SetEmptyView(arg0 *jni.Object) error

SetEmptyView calls android.widget.AdapterView.setEmptyView.

func (*AdapterView) SetFocusable added in v0.0.7

func (m *AdapterView) SetFocusable(arg0 int32) error

SetFocusable calls android.widget.AdapterView.setFocusable.

func (*AdapterView) SetFocusableInTouchMode added in v0.0.7

func (m *AdapterView) SetFocusableInTouchMode(arg0 bool) error

SetFocusableInTouchMode calls android.widget.AdapterView.setFocusableInTouchMode.

func (*AdapterView) SetOnClickListener added in v0.0.7

func (m *AdapterView) SetOnClickListener(arg0 *jni.Object) error

SetOnClickListener calls android.widget.AdapterView.setOnClickListener.

func (*AdapterView) SetOnItemClickListener added in v0.0.7

func (m *AdapterView) SetOnItemClickListener(arg0 *jni.Object) error

SetOnItemClickListener calls android.widget.AdapterView.setOnItemClickListener.

func (*AdapterView) SetOnItemLongClickListener added in v0.0.7

func (m *AdapterView) SetOnItemLongClickListener(arg0 *jni.Object) error

SetOnItemLongClickListener calls android.widget.AdapterView.setOnItemLongClickListener.

func (*AdapterView) SetOnItemSelectedListener added in v0.0.7

func (m *AdapterView) SetOnItemSelectedListener(arg0 *jni.Object) error

SetOnItemSelectedListener calls android.widget.AdapterView.setOnItemSelectedListener.

func (*AdapterView) SetSelection added in v0.0.7

func (m *AdapterView) SetSelection(arg0 int32) error

SetSelection calls android.widget.AdapterView.setSelection.

type AdapterViewAnimator added in v0.0.7

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

AdapterViewAnimator wraps android.widget.AdapterViewAnimator.

func (*AdapterViewAnimator) Advance added in v0.0.7

func (m *AdapterViewAnimator) Advance() error

Advance calls android.widget.AdapterViewAnimator.advance.

func (*AdapterViewAnimator) DeferNotifyDataSetChanged added in v0.0.7

func (m *AdapterViewAnimator) DeferNotifyDataSetChanged() error

DeferNotifyDataSetChanged calls android.widget.AdapterViewAnimator.deferNotifyDataSetChanged.

func (*AdapterViewAnimator) FyiWillBeAdvancedByHostKThx added in v0.0.7

func (m *AdapterViewAnimator) FyiWillBeAdvancedByHostKThx() error

FyiWillBeAdvancedByHostKThx calls android.widget.AdapterViewAnimator.fyiWillBeAdvancedByHostKThx.

func (*AdapterViewAnimator) GetAccessibilityClassName added in v0.0.7

func (m *AdapterViewAnimator) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.AdapterViewAnimator.getAccessibilityClassName.

func (*AdapterViewAnimator) GetAdapter added in v0.0.7

func (m *AdapterViewAnimator) GetAdapter() (*jni.Object, error)

GetAdapter calls android.widget.AdapterViewAnimator.getAdapter.

func (*AdapterViewAnimator) GetBaseline added in v0.0.7

func (m *AdapterViewAnimator) GetBaseline() (int32, error)

GetBaseline calls android.widget.AdapterViewAnimator.getBaseline.

func (*AdapterViewAnimator) GetCurrentView added in v0.0.7

func (m *AdapterViewAnimator) GetCurrentView() (*jni.Object, error)

GetCurrentView calls android.widget.AdapterViewAnimator.getCurrentView.

func (*AdapterViewAnimator) GetDisplayedChild added in v0.0.7

func (m *AdapterViewAnimator) GetDisplayedChild() (int32, error)

GetDisplayedChild calls android.widget.AdapterViewAnimator.getDisplayedChild.

func (*AdapterViewAnimator) GetInAnimation added in v0.0.7

func (m *AdapterViewAnimator) GetInAnimation() (*jni.Object, error)

GetInAnimation calls android.widget.AdapterViewAnimator.getInAnimation.

func (*AdapterViewAnimator) GetOutAnimation added in v0.0.7

func (m *AdapterViewAnimator) GetOutAnimation() (*jni.Object, error)

GetOutAnimation calls android.widget.AdapterViewAnimator.getOutAnimation.

func (*AdapterViewAnimator) GetSelectedView added in v0.0.7

func (m *AdapterViewAnimator) GetSelectedView() (*jni.Object, error)

GetSelectedView calls android.widget.AdapterViewAnimator.getSelectedView.

func (*AdapterViewAnimator) OnRemoteAdapterConnected added in v0.0.7

func (m *AdapterViewAnimator) OnRemoteAdapterConnected() (bool, error)

OnRemoteAdapterConnected calls android.widget.AdapterViewAnimator.onRemoteAdapterConnected.

func (*AdapterViewAnimator) OnRemoteAdapterDisconnected added in v0.0.7

func (m *AdapterViewAnimator) OnRemoteAdapterDisconnected() error

OnRemoteAdapterDisconnected calls android.widget.AdapterViewAnimator.onRemoteAdapterDisconnected.

func (*AdapterViewAnimator) OnRestoreInstanceState added in v0.0.7

func (m *AdapterViewAnimator) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.widget.AdapterViewAnimator.onRestoreInstanceState.

func (*AdapterViewAnimator) OnSaveInstanceState added in v0.0.7

func (m *AdapterViewAnimator) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.widget.AdapterViewAnimator.onSaveInstanceState.

func (*AdapterViewAnimator) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.AdapterViewAnimator.onTouchEvent.

func (*AdapterViewAnimator) SetAdapter added in v0.0.7

func (m *AdapterViewAnimator) SetAdapter(arg0 *jni.Object) error

SetAdapter calls android.widget.AdapterViewAnimator.setAdapter.

func (*AdapterViewAnimator) SetAnimateFirstView added in v0.0.7

func (m *AdapterViewAnimator) SetAnimateFirstView(arg0 bool) error

SetAnimateFirstView calls android.widget.AdapterViewAnimator.setAnimateFirstView.

func (*AdapterViewAnimator) SetDisplayedChild added in v0.0.7

func (m *AdapterViewAnimator) SetDisplayedChild(arg0 int32) error

SetDisplayedChild calls android.widget.AdapterViewAnimator.setDisplayedChild.

func (*AdapterViewAnimator) SetInAnimation1 added in v0.0.7

func (m *AdapterViewAnimator) SetInAnimation1(arg0 *jni.Object) error

SetInAnimation1 calls android.widget.AdapterViewAnimator.setInAnimation.

func (*AdapterViewAnimator) SetInAnimation2_1 added in v0.0.7

func (m *AdapterViewAnimator) SetInAnimation2_1(arg0 *jni.Object, arg1 int32) error

SetInAnimation2_1 calls android.widget.AdapterViewAnimator.setInAnimation.

func (*AdapterViewAnimator) SetOutAnimation1 added in v0.0.7

func (m *AdapterViewAnimator) SetOutAnimation1(arg0 *jni.Object) error

SetOutAnimation1 calls android.widget.AdapterViewAnimator.setOutAnimation.

func (*AdapterViewAnimator) SetOutAnimation2_1 added in v0.0.7

func (m *AdapterViewAnimator) SetOutAnimation2_1(arg0 *jni.Object, arg1 int32) error

SetOutAnimation2_1 calls android.widget.AdapterViewAnimator.setOutAnimation.

func (*AdapterViewAnimator) SetRemoteViewsAdapter added in v0.0.7

func (m *AdapterViewAnimator) SetRemoteViewsAdapter(arg0 *jni.Object) error

SetRemoteViewsAdapter calls android.widget.AdapterViewAnimator.setRemoteViewsAdapter.

func (*AdapterViewAnimator) SetSelection added in v0.0.7

func (m *AdapterViewAnimator) SetSelection(arg0 int32) error

SetSelection calls android.widget.AdapterViewAnimator.setSelection.

func (*AdapterViewAnimator) ShowNext added in v0.0.7

func (m *AdapterViewAnimator) ShowNext() error

ShowNext calls android.widget.AdapterViewAnimator.showNext.

func (*AdapterViewAnimator) ShowPrevious added in v0.0.7

func (m *AdapterViewAnimator) ShowPrevious() error

ShowPrevious calls android.widget.AdapterViewAnimator.showPrevious.

type AdapterViewFlipper added in v0.0.7

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

AdapterViewFlipper wraps android.widget.AdapterViewFlipper.

func NewAdapterViewFlipper added in v0.0.7

func NewAdapterViewFlipper(vm *jni.VM, arg0 *jni.Object) (*AdapterViewFlipper, error)

NewAdapterViewFlipper creates a new android.widget.AdapterViewFlipper instance.

func (*AdapterViewFlipper) FyiWillBeAdvancedByHostKThx added in v0.0.7

func (m *AdapterViewFlipper) FyiWillBeAdvancedByHostKThx() error

FyiWillBeAdvancedByHostKThx calls android.widget.AdapterViewFlipper.fyiWillBeAdvancedByHostKThx.

func (*AdapterViewFlipper) GetAccessibilityClassName added in v0.0.7

func (m *AdapterViewFlipper) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.AdapterViewFlipper.getAccessibilityClassName.

func (*AdapterViewFlipper) GetFlipInterval added in v0.0.7

func (m *AdapterViewFlipper) GetFlipInterval() (int32, error)

GetFlipInterval calls android.widget.AdapterViewFlipper.getFlipInterval.

func (*AdapterViewFlipper) IsAutoStart added in v0.0.7

func (m *AdapterViewFlipper) IsAutoStart() (bool, error)

IsAutoStart calls android.widget.AdapterViewFlipper.isAutoStart.

func (*AdapterViewFlipper) IsFlipping added in v0.0.7

func (m *AdapterViewFlipper) IsFlipping() (bool, error)

IsFlipping calls android.widget.AdapterViewFlipper.isFlipping.

func (*AdapterViewFlipper) SetAdapter added in v0.0.7

func (m *AdapterViewFlipper) SetAdapter(arg0 *jni.Object) error

SetAdapter calls android.widget.AdapterViewFlipper.setAdapter.

func (*AdapterViewFlipper) SetAutoStart added in v0.0.7

func (m *AdapterViewFlipper) SetAutoStart(arg0 bool) error

SetAutoStart calls android.widget.AdapterViewFlipper.setAutoStart.

func (*AdapterViewFlipper) SetFlipInterval added in v0.0.7

func (m *AdapterViewFlipper) SetFlipInterval(arg0 int32) error

SetFlipInterval calls android.widget.AdapterViewFlipper.setFlipInterval.

func (*AdapterViewFlipper) ShowNext added in v0.0.7

func (m *AdapterViewFlipper) ShowNext() error

ShowNext calls android.widget.AdapterViewFlipper.showNext.

func (*AdapterViewFlipper) ShowPrevious added in v0.0.7

func (m *AdapterViewFlipper) ShowPrevious() error

ShowPrevious calls android.widget.AdapterViewFlipper.showPrevious.

func (*AdapterViewFlipper) StartFlipping added in v0.0.7

func (m *AdapterViewFlipper) StartFlipping() error

StartFlipping calls android.widget.AdapterViewFlipper.startFlipping.

func (*AdapterViewFlipper) StopFlipping added in v0.0.7

func (m *AdapterViewFlipper) StopFlipping() error

StopFlipping calls android.widget.AdapterViewFlipper.stopFlipping.

type Advanceable added in v0.0.7

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

Advanceable wraps android.widget.Advanceable.

func (*Advanceable) Advance added in v0.0.7

func (m *Advanceable) Advance() error

Advance calls android.widget.Advanceable.advance.

func (*Advanceable) FyiWillBeAdvancedByHostKThx added in v0.0.7

func (m *Advanceable) FyiWillBeAdvancedByHostKThx() error

FyiWillBeAdvancedByHostKThx calls android.widget.Advanceable.fyiWillBeAdvancedByHostKThx.

type AlphabetIndexer added in v0.0.7

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

AlphabetIndexer wraps android.widget.AlphabetIndexer.

func NewAlphabetIndexer added in v0.0.7

func NewAlphabetIndexer(vm *jni.VM, arg0 *jni.Object, arg1 int32, arg2 string) (*AlphabetIndexer, error)

NewAlphabetIndexer creates a new android.widget.AlphabetIndexer instance.

func (*AlphabetIndexer) GetPositionForSection added in v0.0.7

func (m *AlphabetIndexer) GetPositionForSection(arg0 int32) (int32, error)

GetPositionForSection calls android.widget.AlphabetIndexer.getPositionForSection.

func (*AlphabetIndexer) GetSectionForPosition added in v0.0.7

func (m *AlphabetIndexer) GetSectionForPosition(arg0 int32) (int32, error)

GetSectionForPosition calls android.widget.AlphabetIndexer.getSectionForPosition.

func (*AlphabetIndexer) GetSections added in v0.0.7

func (m *AlphabetIndexer) GetSections() (*jni.Object, error)

GetSections calls android.widget.AlphabetIndexer.getSections.

func (*AlphabetIndexer) OnChanged added in v0.0.7

func (m *AlphabetIndexer) OnChanged() error

OnChanged calls android.widget.AlphabetIndexer.onChanged.

func (*AlphabetIndexer) OnInvalidated added in v0.0.7

func (m *AlphabetIndexer) OnInvalidated() error

OnInvalidated calls android.widget.AlphabetIndexer.onInvalidated.

func (*AlphabetIndexer) SetCursor added in v0.0.7

func (m *AlphabetIndexer) SetCursor(arg0 *jni.Object) error

SetCursor calls android.widget.AlphabetIndexer.setCursor.

type AnalogClock added in v0.0.7

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

AnalogClock wraps android.widget.AnalogClock.

func NewAnalogClock added in v0.0.7

func NewAnalogClock(vm *jni.VM, arg0 *jni.Object) (*AnalogClock, error)

NewAnalogClock creates a new android.widget.AnalogClock instance.

func (*AnalogClock) GetDialTintBlendMode added in v0.0.7

func (m *AnalogClock) GetDialTintBlendMode() (*jni.Object, error)

GetDialTintBlendMode calls android.widget.AnalogClock.getDialTintBlendMode.

func (*AnalogClock) GetDialTintList added in v0.0.7

func (m *AnalogClock) GetDialTintList() (*jni.Object, error)

GetDialTintList calls android.widget.AnalogClock.getDialTintList.

func (*AnalogClock) GetHourHandTintBlendMode added in v0.0.7

func (m *AnalogClock) GetHourHandTintBlendMode() (*jni.Object, error)

GetHourHandTintBlendMode calls android.widget.AnalogClock.getHourHandTintBlendMode.

func (*AnalogClock) GetHourHandTintList added in v0.0.7

func (m *AnalogClock) GetHourHandTintList() (*jni.Object, error)

GetHourHandTintList calls android.widget.AnalogClock.getHourHandTintList.

func (*AnalogClock) GetMinuteHandTintBlendMode added in v0.0.7

func (m *AnalogClock) GetMinuteHandTintBlendMode() (*jni.Object, error)

GetMinuteHandTintBlendMode calls android.widget.AnalogClock.getMinuteHandTintBlendMode.

func (*AnalogClock) GetMinuteHandTintList added in v0.0.7

func (m *AnalogClock) GetMinuteHandTintList() (*jni.Object, error)

GetMinuteHandTintList calls android.widget.AnalogClock.getMinuteHandTintList.

func (*AnalogClock) GetSecondHandTintBlendMode added in v0.0.7

func (m *AnalogClock) GetSecondHandTintBlendMode() (*jni.Object, error)

GetSecondHandTintBlendMode calls android.widget.AnalogClock.getSecondHandTintBlendMode.

func (*AnalogClock) GetSecondHandTintList added in v0.0.7

func (m *AnalogClock) GetSecondHandTintList() (*jni.Object, error)

GetSecondHandTintList calls android.widget.AnalogClock.getSecondHandTintList.

func (*AnalogClock) GetTimeZone added in v0.0.7

func (m *AnalogClock) GetTimeZone() (string, error)

GetTimeZone calls android.widget.AnalogClock.getTimeZone.

func (*AnalogClock) OnVisibilityAggregated added in v0.0.7

func (m *AnalogClock) OnVisibilityAggregated(arg0 bool) error

OnVisibilityAggregated calls android.widget.AnalogClock.onVisibilityAggregated.

func (*AnalogClock) SetDial added in v0.0.7

func (m *AnalogClock) SetDial(arg0 *jni.Object) error

SetDial calls android.widget.AnalogClock.setDial.

func (*AnalogClock) SetDialTintBlendMode added in v0.0.7

func (m *AnalogClock) SetDialTintBlendMode(arg0 *jni.Object) error

SetDialTintBlendMode calls android.widget.AnalogClock.setDialTintBlendMode.

func (*AnalogClock) SetDialTintList added in v0.0.7

func (m *AnalogClock) SetDialTintList(arg0 *jni.Object) error

SetDialTintList calls android.widget.AnalogClock.setDialTintList.

func (*AnalogClock) SetHourHand added in v0.0.7

func (m *AnalogClock) SetHourHand(arg0 *jni.Object) error

SetHourHand calls android.widget.AnalogClock.setHourHand.

func (*AnalogClock) SetHourHandTintBlendMode added in v0.0.7

func (m *AnalogClock) SetHourHandTintBlendMode(arg0 *jni.Object) error

SetHourHandTintBlendMode calls android.widget.AnalogClock.setHourHandTintBlendMode.

func (*AnalogClock) SetHourHandTintList added in v0.0.7

func (m *AnalogClock) SetHourHandTintList(arg0 *jni.Object) error

SetHourHandTintList calls android.widget.AnalogClock.setHourHandTintList.

func (*AnalogClock) SetMinuteHand added in v0.0.7

func (m *AnalogClock) SetMinuteHand(arg0 *jni.Object) error

SetMinuteHand calls android.widget.AnalogClock.setMinuteHand.

func (*AnalogClock) SetMinuteHandTintBlendMode added in v0.0.7

func (m *AnalogClock) SetMinuteHandTintBlendMode(arg0 *jni.Object) error

SetMinuteHandTintBlendMode calls android.widget.AnalogClock.setMinuteHandTintBlendMode.

func (*AnalogClock) SetMinuteHandTintList added in v0.0.7

func (m *AnalogClock) SetMinuteHandTintList(arg0 *jni.Object) error

SetMinuteHandTintList calls android.widget.AnalogClock.setMinuteHandTintList.

func (*AnalogClock) SetSecondHand added in v0.0.7

func (m *AnalogClock) SetSecondHand(arg0 *jni.Object) error

SetSecondHand calls android.widget.AnalogClock.setSecondHand.

func (*AnalogClock) SetSecondHandTintBlendMode added in v0.0.7

func (m *AnalogClock) SetSecondHandTintBlendMode(arg0 *jni.Object) error

SetSecondHandTintBlendMode calls android.widget.AnalogClock.setSecondHandTintBlendMode.

func (*AnalogClock) SetSecondHandTintList added in v0.0.7

func (m *AnalogClock) SetSecondHandTintList(arg0 *jni.Object) error

SetSecondHandTintList calls android.widget.AnalogClock.setSecondHandTintList.

func (*AnalogClock) SetTimeZone added in v0.0.7

func (m *AnalogClock) SetTimeZone(arg0 string) error

SetTimeZone calls android.widget.AnalogClock.setTimeZone.

type ArrayAdapter added in v0.0.7

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

ArrayAdapter wraps android.widget.ArrayAdapter.

func NewArrayAdapter added in v0.0.7

func NewArrayAdapter(vm *jni.VM, arg0 *jni.Object, arg1 int32) (*ArrayAdapter, error)

NewArrayAdapter creates a new android.widget.ArrayAdapter instance.

func (*ArrayAdapter) AddAll added in v0.0.7

func (m *ArrayAdapter) AddAll(arg0 *jni.Object) error

AddAll calls android.widget.ArrayAdapter.addAll.

func (*ArrayAdapter) Clear added in v0.0.7

func (m *ArrayAdapter) Clear() error

Clear calls android.widget.ArrayAdapter.clear.

func (*ArrayAdapter) GetAutofillOptions added in v0.0.7

func (m *ArrayAdapter) GetAutofillOptions() (*jni.Object, error)

GetAutofillOptions calls android.widget.ArrayAdapter.getAutofillOptions.

func (*ArrayAdapter) GetContext added in v0.0.7

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

GetContext calls android.widget.ArrayAdapter.getContext.

func (*ArrayAdapter) GetCount added in v0.0.7

func (m *ArrayAdapter) GetCount() (int32, error)

GetCount calls android.widget.ArrayAdapter.getCount.

func (*ArrayAdapter) GetDropDownView added in v0.0.7

func (m *ArrayAdapter) GetDropDownView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

GetDropDownView calls android.widget.ArrayAdapter.getDropDownView.

func (*ArrayAdapter) GetDropDownViewTheme added in v0.0.7

func (m *ArrayAdapter) GetDropDownViewTheme() (*jni.Object, error)

GetDropDownViewTheme calls android.widget.ArrayAdapter.getDropDownViewTheme.

func (*ArrayAdapter) GetFilter added in v0.0.7

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

GetFilter calls android.widget.ArrayAdapter.getFilter.

func (*ArrayAdapter) GetItemId added in v0.0.7

func (m *ArrayAdapter) GetItemId(arg0 int32) (int64, error)

GetItemId calls android.widget.ArrayAdapter.getItemId.

func (*ArrayAdapter) GetView added in v0.0.7

func (m *ArrayAdapter) GetView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

GetView calls android.widget.ArrayAdapter.getView.

func (*ArrayAdapter) NotifyDataSetChanged added in v0.0.7

func (m *ArrayAdapter) NotifyDataSetChanged() error

NotifyDataSetChanged calls android.widget.ArrayAdapter.notifyDataSetChanged.

func (*ArrayAdapter) SetDropDownViewResource added in v0.0.7

func (m *ArrayAdapter) SetDropDownViewResource(arg0 int32) error

SetDropDownViewResource calls android.widget.ArrayAdapter.setDropDownViewResource.

func (*ArrayAdapter) SetDropDownViewTheme added in v0.0.7

func (m *ArrayAdapter) SetDropDownViewTheme(arg0 *jni.Object) error

SetDropDownViewTheme calls android.widget.ArrayAdapter.setDropDownViewTheme.

func (*ArrayAdapter) SetNotifyOnChange added in v0.0.7

func (m *ArrayAdapter) SetNotifyOnChange(arg0 bool) error

SetNotifyOnChange calls android.widget.ArrayAdapter.setNotifyOnChange.

type AutoCompleteTextView added in v0.0.7

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

AutoCompleteTextView wraps android.widget.AutoCompleteTextView.

func NewAutoCompleteTextView added in v0.0.7

func NewAutoCompleteTextView(vm *jni.VM, arg0 *jni.Object) (*AutoCompleteTextView, error)

NewAutoCompleteTextView creates a new android.widget.AutoCompleteTextView instance.

func (*AutoCompleteTextView) ClearListSelection added in v0.0.7

func (m *AutoCompleteTextView) ClearListSelection() error

ClearListSelection calls android.widget.AutoCompleteTextView.clearListSelection.

func (*AutoCompleteTextView) DismissDropDown added in v0.0.7

func (m *AutoCompleteTextView) DismissDropDown() error

DismissDropDown calls android.widget.AutoCompleteTextView.dismissDropDown.

func (*AutoCompleteTextView) EnoughToFilter added in v0.0.7

func (m *AutoCompleteTextView) EnoughToFilter() (bool, error)

EnoughToFilter calls android.widget.AutoCompleteTextView.enoughToFilter.

func (*AutoCompleteTextView) GetAccessibilityClassName added in v0.0.7

func (m *AutoCompleteTextView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.AutoCompleteTextView.getAccessibilityClassName.

func (*AutoCompleteTextView) GetAdapter added in v0.0.7

func (m *AutoCompleteTextView) GetAdapter() (*jni.Object, error)

GetAdapter calls android.widget.AutoCompleteTextView.getAdapter.

func (*AutoCompleteTextView) GetCompletionHint added in v0.0.7

func (m *AutoCompleteTextView) GetCompletionHint() (*jni.Object, error)

GetCompletionHint calls android.widget.AutoCompleteTextView.getCompletionHint.

func (*AutoCompleteTextView) GetDropDownAnchor added in v0.0.7

func (m *AutoCompleteTextView) GetDropDownAnchor() (int32, error)

GetDropDownAnchor calls android.widget.AutoCompleteTextView.getDropDownAnchor.

func (*AutoCompleteTextView) GetDropDownBackground added in v0.0.7

func (m *AutoCompleteTextView) GetDropDownBackground() (*jni.Object, error)

GetDropDownBackground calls android.widget.AutoCompleteTextView.getDropDownBackground.

func (*AutoCompleteTextView) GetDropDownHeight added in v0.0.7

func (m *AutoCompleteTextView) GetDropDownHeight() (int32, error)

GetDropDownHeight calls android.widget.AutoCompleteTextView.getDropDownHeight.

func (*AutoCompleteTextView) GetDropDownHorizontalOffset added in v0.0.7

func (m *AutoCompleteTextView) GetDropDownHorizontalOffset() (int32, error)

GetDropDownHorizontalOffset calls android.widget.AutoCompleteTextView.getDropDownHorizontalOffset.

func (*AutoCompleteTextView) GetDropDownVerticalOffset added in v0.0.7

func (m *AutoCompleteTextView) GetDropDownVerticalOffset() (int32, error)

GetDropDownVerticalOffset calls android.widget.AutoCompleteTextView.getDropDownVerticalOffset.

func (*AutoCompleteTextView) GetDropDownWidth added in v0.0.7

func (m *AutoCompleteTextView) GetDropDownWidth() (int32, error)

GetDropDownWidth calls android.widget.AutoCompleteTextView.getDropDownWidth.

func (*AutoCompleteTextView) GetInputMethodMode added in v0.0.7

func (m *AutoCompleteTextView) GetInputMethodMode() (int32, error)

GetInputMethodMode calls android.widget.AutoCompleteTextView.getInputMethodMode.

func (*AutoCompleteTextView) GetItemClickListener added in v0.0.7

func (m *AutoCompleteTextView) GetItemClickListener() (*jni.Object, error)

GetItemClickListener calls android.widget.AutoCompleteTextView.getItemClickListener.

func (*AutoCompleteTextView) GetItemSelectedListener added in v0.0.7

func (m *AutoCompleteTextView) GetItemSelectedListener() (*jni.Object, error)

GetItemSelectedListener calls android.widget.AutoCompleteTextView.getItemSelectedListener.

func (*AutoCompleteTextView) GetListSelection added in v0.0.7

func (m *AutoCompleteTextView) GetListSelection() (int32, error)

GetListSelection calls android.widget.AutoCompleteTextView.getListSelection.

func (*AutoCompleteTextView) GetOnItemClickListener added in v0.0.7

func (m *AutoCompleteTextView) GetOnItemClickListener() (*jni.Object, error)

GetOnItemClickListener calls android.widget.AutoCompleteTextView.getOnItemClickListener.

func (*AutoCompleteTextView) GetOnItemSelectedListener added in v0.0.7

func (m *AutoCompleteTextView) GetOnItemSelectedListener() (*jni.Object, error)

GetOnItemSelectedListener calls android.widget.AutoCompleteTextView.getOnItemSelectedListener.

func (*AutoCompleteTextView) GetThreshold added in v0.0.7

func (m *AutoCompleteTextView) GetThreshold() (int32, error)

GetThreshold calls android.widget.AutoCompleteTextView.getThreshold.

func (*AutoCompleteTextView) GetValidator added in v0.0.7

func (m *AutoCompleteTextView) GetValidator() (*jni.Object, error)

GetValidator calls android.widget.AutoCompleteTextView.getValidator.

func (*AutoCompleteTextView) IsPerformingCompletion added in v0.0.7

func (m *AutoCompleteTextView) IsPerformingCompletion() (bool, error)

IsPerformingCompletion calls android.widget.AutoCompleteTextView.isPerformingCompletion.

func (*AutoCompleteTextView) IsPopupShowing added in v0.0.7

func (m *AutoCompleteTextView) IsPopupShowing() (bool, error)

IsPopupShowing calls android.widget.AutoCompleteTextView.isPopupShowing.

func (*AutoCompleteTextView) OnCommitCompletion added in v0.0.7

func (m *AutoCompleteTextView) OnCommitCompletion(arg0 *jni.Object) error

OnCommitCompletion calls android.widget.AutoCompleteTextView.onCommitCompletion.

func (*AutoCompleteTextView) OnFilterComplete added in v0.0.7

func (m *AutoCompleteTextView) OnFilterComplete(arg0 int32) error

OnFilterComplete calls android.widget.AutoCompleteTextView.onFilterComplete.

func (*AutoCompleteTextView) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.AutoCompleteTextView.onKeyDown.

func (*AutoCompleteTextView) OnKeyPreIme added in v0.0.7

func (m *AutoCompleteTextView) OnKeyPreIme(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyPreIme calls android.widget.AutoCompleteTextView.onKeyPreIme.

func (*AutoCompleteTextView) OnKeyUp added in v0.0.7

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

OnKeyUp calls android.widget.AutoCompleteTextView.onKeyUp.

func (*AutoCompleteTextView) OnWindowFocusChanged added in v0.0.7

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

OnWindowFocusChanged calls android.widget.AutoCompleteTextView.onWindowFocusChanged.

func (*AutoCompleteTextView) PerformCompletion added in v0.0.7

func (m *AutoCompleteTextView) PerformCompletion() error

PerformCompletion calls android.widget.AutoCompleteTextView.performCompletion.

func (*AutoCompleteTextView) PerformValidation added in v0.0.7

func (m *AutoCompleteTextView) PerformValidation() error

PerformValidation calls android.widget.AutoCompleteTextView.performValidation.

func (*AutoCompleteTextView) RefreshAutoCompleteResults added in v0.0.7

func (m *AutoCompleteTextView) RefreshAutoCompleteResults() error

RefreshAutoCompleteResults calls android.widget.AutoCompleteTextView.refreshAutoCompleteResults.

func (*AutoCompleteTextView) SetCompletionHint added in v0.0.7

func (m *AutoCompleteTextView) SetCompletionHint(arg0 string) error

SetCompletionHint calls android.widget.AutoCompleteTextView.setCompletionHint.

func (*AutoCompleteTextView) SetDropDownAnchor added in v0.0.7

func (m *AutoCompleteTextView) SetDropDownAnchor(arg0 int32) error

SetDropDownAnchor calls android.widget.AutoCompleteTextView.setDropDownAnchor.

func (*AutoCompleteTextView) SetDropDownBackgroundDrawable added in v0.0.7

func (m *AutoCompleteTextView) SetDropDownBackgroundDrawable(arg0 *jni.Object) error

SetDropDownBackgroundDrawable calls android.widget.AutoCompleteTextView.setDropDownBackgroundDrawable.

func (*AutoCompleteTextView) SetDropDownBackgroundResource added in v0.0.7

func (m *AutoCompleteTextView) SetDropDownBackgroundResource(arg0 int32) error

SetDropDownBackgroundResource calls android.widget.AutoCompleteTextView.setDropDownBackgroundResource.

func (*AutoCompleteTextView) SetDropDownHeight added in v0.0.7

func (m *AutoCompleteTextView) SetDropDownHeight(arg0 int32) error

SetDropDownHeight calls android.widget.AutoCompleteTextView.setDropDownHeight.

func (*AutoCompleteTextView) SetDropDownHorizontalOffset added in v0.0.7

func (m *AutoCompleteTextView) SetDropDownHorizontalOffset(arg0 int32) error

SetDropDownHorizontalOffset calls android.widget.AutoCompleteTextView.setDropDownHorizontalOffset.

func (*AutoCompleteTextView) SetDropDownVerticalOffset added in v0.0.7

func (m *AutoCompleteTextView) SetDropDownVerticalOffset(arg0 int32) error

SetDropDownVerticalOffset calls android.widget.AutoCompleteTextView.setDropDownVerticalOffset.

func (*AutoCompleteTextView) SetDropDownWidth added in v0.0.7

func (m *AutoCompleteTextView) SetDropDownWidth(arg0 int32) error

SetDropDownWidth calls android.widget.AutoCompleteTextView.setDropDownWidth.

func (*AutoCompleteTextView) SetInputMethodMode added in v0.0.7

func (m *AutoCompleteTextView) SetInputMethodMode(arg0 int32) error

SetInputMethodMode calls android.widget.AutoCompleteTextView.setInputMethodMode.

func (*AutoCompleteTextView) SetListSelection added in v0.0.7

func (m *AutoCompleteTextView) SetListSelection(arg0 int32) error

SetListSelection calls android.widget.AutoCompleteTextView.setListSelection.

func (*AutoCompleteTextView) SetOnClickListener added in v0.0.7

func (m *AutoCompleteTextView) SetOnClickListener(arg0 *jni.Object) error

SetOnClickListener calls android.widget.AutoCompleteTextView.setOnClickListener.

func (*AutoCompleteTextView) SetOnDismissListener added in v0.0.7

func (m *AutoCompleteTextView) SetOnDismissListener(arg0 *jni.Object) error

SetOnDismissListener calls android.widget.AutoCompleteTextView.setOnDismissListener.

func (*AutoCompleteTextView) SetOnItemClickListener added in v0.0.7

func (m *AutoCompleteTextView) SetOnItemClickListener(arg0 *jni.Object) error

SetOnItemClickListener calls android.widget.AutoCompleteTextView.setOnItemClickListener.

func (*AutoCompleteTextView) SetOnItemSelectedListener added in v0.0.7

func (m *AutoCompleteTextView) SetOnItemSelectedListener(arg0 *jni.Object) error

SetOnItemSelectedListener calls android.widget.AutoCompleteTextView.setOnItemSelectedListener.

func (*AutoCompleteTextView) SetText added in v0.0.7

func (m *AutoCompleteTextView) SetText(arg0 string, arg1 bool) error

SetText calls android.widget.AutoCompleteTextView.setText.

func (*AutoCompleteTextView) SetThreshold added in v0.0.7

func (m *AutoCompleteTextView) SetThreshold(arg0 int32) error

SetThreshold calls android.widget.AutoCompleteTextView.setThreshold.

func (*AutoCompleteTextView) SetValidator added in v0.0.7

func (m *AutoCompleteTextView) SetValidator(arg0 *jni.Object) error

SetValidator calls android.widget.AutoCompleteTextView.setValidator.

func (*AutoCompleteTextView) ShowDropDown added in v0.0.7

func (m *AutoCompleteTextView) ShowDropDown() error

ShowDropDown calls android.widget.AutoCompleteTextView.showDropDown.

type AutoCompleteTextViewOnDismissListener added in v0.0.7

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

AutoCompleteTextViewOnDismissListener wraps android.widget.AutoCompleteTextView$OnDismissListener.

func (*AutoCompleteTextViewOnDismissListener) OnDismiss added in v0.0.7

OnDismiss calls android.widget.AutoCompleteTextView$OnDismissListener.onDismiss.

type AutoCompleteTextViewValidator added in v0.0.7

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

AutoCompleteTextViewValidator wraps android.widget.AutoCompleteTextView$Validator.

func (*AutoCompleteTextViewValidator) FixText added in v0.0.7

func (m *AutoCompleteTextViewValidator) FixText(arg0 string) (*jni.Object, error)

FixText calls android.widget.AutoCompleteTextView$Validator.fixText.

func (*AutoCompleteTextViewValidator) IsValid added in v0.0.7

func (m *AutoCompleteTextViewValidator) IsValid(arg0 string) (bool, error)

IsValid calls android.widget.AutoCompleteTextView$Validator.isValid.

type BaseAdapter added in v0.0.7

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

BaseAdapter wraps android.widget.BaseAdapter.

func (*BaseAdapter) AreAllItemsEnabled added in v0.0.7

func (m *BaseAdapter) AreAllItemsEnabled() (bool, error)

AreAllItemsEnabled calls android.widget.BaseAdapter.areAllItemsEnabled.

func (*BaseAdapter) GetAutofillOptions added in v0.0.7

func (m *BaseAdapter) GetAutofillOptions() (*jni.Object, error)

GetAutofillOptions calls android.widget.BaseAdapter.getAutofillOptions.

func (*BaseAdapter) GetDropDownView added in v0.0.7

func (m *BaseAdapter) GetDropDownView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

GetDropDownView calls android.widget.BaseAdapter.getDropDownView.

func (*BaseAdapter) GetItemViewType added in v0.0.7

func (m *BaseAdapter) GetItemViewType(arg0 int32) (int32, error)

GetItemViewType calls android.widget.BaseAdapter.getItemViewType.

func (*BaseAdapter) GetViewTypeCount added in v0.0.7

func (m *BaseAdapter) GetViewTypeCount() (int32, error)

GetViewTypeCount calls android.widget.BaseAdapter.getViewTypeCount.

func (*BaseAdapter) HasStableIds added in v0.0.7

func (m *BaseAdapter) HasStableIds() (bool, error)

HasStableIds calls android.widget.BaseAdapter.hasStableIds.

func (*BaseAdapter) IsEmpty added in v0.0.7

func (m *BaseAdapter) IsEmpty() (bool, error)

IsEmpty calls android.widget.BaseAdapter.isEmpty.

func (*BaseAdapter) IsEnabled added in v0.0.7

func (m *BaseAdapter) IsEnabled(arg0 int32) (bool, error)

IsEnabled calls android.widget.BaseAdapter.isEnabled.

func (*BaseAdapter) NotifyDataSetChanged added in v0.0.7

func (m *BaseAdapter) NotifyDataSetChanged() error

NotifyDataSetChanged calls android.widget.BaseAdapter.notifyDataSetChanged.

func (*BaseAdapter) NotifyDataSetInvalidated added in v0.0.7

func (m *BaseAdapter) NotifyDataSetInvalidated() error

NotifyDataSetInvalidated calls android.widget.BaseAdapter.notifyDataSetInvalidated.

func (*BaseAdapter) RegisterDataSetObserver added in v0.0.7

func (m *BaseAdapter) RegisterDataSetObserver(arg0 *jni.Object) error

RegisterDataSetObserver calls android.widget.BaseAdapter.registerDataSetObserver.

func (*BaseAdapter) SetAutofillOptions added in v0.0.7

func (m *BaseAdapter) SetAutofillOptions(arg0 *jni.Object) error

SetAutofillOptions calls android.widget.BaseAdapter.setAutofillOptions.

func (*BaseAdapter) UnregisterDataSetObserver added in v0.0.7

func (m *BaseAdapter) UnregisterDataSetObserver(arg0 *jni.Object) error

UnregisterDataSetObserver calls android.widget.BaseAdapter.unregisterDataSetObserver.

type BaseExpandableListAdapter added in v0.0.7

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

BaseExpandableListAdapter wraps android.widget.BaseExpandableListAdapter.

func (*BaseExpandableListAdapter) AreAllItemsEnabled added in v0.0.7

func (m *BaseExpandableListAdapter) AreAllItemsEnabled() (bool, error)

AreAllItemsEnabled calls android.widget.BaseExpandableListAdapter.areAllItemsEnabled.

func (*BaseExpandableListAdapter) GetChildType added in v0.0.7

func (m *BaseExpandableListAdapter) GetChildType(arg0 int32, arg1 int32) (int32, error)

GetChildType calls android.widget.BaseExpandableListAdapter.getChildType.

func (*BaseExpandableListAdapter) GetChildTypeCount added in v0.0.7

func (m *BaseExpandableListAdapter) GetChildTypeCount() (int32, error)

GetChildTypeCount calls android.widget.BaseExpandableListAdapter.getChildTypeCount.

func (*BaseExpandableListAdapter) GetCombinedChildId added in v0.0.7

func (m *BaseExpandableListAdapter) GetCombinedChildId(arg0 int64, arg1 int64) (int64, error)

GetCombinedChildId calls android.widget.BaseExpandableListAdapter.getCombinedChildId.

func (*BaseExpandableListAdapter) GetCombinedGroupId added in v0.0.7

func (m *BaseExpandableListAdapter) GetCombinedGroupId(arg0 int64) (int64, error)

GetCombinedGroupId calls android.widget.BaseExpandableListAdapter.getCombinedGroupId.

func (*BaseExpandableListAdapter) GetGroupType added in v0.0.7

func (m *BaseExpandableListAdapter) GetGroupType(arg0 int32) (int32, error)

GetGroupType calls android.widget.BaseExpandableListAdapter.getGroupType.

func (*BaseExpandableListAdapter) GetGroupTypeCount added in v0.0.7

func (m *BaseExpandableListAdapter) GetGroupTypeCount() (int32, error)

GetGroupTypeCount calls android.widget.BaseExpandableListAdapter.getGroupTypeCount.

func (*BaseExpandableListAdapter) IsEmpty added in v0.0.7

func (m *BaseExpandableListAdapter) IsEmpty() (bool, error)

IsEmpty calls android.widget.BaseExpandableListAdapter.isEmpty.

func (*BaseExpandableListAdapter) NotifyDataSetChanged added in v0.0.7

func (m *BaseExpandableListAdapter) NotifyDataSetChanged() error

NotifyDataSetChanged calls android.widget.BaseExpandableListAdapter.notifyDataSetChanged.

func (*BaseExpandableListAdapter) NotifyDataSetInvalidated added in v0.0.7

func (m *BaseExpandableListAdapter) NotifyDataSetInvalidated() error

NotifyDataSetInvalidated calls android.widget.BaseExpandableListAdapter.notifyDataSetInvalidated.

func (*BaseExpandableListAdapter) OnGroupCollapsed added in v0.0.7

func (m *BaseExpandableListAdapter) OnGroupCollapsed(arg0 int32) error

OnGroupCollapsed calls android.widget.BaseExpandableListAdapter.onGroupCollapsed.

func (*BaseExpandableListAdapter) OnGroupExpanded added in v0.0.7

func (m *BaseExpandableListAdapter) OnGroupExpanded(arg0 int32) error

OnGroupExpanded calls android.widget.BaseExpandableListAdapter.onGroupExpanded.

func (*BaseExpandableListAdapter) RegisterDataSetObserver added in v0.0.7

func (m *BaseExpandableListAdapter) RegisterDataSetObserver(arg0 *jni.Object) error

RegisterDataSetObserver calls android.widget.BaseExpandableListAdapter.registerDataSetObserver.

func (*BaseExpandableListAdapter) UnregisterDataSetObserver added in v0.0.7

func (m *BaseExpandableListAdapter) UnregisterDataSetObserver(arg0 *jni.Object) error

UnregisterDataSetObserver calls android.widget.BaseExpandableListAdapter.unregisterDataSetObserver.

type Button added in v0.0.7

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

Button wraps android.widget.Button.

func NewButton added in v0.0.7

func NewButton(vm *jni.VM, arg0 *jni.Object) (*Button, error)

NewButton creates a new android.widget.Button instance.

func (*Button) GetAccessibilityClassName added in v0.0.7

func (m *Button) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.Button.getAccessibilityClassName.

func (*Button) OnResolvePointerIcon added in v0.0.7

func (m *Button) OnResolvePointerIcon(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

OnResolvePointerIcon calls android.widget.Button.onResolvePointerIcon.

type CalendarView added in v0.0.7

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

CalendarView wraps android.widget.CalendarView.

func NewCalendarView added in v0.0.7

func NewCalendarView(vm *jni.VM, arg0 *jni.Object) (*CalendarView, error)

NewCalendarView creates a new android.widget.CalendarView instance.

func (*CalendarView) GetAccessibilityClassName added in v0.0.7

func (m *CalendarView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.CalendarView.getAccessibilityClassName.

func (*CalendarView) GetDate added in v0.0.7

func (m *CalendarView) GetDate() (int64, error)

GetDate calls android.widget.CalendarView.getDate.

func (*CalendarView) GetDateTextAppearance added in v0.0.7

func (m *CalendarView) GetDateTextAppearance() (int32, error)

GetDateTextAppearance calls android.widget.CalendarView.getDateTextAppearance.

func (*CalendarView) GetFirstDayOfWeek added in v0.0.7

func (m *CalendarView) GetFirstDayOfWeek() (int32, error)

GetFirstDayOfWeek calls android.widget.CalendarView.getFirstDayOfWeek.

func (*CalendarView) GetFocusedMonthDateColor added in v0.0.7

func (m *CalendarView) GetFocusedMonthDateColor() (int32, error)

GetFocusedMonthDateColor calls android.widget.CalendarView.getFocusedMonthDateColor.

func (*CalendarView) GetMaxDate added in v0.0.7

func (m *CalendarView) GetMaxDate() (int64, error)

GetMaxDate calls android.widget.CalendarView.getMaxDate.

func (*CalendarView) GetMinDate added in v0.0.7

func (m *CalendarView) GetMinDate() (int64, error)

GetMinDate calls android.widget.CalendarView.getMinDate.

func (*CalendarView) GetSelectedDateVerticalBar added in v0.0.7

func (m *CalendarView) GetSelectedDateVerticalBar() (*jni.Object, error)

GetSelectedDateVerticalBar calls android.widget.CalendarView.getSelectedDateVerticalBar.

func (*CalendarView) GetSelectedWeekBackgroundColor added in v0.0.7

func (m *CalendarView) GetSelectedWeekBackgroundColor() (int32, error)

GetSelectedWeekBackgroundColor calls android.widget.CalendarView.getSelectedWeekBackgroundColor.

func (*CalendarView) GetShowWeekNumber added in v0.0.7

func (m *CalendarView) GetShowWeekNumber() (bool, error)

GetShowWeekNumber calls android.widget.CalendarView.getShowWeekNumber.

func (*CalendarView) GetShownWeekCount added in v0.0.7

func (m *CalendarView) GetShownWeekCount() (int32, error)

GetShownWeekCount calls android.widget.CalendarView.getShownWeekCount.

func (*CalendarView) GetUnfocusedMonthDateColor added in v0.0.7

func (m *CalendarView) GetUnfocusedMonthDateColor() (int32, error)

GetUnfocusedMonthDateColor calls android.widget.CalendarView.getUnfocusedMonthDateColor.

func (*CalendarView) GetWeekDayTextAppearance added in v0.0.7

func (m *CalendarView) GetWeekDayTextAppearance() (int32, error)

GetWeekDayTextAppearance calls android.widget.CalendarView.getWeekDayTextAppearance.

func (*CalendarView) GetWeekNumberColor added in v0.0.7

func (m *CalendarView) GetWeekNumberColor() (int32, error)

GetWeekNumberColor calls android.widget.CalendarView.getWeekNumberColor.

func (*CalendarView) GetWeekSeparatorLineColor added in v0.0.7

func (m *CalendarView) GetWeekSeparatorLineColor() (int32, error)

GetWeekSeparatorLineColor calls android.widget.CalendarView.getWeekSeparatorLineColor.

func (*CalendarView) SetDate1 added in v0.0.7

func (m *CalendarView) SetDate1(arg0 int64) error

SetDate1 calls android.widget.CalendarView.setDate.

func (*CalendarView) SetDate3_1 added in v0.0.7

func (m *CalendarView) SetDate3_1(
	arg0 int64,
	arg1 bool,
	arg2 bool,
) error

SetDate3_1 calls android.widget.CalendarView.setDate.

func (*CalendarView) SetDateTextAppearance added in v0.0.7

func (m *CalendarView) SetDateTextAppearance(arg0 int32) error

SetDateTextAppearance calls android.widget.CalendarView.setDateTextAppearance.

func (*CalendarView) SetFirstDayOfWeek added in v0.0.7

func (m *CalendarView) SetFirstDayOfWeek(arg0 int32) error

SetFirstDayOfWeek calls android.widget.CalendarView.setFirstDayOfWeek.

func (*CalendarView) SetFocusedMonthDateColor added in v0.0.7

func (m *CalendarView) SetFocusedMonthDateColor(arg0 int32) error

SetFocusedMonthDateColor calls android.widget.CalendarView.setFocusedMonthDateColor.

func (*CalendarView) SetMaxDate added in v0.0.7

func (m *CalendarView) SetMaxDate(arg0 int64) error

SetMaxDate calls android.widget.CalendarView.setMaxDate.

func (*CalendarView) SetMinDate added in v0.0.7

func (m *CalendarView) SetMinDate(arg0 int64) error

SetMinDate calls android.widget.CalendarView.setMinDate.

func (*CalendarView) SetOnDateChangeListener added in v0.0.7

func (m *CalendarView) SetOnDateChangeListener(arg0 *jni.Object) error

SetOnDateChangeListener calls android.widget.CalendarView.setOnDateChangeListener.

func (*CalendarView) SetSelectedDateVerticalBar1 added in v0.0.7

func (m *CalendarView) SetSelectedDateVerticalBar1(arg0 *jni.Object) error

SetSelectedDateVerticalBar1 calls android.widget.CalendarView.setSelectedDateVerticalBar.

func (*CalendarView) SetSelectedDateVerticalBar1_1 added in v0.0.7

func (m *CalendarView) SetSelectedDateVerticalBar1_1(arg0 int32) error

SetSelectedDateVerticalBar1_1 calls android.widget.CalendarView.setSelectedDateVerticalBar.

func (*CalendarView) SetSelectedWeekBackgroundColor added in v0.0.7

func (m *CalendarView) SetSelectedWeekBackgroundColor(arg0 int32) error

SetSelectedWeekBackgroundColor calls android.widget.CalendarView.setSelectedWeekBackgroundColor.

func (*CalendarView) SetShowWeekNumber added in v0.0.7

func (m *CalendarView) SetShowWeekNumber(arg0 bool) error

SetShowWeekNumber calls android.widget.CalendarView.setShowWeekNumber.

func (*CalendarView) SetShownWeekCount added in v0.0.7

func (m *CalendarView) SetShownWeekCount(arg0 int32) error

SetShownWeekCount calls android.widget.CalendarView.setShownWeekCount.

func (*CalendarView) SetUnfocusedMonthDateColor added in v0.0.7

func (m *CalendarView) SetUnfocusedMonthDateColor(arg0 int32) error

SetUnfocusedMonthDateColor calls android.widget.CalendarView.setUnfocusedMonthDateColor.

func (*CalendarView) SetWeekDayTextAppearance added in v0.0.7

func (m *CalendarView) SetWeekDayTextAppearance(arg0 int32) error

SetWeekDayTextAppearance calls android.widget.CalendarView.setWeekDayTextAppearance.

func (*CalendarView) SetWeekNumberColor added in v0.0.7

func (m *CalendarView) SetWeekNumberColor(arg0 int32) error

SetWeekNumberColor calls android.widget.CalendarView.setWeekNumberColor.

func (*CalendarView) SetWeekSeparatorLineColor added in v0.0.7

func (m *CalendarView) SetWeekSeparatorLineColor(arg0 int32) error

SetWeekSeparatorLineColor calls android.widget.CalendarView.setWeekSeparatorLineColor.

type CalendarViewOnDateChangeListener added in v0.0.7

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

CalendarViewOnDateChangeListener wraps android.widget.CalendarView$OnDateChangeListener.

func (*CalendarViewOnDateChangeListener) OnSelectedDayChange added in v0.0.7

func (m *CalendarViewOnDateChangeListener) OnSelectedDayChange(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

OnSelectedDayChange calls android.widget.CalendarView$OnDateChangeListener.onSelectedDayChange.

type CheckBox added in v0.0.7

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

CheckBox wraps android.widget.CheckBox.

func NewCheckBox added in v0.0.7

func NewCheckBox(vm *jni.VM, arg0 *jni.Object) (*CheckBox, error)

NewCheckBox creates a new android.widget.CheckBox instance.

func (*CheckBox) GetAccessibilityClassName added in v0.0.7

func (m *CheckBox) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.CheckBox.getAccessibilityClassName.

type Checkable added in v0.0.7

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

Checkable wraps android.widget.Checkable.

func (*Checkable) IsChecked added in v0.0.7

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

IsChecked calls android.widget.Checkable.isChecked.

func (*Checkable) SetChecked added in v0.0.7

func (m *Checkable) SetChecked(arg0 bool) error

SetChecked calls android.widget.Checkable.setChecked.

func (*Checkable) Toggle added in v0.0.7

func (m *Checkable) Toggle() error

Toggle calls android.widget.Checkable.toggle.

type CheckedTextView added in v0.0.7

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

CheckedTextView wraps android.widget.CheckedTextView.

func NewCheckedTextView added in v0.0.7

func NewCheckedTextView(vm *jni.VM, arg0 *jni.Object) (*CheckedTextView, error)

NewCheckedTextView creates a new android.widget.CheckedTextView instance.

func (*CheckedTextView) DrawableHotspotChanged added in v0.0.7

func (m *CheckedTextView) DrawableHotspotChanged(arg0 float32, arg1 float32) error

DrawableHotspotChanged calls android.widget.CheckedTextView.drawableHotspotChanged.

func (*CheckedTextView) GetAccessibilityClassName added in v0.0.7

func (m *CheckedTextView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.CheckedTextView.getAccessibilityClassName.

func (*CheckedTextView) GetCheckMarkDrawable added in v0.0.7

func (m *CheckedTextView) GetCheckMarkDrawable() (*jni.Object, error)

GetCheckMarkDrawable calls android.widget.CheckedTextView.getCheckMarkDrawable.

func (*CheckedTextView) GetCheckMarkTintBlendMode added in v0.0.7

func (m *CheckedTextView) GetCheckMarkTintBlendMode() (*jni.Object, error)

GetCheckMarkTintBlendMode calls android.widget.CheckedTextView.getCheckMarkTintBlendMode.

func (*CheckedTextView) GetCheckMarkTintList added in v0.0.7

func (m *CheckedTextView) GetCheckMarkTintList() (*jni.Object, error)

GetCheckMarkTintList calls android.widget.CheckedTextView.getCheckMarkTintList.

func (*CheckedTextView) GetCheckMarkTintMode added in v0.0.7

func (m *CheckedTextView) GetCheckMarkTintMode() (*jni.Object, error)

GetCheckMarkTintMode calls android.widget.CheckedTextView.getCheckMarkTintMode.

func (*CheckedTextView) IsChecked added in v0.0.7

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

IsChecked calls android.widget.CheckedTextView.isChecked.

func (*CheckedTextView) JumpDrawablesToCurrentState added in v0.0.7

func (m *CheckedTextView) JumpDrawablesToCurrentState() error

JumpDrawablesToCurrentState calls android.widget.CheckedTextView.jumpDrawablesToCurrentState.

func (*CheckedTextView) OnRestoreInstanceState added in v0.0.7

func (m *CheckedTextView) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.widget.CheckedTextView.onRestoreInstanceState.

func (*CheckedTextView) OnRtlPropertiesChanged added in v0.0.7

func (m *CheckedTextView) OnRtlPropertiesChanged(arg0 int32) error

OnRtlPropertiesChanged calls android.widget.CheckedTextView.onRtlPropertiesChanged.

func (*CheckedTextView) OnSaveInstanceState added in v0.0.7

func (m *CheckedTextView) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.widget.CheckedTextView.onSaveInstanceState.

func (*CheckedTextView) SetCheckMarkDrawable1 added in v0.0.7

func (m *CheckedTextView) SetCheckMarkDrawable1(arg0 *jni.Object) error

SetCheckMarkDrawable1 calls android.widget.CheckedTextView.setCheckMarkDrawable.

func (*CheckedTextView) SetCheckMarkDrawable1_1 added in v0.0.7

func (m *CheckedTextView) SetCheckMarkDrawable1_1(arg0 int32) error

SetCheckMarkDrawable1_1 calls android.widget.CheckedTextView.setCheckMarkDrawable.

func (*CheckedTextView) SetCheckMarkTintBlendMode added in v0.0.7

func (m *CheckedTextView) SetCheckMarkTintBlendMode(arg0 *jni.Object) error

SetCheckMarkTintBlendMode calls android.widget.CheckedTextView.setCheckMarkTintBlendMode.

func (*CheckedTextView) SetCheckMarkTintList added in v0.0.7

func (m *CheckedTextView) SetCheckMarkTintList(arg0 *jni.Object) error

SetCheckMarkTintList calls android.widget.CheckedTextView.setCheckMarkTintList.

func (*CheckedTextView) SetCheckMarkTintMode added in v0.0.7

func (m *CheckedTextView) SetCheckMarkTintMode(arg0 *jni.Object) error

SetCheckMarkTintMode calls android.widget.CheckedTextView.setCheckMarkTintMode.

func (*CheckedTextView) SetChecked added in v0.0.7

func (m *CheckedTextView) SetChecked(arg0 bool) error

SetChecked calls android.widget.CheckedTextView.setChecked.

func (*CheckedTextView) SetVisibility added in v0.0.7

func (m *CheckedTextView) SetVisibility(arg0 int32) error

SetVisibility calls android.widget.CheckedTextView.setVisibility.

func (*CheckedTextView) Toggle added in v0.0.7

func (m *CheckedTextView) Toggle() error

Toggle calls android.widget.CheckedTextView.toggle.

type Chronometer added in v0.0.7

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

Chronometer wraps android.widget.Chronometer.

func NewChronometer added in v0.0.7

func NewChronometer(vm *jni.VM, arg0 *jni.Object) (*Chronometer, error)

NewChronometer creates a new android.widget.Chronometer instance.

func (*Chronometer) GetAccessibilityClassName added in v0.0.7

func (m *Chronometer) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.Chronometer.getAccessibilityClassName.

func (*Chronometer) GetBase added in v0.0.7

func (m *Chronometer) GetBase() (int64, error)

GetBase calls android.widget.Chronometer.getBase.

func (*Chronometer) GetContentDescription added in v0.0.7

func (m *Chronometer) GetContentDescription() (*jni.Object, error)

GetContentDescription calls android.widget.Chronometer.getContentDescription.

func (*Chronometer) GetFormat added in v0.0.7

func (m *Chronometer) GetFormat() (string, error)

GetFormat calls android.widget.Chronometer.getFormat.

func (*Chronometer) GetOnChronometerTickListener added in v0.0.7

func (m *Chronometer) GetOnChronometerTickListener() (*jni.Object, error)

GetOnChronometerTickListener calls android.widget.Chronometer.getOnChronometerTickListener.

func (*Chronometer) IsCountDown added in v0.0.7

func (m *Chronometer) IsCountDown() (bool, error)

IsCountDown calls android.widget.Chronometer.isCountDown.

func (*Chronometer) IsTheFinalCountDown added in v0.0.7

func (m *Chronometer) IsTheFinalCountDown() (bool, error)

IsTheFinalCountDown calls android.widget.Chronometer.isTheFinalCountDown.

func (*Chronometer) SetBase added in v0.0.7

func (m *Chronometer) SetBase(arg0 int64) error

SetBase calls android.widget.Chronometer.setBase.

func (*Chronometer) SetCountDown added in v0.0.7

func (m *Chronometer) SetCountDown(arg0 bool) error

SetCountDown calls android.widget.Chronometer.setCountDown.

func (*Chronometer) SetFormat added in v0.0.7

func (m *Chronometer) SetFormat(arg0 string) error

SetFormat calls android.widget.Chronometer.setFormat.

func (*Chronometer) SetOnChronometerTickListener added in v0.0.7

func (m *Chronometer) SetOnChronometerTickListener(arg0 *jni.Object) error

SetOnChronometerTickListener calls android.widget.Chronometer.setOnChronometerTickListener.

func (*Chronometer) Start added in v0.0.7

func (m *Chronometer) Start() error

Start calls android.widget.Chronometer.start.

func (*Chronometer) Stop added in v0.0.7

func (m *Chronometer) Stop() error

Stop calls android.widget.Chronometer.stop.

type ChronometerOnChronometerTickListener added in v0.0.7

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

ChronometerOnChronometerTickListener wraps android.widget.Chronometer$OnChronometerTickListener.

func (*ChronometerOnChronometerTickListener) OnChronometerTick added in v0.0.7

func (m *ChronometerOnChronometerTickListener) OnChronometerTick(arg0 *jni.Object) error

OnChronometerTick calls android.widget.Chronometer$OnChronometerTickListener.onChronometerTick.

type CompoundButton added in v0.0.7

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

CompoundButton wraps android.widget.CompoundButton.

func (*CompoundButton) Autofill added in v0.0.7

func (m *CompoundButton) Autofill(arg0 *jni.Object) error

Autofill calls android.widget.CompoundButton.autofill.

func (*CompoundButton) DrawableHotspotChanged added in v0.0.7

func (m *CompoundButton) DrawableHotspotChanged(arg0 float32, arg1 float32) error

DrawableHotspotChanged calls android.widget.CompoundButton.drawableHotspotChanged.

func (*CompoundButton) GetAccessibilityClassName added in v0.0.7

func (m *CompoundButton) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.CompoundButton.getAccessibilityClassName.

func (*CompoundButton) GetAutofillType added in v0.0.7

func (m *CompoundButton) GetAutofillType() (int32, error)

GetAutofillType calls android.widget.CompoundButton.getAutofillType.

func (*CompoundButton) GetAutofillValue added in v0.0.7

func (m *CompoundButton) GetAutofillValue() (*jni.Object, error)

GetAutofillValue calls android.widget.CompoundButton.getAutofillValue.

func (*CompoundButton) GetButtonDrawable added in v0.0.7

func (m *CompoundButton) GetButtonDrawable() (*jni.Object, error)

GetButtonDrawable calls android.widget.CompoundButton.getButtonDrawable.

func (*CompoundButton) GetButtonTintBlendMode added in v0.0.7

func (m *CompoundButton) GetButtonTintBlendMode() (*jni.Object, error)

GetButtonTintBlendMode calls android.widget.CompoundButton.getButtonTintBlendMode.

func (*CompoundButton) GetButtonTintList added in v0.0.7

func (m *CompoundButton) GetButtonTintList() (*jni.Object, error)

GetButtonTintList calls android.widget.CompoundButton.getButtonTintList.

func (*CompoundButton) GetButtonTintMode added in v0.0.7

func (m *CompoundButton) GetButtonTintMode() (*jni.Object, error)

GetButtonTintMode calls android.widget.CompoundButton.getButtonTintMode.

func (*CompoundButton) GetCompoundPaddingLeft added in v0.0.7

func (m *CompoundButton) GetCompoundPaddingLeft() (int32, error)

GetCompoundPaddingLeft calls android.widget.CompoundButton.getCompoundPaddingLeft.

func (*CompoundButton) GetCompoundPaddingRight added in v0.0.7

func (m *CompoundButton) GetCompoundPaddingRight() (int32, error)

GetCompoundPaddingRight calls android.widget.CompoundButton.getCompoundPaddingRight.

func (*CompoundButton) IsChecked added in v0.0.7

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

IsChecked calls android.widget.CompoundButton.isChecked.

func (*CompoundButton) JumpDrawablesToCurrentState added in v0.0.7

func (m *CompoundButton) JumpDrawablesToCurrentState() error

JumpDrawablesToCurrentState calls android.widget.CompoundButton.jumpDrawablesToCurrentState.

func (*CompoundButton) OnRestoreInstanceState added in v0.0.7

func (m *CompoundButton) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.widget.CompoundButton.onRestoreInstanceState.

func (*CompoundButton) OnSaveInstanceState added in v0.0.7

func (m *CompoundButton) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.widget.CompoundButton.onSaveInstanceState.

func (*CompoundButton) PerformClick added in v0.0.7

func (m *CompoundButton) PerformClick() (bool, error)

PerformClick calls android.widget.CompoundButton.performClick.

func (*CompoundButton) SetButtonDrawable1 added in v0.0.7

func (m *CompoundButton) SetButtonDrawable1(arg0 *jni.Object) error

SetButtonDrawable1 calls android.widget.CompoundButton.setButtonDrawable.

func (*CompoundButton) SetButtonDrawable1_1 added in v0.0.7

func (m *CompoundButton) SetButtonDrawable1_1(arg0 int32) error

SetButtonDrawable1_1 calls android.widget.CompoundButton.setButtonDrawable.

func (*CompoundButton) SetButtonIcon added in v0.0.7

func (m *CompoundButton) SetButtonIcon(arg0 *jni.Object) error

SetButtonIcon calls android.widget.CompoundButton.setButtonIcon.

func (*CompoundButton) SetButtonTintBlendMode added in v0.0.7

func (m *CompoundButton) SetButtonTintBlendMode(arg0 *jni.Object) error

SetButtonTintBlendMode calls android.widget.CompoundButton.setButtonTintBlendMode.

func (*CompoundButton) SetButtonTintList added in v0.0.7

func (m *CompoundButton) SetButtonTintList(arg0 *jni.Object) error

SetButtonTintList calls android.widget.CompoundButton.setButtonTintList.

func (*CompoundButton) SetButtonTintMode added in v0.0.7

func (m *CompoundButton) SetButtonTintMode(arg0 *jni.Object) error

SetButtonTintMode calls android.widget.CompoundButton.setButtonTintMode.

func (*CompoundButton) SetChecked added in v0.0.7

func (m *CompoundButton) SetChecked(arg0 bool) error

SetChecked calls android.widget.CompoundButton.setChecked.

func (*CompoundButton) SetOnCheckedChangeListener added in v0.0.7

func (m *CompoundButton) SetOnCheckedChangeListener(arg0 *jni.Object) error

SetOnCheckedChangeListener calls android.widget.CompoundButton.setOnCheckedChangeListener.

func (*CompoundButton) SetStateDescription added in v0.0.7

func (m *CompoundButton) SetStateDescription(arg0 string) error

SetStateDescription calls android.widget.CompoundButton.setStateDescription.

func (*CompoundButton) Toggle added in v0.0.7

func (m *CompoundButton) Toggle() error

Toggle calls android.widget.CompoundButton.toggle.

type CompoundButtonOnCheckedChangeListener added in v0.0.7

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

CompoundButtonOnCheckedChangeListener wraps android.widget.CompoundButton$OnCheckedChangeListener.

func (*CompoundButtonOnCheckedChangeListener) OnCheckedChanged added in v0.0.7

func (m *CompoundButtonOnCheckedChangeListener) OnCheckedChanged(arg0 *jni.Object, arg1 bool) error

OnCheckedChanged calls android.widget.CompoundButton$OnCheckedChangeListener.onCheckedChanged.

type CursorAdapter added in v0.0.7

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

CursorAdapter wraps android.widget.CursorAdapter.

func (*CursorAdapter) BindView added in v0.0.7

func (m *CursorAdapter) BindView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

BindView calls android.widget.CursorAdapter.bindView.

func (*CursorAdapter) ChangeCursor added in v0.0.7

func (m *CursorAdapter) ChangeCursor(arg0 *jni.Object) error

ChangeCursor calls android.widget.CursorAdapter.changeCursor.

func (*CursorAdapter) ConvertToString added in v0.0.7

func (m *CursorAdapter) ConvertToString(arg0 *jni.Object) (*jni.Object, error)

ConvertToString calls android.widget.CursorAdapter.convertToString.

func (*CursorAdapter) GetCount added in v0.0.7

func (m *CursorAdapter) GetCount() (int32, error)

GetCount calls android.widget.CursorAdapter.getCount.

func (*CursorAdapter) GetCursor added in v0.0.7

func (m *CursorAdapter) GetCursor() (*jni.Object, error)

GetCursor calls android.widget.CursorAdapter.getCursor.

func (*CursorAdapter) GetDropDownView added in v0.0.7

func (m *CursorAdapter) GetDropDownView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

GetDropDownView calls android.widget.CursorAdapter.getDropDownView.

func (*CursorAdapter) GetDropDownViewTheme added in v0.0.7

func (m *CursorAdapter) GetDropDownViewTheme() (*jni.Object, error)

GetDropDownViewTheme calls android.widget.CursorAdapter.getDropDownViewTheme.

func (*CursorAdapter) GetFilter added in v0.0.7

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

GetFilter calls android.widget.CursorAdapter.getFilter.

func (*CursorAdapter) GetFilterQueryProvider added in v0.0.7

func (m *CursorAdapter) GetFilterQueryProvider() (*jni.Object, error)

GetFilterQueryProvider calls android.widget.CursorAdapter.getFilterQueryProvider.

func (*CursorAdapter) GetItem added in v0.0.7

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

GetItem calls android.widget.CursorAdapter.getItem.

func (*CursorAdapter) GetItemId added in v0.0.7

func (m *CursorAdapter) GetItemId(arg0 int32) (int64, error)

GetItemId calls android.widget.CursorAdapter.getItemId.

func (*CursorAdapter) GetView added in v0.0.7

func (m *CursorAdapter) GetView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

GetView calls android.widget.CursorAdapter.getView.

func (*CursorAdapter) HasStableIds added in v0.0.7

func (m *CursorAdapter) HasStableIds() (bool, error)

HasStableIds calls android.widget.CursorAdapter.hasStableIds.

func (*CursorAdapter) NewDropDownView added in v0.0.7

func (m *CursorAdapter) NewDropDownView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

NewDropDownView calls android.widget.CursorAdapter.newDropDownView.

func (*CursorAdapter) NewView added in v0.0.7

func (m *CursorAdapter) NewView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

NewView calls android.widget.CursorAdapter.newView.

func (*CursorAdapter) RunQueryOnBackgroundThread added in v0.0.7

func (m *CursorAdapter) RunQueryOnBackgroundThread(arg0 string) (*jni.Object, error)

RunQueryOnBackgroundThread calls android.widget.CursorAdapter.runQueryOnBackgroundThread.

func (*CursorAdapter) SetDropDownViewTheme added in v0.0.7

func (m *CursorAdapter) SetDropDownViewTheme(arg0 *jni.Object) error

SetDropDownViewTheme calls android.widget.CursorAdapter.setDropDownViewTheme.

func (*CursorAdapter) SetFilterQueryProvider added in v0.0.7

func (m *CursorAdapter) SetFilterQueryProvider(arg0 *jni.Object) error

SetFilterQueryProvider calls android.widget.CursorAdapter.setFilterQueryProvider.

func (*CursorAdapter) SwapCursor added in v0.0.7

func (m *CursorAdapter) SwapCursor(arg0 *jni.Object) (*jni.Object, error)

SwapCursor calls android.widget.CursorAdapter.swapCursor.

type CursorTreeAdapter added in v0.0.7

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

CursorTreeAdapter wraps android.widget.CursorTreeAdapter.

func (*CursorTreeAdapter) ChangeCursor added in v0.0.7

func (m *CursorTreeAdapter) ChangeCursor(arg0 *jni.Object) error

ChangeCursor calls android.widget.CursorTreeAdapter.changeCursor.

func (*CursorTreeAdapter) ConvertToString added in v0.0.7

func (m *CursorTreeAdapter) ConvertToString(arg0 *jni.Object) (string, error)

ConvertToString calls android.widget.CursorTreeAdapter.convertToString.

func (*CursorTreeAdapter) GetChild2 added in v0.0.7

func (m *CursorTreeAdapter) GetChild2(arg0 int32, arg1 int32) (*jni.Object, error)

GetChild2 calls android.widget.CursorTreeAdapter.getChild.

func (*CursorTreeAdapter) GetChild2_1 added in v0.0.7

func (m *CursorTreeAdapter) GetChild2_1(arg0 int32, arg1 int32) (*jni.Object, error)

GetChild2_1 calls android.widget.CursorTreeAdapter.getChild.

func (*CursorTreeAdapter) GetChildId added in v0.0.7

func (m *CursorTreeAdapter) GetChildId(arg0 int32, arg1 int32) (int64, error)

GetChildId calls android.widget.CursorTreeAdapter.getChildId.

func (*CursorTreeAdapter) GetChildView added in v0.0.7

func (m *CursorTreeAdapter) GetChildView(
	arg0 int32,
	arg1 int32,
	arg2 bool,
	arg3 *jni.Object,
	arg4 *jni.Object,
) (*jni.Object, error)

GetChildView calls android.widget.CursorTreeAdapter.getChildView.

func (*CursorTreeAdapter) GetChildrenCount added in v0.0.7

func (m *CursorTreeAdapter) GetChildrenCount(arg0 int32) (int32, error)

GetChildrenCount calls android.widget.CursorTreeAdapter.getChildrenCount.

func (*CursorTreeAdapter) GetCursor added in v0.0.7

func (m *CursorTreeAdapter) GetCursor() (*jni.Object, error)

GetCursor calls android.widget.CursorTreeAdapter.getCursor.

func (*CursorTreeAdapter) GetFilter added in v0.0.7

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

GetFilter calls android.widget.CursorTreeAdapter.getFilter.

func (*CursorTreeAdapter) GetFilterQueryProvider added in v0.0.7

func (m *CursorTreeAdapter) GetFilterQueryProvider() (*jni.Object, error)

GetFilterQueryProvider calls android.widget.CursorTreeAdapter.getFilterQueryProvider.

func (*CursorTreeAdapter) GetGroup1 added in v0.0.7

func (m *CursorTreeAdapter) GetGroup1(arg0 int32) (*jni.Object, error)

GetGroup1 calls android.widget.CursorTreeAdapter.getGroup.

func (*CursorTreeAdapter) GetGroup1_1 added in v0.0.7

func (m *CursorTreeAdapter) GetGroup1_1(arg0 int32) (*jni.Object, error)

GetGroup1_1 calls android.widget.CursorTreeAdapter.getGroup.

func (*CursorTreeAdapter) GetGroupCount added in v0.0.7

func (m *CursorTreeAdapter) GetGroupCount() (int32, error)

GetGroupCount calls android.widget.CursorTreeAdapter.getGroupCount.

func (*CursorTreeAdapter) GetGroupId added in v0.0.7

func (m *CursorTreeAdapter) GetGroupId(arg0 int32) (int64, error)

GetGroupId calls android.widget.CursorTreeAdapter.getGroupId.

func (*CursorTreeAdapter) GetGroupView added in v0.0.7

func (m *CursorTreeAdapter) GetGroupView(
	arg0 int32,
	arg1 bool,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

GetGroupView calls android.widget.CursorTreeAdapter.getGroupView.

func (*CursorTreeAdapter) HasStableIds added in v0.0.7

func (m *CursorTreeAdapter) HasStableIds() (bool, error)

HasStableIds calls android.widget.CursorTreeAdapter.hasStableIds.

func (*CursorTreeAdapter) IsChildSelectable added in v0.0.7

func (m *CursorTreeAdapter) IsChildSelectable(arg0 int32, arg1 int32) (bool, error)

IsChildSelectable calls android.widget.CursorTreeAdapter.isChildSelectable.

func (*CursorTreeAdapter) NotifyDataSetChanged0 added in v0.0.7

func (m *CursorTreeAdapter) NotifyDataSetChanged0() error

NotifyDataSetChanged0 calls android.widget.CursorTreeAdapter.notifyDataSetChanged.

func (*CursorTreeAdapter) NotifyDataSetChanged1_1 added in v0.0.7

func (m *CursorTreeAdapter) NotifyDataSetChanged1_1(arg0 bool) error

NotifyDataSetChanged1_1 calls android.widget.CursorTreeAdapter.notifyDataSetChanged.

func (*CursorTreeAdapter) NotifyDataSetInvalidated added in v0.0.7

func (m *CursorTreeAdapter) NotifyDataSetInvalidated() error

NotifyDataSetInvalidated calls android.widget.CursorTreeAdapter.notifyDataSetInvalidated.

func (*CursorTreeAdapter) OnGroupCollapsed added in v0.0.7

func (m *CursorTreeAdapter) OnGroupCollapsed(arg0 int32) error

OnGroupCollapsed calls android.widget.CursorTreeAdapter.onGroupCollapsed.

func (*CursorTreeAdapter) RunQueryOnBackgroundThread added in v0.0.7

func (m *CursorTreeAdapter) RunQueryOnBackgroundThread(arg0 string) (*jni.Object, error)

RunQueryOnBackgroundThread calls android.widget.CursorTreeAdapter.runQueryOnBackgroundThread.

func (*CursorTreeAdapter) SetChildrenCursor added in v0.0.7

func (m *CursorTreeAdapter) SetChildrenCursor(arg0 int32, arg1 *jni.Object) error

SetChildrenCursor calls android.widget.CursorTreeAdapter.setChildrenCursor.

func (*CursorTreeAdapter) SetFilterQueryProvider added in v0.0.7

func (m *CursorTreeAdapter) SetFilterQueryProvider(arg0 *jni.Object) error

SetFilterQueryProvider calls android.widget.CursorTreeAdapter.setFilterQueryProvider.

func (*CursorTreeAdapter) SetGroupCursor added in v0.0.7

func (m *CursorTreeAdapter) SetGroupCursor(arg0 *jni.Object) error

SetGroupCursor calls android.widget.CursorTreeAdapter.setGroupCursor.

type DatePicker added in v0.0.7

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

DatePicker wraps android.widget.DatePicker.

func NewDatePicker added in v0.0.7

func NewDatePicker(vm *jni.VM, arg0 *jni.Object) (*DatePicker, error)

NewDatePicker creates a new android.widget.DatePicker instance.

func (*DatePicker) Autofill added in v0.0.7

func (m *DatePicker) Autofill(arg0 *jni.Object) error

Autofill calls android.widget.DatePicker.autofill.

func (*DatePicker) DispatchProvideAutofillStructure added in v0.0.7

func (m *DatePicker) DispatchProvideAutofillStructure(arg0 *jni.Object, arg1 int32) error

DispatchProvideAutofillStructure calls android.widget.DatePicker.dispatchProvideAutofillStructure.

func (*DatePicker) GetAccessibilityClassName added in v0.0.7

func (m *DatePicker) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.DatePicker.getAccessibilityClassName.

func (*DatePicker) GetAutofillType added in v0.0.7

func (m *DatePicker) GetAutofillType() (int32, error)

GetAutofillType calls android.widget.DatePicker.getAutofillType.

func (*DatePicker) GetAutofillValue added in v0.0.7

func (m *DatePicker) GetAutofillValue() (*jni.Object, error)

GetAutofillValue calls android.widget.DatePicker.getAutofillValue.

func (*DatePicker) GetCalendarView added in v0.0.7

func (m *DatePicker) GetCalendarView() (*jni.Object, error)

GetCalendarView calls android.widget.DatePicker.getCalendarView.

func (*DatePicker) GetCalendarViewShown added in v0.0.7

func (m *DatePicker) GetCalendarViewShown() (bool, error)

GetCalendarViewShown calls android.widget.DatePicker.getCalendarViewShown.

func (*DatePicker) GetDayOfMonth added in v0.0.7

func (m *DatePicker) GetDayOfMonth() (int32, error)

GetDayOfMonth calls android.widget.DatePicker.getDayOfMonth.

func (*DatePicker) GetFirstDayOfWeek added in v0.0.7

func (m *DatePicker) GetFirstDayOfWeek() (int32, error)

GetFirstDayOfWeek calls android.widget.DatePicker.getFirstDayOfWeek.

func (*DatePicker) GetMaxDate added in v0.0.7

func (m *DatePicker) GetMaxDate() (int64, error)

GetMaxDate calls android.widget.DatePicker.getMaxDate.

func (*DatePicker) GetMinDate added in v0.0.7

func (m *DatePicker) GetMinDate() (int64, error)

GetMinDate calls android.widget.DatePicker.getMinDate.

func (*DatePicker) GetMonth added in v0.0.7

func (m *DatePicker) GetMonth() (int32, error)

GetMonth calls android.widget.DatePicker.getMonth.

func (*DatePicker) GetSpinnersShown added in v0.0.7

func (m *DatePicker) GetSpinnersShown() (bool, error)

GetSpinnersShown calls android.widget.DatePicker.getSpinnersShown.

func (*DatePicker) GetYear added in v0.0.7

func (m *DatePicker) GetYear() (int32, error)

GetYear calls android.widget.DatePicker.getYear.

func (*DatePicker) Init added in v0.0.7

func (m *DatePicker) Init(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
) error

Init calls android.widget.DatePicker.init.

func (*DatePicker) IsEnabled added in v0.0.7

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

IsEnabled calls android.widget.DatePicker.isEnabled.

func (*DatePicker) SetCalendarViewShown added in v0.0.7

func (m *DatePicker) SetCalendarViewShown(arg0 bool) error

SetCalendarViewShown calls android.widget.DatePicker.setCalendarViewShown.

func (*DatePicker) SetEnabled added in v0.0.7

func (m *DatePicker) SetEnabled(arg0 bool) error

SetEnabled calls android.widget.DatePicker.setEnabled.

func (*DatePicker) SetFirstDayOfWeek added in v0.0.7

func (m *DatePicker) SetFirstDayOfWeek(arg0 int32) error

SetFirstDayOfWeek calls android.widget.DatePicker.setFirstDayOfWeek.

func (*DatePicker) SetMaxDate added in v0.0.7

func (m *DatePicker) SetMaxDate(arg0 int64) error

SetMaxDate calls android.widget.DatePicker.setMaxDate.

func (*DatePicker) SetMinDate added in v0.0.7

func (m *DatePicker) SetMinDate(arg0 int64) error

SetMinDate calls android.widget.DatePicker.setMinDate.

func (*DatePicker) SetOnDateChangedListener added in v0.0.7

func (m *DatePicker) SetOnDateChangedListener(arg0 *jni.Object) error

SetOnDateChangedListener calls android.widget.DatePicker.setOnDateChangedListener.

func (*DatePicker) SetSpinnersShown added in v0.0.7

func (m *DatePicker) SetSpinnersShown(arg0 bool) error

SetSpinnersShown calls android.widget.DatePicker.setSpinnersShown.

func (*DatePicker) UpdateDate added in v0.0.7

func (m *DatePicker) UpdateDate(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) error

UpdateDate calls android.widget.DatePicker.updateDate.

type DatePickerOnDateChangedListener added in v0.0.7

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

DatePickerOnDateChangedListener wraps android.widget.DatePicker$OnDateChangedListener.

func (*DatePickerOnDateChangedListener) OnDateChanged added in v0.0.7

func (m *DatePickerOnDateChangedListener) OnDateChanged(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

OnDateChanged calls android.widget.DatePicker$OnDateChangedListener.onDateChanged.

type DialerFilter added in v0.0.7

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

DialerFilter wraps android.widget.DialerFilter.

func NewDialerFilter added in v0.0.7

func NewDialerFilter(vm *jni.VM, arg0 *jni.Object) (*DialerFilter, error)

NewDialerFilter creates a new android.widget.DialerFilter instance.

func (*DialerFilter) Append added in v0.0.7

func (m *DialerFilter) Append(arg0 string) error

Append calls android.widget.DialerFilter.append.

func (*DialerFilter) ClearText added in v0.0.7

func (m *DialerFilter) ClearText() error

ClearText calls android.widget.DialerFilter.clearText.

func (*DialerFilter) GetDigits added in v0.0.7

func (m *DialerFilter) GetDigits() (*jni.Object, error)

GetDigits calls android.widget.DialerFilter.getDigits.

func (*DialerFilter) GetFilterText added in v0.0.7

func (m *DialerFilter) GetFilterText() (*jni.Object, error)

GetFilterText calls android.widget.DialerFilter.getFilterText.

func (*DialerFilter) GetLetters added in v0.0.7

func (m *DialerFilter) GetLetters() (*jni.Object, error)

GetLetters calls android.widget.DialerFilter.getLetters.

func (*DialerFilter) GetMode added in v0.0.7

func (m *DialerFilter) GetMode() (int32, error)

GetMode calls android.widget.DialerFilter.getMode.

func (*DialerFilter) IsQwertyKeyboard added in v0.0.7

func (m *DialerFilter) IsQwertyKeyboard() (bool, error)

IsQwertyKeyboard calls android.widget.DialerFilter.isQwertyKeyboard.

func (*DialerFilter) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.DialerFilter.onKeyDown.

func (*DialerFilter) OnKeyUp added in v0.0.7

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

OnKeyUp calls android.widget.DialerFilter.onKeyUp.

func (*DialerFilter) RemoveFilterWatcher added in v0.0.7

func (m *DialerFilter) RemoveFilterWatcher(arg0 *jni.Object) error

RemoveFilterWatcher calls android.widget.DialerFilter.removeFilterWatcher.

func (*DialerFilter) SetDigitsWatcher added in v0.0.7

func (m *DialerFilter) SetDigitsWatcher(arg0 *jni.Object) error

SetDigitsWatcher calls android.widget.DialerFilter.setDigitsWatcher.

func (*DialerFilter) SetFilterWatcher added in v0.0.7

func (m *DialerFilter) SetFilterWatcher(arg0 *jni.Object) error

SetFilterWatcher calls android.widget.DialerFilter.setFilterWatcher.

func (*DialerFilter) SetLettersWatcher added in v0.0.7

func (m *DialerFilter) SetLettersWatcher(arg0 *jni.Object) error

SetLettersWatcher calls android.widget.DialerFilter.setLettersWatcher.

func (*DialerFilter) SetMode added in v0.0.7

func (m *DialerFilter) SetMode(arg0 int32) error

SetMode calls android.widget.DialerFilter.setMode.

type DigitalClock added in v0.0.7

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

DigitalClock wraps android.widget.DigitalClock.

func NewDigitalClock added in v0.0.7

func NewDigitalClock(vm *jni.VM, arg0 *jni.Object) (*DigitalClock, error)

NewDigitalClock creates a new android.widget.DigitalClock instance.

func (*DigitalClock) GetAccessibilityClassName added in v0.0.7

func (m *DigitalClock) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.DigitalClock.getAccessibilityClassName.

type EdgeEffect added in v0.0.7

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

EdgeEffect wraps android.widget.EdgeEffect.

func NewEdgeEffect added in v0.0.7

func NewEdgeEffect(vm *jni.VM, arg0 *jni.Object) (*EdgeEffect, error)

NewEdgeEffect creates a new android.widget.EdgeEffect instance.

func (*EdgeEffect) Draw added in v0.0.7

func (m *EdgeEffect) Draw(arg0 *jni.Object) (bool, error)

Draw calls android.widget.EdgeEffect.draw.

func (*EdgeEffect) Finish added in v0.0.7

func (m *EdgeEffect) Finish() error

Finish calls android.widget.EdgeEffect.finish.

func (*EdgeEffect) GetBlendMode added in v0.0.7

func (m *EdgeEffect) GetBlendMode() (*jni.Object, error)

GetBlendMode calls android.widget.EdgeEffect.getBlendMode.

func (*EdgeEffect) GetColor added in v0.0.7

func (m *EdgeEffect) GetColor() (int32, error)

GetColor calls android.widget.EdgeEffect.getColor.

func (*EdgeEffect) GetDistance added in v0.0.7

func (m *EdgeEffect) GetDistance() (float32, error)

GetDistance calls android.widget.EdgeEffect.getDistance.

func (*EdgeEffect) GetMaxHeight added in v0.0.7

func (m *EdgeEffect) GetMaxHeight() (int32, error)

GetMaxHeight calls android.widget.EdgeEffect.getMaxHeight.

func (*EdgeEffect) IsFinished added in v0.0.7

func (m *EdgeEffect) IsFinished() (bool, error)

IsFinished calls android.widget.EdgeEffect.isFinished.

func (*EdgeEffect) OnAbsorb added in v0.0.7

func (m *EdgeEffect) OnAbsorb(arg0 int32) error

OnAbsorb calls android.widget.EdgeEffect.onAbsorb.

func (*EdgeEffect) OnPull1 added in v0.0.7

func (m *EdgeEffect) OnPull1(arg0 float32) error

OnPull1 calls android.widget.EdgeEffect.onPull.

func (*EdgeEffect) OnPull2_1 added in v0.0.7

func (m *EdgeEffect) OnPull2_1(arg0 float32, arg1 float32) error

OnPull2_1 calls android.widget.EdgeEffect.onPull.

func (*EdgeEffect) OnPullDistance added in v0.0.7

func (m *EdgeEffect) OnPullDistance(arg0 float32, arg1 float32) (float32, error)

OnPullDistance calls android.widget.EdgeEffect.onPullDistance.

func (*EdgeEffect) OnRelease added in v0.0.7

func (m *EdgeEffect) OnRelease() error

OnRelease calls android.widget.EdgeEffect.onRelease.

func (*EdgeEffect) SetBlendMode added in v0.0.7

func (m *EdgeEffect) SetBlendMode(arg0 *jni.Object) error

SetBlendMode calls android.widget.EdgeEffect.setBlendMode.

func (*EdgeEffect) SetColor added in v0.0.7

func (m *EdgeEffect) SetColor(arg0 int32) error

SetColor calls android.widget.EdgeEffect.setColor.

func (*EdgeEffect) SetSize added in v0.0.7

func (m *EdgeEffect) SetSize(arg0 int32, arg1 int32) error

SetSize calls android.widget.EdgeEffect.setSize.

type EditText added in v0.0.7

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

EditText wraps android.widget.EditText.

func NewEditText added in v0.0.7

func NewEditText(vm *jni.VM, arg0 *jni.Object) (*EditText, error)

NewEditText creates a new android.widget.EditText instance.

func (*EditText) ExtendSelection added in v0.0.7

func (m *EditText) ExtendSelection(arg0 int32) error

ExtendSelection calls android.widget.EditText.extendSelection.

func (*EditText) GetAccessibilityClassName added in v0.0.7

func (m *EditText) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.EditText.getAccessibilityClassName.

func (*EditText) GetFreezesText added in v0.0.7

func (m *EditText) GetFreezesText() (bool, error)

GetFreezesText calls android.widget.EditText.getFreezesText.

func (*EditText) GetText0 added in v0.0.7

func (m *EditText) GetText0() (*jni.Object, error)

GetText0 calls android.widget.EditText.getText.

func (*EditText) GetText0_1 added in v0.0.7

func (m *EditText) GetText0_1() (*jni.Object, error)

GetText0_1 calls android.widget.EditText.getText.

func (*EditText) IsStyleShortcutEnabled added in v0.0.7

func (m *EditText) IsStyleShortcutEnabled() (bool, error)

IsStyleShortcutEnabled calls android.widget.EditText.isStyleShortcutEnabled.

func (*EditText) OnKeyShortcut added in v0.0.7

func (m *EditText) OnKeyShortcut(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyShortcut calls android.widget.EditText.onKeyShortcut.

func (*EditText) OnTextContextMenuItem added in v0.0.7

func (m *EditText) OnTextContextMenuItem(arg0 int32) (bool, error)

OnTextContextMenuItem calls android.widget.EditText.onTextContextMenuItem.

func (*EditText) SelectAll added in v0.0.7

func (m *EditText) SelectAll() error

SelectAll calls android.widget.EditText.selectAll.

func (*EditText) SetEllipsize added in v0.0.7

func (m *EditText) SetEllipsize(arg0 *jni.Object) error

SetEllipsize calls android.widget.EditText.setEllipsize.

func (*EditText) SetSelection1 added in v0.0.7

func (m *EditText) SetSelection1(arg0 int32) error

SetSelection1 calls android.widget.EditText.setSelection.

func (*EditText) SetSelection2_1 added in v0.0.7

func (m *EditText) SetSelection2_1(arg0 int32, arg1 int32) error

SetSelection2_1 calls android.widget.EditText.setSelection.

func (*EditText) SetStyleShortcutsEnabled added in v0.0.7

func (m *EditText) SetStyleShortcutsEnabled(arg0 bool) error

SetStyleShortcutsEnabled calls android.widget.EditText.setStyleShortcutsEnabled.

func (*EditText) SetText added in v0.0.7

func (m *EditText) SetText(arg0 string, arg1 *jni.Object) error

SetText calls android.widget.EditText.setText.

type ExpandableListAdapter added in v0.0.7

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

ExpandableListAdapter wraps android.widget.ExpandableListAdapter.

func (*ExpandableListAdapter) AreAllItemsEnabled added in v0.0.7

func (m *ExpandableListAdapter) AreAllItemsEnabled() (bool, error)

AreAllItemsEnabled calls android.widget.ExpandableListAdapter.areAllItemsEnabled.

func (*ExpandableListAdapter) GetChild added in v0.0.7

func (m *ExpandableListAdapter) GetChild(arg0 int32, arg1 int32) (*jni.Object, error)

GetChild calls android.widget.ExpandableListAdapter.getChild.

func (*ExpandableListAdapter) GetChildId added in v0.0.7

func (m *ExpandableListAdapter) GetChildId(arg0 int32, arg1 int32) (int64, error)

GetChildId calls android.widget.ExpandableListAdapter.getChildId.

func (*ExpandableListAdapter) GetChildView added in v0.0.7

func (m *ExpandableListAdapter) GetChildView(
	arg0 int32,
	arg1 int32,
	arg2 bool,
	arg3 *jni.Object,
	arg4 *jni.Object,
) (*jni.Object, error)

GetChildView calls android.widget.ExpandableListAdapter.getChildView.

func (*ExpandableListAdapter) GetChildrenCount added in v0.0.7

func (m *ExpandableListAdapter) GetChildrenCount(arg0 int32) (int32, error)

GetChildrenCount calls android.widget.ExpandableListAdapter.getChildrenCount.

func (*ExpandableListAdapter) GetCombinedChildId added in v0.0.7

func (m *ExpandableListAdapter) GetCombinedChildId(arg0 int64, arg1 int64) (int64, error)

GetCombinedChildId calls android.widget.ExpandableListAdapter.getCombinedChildId.

func (*ExpandableListAdapter) GetCombinedGroupId added in v0.0.7

func (m *ExpandableListAdapter) GetCombinedGroupId(arg0 int64) (int64, error)

GetCombinedGroupId calls android.widget.ExpandableListAdapter.getCombinedGroupId.

func (*ExpandableListAdapter) GetGroup added in v0.0.7

func (m *ExpandableListAdapter) GetGroup(arg0 int32) (*jni.Object, error)

GetGroup calls android.widget.ExpandableListAdapter.getGroup.

func (*ExpandableListAdapter) GetGroupCount added in v0.0.7

func (m *ExpandableListAdapter) GetGroupCount() (int32, error)

GetGroupCount calls android.widget.ExpandableListAdapter.getGroupCount.

func (*ExpandableListAdapter) GetGroupId added in v0.0.7

func (m *ExpandableListAdapter) GetGroupId(arg0 int32) (int64, error)

GetGroupId calls android.widget.ExpandableListAdapter.getGroupId.

func (*ExpandableListAdapter) GetGroupView added in v0.0.7

func (m *ExpandableListAdapter) GetGroupView(
	arg0 int32,
	arg1 bool,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

GetGroupView calls android.widget.ExpandableListAdapter.getGroupView.

func (*ExpandableListAdapter) HasStableIds added in v0.0.7

func (m *ExpandableListAdapter) HasStableIds() (bool, error)

HasStableIds calls android.widget.ExpandableListAdapter.hasStableIds.

func (*ExpandableListAdapter) IsChildSelectable added in v0.0.7

func (m *ExpandableListAdapter) IsChildSelectable(arg0 int32, arg1 int32) (bool, error)

IsChildSelectable calls android.widget.ExpandableListAdapter.isChildSelectable.

func (*ExpandableListAdapter) IsEmpty added in v0.0.7

func (m *ExpandableListAdapter) IsEmpty() (bool, error)

IsEmpty calls android.widget.ExpandableListAdapter.isEmpty.

func (*ExpandableListAdapter) OnGroupCollapsed added in v0.0.7

func (m *ExpandableListAdapter) OnGroupCollapsed(arg0 int32) error

OnGroupCollapsed calls android.widget.ExpandableListAdapter.onGroupCollapsed.

func (*ExpandableListAdapter) OnGroupExpanded added in v0.0.7

func (m *ExpandableListAdapter) OnGroupExpanded(arg0 int32) error

OnGroupExpanded calls android.widget.ExpandableListAdapter.onGroupExpanded.

func (*ExpandableListAdapter) RegisterDataSetObserver added in v0.0.7

func (m *ExpandableListAdapter) RegisterDataSetObserver(arg0 *jni.Object) error

RegisterDataSetObserver calls android.widget.ExpandableListAdapter.registerDataSetObserver.

func (*ExpandableListAdapter) UnregisterDataSetObserver added in v0.0.7

func (m *ExpandableListAdapter) UnregisterDataSetObserver(arg0 *jni.Object) error

UnregisterDataSetObserver calls android.widget.ExpandableListAdapter.unregisterDataSetObserver.

type ExpandableListView added in v0.0.7

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

ExpandableListView wraps android.widget.ExpandableListView.

func NewExpandableListView added in v0.0.7

func NewExpandableListView(vm *jni.VM, arg0 *jni.Object) (*ExpandableListView, error)

NewExpandableListView creates a new android.widget.ExpandableListView instance.

func (*ExpandableListView) CollapseGroup added in v0.0.7

func (m *ExpandableListView) CollapseGroup(arg0 int32) (bool, error)

CollapseGroup calls android.widget.ExpandableListView.collapseGroup.

func (*ExpandableListView) ExpandGroup1 added in v0.0.7

func (m *ExpandableListView) ExpandGroup1(arg0 int32) (bool, error)

ExpandGroup1 calls android.widget.ExpandableListView.expandGroup.

func (*ExpandableListView) ExpandGroup2_1 added in v0.0.7

func (m *ExpandableListView) ExpandGroup2_1(arg0 int32, arg1 bool) (bool, error)

ExpandGroup2_1 calls android.widget.ExpandableListView.expandGroup.

func (*ExpandableListView) GetAccessibilityClassName added in v0.0.7

func (m *ExpandableListView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ExpandableListView.getAccessibilityClassName.

func (*ExpandableListView) GetAdapter0 added in v0.0.7

func (m *ExpandableListView) GetAdapter0() (*jni.Object, error)

GetAdapter0 calls android.widget.ExpandableListView.getAdapter.

func (*ExpandableListView) GetAdapter0_1 added in v0.0.7

func (m *ExpandableListView) GetAdapter0_1() (*jni.Object, error)

GetAdapter0_1 calls android.widget.ExpandableListView.getAdapter.

func (*ExpandableListView) GetExpandableListAdapter added in v0.0.7

func (m *ExpandableListView) GetExpandableListAdapter() (*jni.Object, error)

GetExpandableListAdapter calls android.widget.ExpandableListView.getExpandableListAdapter.

func (*ExpandableListView) GetExpandableListPosition added in v0.0.7

func (m *ExpandableListView) GetExpandableListPosition(arg0 int32) (int64, error)

GetExpandableListPosition calls android.widget.ExpandableListView.getExpandableListPosition.

func (*ExpandableListView) GetFlatListPosition added in v0.0.7

func (m *ExpandableListView) GetFlatListPosition(arg0 int64) (int32, error)

GetFlatListPosition calls android.widget.ExpandableListView.getFlatListPosition.

func (*ExpandableListView) GetPackedPositionChild added in v0.0.7

func (m *ExpandableListView) GetPackedPositionChild(arg0 int64) (int32, error)

GetPackedPositionChild calls android.widget.ExpandableListView.getPackedPositionChild.

func (*ExpandableListView) GetPackedPositionForChild added in v0.0.7

func (m *ExpandableListView) GetPackedPositionForChild(arg0 int32, arg1 int32) (int64, error)

GetPackedPositionForChild calls android.widget.ExpandableListView.getPackedPositionForChild.

func (*ExpandableListView) GetPackedPositionForGroup added in v0.0.7

func (m *ExpandableListView) GetPackedPositionForGroup(arg0 int32) (int64, error)

GetPackedPositionForGroup calls android.widget.ExpandableListView.getPackedPositionForGroup.

func (*ExpandableListView) GetPackedPositionGroup added in v0.0.7

func (m *ExpandableListView) GetPackedPositionGroup(arg0 int64) (int32, error)

GetPackedPositionGroup calls android.widget.ExpandableListView.getPackedPositionGroup.

func (*ExpandableListView) GetPackedPositionType added in v0.0.7

func (m *ExpandableListView) GetPackedPositionType(arg0 int64) (int32, error)

GetPackedPositionType calls android.widget.ExpandableListView.getPackedPositionType.

func (*ExpandableListView) GetSelectedId added in v0.0.7

func (m *ExpandableListView) GetSelectedId() (int64, error)

GetSelectedId calls android.widget.ExpandableListView.getSelectedId.

func (*ExpandableListView) GetSelectedPosition added in v0.0.7

func (m *ExpandableListView) GetSelectedPosition() (int64, error)

GetSelectedPosition calls android.widget.ExpandableListView.getSelectedPosition.

func (*ExpandableListView) IsGroupExpanded added in v0.0.7

func (m *ExpandableListView) IsGroupExpanded(arg0 int32) (bool, error)

IsGroupExpanded calls android.widget.ExpandableListView.isGroupExpanded.

func (*ExpandableListView) OnInitializeAccessibilityNodeInfoForItem added in v0.0.7

func (m *ExpandableListView) OnInitializeAccessibilityNodeInfoForItem(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

OnInitializeAccessibilityNodeInfoForItem calls android.widget.ExpandableListView.onInitializeAccessibilityNodeInfoForItem.

func (*ExpandableListView) OnRestoreInstanceState added in v0.0.7

func (m *ExpandableListView) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.widget.ExpandableListView.onRestoreInstanceState.

func (*ExpandableListView) OnRtlPropertiesChanged added in v0.0.7

func (m *ExpandableListView) OnRtlPropertiesChanged(arg0 int32) error

OnRtlPropertiesChanged calls android.widget.ExpandableListView.onRtlPropertiesChanged.

func (*ExpandableListView) OnSaveInstanceState added in v0.0.7

func (m *ExpandableListView) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.widget.ExpandableListView.onSaveInstanceState.

func (*ExpandableListView) PerformItemClick added in v0.0.7

func (m *ExpandableListView) PerformItemClick(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int64,
) (bool, error)

PerformItemClick calls android.widget.ExpandableListView.performItemClick.

func (*ExpandableListView) SetAdapter1 added in v0.0.7

func (m *ExpandableListView) SetAdapter1(arg0 *jni.Object) error

SetAdapter1 calls android.widget.ExpandableListView.setAdapter.

func (*ExpandableListView) SetAdapter1_1 added in v0.0.7

func (m *ExpandableListView) SetAdapter1_1(arg0 *jni.Object) error

SetAdapter1_1 calls android.widget.ExpandableListView.setAdapter.

func (*ExpandableListView) SetAdapter1_2 added in v0.0.7

func (m *ExpandableListView) SetAdapter1_2(arg0 *jni.Object) error

SetAdapter1_2 calls android.widget.ExpandableListView.setAdapter.

func (*ExpandableListView) SetChildDivider added in v0.0.7

func (m *ExpandableListView) SetChildDivider(arg0 *jni.Object) error

SetChildDivider calls android.widget.ExpandableListView.setChildDivider.

func (*ExpandableListView) SetChildIndicator added in v0.0.7

func (m *ExpandableListView) SetChildIndicator(arg0 *jni.Object) error

SetChildIndicator calls android.widget.ExpandableListView.setChildIndicator.

func (*ExpandableListView) SetChildIndicatorBounds added in v0.0.7

func (m *ExpandableListView) SetChildIndicatorBounds(arg0 int32, arg1 int32) error

SetChildIndicatorBounds calls android.widget.ExpandableListView.setChildIndicatorBounds.

func (*ExpandableListView) SetChildIndicatorBoundsRelative added in v0.0.7

func (m *ExpandableListView) SetChildIndicatorBoundsRelative(arg0 int32, arg1 int32) error

SetChildIndicatorBoundsRelative calls android.widget.ExpandableListView.setChildIndicatorBoundsRelative.

func (*ExpandableListView) SetGroupIndicator added in v0.0.7

func (m *ExpandableListView) SetGroupIndicator(arg0 *jni.Object) error

SetGroupIndicator calls android.widget.ExpandableListView.setGroupIndicator.

func (*ExpandableListView) SetIndicatorBounds added in v0.0.7

func (m *ExpandableListView) SetIndicatorBounds(arg0 int32, arg1 int32) error

SetIndicatorBounds calls android.widget.ExpandableListView.setIndicatorBounds.

func (*ExpandableListView) SetIndicatorBoundsRelative added in v0.0.7

func (m *ExpandableListView) SetIndicatorBoundsRelative(arg0 int32, arg1 int32) error

SetIndicatorBoundsRelative calls android.widget.ExpandableListView.setIndicatorBoundsRelative.

func (*ExpandableListView) SetOnChildClickListener added in v0.0.7

func (m *ExpandableListView) SetOnChildClickListener(arg0 *jni.Object) error

SetOnChildClickListener calls android.widget.ExpandableListView.setOnChildClickListener.

func (*ExpandableListView) SetOnGroupClickListener added in v0.0.7

func (m *ExpandableListView) SetOnGroupClickListener(arg0 *jni.Object) error

SetOnGroupClickListener calls android.widget.ExpandableListView.setOnGroupClickListener.

func (*ExpandableListView) SetOnGroupCollapseListener added in v0.0.7

func (m *ExpandableListView) SetOnGroupCollapseListener(arg0 *jni.Object) error

SetOnGroupCollapseListener calls android.widget.ExpandableListView.setOnGroupCollapseListener.

func (*ExpandableListView) SetOnGroupExpandListener added in v0.0.7

func (m *ExpandableListView) SetOnGroupExpandListener(arg0 *jni.Object) error

SetOnGroupExpandListener calls android.widget.ExpandableListView.setOnGroupExpandListener.

func (*ExpandableListView) SetOnItemClickListener added in v0.0.7

func (m *ExpandableListView) SetOnItemClickListener(arg0 *jni.Object) error

SetOnItemClickListener calls android.widget.ExpandableListView.setOnItemClickListener.

func (*ExpandableListView) SetSelectedChild added in v0.0.7

func (m *ExpandableListView) SetSelectedChild(
	arg0 int32,
	arg1 int32,
	arg2 bool,
) (bool, error)

SetSelectedChild calls android.widget.ExpandableListView.setSelectedChild.

func (*ExpandableListView) SetSelectedGroup added in v0.0.7

func (m *ExpandableListView) SetSelectedGroup(arg0 int32) error

SetSelectedGroup calls android.widget.ExpandableListView.setSelectedGroup.

type ExpandableListViewOnChildClickListener added in v0.0.7

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

ExpandableListViewOnChildClickListener wraps android.widget.ExpandableListView$OnChildClickListener.

func (*ExpandableListViewOnChildClickListener) OnChildClick added in v0.0.7

func (m *ExpandableListViewOnChildClickListener) OnChildClick(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int64,
) (bool, error)

OnChildClick calls android.widget.ExpandableListView$OnChildClickListener.onChildClick.

type ExpandableListViewOnGroupClickListener added in v0.0.7

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

ExpandableListViewOnGroupClickListener wraps android.widget.ExpandableListView$OnGroupClickListener.

func (*ExpandableListViewOnGroupClickListener) OnGroupClick added in v0.0.7

func (m *ExpandableListViewOnGroupClickListener) OnGroupClick(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int64,
) (bool, error)

OnGroupClick calls android.widget.ExpandableListView$OnGroupClickListener.onGroupClick.

type ExpandableListViewOnGroupCollapseListener added in v0.0.7

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

ExpandableListViewOnGroupCollapseListener wraps android.widget.ExpandableListView$OnGroupCollapseListener.

func (*ExpandableListViewOnGroupCollapseListener) OnGroupCollapse added in v0.0.7

func (m *ExpandableListViewOnGroupCollapseListener) OnGroupCollapse(arg0 int32) error

OnGroupCollapse calls android.widget.ExpandableListView$OnGroupCollapseListener.onGroupCollapse.

type ExpandableListViewOnGroupExpandListener added in v0.0.7

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

ExpandableListViewOnGroupExpandListener wraps android.widget.ExpandableListView$OnGroupExpandListener.

func (*ExpandableListViewOnGroupExpandListener) OnGroupExpand added in v0.0.7

func (m *ExpandableListViewOnGroupExpandListener) OnGroupExpand(arg0 int32) error

OnGroupExpand calls android.widget.ExpandableListView$OnGroupExpandListener.onGroupExpand.

type Filter added in v0.0.7

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

Filter wraps android.widget.Filter.

func (*Filter) ConvertResultToString added in v0.0.7

func (m *Filter) ConvertResultToString(arg0 *jni.Object) (*jni.Object, error)

ConvertResultToString calls android.widget.Filter.convertResultToString.

func (*Filter) Filter1 added in v0.0.7

func (m *Filter) Filter1(arg0 string) error

Filter1 calls android.widget.Filter.filter.

func (*Filter) Filter2_1 added in v0.0.7

func (m *Filter) Filter2_1(arg0 string, arg1 *jni.Object) error

Filter2_1 calls android.widget.Filter.filter.

type FilterFilterListener added in v0.0.7

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

FilterFilterListener wraps android.widget.Filter$FilterListener.

func (*FilterFilterListener) OnFilterComplete added in v0.0.7

func (m *FilterFilterListener) OnFilterComplete(arg0 int32) error

OnFilterComplete calls android.widget.Filter$FilterListener.onFilterComplete.

type FilterQueryProvider added in v0.0.7

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

FilterQueryProvider wraps android.widget.FilterQueryProvider.

func (*FilterQueryProvider) RunQuery added in v0.0.7

func (m *FilterQueryProvider) RunQuery(arg0 string) (*jni.Object, error)

RunQuery calls android.widget.FilterQueryProvider.runQuery.

type Filterable added in v0.0.7

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

Filterable wraps android.widget.Filterable.

func (*Filterable) GetFilter added in v0.0.7

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

GetFilter calls android.widget.Filterable.getFilter.

type FrameLayout

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

FrameLayout wraps android.widget.FrameLayout.

func NewFrameLayout added in v0.0.7

func NewFrameLayout(vm *jni.VM, arg0 *jni.Object) (*FrameLayout, error)

NewFrameLayout creates a new android.widget.FrameLayout instance.

func (*FrameLayout) GenerateLayoutParams1

func (m *FrameLayout) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1 calls android.widget.FrameLayout.generateLayoutParams.

func (*FrameLayout) GenerateLayoutParams1_1

func (m *FrameLayout) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_1 calls android.widget.FrameLayout.generateLayoutParams.

func (*FrameLayout) GetAccessibilityClassName

func (m *FrameLayout) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.FrameLayout.getAccessibilityClassName.

func (*FrameLayout) GetConsiderGoneChildrenWhenMeasuring

func (m *FrameLayout) GetConsiderGoneChildrenWhenMeasuring() (bool, error)

GetConsiderGoneChildrenWhenMeasuring calls android.widget.FrameLayout.getConsiderGoneChildrenWhenMeasuring.

func (*FrameLayout) GetMeasureAllChildren

func (m *FrameLayout) GetMeasureAllChildren() (bool, error)

GetMeasureAllChildren calls android.widget.FrameLayout.getMeasureAllChildren.

func (*FrameLayout) SetForegroundGravity

func (m *FrameLayout) SetForegroundGravity(arg0 int32) error

SetForegroundGravity calls android.widget.FrameLayout.setForegroundGravity.

func (*FrameLayout) SetMeasureAllChildren

func (m *FrameLayout) SetMeasureAllChildren(arg0 bool) error

SetMeasureAllChildren calls android.widget.FrameLayout.setMeasureAllChildren.

func (*FrameLayout) ShouldDelayChildPressedState

func (m *FrameLayout) ShouldDelayChildPressedState() (bool, error)

ShouldDelayChildPressedState calls android.widget.FrameLayout.shouldDelayChildPressedState.

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

Gallery wraps android.widget.Gallery.

func NewGallery added in v0.0.7

func NewGallery(vm *jni.VM, arg0 *jni.Object) (*Gallery, error)

NewGallery creates a new android.widget.Gallery instance.

func (*Gallery) DispatchKeyEvent added in v0.0.7

func (m *Gallery) DispatchKeyEvent(arg0 *jni.Object) (bool, error)

DispatchKeyEvent calls android.widget.Gallery.dispatchKeyEvent.

func (*Gallery) DispatchSetSelected added in v0.0.7

func (m *Gallery) DispatchSetSelected(arg0 bool) error

DispatchSetSelected calls android.widget.Gallery.dispatchSetSelected.

func (*Gallery) GenerateLayoutParams added in v0.0.7

func (m *Gallery) GenerateLayoutParams(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams calls android.widget.Gallery.generateLayoutParams.

func (*Gallery) GetAccessibilityClassName added in v0.0.7

func (m *Gallery) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.Gallery.getAccessibilityClassName.

func (*Gallery) OnDown added in v0.0.7

func (m *Gallery) OnDown(arg0 *jni.Object) (bool, error)

OnDown calls android.widget.Gallery.onDown.

func (*Gallery) OnFling added in v0.0.7

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

OnFling calls android.widget.Gallery.onFling.

func (*Gallery) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.Gallery.onKeyDown.

func (*Gallery) OnKeyUp added in v0.0.7

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

OnKeyUp calls android.widget.Gallery.onKeyUp.

func (*Gallery) OnLongPress added in v0.0.7

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

OnLongPress calls android.widget.Gallery.onLongPress.

func (*Gallery) OnScroll added in v0.0.7

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

OnScroll calls android.widget.Gallery.onScroll.

func (*Gallery) OnShowPress added in v0.0.7

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

OnShowPress calls android.widget.Gallery.onShowPress.

func (*Gallery) OnSingleTapUp added in v0.0.7

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

OnSingleTapUp calls android.widget.Gallery.onSingleTapUp.

func (*Gallery) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.Gallery.onTouchEvent.

func (*Gallery) SetAnimationDuration added in v0.0.7

func (m *Gallery) SetAnimationDuration(arg0 int32) error

SetAnimationDuration calls android.widget.Gallery.setAnimationDuration.

func (*Gallery) SetCallbackDuringFling added in v0.0.7

func (m *Gallery) SetCallbackDuringFling(arg0 bool) error

SetCallbackDuringFling calls android.widget.Gallery.setCallbackDuringFling.

func (*Gallery) SetGravity added in v0.0.7

func (m *Gallery) SetGravity(arg0 int32) error

SetGravity calls android.widget.Gallery.setGravity.

func (*Gallery) SetSpacing added in v0.0.7

func (m *Gallery) SetSpacing(arg0 int32) error

SetSpacing calls android.widget.Gallery.setSpacing.

func (*Gallery) SetUnselectedAlpha added in v0.0.7

func (m *Gallery) SetUnselectedAlpha(arg0 float32) error

SetUnselectedAlpha calls android.widget.Gallery.setUnselectedAlpha.

func (*Gallery) ShowContextMenu0 added in v0.0.7

func (m *Gallery) ShowContextMenu0() (bool, error)

ShowContextMenu0 calls android.widget.Gallery.showContextMenu.

func (*Gallery) ShowContextMenu2_1 added in v0.0.7

func (m *Gallery) ShowContextMenu2_1(arg0 float32, arg1 float32) (bool, error)

ShowContextMenu2_1 calls android.widget.Gallery.showContextMenu.

func (*Gallery) ShowContextMenuForChild1 added in v0.0.7

func (m *Gallery) ShowContextMenuForChild1(arg0 *jni.Object) (bool, error)

ShowContextMenuForChild1 calls android.widget.Gallery.showContextMenuForChild.

func (*Gallery) ShowContextMenuForChild3_1 added in v0.0.7

func (m *Gallery) ShowContextMenuForChild3_1(
	arg0 *jni.Object,
	arg1 float32,
	arg2 float32,
) (bool, error)

ShowContextMenuForChild3_1 calls android.widget.Gallery.showContextMenuForChild.

type GridLayout added in v0.0.7

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

GridLayout wraps android.widget.GridLayout.

func NewGridLayout added in v0.0.7

func NewGridLayout(vm *jni.VM, arg0 *jni.Object) (*GridLayout, error)

NewGridLayout creates a new android.widget.GridLayout instance.

func (*GridLayout) GenerateLayoutParams1 added in v0.0.7

func (m *GridLayout) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1 calls android.widget.GridLayout.generateLayoutParams.

func (*GridLayout) GenerateLayoutParams1_1 added in v0.0.7

func (m *GridLayout) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_1 calls android.widget.GridLayout.generateLayoutParams.

func (*GridLayout) GetAccessibilityClassName added in v0.0.7

func (m *GridLayout) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.GridLayout.getAccessibilityClassName.

func (*GridLayout) GetAlignmentMode added in v0.0.7

func (m *GridLayout) GetAlignmentMode() (int32, error)

GetAlignmentMode calls android.widget.GridLayout.getAlignmentMode.

func (*GridLayout) GetColumnCount added in v0.0.7

func (m *GridLayout) GetColumnCount() (int32, error)

GetColumnCount calls android.widget.GridLayout.getColumnCount.

func (*GridLayout) GetOrientation added in v0.0.7

func (m *GridLayout) GetOrientation() (int32, error)

GetOrientation calls android.widget.GridLayout.getOrientation.

func (*GridLayout) GetRowCount added in v0.0.7

func (m *GridLayout) GetRowCount() (int32, error)

GetRowCount calls android.widget.GridLayout.getRowCount.

func (*GridLayout) GetUseDefaultMargins added in v0.0.7

func (m *GridLayout) GetUseDefaultMargins() (bool, error)

GetUseDefaultMargins calls android.widget.GridLayout.getUseDefaultMargins.

func (*GridLayout) IsColumnOrderPreserved added in v0.0.7

func (m *GridLayout) IsColumnOrderPreserved() (bool, error)

IsColumnOrderPreserved calls android.widget.GridLayout.isColumnOrderPreserved.

func (*GridLayout) IsRowOrderPreserved added in v0.0.7

func (m *GridLayout) IsRowOrderPreserved() (bool, error)

IsRowOrderPreserved calls android.widget.GridLayout.isRowOrderPreserved.

func (*GridLayout) OnViewAdded added in v0.0.7

func (m *GridLayout) OnViewAdded(arg0 *jni.Object) error

OnViewAdded calls android.widget.GridLayout.onViewAdded.

func (*GridLayout) OnViewRemoved added in v0.0.7

func (m *GridLayout) OnViewRemoved(arg0 *jni.Object) error

OnViewRemoved calls android.widget.GridLayout.onViewRemoved.

func (*GridLayout) RequestLayout added in v0.0.7

func (m *GridLayout) RequestLayout() error

RequestLayout calls android.widget.GridLayout.requestLayout.

func (*GridLayout) SetAlignmentMode added in v0.0.7

func (m *GridLayout) SetAlignmentMode(arg0 int32) error

SetAlignmentMode calls android.widget.GridLayout.setAlignmentMode.

func (*GridLayout) SetColumnCount added in v0.0.7

func (m *GridLayout) SetColumnCount(arg0 int32) error

SetColumnCount calls android.widget.GridLayout.setColumnCount.

func (*GridLayout) SetColumnOrderPreserved added in v0.0.7

func (m *GridLayout) SetColumnOrderPreserved(arg0 bool) error

SetColumnOrderPreserved calls android.widget.GridLayout.setColumnOrderPreserved.

func (*GridLayout) SetOrientation added in v0.0.7

func (m *GridLayout) SetOrientation(arg0 int32) error

SetOrientation calls android.widget.GridLayout.setOrientation.

func (*GridLayout) SetRowCount added in v0.0.7

func (m *GridLayout) SetRowCount(arg0 int32) error

SetRowCount calls android.widget.GridLayout.setRowCount.

func (*GridLayout) SetRowOrderPreserved added in v0.0.7

func (m *GridLayout) SetRowOrderPreserved(arg0 bool) error

SetRowOrderPreserved calls android.widget.GridLayout.setRowOrderPreserved.

func (*GridLayout) SetUseDefaultMargins added in v0.0.7

func (m *GridLayout) SetUseDefaultMargins(arg0 bool) error

SetUseDefaultMargins calls android.widget.GridLayout.setUseDefaultMargins.

func (*GridLayout) Spec1 added in v0.0.7

func (m *GridLayout) Spec1(arg0 int32) (*jni.Object, error)

Spec1 calls android.widget.GridLayout.spec.

func (*GridLayout) Spec2_1 added in v0.0.7

func (m *GridLayout) Spec2_1(arg0 int32, arg1 *jni.Object) (*jni.Object, error)

Spec2_1 calls android.widget.GridLayout.spec.

func (*GridLayout) Spec2_3 added in v0.0.7

func (m *GridLayout) Spec2_3(arg0 int32, arg1 float32) (*jni.Object, error)

Spec2_3 calls android.widget.GridLayout.spec.

func (*GridLayout) Spec2_4 added in v0.0.7

func (m *GridLayout) Spec2_4(arg0 int32, arg1 int32) (*jni.Object, error)

Spec2_4 calls android.widget.GridLayout.spec.

func (*GridLayout) Spec3_2 added in v0.0.7

func (m *GridLayout) Spec3_2(
	arg0 int32,
	arg1 *jni.Object,
	arg2 float32,
) (*jni.Object, error)

Spec3_2 calls android.widget.GridLayout.spec.

func (*GridLayout) Spec3_5 added in v0.0.7

func (m *GridLayout) Spec3_5(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) (*jni.Object, error)

Spec3_5 calls android.widget.GridLayout.spec.

func (*GridLayout) Spec3_7 added in v0.0.7

func (m *GridLayout) Spec3_7(
	arg0 int32,
	arg1 int32,
	arg2 float32,
) (*jni.Object, error)

Spec3_7 calls android.widget.GridLayout.spec.

func (*GridLayout) Spec4_6 added in v0.0.7

func (m *GridLayout) Spec4_6(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 float32,
) (*jni.Object, error)

Spec4_6 calls android.widget.GridLayout.spec.

type GridLayoutLayoutParams added in v0.0.7

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

GridLayoutLayoutParams wraps android.widget.GridLayout$LayoutParams.

func (*GridLayoutLayoutParams) Equals added in v0.0.7

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

Equals calls android.widget.GridLayout$LayoutParams.equals.

func (*GridLayoutLayoutParams) HashCode added in v0.0.7

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

HashCode calls android.widget.GridLayout$LayoutParams.hashCode.

func (*GridLayoutLayoutParams) SetGravity added in v0.0.7

func (m *GridLayoutLayoutParams) SetGravity(arg0 int32) error

SetGravity calls android.widget.GridLayout$LayoutParams.setGravity.

type GridLayoutSpec added in v0.0.7

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

GridLayoutSpec wraps android.widget.GridLayout$Spec.

func (*GridLayoutSpec) Equals added in v0.0.7

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

Equals calls android.widget.GridLayout$Spec.equals.

func (*GridLayoutSpec) HashCode added in v0.0.7

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

HashCode calls android.widget.GridLayout$Spec.hashCode.

type GridView added in v0.0.7

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

GridView wraps android.widget.GridView.

func NewGridView added in v0.0.7

func NewGridView(vm *jni.VM, arg0 *jni.Object) (*GridView, error)

NewGridView creates a new android.widget.GridView instance.

func (*GridView) GetAccessibilityClassName added in v0.0.7

func (m *GridView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.GridView.getAccessibilityClassName.

func (*GridView) GetAdapter0 added in v0.0.7

func (m *GridView) GetAdapter0() (*jni.Object, error)

GetAdapter0 calls android.widget.GridView.getAdapter.

func (*GridView) GetAdapter0_1 added in v0.0.7

func (m *GridView) GetAdapter0_1() (*jni.Object, error)

GetAdapter0_1 calls android.widget.GridView.getAdapter.

func (*GridView) GetColumnWidth added in v0.0.7

func (m *GridView) GetColumnWidth() (int32, error)

GetColumnWidth calls android.widget.GridView.getColumnWidth.

func (*GridView) GetGravity added in v0.0.7

func (m *GridView) GetGravity() (int32, error)

GetGravity calls android.widget.GridView.getGravity.

func (*GridView) GetHorizontalSpacing added in v0.0.7

func (m *GridView) GetHorizontalSpacing() (int32, error)

GetHorizontalSpacing calls android.widget.GridView.getHorizontalSpacing.

func (*GridView) GetNumColumns added in v0.0.7

func (m *GridView) GetNumColumns() (int32, error)

GetNumColumns calls android.widget.GridView.getNumColumns.

func (*GridView) GetRequestedColumnWidth added in v0.0.7

func (m *GridView) GetRequestedColumnWidth() (int32, error)

GetRequestedColumnWidth calls android.widget.GridView.getRequestedColumnWidth.

func (*GridView) GetRequestedHorizontalSpacing added in v0.0.7

func (m *GridView) GetRequestedHorizontalSpacing() (int32, error)

GetRequestedHorizontalSpacing calls android.widget.GridView.getRequestedHorizontalSpacing.

func (*GridView) GetStretchMode added in v0.0.7

func (m *GridView) GetStretchMode() (int32, error)

GetStretchMode calls android.widget.GridView.getStretchMode.

func (*GridView) GetVerticalSpacing added in v0.0.7

func (m *GridView) GetVerticalSpacing() (int32, error)

GetVerticalSpacing calls android.widget.GridView.getVerticalSpacing.

func (*GridView) OnInitializeAccessibilityNodeInfoForItem added in v0.0.7

func (m *GridView) OnInitializeAccessibilityNodeInfoForItem(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

OnInitializeAccessibilityNodeInfoForItem calls android.widget.GridView.onInitializeAccessibilityNodeInfoForItem.

func (*GridView) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.GridView.onKeyDown.

func (*GridView) OnKeyMultiple added in v0.0.7

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

OnKeyMultiple calls android.widget.GridView.onKeyMultiple.

func (*GridView) OnKeyUp added in v0.0.7

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

OnKeyUp calls android.widget.GridView.onKeyUp.

func (*GridView) SetAdapter1 added in v0.0.7

func (m *GridView) SetAdapter1(arg0 *jni.Object) error

SetAdapter1 calls android.widget.GridView.setAdapter.

func (*GridView) SetAdapter1_1 added in v0.0.7

func (m *GridView) SetAdapter1_1(arg0 *jni.Object) error

SetAdapter1_1 calls android.widget.GridView.setAdapter.

func (*GridView) SetColumnWidth added in v0.0.7

func (m *GridView) SetColumnWidth(arg0 int32) error

SetColumnWidth calls android.widget.GridView.setColumnWidth.

func (*GridView) SetGravity added in v0.0.7

func (m *GridView) SetGravity(arg0 int32) error

SetGravity calls android.widget.GridView.setGravity.

func (*GridView) SetHorizontalSpacing added in v0.0.7

func (m *GridView) SetHorizontalSpacing(arg0 int32) error

SetHorizontalSpacing calls android.widget.GridView.setHorizontalSpacing.

func (*GridView) SetNumColumns added in v0.0.7

func (m *GridView) SetNumColumns(arg0 int32) error

SetNumColumns calls android.widget.GridView.setNumColumns.

func (*GridView) SetRemoteViewsAdapter added in v0.0.7

func (m *GridView) SetRemoteViewsAdapter(arg0 *jni.Object) error

SetRemoteViewsAdapter calls android.widget.GridView.setRemoteViewsAdapter.

func (*GridView) SetSelection added in v0.0.7

func (m *GridView) SetSelection(arg0 int32) error

SetSelection calls android.widget.GridView.setSelection.

func (*GridView) SetStretchMode added in v0.0.7

func (m *GridView) SetStretchMode(arg0 int32) error

SetStretchMode calls android.widget.GridView.setStretchMode.

func (*GridView) SetVerticalSpacing added in v0.0.7

func (m *GridView) SetVerticalSpacing(arg0 int32) error

SetVerticalSpacing calls android.widget.GridView.setVerticalSpacing.

func (*GridView) SmoothScrollByOffset added in v0.0.7

func (m *GridView) SmoothScrollByOffset(arg0 int32) error

SmoothScrollByOffset calls android.widget.GridView.smoothScrollByOffset.

func (*GridView) SmoothScrollToPosition added in v0.0.7

func (m *GridView) SmoothScrollToPosition(arg0 int32) error

SmoothScrollToPosition calls android.widget.GridView.smoothScrollToPosition.

type HeaderViewListAdapter added in v0.0.7

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

HeaderViewListAdapter wraps android.widget.HeaderViewListAdapter.

func NewHeaderViewListAdapter added in v0.0.7

func NewHeaderViewListAdapter(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 *jni.Object) (*HeaderViewListAdapter, error)

NewHeaderViewListAdapter creates a new android.widget.HeaderViewListAdapter instance.

func (*HeaderViewListAdapter) AreAllItemsEnabled added in v0.0.7

func (m *HeaderViewListAdapter) AreAllItemsEnabled() (bool, error)

AreAllItemsEnabled calls android.widget.HeaderViewListAdapter.areAllItemsEnabled.

func (*HeaderViewListAdapter) GetCount added in v0.0.7

func (m *HeaderViewListAdapter) GetCount() (int32, error)

GetCount calls android.widget.HeaderViewListAdapter.getCount.

func (*HeaderViewListAdapter) GetFilter added in v0.0.7

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

GetFilter calls android.widget.HeaderViewListAdapter.getFilter.

func (*HeaderViewListAdapter) GetFootersCount added in v0.0.7

func (m *HeaderViewListAdapter) GetFootersCount() (int32, error)

GetFootersCount calls android.widget.HeaderViewListAdapter.getFootersCount.

func (*HeaderViewListAdapter) GetHeadersCount added in v0.0.7

func (m *HeaderViewListAdapter) GetHeadersCount() (int32, error)

GetHeadersCount calls android.widget.HeaderViewListAdapter.getHeadersCount.

func (*HeaderViewListAdapter) GetItem added in v0.0.7

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

GetItem calls android.widget.HeaderViewListAdapter.getItem.

func (*HeaderViewListAdapter) GetItemId added in v0.0.7

func (m *HeaderViewListAdapter) GetItemId(arg0 int32) (int64, error)

GetItemId calls android.widget.HeaderViewListAdapter.getItemId.

func (*HeaderViewListAdapter) GetItemViewType added in v0.0.7

func (m *HeaderViewListAdapter) GetItemViewType(arg0 int32) (int32, error)

GetItemViewType calls android.widget.HeaderViewListAdapter.getItemViewType.

func (*HeaderViewListAdapter) GetView added in v0.0.7

func (m *HeaderViewListAdapter) GetView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

GetView calls android.widget.HeaderViewListAdapter.getView.

func (*HeaderViewListAdapter) GetViewTypeCount added in v0.0.7

func (m *HeaderViewListAdapter) GetViewTypeCount() (int32, error)

GetViewTypeCount calls android.widget.HeaderViewListAdapter.getViewTypeCount.

func (*HeaderViewListAdapter) GetWrappedAdapter added in v0.0.7

func (m *HeaderViewListAdapter) GetWrappedAdapter() (*jni.Object, error)

GetWrappedAdapter calls android.widget.HeaderViewListAdapter.getWrappedAdapter.

func (*HeaderViewListAdapter) HasStableIds added in v0.0.7

func (m *HeaderViewListAdapter) HasStableIds() (bool, error)

HasStableIds calls android.widget.HeaderViewListAdapter.hasStableIds.

func (*HeaderViewListAdapter) IsEmpty added in v0.0.7

func (m *HeaderViewListAdapter) IsEmpty() (bool, error)

IsEmpty calls android.widget.HeaderViewListAdapter.isEmpty.

func (*HeaderViewListAdapter) IsEnabled added in v0.0.7

func (m *HeaderViewListAdapter) IsEnabled(arg0 int32) (bool, error)

IsEnabled calls android.widget.HeaderViewListAdapter.isEnabled.

func (*HeaderViewListAdapter) RegisterDataSetObserver added in v0.0.7

func (m *HeaderViewListAdapter) RegisterDataSetObserver(arg0 *jni.Object) error

RegisterDataSetObserver calls android.widget.HeaderViewListAdapter.registerDataSetObserver.

func (*HeaderViewListAdapter) RemoveFooter added in v0.0.7

func (m *HeaderViewListAdapter) RemoveFooter(arg0 *jni.Object) (bool, error)

RemoveFooter calls android.widget.HeaderViewListAdapter.removeFooter.

func (*HeaderViewListAdapter) RemoveHeader added in v0.0.7

func (m *HeaderViewListAdapter) RemoveHeader(arg0 *jni.Object) (bool, error)

RemoveHeader calls android.widget.HeaderViewListAdapter.removeHeader.

func (*HeaderViewListAdapter) UnregisterDataSetObserver added in v0.0.7

func (m *HeaderViewListAdapter) UnregisterDataSetObserver(arg0 *jni.Object) error

UnregisterDataSetObserver calls android.widget.HeaderViewListAdapter.unregisterDataSetObserver.

type HeterogeneousExpandableList added in v0.0.7

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

HeterogeneousExpandableList wraps android.widget.HeterogeneousExpandableList.

func (*HeterogeneousExpandableList) GetChildType added in v0.0.7

func (m *HeterogeneousExpandableList) GetChildType(arg0 int32, arg1 int32) (int32, error)

GetChildType calls android.widget.HeterogeneousExpandableList.getChildType.

func (*HeterogeneousExpandableList) GetChildTypeCount added in v0.0.7

func (m *HeterogeneousExpandableList) GetChildTypeCount() (int32, error)

GetChildTypeCount calls android.widget.HeterogeneousExpandableList.getChildTypeCount.

func (*HeterogeneousExpandableList) GetGroupType added in v0.0.7

func (m *HeterogeneousExpandableList) GetGroupType(arg0 int32) (int32, error)

GetGroupType calls android.widget.HeterogeneousExpandableList.getGroupType.

func (*HeterogeneousExpandableList) GetGroupTypeCount added in v0.0.7

func (m *HeterogeneousExpandableList) GetGroupTypeCount() (int32, error)

GetGroupTypeCount calls android.widget.HeterogeneousExpandableList.getGroupTypeCount.

type HorizontalScrollView added in v0.0.7

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

HorizontalScrollView wraps android.widget.HorizontalScrollView.

func NewHorizontalScrollView added in v0.0.7

func NewHorizontalScrollView(vm *jni.VM, arg0 *jni.Object) (*HorizontalScrollView, error)

NewHorizontalScrollView creates a new android.widget.HorizontalScrollView instance.

func (*HorizontalScrollView) AddView1 added in v0.0.7

func (m *HorizontalScrollView) AddView1(arg0 *jni.Object) error

AddView1 calls android.widget.HorizontalScrollView.addView.

func (*HorizontalScrollView) AddView2_1 added in v0.0.7

func (m *HorizontalScrollView) AddView2_1(arg0 *jni.Object, arg1 *jni.Object) error

AddView2_1 calls android.widget.HorizontalScrollView.addView.

func (*HorizontalScrollView) AddView2_2 added in v0.0.7

func (m *HorizontalScrollView) AddView2_2(arg0 *jni.Object, arg1 int32) error

AddView2_2 calls android.widget.HorizontalScrollView.addView.

func (*HorizontalScrollView) AddView3_3 added in v0.0.7

func (m *HorizontalScrollView) AddView3_3(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

AddView3_3 calls android.widget.HorizontalScrollView.addView.

func (*HorizontalScrollView) ArrowScroll added in v0.0.7

func (m *HorizontalScrollView) ArrowScroll(arg0 int32) (bool, error)

ArrowScroll calls android.widget.HorizontalScrollView.arrowScroll.

func (*HorizontalScrollView) ComputeScroll added in v0.0.7

func (m *HorizontalScrollView) ComputeScroll() error

ComputeScroll calls android.widget.HorizontalScrollView.computeScroll.

func (*HorizontalScrollView) DispatchKeyEvent added in v0.0.7

func (m *HorizontalScrollView) DispatchKeyEvent(arg0 *jni.Object) (bool, error)

DispatchKeyEvent calls android.widget.HorizontalScrollView.dispatchKeyEvent.

func (*HorizontalScrollView) Draw added in v0.0.7

func (m *HorizontalScrollView) Draw(arg0 *jni.Object) error

Draw calls android.widget.HorizontalScrollView.draw.

func (*HorizontalScrollView) ExecuteKeyEvent added in v0.0.7

func (m *HorizontalScrollView) ExecuteKeyEvent(arg0 *jni.Object) (bool, error)

ExecuteKeyEvent calls android.widget.HorizontalScrollView.executeKeyEvent.

func (*HorizontalScrollView) Fling added in v0.0.7

func (m *HorizontalScrollView) Fling(arg0 int32) error

Fling calls android.widget.HorizontalScrollView.fling.

func (*HorizontalScrollView) FullScroll added in v0.0.7

func (m *HorizontalScrollView) FullScroll(arg0 int32) (bool, error)

FullScroll calls android.widget.HorizontalScrollView.fullScroll.

func (*HorizontalScrollView) GetAccessibilityClassName added in v0.0.7

func (m *HorizontalScrollView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.HorizontalScrollView.getAccessibilityClassName.

func (*HorizontalScrollView) GetLeftEdgeEffectColor added in v0.0.7

func (m *HorizontalScrollView) GetLeftEdgeEffectColor() (int32, error)

GetLeftEdgeEffectColor calls android.widget.HorizontalScrollView.getLeftEdgeEffectColor.

func (*HorizontalScrollView) GetMaxScrollAmount added in v0.0.7

func (m *HorizontalScrollView) GetMaxScrollAmount() (int32, error)

GetMaxScrollAmount calls android.widget.HorizontalScrollView.getMaxScrollAmount.

func (*HorizontalScrollView) GetRightEdgeEffectColor added in v0.0.7

func (m *HorizontalScrollView) GetRightEdgeEffectColor() (int32, error)

GetRightEdgeEffectColor calls android.widget.HorizontalScrollView.getRightEdgeEffectColor.

func (*HorizontalScrollView) IsFillViewport added in v0.0.7

func (m *HorizontalScrollView) IsFillViewport() (bool, error)

IsFillViewport calls android.widget.HorizontalScrollView.isFillViewport.

func (*HorizontalScrollView) IsSmoothScrollingEnabled added in v0.0.7

func (m *HorizontalScrollView) IsSmoothScrollingEnabled() (bool, error)

IsSmoothScrollingEnabled calls android.widget.HorizontalScrollView.isSmoothScrollingEnabled.

func (*HorizontalScrollView) OnGenericMotionEvent added in v0.0.7

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

OnGenericMotionEvent calls android.widget.HorizontalScrollView.onGenericMotionEvent.

func (*HorizontalScrollView) OnInterceptTouchEvent added in v0.0.7

func (m *HorizontalScrollView) OnInterceptTouchEvent(arg0 *jni.Object) (bool, error)

OnInterceptTouchEvent calls android.widget.HorizontalScrollView.onInterceptTouchEvent.

func (*HorizontalScrollView) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.HorizontalScrollView.onTouchEvent.

func (*HorizontalScrollView) PageScroll added in v0.0.7

func (m *HorizontalScrollView) PageScroll(arg0 int32) (bool, error)

PageScroll calls android.widget.HorizontalScrollView.pageScroll.

func (*HorizontalScrollView) RequestChildFocus added in v0.0.7

func (m *HorizontalScrollView) RequestChildFocus(arg0 *jni.Object, arg1 *jni.Object) error

RequestChildFocus calls android.widget.HorizontalScrollView.requestChildFocus.

func (*HorizontalScrollView) RequestChildRectangleOnScreen added in v0.0.7

func (m *HorizontalScrollView) RequestChildRectangleOnScreen(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
) (bool, error)

RequestChildRectangleOnScreen calls android.widget.HorizontalScrollView.requestChildRectangleOnScreen.

func (*HorizontalScrollView) RequestDisallowInterceptTouchEvent added in v0.0.7

func (m *HorizontalScrollView) RequestDisallowInterceptTouchEvent(arg0 bool) error

RequestDisallowInterceptTouchEvent calls android.widget.HorizontalScrollView.requestDisallowInterceptTouchEvent.

func (*HorizontalScrollView) RequestLayout added in v0.0.7

func (m *HorizontalScrollView) RequestLayout() error

RequestLayout calls android.widget.HorizontalScrollView.requestLayout.

func (*HorizontalScrollView) ScrollTo added in v0.0.7

func (m *HorizontalScrollView) ScrollTo(arg0 int32, arg1 int32) error

ScrollTo calls android.widget.HorizontalScrollView.scrollTo.

func (*HorizontalScrollView) SetEdgeEffectColor added in v0.0.7

func (m *HorizontalScrollView) SetEdgeEffectColor(arg0 int32) error

SetEdgeEffectColor calls android.widget.HorizontalScrollView.setEdgeEffectColor.

func (*HorizontalScrollView) SetFillViewport added in v0.0.7

func (m *HorizontalScrollView) SetFillViewport(arg0 bool) error

SetFillViewport calls android.widget.HorizontalScrollView.setFillViewport.

func (*HorizontalScrollView) SetLeftEdgeEffectColor added in v0.0.7

func (m *HorizontalScrollView) SetLeftEdgeEffectColor(arg0 int32) error

SetLeftEdgeEffectColor calls android.widget.HorizontalScrollView.setLeftEdgeEffectColor.

func (*HorizontalScrollView) SetRightEdgeEffectColor added in v0.0.7

func (m *HorizontalScrollView) SetRightEdgeEffectColor(arg0 int32) error

SetRightEdgeEffectColor calls android.widget.HorizontalScrollView.setRightEdgeEffectColor.

func (*HorizontalScrollView) SetSmoothScrollingEnabled added in v0.0.7

func (m *HorizontalScrollView) SetSmoothScrollingEnabled(arg0 bool) error

SetSmoothScrollingEnabled calls android.widget.HorizontalScrollView.setSmoothScrollingEnabled.

func (*HorizontalScrollView) ShouldDelayChildPressedState added in v0.0.7

func (m *HorizontalScrollView) ShouldDelayChildPressedState() (bool, error)

ShouldDelayChildPressedState calls android.widget.HorizontalScrollView.shouldDelayChildPressedState.

func (*HorizontalScrollView) SmoothScrollBy added in v0.0.7

func (m *HorizontalScrollView) SmoothScrollBy(arg0 int32, arg1 int32) error

SmoothScrollBy calls android.widget.HorizontalScrollView.smoothScrollBy.

func (*HorizontalScrollView) SmoothScrollTo added in v0.0.7

func (m *HorizontalScrollView) SmoothScrollTo(arg0 int32, arg1 int32) error

SmoothScrollTo calls android.widget.HorizontalScrollView.smoothScrollTo.

type ImageButton added in v0.0.7

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

ImageButton wraps android.widget.ImageButton.

func NewImageButton added in v0.0.7

func NewImageButton(vm *jni.VM, arg0 *jni.Object) (*ImageButton, error)

NewImageButton creates a new android.widget.ImageButton instance.

func (*ImageButton) GetAccessibilityClassName added in v0.0.7

func (m *ImageButton) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ImageButton.getAccessibilityClassName.

func (*ImageButton) OnResolvePointerIcon added in v0.0.7

func (m *ImageButton) OnResolvePointerIcon(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

OnResolvePointerIcon calls android.widget.ImageButton.onResolvePointerIcon.

type ImageSwitcher added in v0.0.7

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

ImageSwitcher wraps android.widget.ImageSwitcher.

func NewImageSwitcher added in v0.0.7

func NewImageSwitcher(vm *jni.VM, arg0 *jni.Object) (*ImageSwitcher, error)

NewImageSwitcher creates a new android.widget.ImageSwitcher instance.

func (*ImageSwitcher) GetAccessibilityClassName added in v0.0.7

func (m *ImageSwitcher) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ImageSwitcher.getAccessibilityClassName.

func (*ImageSwitcher) SetImageDrawable added in v0.0.7

func (m *ImageSwitcher) SetImageDrawable(arg0 *jni.Object) error

SetImageDrawable calls android.widget.ImageSwitcher.setImageDrawable.

func (*ImageSwitcher) SetImageResource added in v0.0.7

func (m *ImageSwitcher) SetImageResource(arg0 int32) error

SetImageResource calls android.widget.ImageSwitcher.setImageResource.

func (*ImageSwitcher) SetImageURI added in v0.0.7

func (m *ImageSwitcher) SetImageURI(arg0 *jni.Object) error

SetImageURI calls android.widget.ImageSwitcher.setImageURI.

type ImageView added in v0.0.7

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

ImageView wraps android.widget.ImageView.

func NewImageView added in v0.0.7

func NewImageView(vm *jni.VM, arg0 *jni.Object) (*ImageView, error)

NewImageView creates a new android.widget.ImageView instance.

func (*ImageView) AnimateTransform added in v0.0.7

func (m *ImageView) AnimateTransform(arg0 *jni.Object) error

AnimateTransform calls android.widget.ImageView.animateTransform.

func (*ImageView) ClearColorFilter added in v0.0.7

func (m *ImageView) ClearColorFilter() error

ClearColorFilter calls android.widget.ImageView.clearColorFilter.

func (*ImageView) DrawableHotspotChanged added in v0.0.7

func (m *ImageView) DrawableHotspotChanged(arg0 float32, arg1 float32) error

DrawableHotspotChanged calls android.widget.ImageView.drawableHotspotChanged.

func (*ImageView) GetAccessibilityClassName added in v0.0.7

func (m *ImageView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ImageView.getAccessibilityClassName.

func (*ImageView) GetAdjustViewBounds added in v0.0.7

func (m *ImageView) GetAdjustViewBounds() (bool, error)

GetAdjustViewBounds calls android.widget.ImageView.getAdjustViewBounds.

func (*ImageView) GetBaseline added in v0.0.7

func (m *ImageView) GetBaseline() (int32, error)

GetBaseline calls android.widget.ImageView.getBaseline.

func (*ImageView) GetBaselineAlignBottom added in v0.0.7

func (m *ImageView) GetBaselineAlignBottom() (bool, error)

GetBaselineAlignBottom calls android.widget.ImageView.getBaselineAlignBottom.

func (*ImageView) GetColorFilter added in v0.0.7

func (m *ImageView) GetColorFilter() (*jni.Object, error)

GetColorFilter calls android.widget.ImageView.getColorFilter.

func (*ImageView) GetCropToPadding added in v0.0.7

func (m *ImageView) GetCropToPadding() (bool, error)

GetCropToPadding calls android.widget.ImageView.getCropToPadding.

func (*ImageView) GetDrawable added in v0.0.7

func (m *ImageView) GetDrawable() (*jni.Object, error)

GetDrawable calls android.widget.ImageView.getDrawable.

func (*ImageView) GetImageAlpha added in v0.0.7

func (m *ImageView) GetImageAlpha() (int32, error)

GetImageAlpha calls android.widget.ImageView.getImageAlpha.

func (*ImageView) GetImageMatrix added in v0.0.7

func (m *ImageView) GetImageMatrix() (*jni.Object, error)

GetImageMatrix calls android.widget.ImageView.getImageMatrix.

func (*ImageView) GetImageTintBlendMode added in v0.0.7

func (m *ImageView) GetImageTintBlendMode() (*jni.Object, error)

GetImageTintBlendMode calls android.widget.ImageView.getImageTintBlendMode.

func (*ImageView) GetImageTintList added in v0.0.7

func (m *ImageView) GetImageTintList() (*jni.Object, error)

GetImageTintList calls android.widget.ImageView.getImageTintList.

func (*ImageView) GetImageTintMode added in v0.0.7

func (m *ImageView) GetImageTintMode() (*jni.Object, error)

GetImageTintMode calls android.widget.ImageView.getImageTintMode.

func (*ImageView) GetMaxHeight added in v0.0.7

func (m *ImageView) GetMaxHeight() (int32, error)

GetMaxHeight calls android.widget.ImageView.getMaxHeight.

func (*ImageView) GetMaxWidth added in v0.0.7

func (m *ImageView) GetMaxWidth() (int32, error)

GetMaxWidth calls android.widget.ImageView.getMaxWidth.

func (*ImageView) GetScaleType added in v0.0.7

func (m *ImageView) GetScaleType() (*jni.Object, error)

GetScaleType calls android.widget.ImageView.getScaleType.

func (*ImageView) HasOverlappingRendering added in v0.0.7

func (m *ImageView) HasOverlappingRendering() (bool, error)

HasOverlappingRendering calls android.widget.ImageView.hasOverlappingRendering.

func (*ImageView) InvalidateDrawable added in v0.0.7

func (m *ImageView) InvalidateDrawable(arg0 *jni.Object) error

InvalidateDrawable calls android.widget.ImageView.invalidateDrawable.

func (*ImageView) IsOpaque added in v0.0.7

func (m *ImageView) IsOpaque() (bool, error)

IsOpaque calls android.widget.ImageView.isOpaque.

func (*ImageView) JumpDrawablesToCurrentState added in v0.0.7

func (m *ImageView) JumpDrawablesToCurrentState() error

JumpDrawablesToCurrentState calls android.widget.ImageView.jumpDrawablesToCurrentState.

func (*ImageView) OnCreateDrawableState added in v0.0.7

func (m *ImageView) OnCreateDrawableState(arg0 int32) (*jni.Object, error)

OnCreateDrawableState calls android.widget.ImageView.onCreateDrawableState.

func (*ImageView) OnRtlPropertiesChanged added in v0.0.7

func (m *ImageView) OnRtlPropertiesChanged(arg0 int32) error

OnRtlPropertiesChanged calls android.widget.ImageView.onRtlPropertiesChanged.

func (*ImageView) OnVisibilityAggregated added in v0.0.7

func (m *ImageView) OnVisibilityAggregated(arg0 bool) error

OnVisibilityAggregated calls android.widget.ImageView.onVisibilityAggregated.

func (*ImageView) SetAdjustViewBounds added in v0.0.7

func (m *ImageView) SetAdjustViewBounds(arg0 bool) error

SetAdjustViewBounds calls android.widget.ImageView.setAdjustViewBounds.

func (*ImageView) SetAlpha added in v0.0.7

func (m *ImageView) SetAlpha(arg0 int32) error

SetAlpha calls android.widget.ImageView.setAlpha.

func (*ImageView) SetBaseline added in v0.0.7

func (m *ImageView) SetBaseline(arg0 int32) error

SetBaseline calls android.widget.ImageView.setBaseline.

func (*ImageView) SetBaselineAlignBottom added in v0.0.7

func (m *ImageView) SetBaselineAlignBottom(arg0 bool) error

SetBaselineAlignBottom calls android.widget.ImageView.setBaselineAlignBottom.

func (*ImageView) SetColorFilter1 added in v0.0.7

func (m *ImageView) SetColorFilter1(arg0 *jni.Object) error

SetColorFilter1 calls android.widget.ImageView.setColorFilter.

func (*ImageView) SetColorFilter1_1 added in v0.0.7

func (m *ImageView) SetColorFilter1_1(arg0 int32) error

SetColorFilter1_1 calls android.widget.ImageView.setColorFilter.

func (*ImageView) SetColorFilter2_2 added in v0.0.7

func (m *ImageView) SetColorFilter2_2(arg0 int32, arg1 *jni.Object) error

SetColorFilter2_2 calls android.widget.ImageView.setColorFilter.

func (*ImageView) SetCropToPadding added in v0.0.7

func (m *ImageView) SetCropToPadding(arg0 bool) error

SetCropToPadding calls android.widget.ImageView.setCropToPadding.

func (*ImageView) SetImageAlpha added in v0.0.7

func (m *ImageView) SetImageAlpha(arg0 int32) error

SetImageAlpha calls android.widget.ImageView.setImageAlpha.

func (*ImageView) SetImageBitmap added in v0.0.7

func (m *ImageView) SetImageBitmap(arg0 *jni.Object) error

SetImageBitmap calls android.widget.ImageView.setImageBitmap.

func (*ImageView) SetImageDrawable added in v0.0.7

func (m *ImageView) SetImageDrawable(arg0 *jni.Object) error

SetImageDrawable calls android.widget.ImageView.setImageDrawable.

func (*ImageView) SetImageIcon added in v0.0.7

func (m *ImageView) SetImageIcon(arg0 *jni.Object) error

SetImageIcon calls android.widget.ImageView.setImageIcon.

func (*ImageView) SetImageLevel added in v0.0.7

func (m *ImageView) SetImageLevel(arg0 int32) error

SetImageLevel calls android.widget.ImageView.setImageLevel.

func (*ImageView) SetImageMatrix added in v0.0.7

func (m *ImageView) SetImageMatrix(arg0 *jni.Object) error

SetImageMatrix calls android.widget.ImageView.setImageMatrix.

func (*ImageView) SetImageResource added in v0.0.7

func (m *ImageView) SetImageResource(arg0 int32) error

SetImageResource calls android.widget.ImageView.setImageResource.

func (*ImageView) SetImageState added in v0.0.7

func (m *ImageView) SetImageState(arg0 *jni.Object, arg1 bool) error

SetImageState calls android.widget.ImageView.setImageState.

func (*ImageView) SetImageTintBlendMode added in v0.0.7

func (m *ImageView) SetImageTintBlendMode(arg0 *jni.Object) error

SetImageTintBlendMode calls android.widget.ImageView.setImageTintBlendMode.

func (*ImageView) SetImageTintList added in v0.0.7

func (m *ImageView) SetImageTintList(arg0 *jni.Object) error

SetImageTintList calls android.widget.ImageView.setImageTintList.

func (*ImageView) SetImageTintMode added in v0.0.7

func (m *ImageView) SetImageTintMode(arg0 *jni.Object) error

SetImageTintMode calls android.widget.ImageView.setImageTintMode.

func (*ImageView) SetImageURI added in v0.0.7

func (m *ImageView) SetImageURI(arg0 *jni.Object) error

SetImageURI calls android.widget.ImageView.setImageURI.

func (*ImageView) SetMaxHeight added in v0.0.7

func (m *ImageView) SetMaxHeight(arg0 int32) error

SetMaxHeight calls android.widget.ImageView.setMaxHeight.

func (*ImageView) SetMaxWidth added in v0.0.7

func (m *ImageView) SetMaxWidth(arg0 int32) error

SetMaxWidth calls android.widget.ImageView.setMaxWidth.

func (*ImageView) SetScaleType added in v0.0.7

func (m *ImageView) SetScaleType(arg0 *jni.Object) error

SetScaleType calls android.widget.ImageView.setScaleType.

func (*ImageView) SetSelected added in v0.0.7

func (m *ImageView) SetSelected(arg0 bool) error

SetSelected calls android.widget.ImageView.setSelected.

func (*ImageView) SetVisibility added in v0.0.7

func (m *ImageView) SetVisibility(arg0 int32) error

SetVisibility calls android.widget.ImageView.setVisibility.

type ImageViewScaleType added in v0.0.7

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

ImageViewScaleType wraps android.widget.ImageView$ScaleType.

func (*ImageViewScaleType) ValueOf added in v0.0.7

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

ValueOf calls android.widget.ImageView$ScaleType.valueOf.

func (*ImageViewScaleType) Values added in v0.0.7

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

Values calls android.widget.ImageView$ScaleType.values.

type LinearLayout added in v0.0.7

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

LinearLayout wraps android.widget.LinearLayout.

func NewLinearLayout added in v0.0.7

func NewLinearLayout(vm *jni.VM, arg0 *jni.Object) (*LinearLayout, error)

NewLinearLayout creates a new android.widget.LinearLayout instance.

func (*LinearLayout) GenerateLayoutParams1 added in v0.0.7

func (m *LinearLayout) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1 calls android.widget.LinearLayout.generateLayoutParams.

func (*LinearLayout) GenerateLayoutParams1_1 added in v0.0.7

func (m *LinearLayout) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_1 calls android.widget.LinearLayout.generateLayoutParams.

func (*LinearLayout) GetAccessibilityClassName added in v0.0.7

func (m *LinearLayout) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.LinearLayout.getAccessibilityClassName.

func (*LinearLayout) GetBaseline added in v0.0.7

func (m *LinearLayout) GetBaseline() (int32, error)

GetBaseline calls android.widget.LinearLayout.getBaseline.

func (*LinearLayout) GetBaselineAlignedChildIndex added in v0.0.7

func (m *LinearLayout) GetBaselineAlignedChildIndex() (int32, error)

GetBaselineAlignedChildIndex calls android.widget.LinearLayout.getBaselineAlignedChildIndex.

func (*LinearLayout) GetDividerDrawable added in v0.0.7

func (m *LinearLayout) GetDividerDrawable() (*jni.Object, error)

GetDividerDrawable calls android.widget.LinearLayout.getDividerDrawable.

func (*LinearLayout) GetDividerPadding added in v0.0.7

func (m *LinearLayout) GetDividerPadding() (int32, error)

GetDividerPadding calls android.widget.LinearLayout.getDividerPadding.

func (*LinearLayout) GetGravity added in v0.0.7

func (m *LinearLayout) GetGravity() (int32, error)

GetGravity calls android.widget.LinearLayout.getGravity.

func (*LinearLayout) GetOrientation added in v0.0.7

func (m *LinearLayout) GetOrientation() (int32, error)

GetOrientation calls android.widget.LinearLayout.getOrientation.

func (*LinearLayout) GetShowDividers added in v0.0.7

func (m *LinearLayout) GetShowDividers() (int32, error)

GetShowDividers calls android.widget.LinearLayout.getShowDividers.

func (*LinearLayout) GetWeightSum added in v0.0.7

func (m *LinearLayout) GetWeightSum() (float32, error)

GetWeightSum calls android.widget.LinearLayout.getWeightSum.

func (*LinearLayout) IsBaselineAligned added in v0.0.7

func (m *LinearLayout) IsBaselineAligned() (bool, error)

IsBaselineAligned calls android.widget.LinearLayout.isBaselineAligned.

func (*LinearLayout) IsMeasureWithLargestChildEnabled added in v0.0.7

func (m *LinearLayout) IsMeasureWithLargestChildEnabled() (bool, error)

IsMeasureWithLargestChildEnabled calls android.widget.LinearLayout.isMeasureWithLargestChildEnabled.

func (*LinearLayout) OnRtlPropertiesChanged added in v0.0.7

func (m *LinearLayout) OnRtlPropertiesChanged(arg0 int32) error

OnRtlPropertiesChanged calls android.widget.LinearLayout.onRtlPropertiesChanged.

func (*LinearLayout) SetBaselineAligned added in v0.0.7

func (m *LinearLayout) SetBaselineAligned(arg0 bool) error

SetBaselineAligned calls android.widget.LinearLayout.setBaselineAligned.

func (*LinearLayout) SetBaselineAlignedChildIndex added in v0.0.7

func (m *LinearLayout) SetBaselineAlignedChildIndex(arg0 int32) error

SetBaselineAlignedChildIndex calls android.widget.LinearLayout.setBaselineAlignedChildIndex.

func (*LinearLayout) SetDividerDrawable added in v0.0.7

func (m *LinearLayout) SetDividerDrawable(arg0 *jni.Object) error

SetDividerDrawable calls android.widget.LinearLayout.setDividerDrawable.

func (*LinearLayout) SetDividerPadding added in v0.0.7

func (m *LinearLayout) SetDividerPadding(arg0 int32) error

SetDividerPadding calls android.widget.LinearLayout.setDividerPadding.

func (*LinearLayout) SetGravity added in v0.0.7

func (m *LinearLayout) SetGravity(arg0 int32) error

SetGravity calls android.widget.LinearLayout.setGravity.

func (*LinearLayout) SetHorizontalGravity added in v0.0.7

func (m *LinearLayout) SetHorizontalGravity(arg0 int32) error

SetHorizontalGravity calls android.widget.LinearLayout.setHorizontalGravity.

func (*LinearLayout) SetMeasureWithLargestChildEnabled added in v0.0.7

func (m *LinearLayout) SetMeasureWithLargestChildEnabled(arg0 bool) error

SetMeasureWithLargestChildEnabled calls android.widget.LinearLayout.setMeasureWithLargestChildEnabled.

func (*LinearLayout) SetOrientation added in v0.0.7

func (m *LinearLayout) SetOrientation(arg0 int32) error

SetOrientation calls android.widget.LinearLayout.setOrientation.

func (*LinearLayout) SetShowDividers added in v0.0.7

func (m *LinearLayout) SetShowDividers(arg0 int32) error

SetShowDividers calls android.widget.LinearLayout.setShowDividers.

func (*LinearLayout) SetVerticalGravity added in v0.0.7

func (m *LinearLayout) SetVerticalGravity(arg0 int32) error

SetVerticalGravity calls android.widget.LinearLayout.setVerticalGravity.

func (*LinearLayout) SetWeightSum added in v0.0.7

func (m *LinearLayout) SetWeightSum(arg0 float32) error

SetWeightSum calls android.widget.LinearLayout.setWeightSum.

func (*LinearLayout) ShouldDelayChildPressedState added in v0.0.7

func (m *LinearLayout) ShouldDelayChildPressedState() (bool, error)

ShouldDelayChildPressedState calls android.widget.LinearLayout.shouldDelayChildPressedState.

type LinearLayoutLayoutParams added in v0.0.7

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

LinearLayoutLayoutParams wraps android.widget.LinearLayout$LayoutParams.

func (*LinearLayoutLayoutParams) Debug added in v0.0.7

func (m *LinearLayoutLayoutParams) Debug(arg0 string) (string, error)

Debug calls android.widget.LinearLayout$LayoutParams.debug.

type ListAdapter added in v0.0.7

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

ListAdapter wraps android.widget.ListAdapter.

func (*ListAdapter) AreAllItemsEnabled added in v0.0.7

func (m *ListAdapter) AreAllItemsEnabled() (bool, error)

AreAllItemsEnabled calls android.widget.ListAdapter.areAllItemsEnabled.

func (*ListAdapter) IsEnabled added in v0.0.7

func (m *ListAdapter) IsEnabled(arg0 int32) (bool, error)

IsEnabled calls android.widget.ListAdapter.isEnabled.

type ListPopupWindow added in v0.0.7

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

ListPopupWindow wraps android.widget.ListPopupWindow.

func NewListPopupWindow added in v0.0.7

func NewListPopupWindow(vm *jni.VM, arg0 *jni.Object) (*ListPopupWindow, error)

NewListPopupWindow creates a new android.widget.ListPopupWindow instance.

func (*ListPopupWindow) ClearListSelection added in v0.0.7

func (m *ListPopupWindow) ClearListSelection() error

ClearListSelection calls android.widget.ListPopupWindow.clearListSelection.

func (*ListPopupWindow) CreateDragToOpenListener added in v0.0.7

func (m *ListPopupWindow) CreateDragToOpenListener(arg0 *jni.Object) (*jni.Object, error)

CreateDragToOpenListener calls android.widget.ListPopupWindow.createDragToOpenListener.

func (*ListPopupWindow) Dismiss added in v0.0.7

func (m *ListPopupWindow) Dismiss() error

Dismiss calls android.widget.ListPopupWindow.dismiss.

func (*ListPopupWindow) GetAnchorView added in v0.0.7

func (m *ListPopupWindow) GetAnchorView() (*jni.Object, error)

GetAnchorView calls android.widget.ListPopupWindow.getAnchorView.

func (*ListPopupWindow) GetAnimationStyle added in v0.0.7

func (m *ListPopupWindow) GetAnimationStyle() (int32, error)

GetAnimationStyle calls android.widget.ListPopupWindow.getAnimationStyle.

func (*ListPopupWindow) GetBackground added in v0.0.7

func (m *ListPopupWindow) GetBackground() (*jni.Object, error)

GetBackground calls android.widget.ListPopupWindow.getBackground.

func (*ListPopupWindow) GetEpicenterBounds added in v0.0.7

func (m *ListPopupWindow) GetEpicenterBounds() (*jni.Object, error)

GetEpicenterBounds calls android.widget.ListPopupWindow.getEpicenterBounds.

func (*ListPopupWindow) GetHeight added in v0.0.7

func (m *ListPopupWindow) GetHeight() (int32, error)

GetHeight calls android.widget.ListPopupWindow.getHeight.

func (*ListPopupWindow) GetHorizontalOffset added in v0.0.7

func (m *ListPopupWindow) GetHorizontalOffset() (int32, error)

GetHorizontalOffset calls android.widget.ListPopupWindow.getHorizontalOffset.

func (*ListPopupWindow) GetInputMethodMode added in v0.0.7

func (m *ListPopupWindow) GetInputMethodMode() (int32, error)

GetInputMethodMode calls android.widget.ListPopupWindow.getInputMethodMode.

func (*ListPopupWindow) GetListView added in v0.0.7

func (m *ListPopupWindow) GetListView() (*jni.Object, error)

GetListView calls android.widget.ListPopupWindow.getListView.

func (*ListPopupWindow) GetPromptPosition added in v0.0.7

func (m *ListPopupWindow) GetPromptPosition() (int32, error)

GetPromptPosition calls android.widget.ListPopupWindow.getPromptPosition.

func (*ListPopupWindow) GetSelectedItem added in v0.0.7

func (m *ListPopupWindow) GetSelectedItem() (*jni.Object, error)

GetSelectedItem calls android.widget.ListPopupWindow.getSelectedItem.

func (*ListPopupWindow) GetSelectedItemId added in v0.0.7

func (m *ListPopupWindow) GetSelectedItemId() (int64, error)

GetSelectedItemId calls android.widget.ListPopupWindow.getSelectedItemId.

func (*ListPopupWindow) GetSelectedItemPosition added in v0.0.7

func (m *ListPopupWindow) GetSelectedItemPosition() (int32, error)

GetSelectedItemPosition calls android.widget.ListPopupWindow.getSelectedItemPosition.

func (*ListPopupWindow) GetSelectedView added in v0.0.7

func (m *ListPopupWindow) GetSelectedView() (*jni.Object, error)

GetSelectedView calls android.widget.ListPopupWindow.getSelectedView.

func (*ListPopupWindow) GetSoftInputMode added in v0.0.7

func (m *ListPopupWindow) GetSoftInputMode() (int32, error)

GetSoftInputMode calls android.widget.ListPopupWindow.getSoftInputMode.

func (*ListPopupWindow) GetVerticalOffset added in v0.0.7

func (m *ListPopupWindow) GetVerticalOffset() (int32, error)

GetVerticalOffset calls android.widget.ListPopupWindow.getVerticalOffset.

func (*ListPopupWindow) GetWidth added in v0.0.7

func (m *ListPopupWindow) GetWidth() (int32, error)

GetWidth calls android.widget.ListPopupWindow.getWidth.

func (*ListPopupWindow) IsInputMethodNotNeeded added in v0.0.7

func (m *ListPopupWindow) IsInputMethodNotNeeded() (bool, error)

IsInputMethodNotNeeded calls android.widget.ListPopupWindow.isInputMethodNotNeeded.

func (*ListPopupWindow) IsModal added in v0.0.7

func (m *ListPopupWindow) IsModal() (bool, error)

IsModal calls android.widget.ListPopupWindow.isModal.

func (*ListPopupWindow) IsShowing added in v0.0.7

func (m *ListPopupWindow) IsShowing() (bool, error)

IsShowing calls android.widget.ListPopupWindow.isShowing.

func (*ListPopupWindow) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.ListPopupWindow.onKeyDown.

func (*ListPopupWindow) OnKeyPreIme added in v0.0.7

func (m *ListPopupWindow) OnKeyPreIme(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyPreIme calls android.widget.ListPopupWindow.onKeyPreIme.

func (*ListPopupWindow) OnKeyUp added in v0.0.7

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

OnKeyUp calls android.widget.ListPopupWindow.onKeyUp.

func (*ListPopupWindow) PerformItemClick added in v0.0.7

func (m *ListPopupWindow) PerformItemClick(arg0 int32) (bool, error)

PerformItemClick calls android.widget.ListPopupWindow.performItemClick.

func (*ListPopupWindow) PostShow added in v0.0.7

func (m *ListPopupWindow) PostShow() error

PostShow calls android.widget.ListPopupWindow.postShow.

func (*ListPopupWindow) SetAdapter added in v0.0.7

func (m *ListPopupWindow) SetAdapter(arg0 *jni.Object) error

SetAdapter calls android.widget.ListPopupWindow.setAdapter.

func (*ListPopupWindow) SetAnchorView added in v0.0.7

func (m *ListPopupWindow) SetAnchorView(arg0 *jni.Object) error

SetAnchorView calls android.widget.ListPopupWindow.setAnchorView.

func (*ListPopupWindow) SetAnimationStyle added in v0.0.7

func (m *ListPopupWindow) SetAnimationStyle(arg0 int32) error

SetAnimationStyle calls android.widget.ListPopupWindow.setAnimationStyle.

func (*ListPopupWindow) SetBackgroundDrawable added in v0.0.7

func (m *ListPopupWindow) SetBackgroundDrawable(arg0 *jni.Object) error

SetBackgroundDrawable calls android.widget.ListPopupWindow.setBackgroundDrawable.

func (*ListPopupWindow) SetContentWidth added in v0.0.7

func (m *ListPopupWindow) SetContentWidth(arg0 int32) error

SetContentWidth calls android.widget.ListPopupWindow.setContentWidth.

func (*ListPopupWindow) SetDropDownGravity added in v0.0.7

func (m *ListPopupWindow) SetDropDownGravity(arg0 int32) error

SetDropDownGravity calls android.widget.ListPopupWindow.setDropDownGravity.

func (*ListPopupWindow) SetEpicenterBounds added in v0.0.7

func (m *ListPopupWindow) SetEpicenterBounds(arg0 *jni.Object) error

SetEpicenterBounds calls android.widget.ListPopupWindow.setEpicenterBounds.

func (*ListPopupWindow) SetHeight added in v0.0.7

func (m *ListPopupWindow) SetHeight(arg0 int32) error

SetHeight calls android.widget.ListPopupWindow.setHeight.

func (*ListPopupWindow) SetHorizontalOffset added in v0.0.7

func (m *ListPopupWindow) SetHorizontalOffset(arg0 int32) error

SetHorizontalOffset calls android.widget.ListPopupWindow.setHorizontalOffset.

func (*ListPopupWindow) SetInputMethodMode added in v0.0.7

func (m *ListPopupWindow) SetInputMethodMode(arg0 int32) error

SetInputMethodMode calls android.widget.ListPopupWindow.setInputMethodMode.

func (*ListPopupWindow) SetListSelector added in v0.0.7

func (m *ListPopupWindow) SetListSelector(arg0 *jni.Object) error

SetListSelector calls android.widget.ListPopupWindow.setListSelector.

func (*ListPopupWindow) SetModal added in v0.0.7

func (m *ListPopupWindow) SetModal(arg0 bool) error

SetModal calls android.widget.ListPopupWindow.setModal.

func (*ListPopupWindow) SetOnDismissListener added in v0.0.7

func (m *ListPopupWindow) SetOnDismissListener(arg0 *jni.Object) error

SetOnDismissListener calls android.widget.ListPopupWindow.setOnDismissListener.

func (*ListPopupWindow) SetOnItemClickListener added in v0.0.7

func (m *ListPopupWindow) SetOnItemClickListener(arg0 *jni.Object) error

SetOnItemClickListener calls android.widget.ListPopupWindow.setOnItemClickListener.

func (*ListPopupWindow) SetOnItemSelectedListener added in v0.0.7

func (m *ListPopupWindow) SetOnItemSelectedListener(arg0 *jni.Object) error

SetOnItemSelectedListener calls android.widget.ListPopupWindow.setOnItemSelectedListener.

func (*ListPopupWindow) SetPromptPosition added in v0.0.7

func (m *ListPopupWindow) SetPromptPosition(arg0 int32) error

SetPromptPosition calls android.widget.ListPopupWindow.setPromptPosition.

func (*ListPopupWindow) SetPromptView added in v0.0.7

func (m *ListPopupWindow) SetPromptView(arg0 *jni.Object) error

SetPromptView calls android.widget.ListPopupWindow.setPromptView.

func (*ListPopupWindow) SetSelection added in v0.0.7

func (m *ListPopupWindow) SetSelection(arg0 int32) error

SetSelection calls android.widget.ListPopupWindow.setSelection.

func (*ListPopupWindow) SetSoftInputMode added in v0.0.7

func (m *ListPopupWindow) SetSoftInputMode(arg0 int32) error

SetSoftInputMode calls android.widget.ListPopupWindow.setSoftInputMode.

func (*ListPopupWindow) SetVerticalOffset added in v0.0.7

func (m *ListPopupWindow) SetVerticalOffset(arg0 int32) error

SetVerticalOffset calls android.widget.ListPopupWindow.setVerticalOffset.

func (*ListPopupWindow) SetWidth added in v0.0.7

func (m *ListPopupWindow) SetWidth(arg0 int32) error

SetWidth calls android.widget.ListPopupWindow.setWidth.

func (*ListPopupWindow) SetWindowLayoutType added in v0.0.7

func (m *ListPopupWindow) SetWindowLayoutType(arg0 int32) error

SetWindowLayoutType calls android.widget.ListPopupWindow.setWindowLayoutType.

func (*ListPopupWindow) Show added in v0.0.7

func (m *ListPopupWindow) Show() error

Show calls android.widget.ListPopupWindow.show.

type ListView added in v0.0.7

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

ListView wraps android.widget.ListView.

func NewListView added in v0.0.7

func NewListView(vm *jni.VM, arg0 *jni.Object) (*ListView, error)

NewListView creates a new android.widget.ListView instance.

func (*ListView) AddFooterView1 added in v0.0.7

func (m *ListView) AddFooterView1(arg0 *jni.Object) error

AddFooterView1 calls android.widget.ListView.addFooterView.

func (*ListView) AddFooterView3_1 added in v0.0.7

func (m *ListView) AddFooterView3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
) error

AddFooterView3_1 calls android.widget.ListView.addFooterView.

func (*ListView) AddHeaderView1 added in v0.0.7

func (m *ListView) AddHeaderView1(arg0 *jni.Object) error

AddHeaderView1 calls android.widget.ListView.addHeaderView.

func (*ListView) AddHeaderView3_1 added in v0.0.7

func (m *ListView) AddHeaderView3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
) error

AddHeaderView3_1 calls android.widget.ListView.addHeaderView.

func (*ListView) AreFooterDividersEnabled added in v0.0.7

func (m *ListView) AreFooterDividersEnabled() (bool, error)

AreFooterDividersEnabled calls android.widget.ListView.areFooterDividersEnabled.

func (*ListView) AreHeaderDividersEnabled added in v0.0.7

func (m *ListView) AreHeaderDividersEnabled() (bool, error)

AreHeaderDividersEnabled calls android.widget.ListView.areHeaderDividersEnabled.

func (*ListView) DispatchKeyEvent added in v0.0.7

func (m *ListView) DispatchKeyEvent(arg0 *jni.Object) (bool, error)

DispatchKeyEvent calls android.widget.ListView.dispatchKeyEvent.

func (*ListView) GetAccessibilityClassName added in v0.0.7

func (m *ListView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ListView.getAccessibilityClassName.

func (*ListView) GetAdapter0 added in v0.0.7

func (m *ListView) GetAdapter0() (*jni.Object, error)

GetAdapter0 calls android.widget.ListView.getAdapter.

func (*ListView) GetAdapter0_1 added in v0.0.7

func (m *ListView) GetAdapter0_1() (*jni.Object, error)

GetAdapter0_1 calls android.widget.ListView.getAdapter.

func (*ListView) GetCheckItemIds added in v0.0.7

func (m *ListView) GetCheckItemIds() (*jni.Object, error)

GetCheckItemIds calls android.widget.ListView.getCheckItemIds.

func (*ListView) GetDivider added in v0.0.7

func (m *ListView) GetDivider() (*jni.Object, error)

GetDivider calls android.widget.ListView.getDivider.

func (*ListView) GetDividerHeight added in v0.0.7

func (m *ListView) GetDividerHeight() (int32, error)

GetDividerHeight calls android.widget.ListView.getDividerHeight.

func (*ListView) GetFooterViewsCount added in v0.0.7

func (m *ListView) GetFooterViewsCount() (int32, error)

GetFooterViewsCount calls android.widget.ListView.getFooterViewsCount.

func (*ListView) GetHeaderViewsCount added in v0.0.7

func (m *ListView) GetHeaderViewsCount() (int32, error)

GetHeaderViewsCount calls android.widget.ListView.getHeaderViewsCount.

func (*ListView) GetItemsCanFocus added in v0.0.7

func (m *ListView) GetItemsCanFocus() (bool, error)

GetItemsCanFocus calls android.widget.ListView.getItemsCanFocus.

func (*ListView) GetMaxScrollAmount added in v0.0.7

func (m *ListView) GetMaxScrollAmount() (int32, error)

GetMaxScrollAmount calls android.widget.ListView.getMaxScrollAmount.

func (*ListView) GetOverscrollFooter added in v0.0.7

func (m *ListView) GetOverscrollFooter() (*jni.Object, error)

GetOverscrollFooter calls android.widget.ListView.getOverscrollFooter.

func (*ListView) GetOverscrollHeader added in v0.0.7

func (m *ListView) GetOverscrollHeader() (*jni.Object, error)

GetOverscrollHeader calls android.widget.ListView.getOverscrollHeader.

func (*ListView) IsOpaque added in v0.0.7

func (m *ListView) IsOpaque() (bool, error)

IsOpaque calls android.widget.ListView.isOpaque.

func (*ListView) OnInitializeAccessibilityNodeInfoForItem added in v0.0.7

func (m *ListView) OnInitializeAccessibilityNodeInfoForItem(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

OnInitializeAccessibilityNodeInfoForItem calls android.widget.ListView.onInitializeAccessibilityNodeInfoForItem.

func (*ListView) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.ListView.onKeyDown.

func (*ListView) OnKeyMultiple added in v0.0.7

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

OnKeyMultiple calls android.widget.ListView.onKeyMultiple.

func (*ListView) OnKeyUp added in v0.0.7

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

OnKeyUp calls android.widget.ListView.onKeyUp.

func (*ListView) RemoveFooterView added in v0.0.7

func (m *ListView) RemoveFooterView(arg0 *jni.Object) (bool, error)

RemoveFooterView calls android.widget.ListView.removeFooterView.

func (*ListView) RemoveHeaderView added in v0.0.7

func (m *ListView) RemoveHeaderView(arg0 *jni.Object) (bool, error)

RemoveHeaderView calls android.widget.ListView.removeHeaderView.

func (*ListView) RequestChildRectangleOnScreen added in v0.0.7

func (m *ListView) RequestChildRectangleOnScreen(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
) (bool, error)

RequestChildRectangleOnScreen calls android.widget.ListView.requestChildRectangleOnScreen.

func (*ListView) SetAdapter1 added in v0.0.7

func (m *ListView) SetAdapter1(arg0 *jni.Object) error

SetAdapter1 calls android.widget.ListView.setAdapter.

func (*ListView) SetAdapter1_1 added in v0.0.7

func (m *ListView) SetAdapter1_1(arg0 *jni.Object) error

SetAdapter1_1 calls android.widget.ListView.setAdapter.

func (*ListView) SetCacheColorHint added in v0.0.7

func (m *ListView) SetCacheColorHint(arg0 int32) error

SetCacheColorHint calls android.widget.ListView.setCacheColorHint.

func (*ListView) SetDivider added in v0.0.7

func (m *ListView) SetDivider(arg0 *jni.Object) error

SetDivider calls android.widget.ListView.setDivider.

func (*ListView) SetDividerHeight added in v0.0.7

func (m *ListView) SetDividerHeight(arg0 int32) error

SetDividerHeight calls android.widget.ListView.setDividerHeight.

func (*ListView) SetFooterDividersEnabled added in v0.0.7

func (m *ListView) SetFooterDividersEnabled(arg0 bool) error

SetFooterDividersEnabled calls android.widget.ListView.setFooterDividersEnabled.

func (*ListView) SetHeaderDividersEnabled added in v0.0.7

func (m *ListView) SetHeaderDividersEnabled(arg0 bool) error

SetHeaderDividersEnabled calls android.widget.ListView.setHeaderDividersEnabled.

func (*ListView) SetItemsCanFocus added in v0.0.7

func (m *ListView) SetItemsCanFocus(arg0 bool) error

SetItemsCanFocus calls android.widget.ListView.setItemsCanFocus.

func (*ListView) SetOverscrollFooter added in v0.0.7

func (m *ListView) SetOverscrollFooter(arg0 *jni.Object) error

SetOverscrollFooter calls android.widget.ListView.setOverscrollFooter.

func (*ListView) SetOverscrollHeader added in v0.0.7

func (m *ListView) SetOverscrollHeader(arg0 *jni.Object) error

SetOverscrollHeader calls android.widget.ListView.setOverscrollHeader.

func (*ListView) SetRemoteViewsAdapter added in v0.0.7

func (m *ListView) SetRemoteViewsAdapter(arg0 *jni.Object) error

SetRemoteViewsAdapter calls android.widget.ListView.setRemoteViewsAdapter.

func (*ListView) SetSelection added in v0.0.7

func (m *ListView) SetSelection(arg0 int32) error

SetSelection calls android.widget.ListView.setSelection.

func (*ListView) SetSelectionAfterHeaderView added in v0.0.7

func (m *ListView) SetSelectionAfterHeaderView() error

SetSelectionAfterHeaderView calls android.widget.ListView.setSelectionAfterHeaderView.

func (*ListView) SmoothScrollByOffset added in v0.0.7

func (m *ListView) SmoothScrollByOffset(arg0 int32) error

SmoothScrollByOffset calls android.widget.ListView.smoothScrollByOffset.

func (*ListView) SmoothScrollToPosition added in v0.0.7

func (m *ListView) SmoothScrollToPosition(arg0 int32) error

SmoothScrollToPosition calls android.widget.ListView.smoothScrollToPosition.

type Magnifier added in v0.0.7

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

Magnifier wraps android.widget.Magnifier.

func NewMagnifier added in v0.0.7

func NewMagnifier(vm *jni.VM, arg0 *jni.Object) (*Magnifier, error)

NewMagnifier creates a new android.widget.Magnifier instance.

func (*Magnifier) Dismiss added in v0.0.7

func (m *Magnifier) Dismiss() error

Dismiss calls android.widget.Magnifier.dismiss.

func (*Magnifier) GetCornerRadius added in v0.0.7

func (m *Magnifier) GetCornerRadius() (float32, error)

GetCornerRadius calls android.widget.Magnifier.getCornerRadius.

func (*Magnifier) GetDefaultHorizontalSourceToMagnifierOffset added in v0.0.7

func (m *Magnifier) GetDefaultHorizontalSourceToMagnifierOffset() (int32, error)

GetDefaultHorizontalSourceToMagnifierOffset calls android.widget.Magnifier.getDefaultHorizontalSourceToMagnifierOffset.

func (*Magnifier) GetDefaultVerticalSourceToMagnifierOffset added in v0.0.7

func (m *Magnifier) GetDefaultVerticalSourceToMagnifierOffset() (int32, error)

GetDefaultVerticalSourceToMagnifierOffset calls android.widget.Magnifier.getDefaultVerticalSourceToMagnifierOffset.

func (*Magnifier) GetElevation added in v0.0.7

func (m *Magnifier) GetElevation() (float32, error)

GetElevation calls android.widget.Magnifier.getElevation.

func (*Magnifier) GetHeight added in v0.0.7

func (m *Magnifier) GetHeight() (int32, error)

GetHeight calls android.widget.Magnifier.getHeight.

func (*Magnifier) GetOverlay added in v0.0.7

func (m *Magnifier) GetOverlay() (*jni.Object, error)

GetOverlay calls android.widget.Magnifier.getOverlay.

func (*Magnifier) GetPosition added in v0.0.7

func (m *Magnifier) GetPosition() (*jni.Object, error)

GetPosition calls android.widget.Magnifier.getPosition.

func (*Magnifier) GetSourceHeight added in v0.0.7

func (m *Magnifier) GetSourceHeight() (int32, error)

GetSourceHeight calls android.widget.Magnifier.getSourceHeight.

func (*Magnifier) GetSourcePosition added in v0.0.7

func (m *Magnifier) GetSourcePosition() (*jni.Object, error)

GetSourcePosition calls android.widget.Magnifier.getSourcePosition.

func (*Magnifier) GetSourceWidth added in v0.0.7

func (m *Magnifier) GetSourceWidth() (int32, error)

GetSourceWidth calls android.widget.Magnifier.getSourceWidth.

func (*Magnifier) GetWidth added in v0.0.7

func (m *Magnifier) GetWidth() (int32, error)

GetWidth calls android.widget.Magnifier.getWidth.

func (*Magnifier) GetZoom added in v0.0.7

func (m *Magnifier) GetZoom() (float32, error)

GetZoom calls android.widget.Magnifier.getZoom.

func (*Magnifier) IsClippingEnabled added in v0.0.7

func (m *Magnifier) IsClippingEnabled() (bool, error)

IsClippingEnabled calls android.widget.Magnifier.isClippingEnabled.

func (*Magnifier) SetZoom added in v0.0.7

func (m *Magnifier) SetZoom(arg0 float32) error

SetZoom calls android.widget.Magnifier.setZoom.

func (*Magnifier) Show2 added in v0.0.7

func (m *Magnifier) Show2(arg0 float32, arg1 float32) error

Show2 calls android.widget.Magnifier.show.

func (*Magnifier) Show4_1 added in v0.0.7

func (m *Magnifier) Show4_1(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 float32,
) error

Show4_1 calls android.widget.Magnifier.show.

func (*Magnifier) Update added in v0.0.7

func (m *Magnifier) Update() error

Update calls android.widget.Magnifier.update.

type MagnifierBuilder added in v0.0.7

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

MagnifierBuilder wraps android.widget.Magnifier$Builder.

func (*MagnifierBuilder) Build added in v0.0.7

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

Build calls android.widget.Magnifier$Builder.build.

func (*MagnifierBuilder) SetClippingEnabled added in v0.0.7

func (m *MagnifierBuilder) SetClippingEnabled(arg0 bool) (*jni.Object, error)

SetClippingEnabled calls android.widget.Magnifier$Builder.setClippingEnabled.

func (*MagnifierBuilder) SetCornerRadius added in v0.0.7

func (m *MagnifierBuilder) SetCornerRadius(arg0 float32) (*jni.Object, error)

SetCornerRadius calls android.widget.Magnifier$Builder.setCornerRadius.

func (*MagnifierBuilder) SetDefaultSourceToMagnifierOffset added in v0.0.7

func (m *MagnifierBuilder) SetDefaultSourceToMagnifierOffset(arg0 int32, arg1 int32) (*jni.Object, error)

SetDefaultSourceToMagnifierOffset calls android.widget.Magnifier$Builder.setDefaultSourceToMagnifierOffset.

func (*MagnifierBuilder) SetElevation added in v0.0.7

func (m *MagnifierBuilder) SetElevation(arg0 float32) (*jni.Object, error)

SetElevation calls android.widget.Magnifier$Builder.setElevation.

func (*MagnifierBuilder) SetInitialZoom added in v0.0.7

func (m *MagnifierBuilder) SetInitialZoom(arg0 float32) (*jni.Object, error)

SetInitialZoom calls android.widget.Magnifier$Builder.setInitialZoom.

func (*MagnifierBuilder) SetOverlay added in v0.0.7

func (m *MagnifierBuilder) SetOverlay(arg0 *jni.Object) (*jni.Object, error)

SetOverlay calls android.widget.Magnifier$Builder.setOverlay.

func (*MagnifierBuilder) SetSize added in v0.0.7

func (m *MagnifierBuilder) SetSize(arg0 int32, arg1 int32) (*jni.Object, error)

SetSize calls android.widget.Magnifier$Builder.setSize.

func (*MagnifierBuilder) SetSourceBounds added in v0.0.7

func (m *MagnifierBuilder) SetSourceBounds(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

SetSourceBounds calls android.widget.Magnifier$Builder.setSourceBounds.

type MediaController added in v0.0.7

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

MediaController wraps android.widget.MediaController.

func NewMediaController added in v0.0.7

func NewMediaController(vm *jni.VM, arg0 *jni.Object) (*MediaController, error)

NewMediaController creates a new android.widget.MediaController instance.

func (*MediaController) DispatchKeyEvent added in v0.0.7

func (m *MediaController) DispatchKeyEvent(arg0 *jni.Object) (bool, error)

DispatchKeyEvent calls android.widget.MediaController.dispatchKeyEvent.

func (*MediaController) GetAccessibilityClassName added in v0.0.7

func (m *MediaController) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.MediaController.getAccessibilityClassName.

func (*MediaController) Hide added in v0.0.7

func (m *MediaController) Hide() error

Hide calls android.widget.MediaController.hide.

func (*MediaController) IsShowing added in v0.0.7

func (m *MediaController) IsShowing() (bool, error)

IsShowing calls android.widget.MediaController.isShowing.

func (*MediaController) OnFinishInflate added in v0.0.7

func (m *MediaController) OnFinishInflate() error

OnFinishInflate calls android.widget.MediaController.onFinishInflate.

func (*MediaController) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.MediaController.onTouchEvent.

func (*MediaController) OnTrackballEvent added in v0.0.7

func (m *MediaController) OnTrackballEvent(arg0 *jni.Object) (bool, error)

OnTrackballEvent calls android.widget.MediaController.onTrackballEvent.

func (*MediaController) SetAnchorView added in v0.0.7

func (m *MediaController) SetAnchorView(arg0 *jni.Object) error

SetAnchorView calls android.widget.MediaController.setAnchorView.

func (*MediaController) SetEnabled added in v0.0.7

func (m *MediaController) SetEnabled(arg0 bool) error

SetEnabled calls android.widget.MediaController.setEnabled.

func (*MediaController) SetMediaPlayer added in v0.0.7

func (m *MediaController) SetMediaPlayer(arg0 *jni.Object) error

SetMediaPlayer calls android.widget.MediaController.setMediaPlayer.

func (*MediaController) SetPrevNextListeners added in v0.0.7

func (m *MediaController) SetPrevNextListeners(arg0 *jni.Object, arg1 *jni.Object) error

SetPrevNextListeners calls android.widget.MediaController.setPrevNextListeners.

func (*MediaController) Show0 added in v0.0.7

func (m *MediaController) Show0() error

Show0 calls android.widget.MediaController.show.

func (*MediaController) Show1_1 added in v0.0.7

func (m *MediaController) Show1_1(arg0 int32) error

Show1_1 calls android.widget.MediaController.show.

type MediaControllerMediaPlayerControl added in v0.0.7

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

MediaControllerMediaPlayerControl wraps android.widget.MediaController$MediaPlayerControl.

func (*MediaControllerMediaPlayerControl) CanPause added in v0.0.7

func (m *MediaControllerMediaPlayerControl) CanPause() (bool, error)

CanPause calls android.widget.MediaController$MediaPlayerControl.canPause.

func (*MediaControllerMediaPlayerControl) CanSeekBackward added in v0.0.7

func (m *MediaControllerMediaPlayerControl) CanSeekBackward() (bool, error)

CanSeekBackward calls android.widget.MediaController$MediaPlayerControl.canSeekBackward.

func (*MediaControllerMediaPlayerControl) CanSeekForward added in v0.0.7

func (m *MediaControllerMediaPlayerControl) CanSeekForward() (bool, error)

CanSeekForward calls android.widget.MediaController$MediaPlayerControl.canSeekForward.

func (*MediaControllerMediaPlayerControl) GetAudioSessionId added in v0.0.7

func (m *MediaControllerMediaPlayerControl) GetAudioSessionId() (int32, error)

GetAudioSessionId calls android.widget.MediaController$MediaPlayerControl.getAudioSessionId.

func (*MediaControllerMediaPlayerControl) GetBufferPercentage added in v0.0.7

func (m *MediaControllerMediaPlayerControl) GetBufferPercentage() (int32, error)

GetBufferPercentage calls android.widget.MediaController$MediaPlayerControl.getBufferPercentage.

func (*MediaControllerMediaPlayerControl) GetCurrentPosition added in v0.0.7

func (m *MediaControllerMediaPlayerControl) GetCurrentPosition() (int32, error)

GetCurrentPosition calls android.widget.MediaController$MediaPlayerControl.getCurrentPosition.

func (*MediaControllerMediaPlayerControl) GetDuration added in v0.0.7

func (m *MediaControllerMediaPlayerControl) GetDuration() (int32, error)

GetDuration calls android.widget.MediaController$MediaPlayerControl.getDuration.

func (*MediaControllerMediaPlayerControl) IsPlaying added in v0.0.7

func (m *MediaControllerMediaPlayerControl) IsPlaying() (bool, error)

IsPlaying calls android.widget.MediaController$MediaPlayerControl.isPlaying.

func (*MediaControllerMediaPlayerControl) Pause added in v0.0.7

Pause calls android.widget.MediaController$MediaPlayerControl.pause.

func (*MediaControllerMediaPlayerControl) SeekTo added in v0.0.7

SeekTo calls android.widget.MediaController$MediaPlayerControl.seekTo.

func (*MediaControllerMediaPlayerControl) Start added in v0.0.7

Start calls android.widget.MediaController$MediaPlayerControl.start.

type MultiAutoCompleteTextView added in v0.0.7

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

MultiAutoCompleteTextView wraps android.widget.MultiAutoCompleteTextView.

func NewMultiAutoCompleteTextView added in v0.0.7

func NewMultiAutoCompleteTextView(vm *jni.VM, arg0 *jni.Object) (*MultiAutoCompleteTextView, error)

NewMultiAutoCompleteTextView creates a new android.widget.MultiAutoCompleteTextView instance.

func (*MultiAutoCompleteTextView) EnoughToFilter added in v0.0.7

func (m *MultiAutoCompleteTextView) EnoughToFilter() (bool, error)

EnoughToFilter calls android.widget.MultiAutoCompleteTextView.enoughToFilter.

func (*MultiAutoCompleteTextView) GetAccessibilityClassName added in v0.0.7

func (m *MultiAutoCompleteTextView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.MultiAutoCompleteTextView.getAccessibilityClassName.

func (*MultiAutoCompleteTextView) PerformValidation added in v0.0.7

func (m *MultiAutoCompleteTextView) PerformValidation() error

PerformValidation calls android.widget.MultiAutoCompleteTextView.performValidation.

func (*MultiAutoCompleteTextView) SetTokenizer added in v0.0.7

func (m *MultiAutoCompleteTextView) SetTokenizer(arg0 *jni.Object) error

SetTokenizer calls android.widget.MultiAutoCompleteTextView.setTokenizer.

type MultiAutoCompleteTextViewCommaTokenizer added in v0.0.7

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

MultiAutoCompleteTextViewCommaTokenizer wraps android.widget.MultiAutoCompleteTextView$CommaTokenizer.

func (*MultiAutoCompleteTextViewCommaTokenizer) FindTokenEnd added in v0.0.7

func (m *MultiAutoCompleteTextViewCommaTokenizer) FindTokenEnd(arg0 string, arg1 int32) (int32, error)

FindTokenEnd calls android.widget.MultiAutoCompleteTextView$CommaTokenizer.findTokenEnd.

func (*MultiAutoCompleteTextViewCommaTokenizer) FindTokenStart added in v0.0.7

func (m *MultiAutoCompleteTextViewCommaTokenizer) FindTokenStart(arg0 string, arg1 int32) (int32, error)

FindTokenStart calls android.widget.MultiAutoCompleteTextView$CommaTokenizer.findTokenStart.

func (*MultiAutoCompleteTextViewCommaTokenizer) TerminateToken added in v0.0.7

func (m *MultiAutoCompleteTextViewCommaTokenizer) TerminateToken(arg0 string) (*jni.Object, error)

TerminateToken calls android.widget.MultiAutoCompleteTextView$CommaTokenizer.terminateToken.

type MultiAutoCompleteTextViewTokenizer added in v0.0.7

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

MultiAutoCompleteTextViewTokenizer wraps android.widget.MultiAutoCompleteTextView$Tokenizer.

func (*MultiAutoCompleteTextViewTokenizer) FindTokenEnd added in v0.0.7

func (m *MultiAutoCompleteTextViewTokenizer) FindTokenEnd(arg0 string, arg1 int32) (int32, error)

FindTokenEnd calls android.widget.MultiAutoCompleteTextView$Tokenizer.findTokenEnd.

func (*MultiAutoCompleteTextViewTokenizer) FindTokenStart added in v0.0.7

func (m *MultiAutoCompleteTextViewTokenizer) FindTokenStart(arg0 string, arg1 int32) (int32, error)

FindTokenStart calls android.widget.MultiAutoCompleteTextView$Tokenizer.findTokenStart.

func (*MultiAutoCompleteTextViewTokenizer) TerminateToken added in v0.0.7

func (m *MultiAutoCompleteTextViewTokenizer) TerminateToken(arg0 string) (*jni.Object, error)

TerminateToken calls android.widget.MultiAutoCompleteTextView$Tokenizer.terminateToken.

type NumberPicker added in v0.0.7

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

NumberPicker wraps android.widget.NumberPicker.

func NewNumberPicker added in v0.0.7

func NewNumberPicker(vm *jni.VM, arg0 *jni.Object) (*NumberPicker, error)

NewNumberPicker creates a new android.widget.NumberPicker instance.

func (*NumberPicker) ComputeScroll added in v0.0.7

func (m *NumberPicker) ComputeScroll() error

ComputeScroll calls android.widget.NumberPicker.computeScroll.

func (*NumberPicker) DispatchKeyEvent added in v0.0.7

func (m *NumberPicker) DispatchKeyEvent(arg0 *jni.Object) (bool, error)

DispatchKeyEvent calls android.widget.NumberPicker.dispatchKeyEvent.

func (*NumberPicker) DispatchTouchEvent added in v0.0.7

func (m *NumberPicker) DispatchTouchEvent(arg0 *jni.Object) (bool, error)

DispatchTouchEvent calls android.widget.NumberPicker.dispatchTouchEvent.

func (*NumberPicker) DispatchTrackballEvent added in v0.0.7

func (m *NumberPicker) DispatchTrackballEvent(arg0 *jni.Object) (bool, error)

DispatchTrackballEvent calls android.widget.NumberPicker.dispatchTrackballEvent.

func (*NumberPicker) GetAccessibilityNodeProvider added in v0.0.7

func (m *NumberPicker) GetAccessibilityNodeProvider() (*jni.Object, error)

GetAccessibilityNodeProvider calls android.widget.NumberPicker.getAccessibilityNodeProvider.

func (*NumberPicker) GetDisplayedValues added in v0.0.7

func (m *NumberPicker) GetDisplayedValues() (*jni.Object, error)

GetDisplayedValues calls android.widget.NumberPicker.getDisplayedValues.

func (*NumberPicker) GetMaxValue added in v0.0.7

func (m *NumberPicker) GetMaxValue() (int32, error)

GetMaxValue calls android.widget.NumberPicker.getMaxValue.

func (*NumberPicker) GetMinValue added in v0.0.7

func (m *NumberPicker) GetMinValue() (int32, error)

GetMinValue calls android.widget.NumberPicker.getMinValue.

func (*NumberPicker) GetSelectionDividerHeight added in v0.0.7

func (m *NumberPicker) GetSelectionDividerHeight() (int32, error)

GetSelectionDividerHeight calls android.widget.NumberPicker.getSelectionDividerHeight.

func (*NumberPicker) GetSolidColor added in v0.0.7

func (m *NumberPicker) GetSolidColor() (int32, error)

GetSolidColor calls android.widget.NumberPicker.getSolidColor.

func (*NumberPicker) GetTextColor added in v0.0.7

func (m *NumberPicker) GetTextColor() (int32, error)

GetTextColor calls android.widget.NumberPicker.getTextColor.

func (*NumberPicker) GetTextSize added in v0.0.7

func (m *NumberPicker) GetTextSize() (float32, error)

GetTextSize calls android.widget.NumberPicker.getTextSize.

func (*NumberPicker) GetValue added in v0.0.7

func (m *NumberPicker) GetValue() (int32, error)

GetValue calls android.widget.NumberPicker.getValue.

func (*NumberPicker) GetWrapSelectorWheel added in v0.0.7

func (m *NumberPicker) GetWrapSelectorWheel() (bool, error)

GetWrapSelectorWheel calls android.widget.NumberPicker.getWrapSelectorWheel.

func (*NumberPicker) JumpDrawablesToCurrentState added in v0.0.7

func (m *NumberPicker) JumpDrawablesToCurrentState() error

JumpDrawablesToCurrentState calls android.widget.NumberPicker.jumpDrawablesToCurrentState.

func (*NumberPicker) OnInterceptTouchEvent added in v0.0.7

func (m *NumberPicker) OnInterceptTouchEvent(arg0 *jni.Object) (bool, error)

OnInterceptTouchEvent calls android.widget.NumberPicker.onInterceptTouchEvent.

func (*NumberPicker) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.NumberPicker.onTouchEvent.

func (*NumberPicker) PerformClick added in v0.0.7

func (m *NumberPicker) PerformClick() (bool, error)

PerformClick calls android.widget.NumberPicker.performClick.

func (*NumberPicker) PerformLongClick added in v0.0.7

func (m *NumberPicker) PerformLongClick() (bool, error)

PerformLongClick calls android.widget.NumberPicker.performLongClick.

func (*NumberPicker) ScrollBy added in v0.0.7

func (m *NumberPicker) ScrollBy(arg0 int32, arg1 int32) error

ScrollBy calls android.widget.NumberPicker.scrollBy.

func (*NumberPicker) SetDisplayedValues added in v0.0.7

func (m *NumberPicker) SetDisplayedValues(arg0 *jni.Object) error

SetDisplayedValues calls android.widget.NumberPicker.setDisplayedValues.

func (*NumberPicker) SetEnabled added in v0.0.7

func (m *NumberPicker) SetEnabled(arg0 bool) error

SetEnabled calls android.widget.NumberPicker.setEnabled.

func (*NumberPicker) SetFormatter added in v0.0.7

func (m *NumberPicker) SetFormatter(arg0 *jni.Object) error

SetFormatter calls android.widget.NumberPicker.setFormatter.

func (*NumberPicker) SetMaxValue added in v0.0.7

func (m *NumberPicker) SetMaxValue(arg0 int32) error

SetMaxValue calls android.widget.NumberPicker.setMaxValue.

func (*NumberPicker) SetMinValue added in v0.0.7

func (m *NumberPicker) SetMinValue(arg0 int32) error

SetMinValue calls android.widget.NumberPicker.setMinValue.

func (*NumberPicker) SetOnLongPressUpdateInterval added in v0.0.7

func (m *NumberPicker) SetOnLongPressUpdateInterval(arg0 int64) error

SetOnLongPressUpdateInterval calls android.widget.NumberPicker.setOnLongPressUpdateInterval.

func (*NumberPicker) SetOnScrollListener added in v0.0.7

func (m *NumberPicker) SetOnScrollListener(arg0 *jni.Object) error

SetOnScrollListener calls android.widget.NumberPicker.setOnScrollListener.

func (*NumberPicker) SetOnValueChangedListener added in v0.0.7

func (m *NumberPicker) SetOnValueChangedListener(arg0 *jni.Object) error

SetOnValueChangedListener calls android.widget.NumberPicker.setOnValueChangedListener.

func (*NumberPicker) SetSelectionDividerHeight added in v0.0.7

func (m *NumberPicker) SetSelectionDividerHeight(arg0 int32) error

SetSelectionDividerHeight calls android.widget.NumberPicker.setSelectionDividerHeight.

func (*NumberPicker) SetTextColor added in v0.0.7

func (m *NumberPicker) SetTextColor(arg0 int32) error

SetTextColor calls android.widget.NumberPicker.setTextColor.

func (*NumberPicker) SetTextSize added in v0.0.7

func (m *NumberPicker) SetTextSize(arg0 float32) error

SetTextSize calls android.widget.NumberPicker.setTextSize.

func (*NumberPicker) SetValue added in v0.0.7

func (m *NumberPicker) SetValue(arg0 int32) error

SetValue calls android.widget.NumberPicker.setValue.

func (*NumberPicker) SetWrapSelectorWheel added in v0.0.7

func (m *NumberPicker) SetWrapSelectorWheel(arg0 bool) error

SetWrapSelectorWheel calls android.widget.NumberPicker.setWrapSelectorWheel.

type NumberPickerFormatter added in v0.0.7

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

NumberPickerFormatter wraps android.widget.NumberPicker$Formatter.

func (*NumberPickerFormatter) Format added in v0.0.7

func (m *NumberPickerFormatter) Format(arg0 int32) (string, error)

Format calls android.widget.NumberPicker$Formatter.format.

type NumberPickerOnScrollListener added in v0.0.7

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

NumberPickerOnScrollListener wraps android.widget.NumberPicker$OnScrollListener.

func (*NumberPickerOnScrollListener) OnScrollStateChange added in v0.0.7

func (m *NumberPickerOnScrollListener) OnScrollStateChange(arg0 *jni.Object, arg1 int32) error

OnScrollStateChange calls android.widget.NumberPicker$OnScrollListener.onScrollStateChange.

type NumberPickerOnValueChangeListener added in v0.0.7

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

NumberPickerOnValueChangeListener wraps android.widget.NumberPicker$OnValueChangeListener.

func (*NumberPickerOnValueChangeListener) OnValueChange added in v0.0.7

func (m *NumberPickerOnValueChangeListener) OnValueChange(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

OnValueChange calls android.widget.NumberPicker$OnValueChangeListener.onValueChange.

type OverScroller added in v0.0.7

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

OverScroller wraps android.widget.OverScroller.

func NewOverScroller added in v0.0.7

func NewOverScroller(vm *jni.VM, arg0 *jni.Object) (*OverScroller, error)

NewOverScroller creates a new android.widget.OverScroller instance.

func (*OverScroller) AbortAnimation added in v0.0.7

func (m *OverScroller) AbortAnimation() error

AbortAnimation calls android.widget.OverScroller.abortAnimation.

func (*OverScroller) ComputeScrollOffset added in v0.0.7

func (m *OverScroller) ComputeScrollOffset() (bool, error)

ComputeScrollOffset calls android.widget.OverScroller.computeScrollOffset.

func (*OverScroller) Fling8 added in v0.0.7

func (m *OverScroller) Fling8(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 int32,
) error

Fling8 calls android.widget.OverScroller.fling.

func (*OverScroller) Fling10_1 added in v0.0.7

func (m *OverScroller) Fling10_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 int32,
	arg8 int32,
	arg9 int32,
) error

Fling10_1 calls android.widget.OverScroller.fling.

func (*OverScroller) ForceFinished added in v0.0.7

func (m *OverScroller) ForceFinished(arg0 bool) error

ForceFinished calls android.widget.OverScroller.forceFinished.

func (*OverScroller) GetCurrVelocity added in v0.0.7

func (m *OverScroller) GetCurrVelocity() (float32, error)

GetCurrVelocity calls android.widget.OverScroller.getCurrVelocity.

func (*OverScroller) GetCurrX added in v0.0.7

func (m *OverScroller) GetCurrX() (int32, error)

GetCurrX calls android.widget.OverScroller.getCurrX.

func (*OverScroller) GetCurrY added in v0.0.7

func (m *OverScroller) GetCurrY() (int32, error)

GetCurrY calls android.widget.OverScroller.getCurrY.

func (*OverScroller) GetFinalX added in v0.0.7

func (m *OverScroller) GetFinalX() (int32, error)

GetFinalX calls android.widget.OverScroller.getFinalX.

func (*OverScroller) GetFinalY added in v0.0.7

func (m *OverScroller) GetFinalY() (int32, error)

GetFinalY calls android.widget.OverScroller.getFinalY.

func (*OverScroller) GetStartX added in v0.0.7

func (m *OverScroller) GetStartX() (int32, error)

GetStartX calls android.widget.OverScroller.getStartX.

func (*OverScroller) GetStartY added in v0.0.7

func (m *OverScroller) GetStartY() (int32, error)

GetStartY calls android.widget.OverScroller.getStartY.

func (*OverScroller) IsFinished added in v0.0.7

func (m *OverScroller) IsFinished() (bool, error)

IsFinished calls android.widget.OverScroller.isFinished.

func (*OverScroller) IsOverScrolled added in v0.0.7

func (m *OverScroller) IsOverScrolled() (bool, error)

IsOverScrolled calls android.widget.OverScroller.isOverScrolled.

func (*OverScroller) NotifyHorizontalEdgeReached added in v0.0.7

func (m *OverScroller) NotifyHorizontalEdgeReached(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) error

NotifyHorizontalEdgeReached calls android.widget.OverScroller.notifyHorizontalEdgeReached.

func (*OverScroller) NotifyVerticalEdgeReached added in v0.0.7

func (m *OverScroller) NotifyVerticalEdgeReached(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) error

NotifyVerticalEdgeReached calls android.widget.OverScroller.notifyVerticalEdgeReached.

func (*OverScroller) SetFriction added in v0.0.7

func (m *OverScroller) SetFriction(arg0 float32) error

SetFriction calls android.widget.OverScroller.setFriction.

func (*OverScroller) SpringBack added in v0.0.7

func (m *OverScroller) SpringBack(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
) (bool, error)

SpringBack calls android.widget.OverScroller.springBack.

func (*OverScroller) StartScroll4 added in v0.0.7

func (m *OverScroller) StartScroll4(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

StartScroll4 calls android.widget.OverScroller.startScroll.

func (*OverScroller) StartScroll5_1 added in v0.0.7

func (m *OverScroller) StartScroll5_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) error

StartScroll5_1 calls android.widget.OverScroller.startScroll.

type PopupMenu added in v0.0.7

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

PopupMenu wraps android.widget.PopupMenu.

func NewPopupMenu added in v0.0.7

func NewPopupMenu(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*PopupMenu, error)

NewPopupMenu creates a new android.widget.PopupMenu instance.

func (*PopupMenu) Dismiss added in v0.0.7

func (m *PopupMenu) Dismiss() error

Dismiss calls android.widget.PopupMenu.dismiss.

func (*PopupMenu) GetDragToOpenListener added in v0.0.7

func (m *PopupMenu) GetDragToOpenListener() (*jni.Object, error)

GetDragToOpenListener calls android.widget.PopupMenu.getDragToOpenListener.

func (*PopupMenu) GetGravity added in v0.0.7

func (m *PopupMenu) GetGravity() (int32, error)

GetGravity calls android.widget.PopupMenu.getGravity.

func (*PopupMenu) GetMenu added in v0.0.7

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

GetMenu calls android.widget.PopupMenu.getMenu.

func (*PopupMenu) GetMenuInflater added in v0.0.7

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

GetMenuInflater calls android.widget.PopupMenu.getMenuInflater.

func (*PopupMenu) Inflate added in v0.0.7

func (m *PopupMenu) Inflate(arg0 int32) error

Inflate calls android.widget.PopupMenu.inflate.

func (*PopupMenu) SetForceShowIcon added in v0.0.7

func (m *PopupMenu) SetForceShowIcon(arg0 bool) error

SetForceShowIcon calls android.widget.PopupMenu.setForceShowIcon.

func (*PopupMenu) SetGravity added in v0.0.7

func (m *PopupMenu) SetGravity(arg0 int32) error

SetGravity calls android.widget.PopupMenu.setGravity.

func (*PopupMenu) SetOnDismissListener added in v0.0.7

func (m *PopupMenu) SetOnDismissListener(arg0 *jni.Object) error

SetOnDismissListener calls android.widget.PopupMenu.setOnDismissListener.

func (*PopupMenu) SetOnMenuItemClickListener added in v0.0.7

func (m *PopupMenu) SetOnMenuItemClickListener(arg0 *jni.Object) error

SetOnMenuItemClickListener calls android.widget.PopupMenu.setOnMenuItemClickListener.

func (*PopupMenu) Show added in v0.0.7

func (m *PopupMenu) Show() error

Show calls android.widget.PopupMenu.show.

type PopupMenuOnDismissListener added in v0.0.7

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

PopupMenuOnDismissListener wraps android.widget.PopupMenu$OnDismissListener.

func (*PopupMenuOnDismissListener) OnDismiss added in v0.0.7

func (m *PopupMenuOnDismissListener) OnDismiss(arg0 *jni.Object) error

OnDismiss calls android.widget.PopupMenu$OnDismissListener.onDismiss.

type PopupMenuOnMenuItemClickListener added in v0.0.7

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

PopupMenuOnMenuItemClickListener wraps android.widget.PopupMenu$OnMenuItemClickListener.

func (*PopupMenuOnMenuItemClickListener) OnMenuItemClick added in v0.0.7

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

OnMenuItemClick calls android.widget.PopupMenu$OnMenuItemClickListener.onMenuItemClick.

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

PopupWindow wraps android.widget.PopupWindow.

func NewPopupWindow added in v0.0.7

func NewPopupWindow(vm *jni.VM, arg0 *jni.Object) (*PopupWindow, error)

NewPopupWindow creates a new android.widget.PopupWindow instance.

func (*PopupWindow) Dismiss added in v0.0.7

func (m *PopupWindow) Dismiss() error

Dismiss calls android.widget.PopupWindow.dismiss.

func (*PopupWindow) GetAnimationStyle added in v0.0.7

func (m *PopupWindow) GetAnimationStyle() (int32, error)

GetAnimationStyle calls android.widget.PopupWindow.getAnimationStyle.

func (*PopupWindow) GetBackground added in v0.0.7

func (m *PopupWindow) GetBackground() (*jni.Object, error)

GetBackground calls android.widget.PopupWindow.getBackground.

func (*PopupWindow) GetContentView added in v0.0.7

func (m *PopupWindow) GetContentView() (*jni.Object, error)

GetContentView calls android.widget.PopupWindow.getContentView.

func (*PopupWindow) GetElevation added in v0.0.7

func (m *PopupWindow) GetElevation() (float32, error)

GetElevation calls android.widget.PopupWindow.getElevation.

func (*PopupWindow) GetEnterTransition added in v0.0.7

func (m *PopupWindow) GetEnterTransition() (*jni.Object, error)

GetEnterTransition calls android.widget.PopupWindow.getEnterTransition.

func (*PopupWindow) GetEpicenterBounds added in v0.0.7

func (m *PopupWindow) GetEpicenterBounds() (*jni.Object, error)

GetEpicenterBounds calls android.widget.PopupWindow.getEpicenterBounds.

func (*PopupWindow) GetExitTransition added in v0.0.7

func (m *PopupWindow) GetExitTransition() (*jni.Object, error)

GetExitTransition calls android.widget.PopupWindow.getExitTransition.

func (*PopupWindow) GetHeight added in v0.0.7

func (m *PopupWindow) GetHeight() (int32, error)

GetHeight calls android.widget.PopupWindow.getHeight.

func (*PopupWindow) GetInputMethodMode added in v0.0.7

func (m *PopupWindow) GetInputMethodMode() (int32, error)

GetInputMethodMode calls android.widget.PopupWindow.getInputMethodMode.

func (*PopupWindow) GetMaxAvailableHeight1 added in v0.0.7

func (m *PopupWindow) GetMaxAvailableHeight1(arg0 *jni.Object) (int32, error)

GetMaxAvailableHeight1 calls android.widget.PopupWindow.getMaxAvailableHeight.

func (*PopupWindow) GetMaxAvailableHeight2_1 added in v0.0.7

func (m *PopupWindow) GetMaxAvailableHeight2_1(arg0 *jni.Object, arg1 int32) (int32, error)

GetMaxAvailableHeight2_1 calls android.widget.PopupWindow.getMaxAvailableHeight.

func (*PopupWindow) GetMaxAvailableHeight3_2 added in v0.0.7

func (m *PopupWindow) GetMaxAvailableHeight3_2(
	arg0 *jni.Object,
	arg1 int32,
	arg2 bool,
) (int32, error)

GetMaxAvailableHeight3_2 calls android.widget.PopupWindow.getMaxAvailableHeight.

func (*PopupWindow) GetOverlapAnchor added in v0.0.7

func (m *PopupWindow) GetOverlapAnchor() (bool, error)

GetOverlapAnchor calls android.widget.PopupWindow.getOverlapAnchor.

func (*PopupWindow) GetSoftInputMode added in v0.0.7

func (m *PopupWindow) GetSoftInputMode() (int32, error)

GetSoftInputMode calls android.widget.PopupWindow.getSoftInputMode.

func (*PopupWindow) GetWidth added in v0.0.7

func (m *PopupWindow) GetWidth() (int32, error)

GetWidth calls android.widget.PopupWindow.getWidth.

func (*PopupWindow) GetWindowLayoutType added in v0.0.7

func (m *PopupWindow) GetWindowLayoutType() (int32, error)

GetWindowLayoutType calls android.widget.PopupWindow.getWindowLayoutType.

func (*PopupWindow) IsAboveAnchor added in v0.0.7

func (m *PopupWindow) IsAboveAnchor() (bool, error)

IsAboveAnchor calls android.widget.PopupWindow.isAboveAnchor.

func (*PopupWindow) IsAttachedInDecor added in v0.0.7

func (m *PopupWindow) IsAttachedInDecor() (bool, error)

IsAttachedInDecor calls android.widget.PopupWindow.isAttachedInDecor.

func (*PopupWindow) IsClippedToScreen added in v0.0.7

func (m *PopupWindow) IsClippedToScreen() (bool, error)

IsClippedToScreen calls android.widget.PopupWindow.isClippedToScreen.

func (*PopupWindow) IsClippingEnabled added in v0.0.7

func (m *PopupWindow) IsClippingEnabled() (bool, error)

IsClippingEnabled calls android.widget.PopupWindow.isClippingEnabled.

func (*PopupWindow) IsFocusable added in v0.0.7

func (m *PopupWindow) IsFocusable() (bool, error)

IsFocusable calls android.widget.PopupWindow.isFocusable.

func (*PopupWindow) IsLaidOutInScreen added in v0.0.7

func (m *PopupWindow) IsLaidOutInScreen() (bool, error)

IsLaidOutInScreen calls android.widget.PopupWindow.isLaidOutInScreen.

func (*PopupWindow) IsOutsideTouchable added in v0.0.7

func (m *PopupWindow) IsOutsideTouchable() (bool, error)

IsOutsideTouchable calls android.widget.PopupWindow.isOutsideTouchable.

func (*PopupWindow) IsShowing added in v0.0.7

func (m *PopupWindow) IsShowing() (bool, error)

IsShowing calls android.widget.PopupWindow.isShowing.

func (*PopupWindow) IsSplitTouchEnabled added in v0.0.7

func (m *PopupWindow) IsSplitTouchEnabled() (bool, error)

IsSplitTouchEnabled calls android.widget.PopupWindow.isSplitTouchEnabled.

func (*PopupWindow) IsTouchModal added in v0.0.7

func (m *PopupWindow) IsTouchModal() (bool, error)

IsTouchModal calls android.widget.PopupWindow.isTouchModal.

func (*PopupWindow) IsTouchable added in v0.0.7

func (m *PopupWindow) IsTouchable() (bool, error)

IsTouchable calls android.widget.PopupWindow.isTouchable.

func (*PopupWindow) SetAnimationStyle added in v0.0.7

func (m *PopupWindow) SetAnimationStyle(arg0 int32) error

SetAnimationStyle calls android.widget.PopupWindow.setAnimationStyle.

func (*PopupWindow) SetAttachedInDecor added in v0.0.7

func (m *PopupWindow) SetAttachedInDecor(arg0 bool) error

SetAttachedInDecor calls android.widget.PopupWindow.setAttachedInDecor.

func (*PopupWindow) SetBackgroundDrawable added in v0.0.7

func (m *PopupWindow) SetBackgroundDrawable(arg0 *jni.Object) error

SetBackgroundDrawable calls android.widget.PopupWindow.setBackgroundDrawable.

func (*PopupWindow) SetClippingEnabled added in v0.0.7

func (m *PopupWindow) SetClippingEnabled(arg0 bool) error

SetClippingEnabled calls android.widget.PopupWindow.setClippingEnabled.

func (*PopupWindow) SetContentView added in v0.0.7

func (m *PopupWindow) SetContentView(arg0 *jni.Object) error

SetContentView calls android.widget.PopupWindow.setContentView.

func (*PopupWindow) SetElevation added in v0.0.7

func (m *PopupWindow) SetElevation(arg0 float32) error

SetElevation calls android.widget.PopupWindow.setElevation.

func (*PopupWindow) SetEnterTransition added in v0.0.7

func (m *PopupWindow) SetEnterTransition(arg0 *jni.Object) error

SetEnterTransition calls android.widget.PopupWindow.setEnterTransition.

func (*PopupWindow) SetEpicenterBounds added in v0.0.7

func (m *PopupWindow) SetEpicenterBounds(arg0 *jni.Object) error

SetEpicenterBounds calls android.widget.PopupWindow.setEpicenterBounds.

func (*PopupWindow) SetExitTransition added in v0.0.7

func (m *PopupWindow) SetExitTransition(arg0 *jni.Object) error

SetExitTransition calls android.widget.PopupWindow.setExitTransition.

func (*PopupWindow) SetFocusable added in v0.0.7

func (m *PopupWindow) SetFocusable(arg0 bool) error

SetFocusable calls android.widget.PopupWindow.setFocusable.

func (*PopupWindow) SetHeight added in v0.0.7

func (m *PopupWindow) SetHeight(arg0 int32) error

SetHeight calls android.widget.PopupWindow.setHeight.

func (*PopupWindow) SetIgnoreCheekPress added in v0.0.7

func (m *PopupWindow) SetIgnoreCheekPress() error

SetIgnoreCheekPress calls android.widget.PopupWindow.setIgnoreCheekPress.

func (*PopupWindow) SetInputMethodMode added in v0.0.7

func (m *PopupWindow) SetInputMethodMode(arg0 int32) error

SetInputMethodMode calls android.widget.PopupWindow.setInputMethodMode.

func (*PopupWindow) SetIsClippedToScreen added in v0.0.7

func (m *PopupWindow) SetIsClippedToScreen(arg0 bool) error

SetIsClippedToScreen calls android.widget.PopupWindow.setIsClippedToScreen.

func (*PopupWindow) SetIsLaidOutInScreen added in v0.0.7

func (m *PopupWindow) SetIsLaidOutInScreen(arg0 bool) error

SetIsLaidOutInScreen calls android.widget.PopupWindow.setIsLaidOutInScreen.

func (*PopupWindow) SetOnDismissListener added in v0.0.7

func (m *PopupWindow) SetOnDismissListener(arg0 *jni.Object) error

SetOnDismissListener calls android.widget.PopupWindow.setOnDismissListener.

func (*PopupWindow) SetOutsideTouchable added in v0.0.7

func (m *PopupWindow) SetOutsideTouchable(arg0 bool) error

SetOutsideTouchable calls android.widget.PopupWindow.setOutsideTouchable.

func (*PopupWindow) SetOverlapAnchor added in v0.0.7

func (m *PopupWindow) SetOverlapAnchor(arg0 bool) error

SetOverlapAnchor calls android.widget.PopupWindow.setOverlapAnchor.

func (*PopupWindow) SetSoftInputMode added in v0.0.7

func (m *PopupWindow) SetSoftInputMode(arg0 int32) error

SetSoftInputMode calls android.widget.PopupWindow.setSoftInputMode.

func (*PopupWindow) SetSplitTouchEnabled added in v0.0.7

func (m *PopupWindow) SetSplitTouchEnabled(arg0 bool) error

SetSplitTouchEnabled calls android.widget.PopupWindow.setSplitTouchEnabled.

func (*PopupWindow) SetTouchInterceptor added in v0.0.7

func (m *PopupWindow) SetTouchInterceptor(arg0 *jni.Object) error

SetTouchInterceptor calls android.widget.PopupWindow.setTouchInterceptor.

func (*PopupWindow) SetTouchModal added in v0.0.7

func (m *PopupWindow) SetTouchModal(arg0 bool) error

SetTouchModal calls android.widget.PopupWindow.setTouchModal.

func (*PopupWindow) SetTouchable added in v0.0.7

func (m *PopupWindow) SetTouchable(arg0 bool) error

SetTouchable calls android.widget.PopupWindow.setTouchable.

func (*PopupWindow) SetWidth added in v0.0.7

func (m *PopupWindow) SetWidth(arg0 int32) error

SetWidth calls android.widget.PopupWindow.setWidth.

func (*PopupWindow) SetWindowLayoutMode added in v0.0.7

func (m *PopupWindow) SetWindowLayoutMode(arg0 int32, arg1 int32) error

SetWindowLayoutMode calls android.widget.PopupWindow.setWindowLayoutMode.

func (*PopupWindow) SetWindowLayoutType added in v0.0.7

func (m *PopupWindow) SetWindowLayoutType(arg0 int32) error

SetWindowLayoutType calls android.widget.PopupWindow.setWindowLayoutType.

func (*PopupWindow) ShowAsDropDown1 added in v0.0.7

func (m *PopupWindow) ShowAsDropDown1(arg0 *jni.Object) error

ShowAsDropDown1 calls android.widget.PopupWindow.showAsDropDown.

func (*PopupWindow) ShowAsDropDown3_1 added in v0.0.7

func (m *PopupWindow) ShowAsDropDown3_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

ShowAsDropDown3_1 calls android.widget.PopupWindow.showAsDropDown.

func (*PopupWindow) ShowAsDropDown4_2 added in v0.0.7

func (m *PopupWindow) ShowAsDropDown4_2(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

ShowAsDropDown4_2 calls android.widget.PopupWindow.showAsDropDown.

func (*PopupWindow) ShowAtLocation added in v0.0.7

func (m *PopupWindow) ShowAtLocation(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

ShowAtLocation calls android.widget.PopupWindow.showAtLocation.

func (*PopupWindow) Update0 added in v0.0.7

func (m *PopupWindow) Update0() error

Update0 calls android.widget.PopupWindow.update.

func (*PopupWindow) Update2_3 added in v0.0.7

func (m *PopupWindow) Update2_3(arg0 int32, arg1 int32) error

Update2_3 calls android.widget.PopupWindow.update.

func (*PopupWindow) Update3_1 added in v0.0.7

func (m *PopupWindow) Update3_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

Update3_1 calls android.widget.PopupWindow.update.

func (*PopupWindow) Update4_4 added in v0.0.7

func (m *PopupWindow) Update4_4(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

Update4_4 calls android.widget.PopupWindow.update.

func (*PopupWindow) Update5_2 added in v0.0.7

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

Update5_2 calls android.widget.PopupWindow.update.

func (*PopupWindow) Update5_5 added in v0.0.7

func (m *PopupWindow) Update5_5(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 bool,
) error

Update5_5 calls android.widget.PopupWindow.update.

type PopupWindowOnDismissListener added in v0.0.7

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

PopupWindowOnDismissListener wraps android.widget.PopupWindow$OnDismissListener.

func (*PopupWindowOnDismissListener) OnDismiss added in v0.0.7

func (m *PopupWindowOnDismissListener) OnDismiss() error

OnDismiss calls android.widget.PopupWindow$OnDismissListener.onDismiss.

type ProgressBar added in v0.0.7

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

ProgressBar wraps android.widget.ProgressBar.

func NewProgressBar added in v0.0.7

func NewProgressBar(vm *jni.VM, arg0 *jni.Object) (*ProgressBar, error)

NewProgressBar creates a new android.widget.ProgressBar instance.

func (*ProgressBar) DrawableHotspotChanged added in v0.0.7

func (m *ProgressBar) DrawableHotspotChanged(arg0 float32, arg1 float32) error

DrawableHotspotChanged calls android.widget.ProgressBar.drawableHotspotChanged.

func (*ProgressBar) GetAccessibilityClassName added in v0.0.7

func (m *ProgressBar) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ProgressBar.getAccessibilityClassName.

func (*ProgressBar) GetCurrentDrawable added in v0.0.7

func (m *ProgressBar) GetCurrentDrawable() (*jni.Object, error)

GetCurrentDrawable calls android.widget.ProgressBar.getCurrentDrawable.

func (*ProgressBar) GetIndeterminateDrawable added in v0.0.7

func (m *ProgressBar) GetIndeterminateDrawable() (*jni.Object, error)

GetIndeterminateDrawable calls android.widget.ProgressBar.getIndeterminateDrawable.

func (*ProgressBar) GetIndeterminateTintBlendMode added in v0.0.7

func (m *ProgressBar) GetIndeterminateTintBlendMode() (*jni.Object, error)

GetIndeterminateTintBlendMode calls android.widget.ProgressBar.getIndeterminateTintBlendMode.

func (*ProgressBar) GetIndeterminateTintList added in v0.0.7

func (m *ProgressBar) GetIndeterminateTintList() (*jni.Object, error)

GetIndeterminateTintList calls android.widget.ProgressBar.getIndeterminateTintList.

func (*ProgressBar) GetIndeterminateTintMode added in v0.0.7

func (m *ProgressBar) GetIndeterminateTintMode() (*jni.Object, error)

GetIndeterminateTintMode calls android.widget.ProgressBar.getIndeterminateTintMode.

func (*ProgressBar) GetInterpolator added in v0.0.7

func (m *ProgressBar) GetInterpolator() (*jni.Object, error)

GetInterpolator calls android.widget.ProgressBar.getInterpolator.

func (*ProgressBar) GetMaxHeight added in v0.0.7

func (m *ProgressBar) GetMaxHeight() (int32, error)

GetMaxHeight calls android.widget.ProgressBar.getMaxHeight.

func (*ProgressBar) GetMaxWidth added in v0.0.7

func (m *ProgressBar) GetMaxWidth() (int32, error)

GetMaxWidth calls android.widget.ProgressBar.getMaxWidth.

func (*ProgressBar) GetMinHeight added in v0.0.7

func (m *ProgressBar) GetMinHeight() (int32, error)

GetMinHeight calls android.widget.ProgressBar.getMinHeight.

func (*ProgressBar) GetMinWidth added in v0.0.7

func (m *ProgressBar) GetMinWidth() (int32, error)

GetMinWidth calls android.widget.ProgressBar.getMinWidth.

func (*ProgressBar) GetProgressBackgroundTintBlendMode added in v0.0.7

func (m *ProgressBar) GetProgressBackgroundTintBlendMode() (*jni.Object, error)

GetProgressBackgroundTintBlendMode calls android.widget.ProgressBar.getProgressBackgroundTintBlendMode.

func (*ProgressBar) GetProgressBackgroundTintList added in v0.0.7

func (m *ProgressBar) GetProgressBackgroundTintList() (*jni.Object, error)

GetProgressBackgroundTintList calls android.widget.ProgressBar.getProgressBackgroundTintList.

func (*ProgressBar) GetProgressBackgroundTintMode added in v0.0.7

func (m *ProgressBar) GetProgressBackgroundTintMode() (*jni.Object, error)

GetProgressBackgroundTintMode calls android.widget.ProgressBar.getProgressBackgroundTintMode.

func (*ProgressBar) GetProgressDrawable added in v0.0.7

func (m *ProgressBar) GetProgressDrawable() (*jni.Object, error)

GetProgressDrawable calls android.widget.ProgressBar.getProgressDrawable.

func (*ProgressBar) GetProgressTintBlendMode added in v0.0.7

func (m *ProgressBar) GetProgressTintBlendMode() (*jni.Object, error)

GetProgressTintBlendMode calls android.widget.ProgressBar.getProgressTintBlendMode.

func (*ProgressBar) GetProgressTintList added in v0.0.7

func (m *ProgressBar) GetProgressTintList() (*jni.Object, error)

GetProgressTintList calls android.widget.ProgressBar.getProgressTintList.

func (*ProgressBar) GetProgressTintMode added in v0.0.7

func (m *ProgressBar) GetProgressTintMode() (*jni.Object, error)

GetProgressTintMode calls android.widget.ProgressBar.getProgressTintMode.

func (*ProgressBar) GetSecondaryProgressTintBlendMode added in v0.0.7

func (m *ProgressBar) GetSecondaryProgressTintBlendMode() (*jni.Object, error)

GetSecondaryProgressTintBlendMode calls android.widget.ProgressBar.getSecondaryProgressTintBlendMode.

func (*ProgressBar) GetSecondaryProgressTintList added in v0.0.7

func (m *ProgressBar) GetSecondaryProgressTintList() (*jni.Object, error)

GetSecondaryProgressTintList calls android.widget.ProgressBar.getSecondaryProgressTintList.

func (*ProgressBar) GetSecondaryProgressTintMode added in v0.0.7

func (m *ProgressBar) GetSecondaryProgressTintMode() (*jni.Object, error)

GetSecondaryProgressTintMode calls android.widget.ProgressBar.getSecondaryProgressTintMode.

func (*ProgressBar) InvalidateDrawable added in v0.0.7

func (m *ProgressBar) InvalidateDrawable(arg0 *jni.Object) error

InvalidateDrawable calls android.widget.ProgressBar.invalidateDrawable.

func (*ProgressBar) IsAnimating added in v0.0.7

func (m *ProgressBar) IsAnimating() (bool, error)

IsAnimating calls android.widget.ProgressBar.isAnimating.

func (*ProgressBar) JumpDrawablesToCurrentState added in v0.0.7

func (m *ProgressBar) JumpDrawablesToCurrentState() error

JumpDrawablesToCurrentState calls android.widget.ProgressBar.jumpDrawablesToCurrentState.

func (*ProgressBar) OnRestoreInstanceState added in v0.0.7

func (m *ProgressBar) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.widget.ProgressBar.onRestoreInstanceState.

func (*ProgressBar) OnSaveInstanceState added in v0.0.7

func (m *ProgressBar) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.widget.ProgressBar.onSaveInstanceState.

func (*ProgressBar) OnVisibilityAggregated added in v0.0.7

func (m *ProgressBar) OnVisibilityAggregated(arg0 bool) error

OnVisibilityAggregated calls android.widget.ProgressBar.onVisibilityAggregated.

func (*ProgressBar) PostInvalidate added in v0.0.7

func (m *ProgressBar) PostInvalidate() error

PostInvalidate calls android.widget.ProgressBar.postInvalidate.

func (*ProgressBar) SetIndeterminateDrawable added in v0.0.7

func (m *ProgressBar) SetIndeterminateDrawable(arg0 *jni.Object) error

SetIndeterminateDrawable calls android.widget.ProgressBar.setIndeterminateDrawable.

func (*ProgressBar) SetIndeterminateDrawableTiled added in v0.0.7

func (m *ProgressBar) SetIndeterminateDrawableTiled(arg0 *jni.Object) error

SetIndeterminateDrawableTiled calls android.widget.ProgressBar.setIndeterminateDrawableTiled.

func (*ProgressBar) SetIndeterminateTintBlendMode added in v0.0.7

func (m *ProgressBar) SetIndeterminateTintBlendMode(arg0 *jni.Object) error

SetIndeterminateTintBlendMode calls android.widget.ProgressBar.setIndeterminateTintBlendMode.

func (*ProgressBar) SetIndeterminateTintList added in v0.0.7

func (m *ProgressBar) SetIndeterminateTintList(arg0 *jni.Object) error

SetIndeterminateTintList calls android.widget.ProgressBar.setIndeterminateTintList.

func (*ProgressBar) SetIndeterminateTintMode added in v0.0.7

func (m *ProgressBar) SetIndeterminateTintMode(arg0 *jni.Object) error

SetIndeterminateTintMode calls android.widget.ProgressBar.setIndeterminateTintMode.

func (*ProgressBar) SetInterpolator1_1 added in v0.0.7

func (m *ProgressBar) SetInterpolator1_1(arg0 *jni.Object) error

SetInterpolator1_1 calls android.widget.ProgressBar.setInterpolator.

func (*ProgressBar) SetInterpolator2 added in v0.0.7

func (m *ProgressBar) SetInterpolator2(arg0 *jni.Object, arg1 int32) error

SetInterpolator2 calls android.widget.ProgressBar.setInterpolator.

func (*ProgressBar) SetMaxHeight added in v0.0.7

func (m *ProgressBar) SetMaxHeight(arg0 int32) error

SetMaxHeight calls android.widget.ProgressBar.setMaxHeight.

func (*ProgressBar) SetMaxWidth added in v0.0.7

func (m *ProgressBar) SetMaxWidth(arg0 int32) error

SetMaxWidth calls android.widget.ProgressBar.setMaxWidth.

func (*ProgressBar) SetMinHeight added in v0.0.7

func (m *ProgressBar) SetMinHeight(arg0 int32) error

SetMinHeight calls android.widget.ProgressBar.setMinHeight.

func (*ProgressBar) SetMinWidth added in v0.0.7

func (m *ProgressBar) SetMinWidth(arg0 int32) error

SetMinWidth calls android.widget.ProgressBar.setMinWidth.

func (*ProgressBar) SetProgress added in v0.0.7

func (m *ProgressBar) SetProgress(arg0 int32, arg1 bool) error

SetProgress calls android.widget.ProgressBar.setProgress.

func (*ProgressBar) SetProgressBackgroundTintBlendMode added in v0.0.7

func (m *ProgressBar) SetProgressBackgroundTintBlendMode(arg0 *jni.Object) error

SetProgressBackgroundTintBlendMode calls android.widget.ProgressBar.setProgressBackgroundTintBlendMode.

func (*ProgressBar) SetProgressBackgroundTintList added in v0.0.7

func (m *ProgressBar) SetProgressBackgroundTintList(arg0 *jni.Object) error

SetProgressBackgroundTintList calls android.widget.ProgressBar.setProgressBackgroundTintList.

func (*ProgressBar) SetProgressBackgroundTintMode added in v0.0.7

func (m *ProgressBar) SetProgressBackgroundTintMode(arg0 *jni.Object) error

SetProgressBackgroundTintMode calls android.widget.ProgressBar.setProgressBackgroundTintMode.

func (*ProgressBar) SetProgressDrawable added in v0.0.7

func (m *ProgressBar) SetProgressDrawable(arg0 *jni.Object) error

SetProgressDrawable calls android.widget.ProgressBar.setProgressDrawable.

func (*ProgressBar) SetProgressDrawableTiled added in v0.0.7

func (m *ProgressBar) SetProgressDrawableTiled(arg0 *jni.Object) error

SetProgressDrawableTiled calls android.widget.ProgressBar.setProgressDrawableTiled.

func (*ProgressBar) SetProgressTintBlendMode added in v0.0.7

func (m *ProgressBar) SetProgressTintBlendMode(arg0 *jni.Object) error

SetProgressTintBlendMode calls android.widget.ProgressBar.setProgressTintBlendMode.

func (*ProgressBar) SetProgressTintList added in v0.0.7

func (m *ProgressBar) SetProgressTintList(arg0 *jni.Object) error

SetProgressTintList calls android.widget.ProgressBar.setProgressTintList.

func (*ProgressBar) SetProgressTintMode added in v0.0.7

func (m *ProgressBar) SetProgressTintMode(arg0 *jni.Object) error

SetProgressTintMode calls android.widget.ProgressBar.setProgressTintMode.

func (*ProgressBar) SetSecondaryProgressTintBlendMode added in v0.0.7

func (m *ProgressBar) SetSecondaryProgressTintBlendMode(arg0 *jni.Object) error

SetSecondaryProgressTintBlendMode calls android.widget.ProgressBar.setSecondaryProgressTintBlendMode.

func (*ProgressBar) SetSecondaryProgressTintList added in v0.0.7

func (m *ProgressBar) SetSecondaryProgressTintList(arg0 *jni.Object) error

SetSecondaryProgressTintList calls android.widget.ProgressBar.setSecondaryProgressTintList.

func (*ProgressBar) SetSecondaryProgressTintMode added in v0.0.7

func (m *ProgressBar) SetSecondaryProgressTintMode(arg0 *jni.Object) error

SetSecondaryProgressTintMode calls android.widget.ProgressBar.setSecondaryProgressTintMode.

func (*ProgressBar) SetStateDescription added in v0.0.7

func (m *ProgressBar) SetStateDescription(arg0 string) error

SetStateDescription calls android.widget.ProgressBar.setStateDescription.

type QuickContactBadge added in v0.0.7

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

QuickContactBadge wraps android.widget.QuickContactBadge.

func NewQuickContactBadge added in v0.0.7

func NewQuickContactBadge(vm *jni.VM, arg0 *jni.Object) (*QuickContactBadge, error)

NewQuickContactBadge creates a new android.widget.QuickContactBadge instance.

func (*QuickContactBadge) AssignContactFromEmail2 added in v0.0.7

func (m *QuickContactBadge) AssignContactFromEmail2(arg0 string, arg1 bool) error

AssignContactFromEmail2 calls android.widget.QuickContactBadge.assignContactFromEmail.

func (*QuickContactBadge) AssignContactFromEmail3_1 added in v0.0.7

func (m *QuickContactBadge) AssignContactFromEmail3_1(
	arg0 string,
	arg1 bool,
	arg2 *jni.Object,
) error

AssignContactFromEmail3_1 calls android.widget.QuickContactBadge.assignContactFromEmail.

func (*QuickContactBadge) AssignContactFromPhone2 added in v0.0.7

func (m *QuickContactBadge) AssignContactFromPhone2(arg0 string, arg1 bool) error

AssignContactFromPhone2 calls android.widget.QuickContactBadge.assignContactFromPhone.

func (*QuickContactBadge) AssignContactFromPhone3_1 added in v0.0.7

func (m *QuickContactBadge) AssignContactFromPhone3_1(
	arg0 string,
	arg1 bool,
	arg2 *jni.Object,
) error

AssignContactFromPhone3_1 calls android.widget.QuickContactBadge.assignContactFromPhone.

func (*QuickContactBadge) AssignContactUri added in v0.0.7

func (m *QuickContactBadge) AssignContactUri(arg0 *jni.Object) error

AssignContactUri calls android.widget.QuickContactBadge.assignContactUri.

func (*QuickContactBadge) DrawableHotspotChanged added in v0.0.7

func (m *QuickContactBadge) DrawableHotspotChanged(arg0 float32, arg1 float32) error

DrawableHotspotChanged calls android.widget.QuickContactBadge.drawableHotspotChanged.

func (*QuickContactBadge) GetAccessibilityClassName added in v0.0.7

func (m *QuickContactBadge) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.QuickContactBadge.getAccessibilityClassName.

func (*QuickContactBadge) OnClick added in v0.0.7

func (m *QuickContactBadge) OnClick(arg0 *jni.Object) error

OnClick calls android.widget.QuickContactBadge.onClick.

func (*QuickContactBadge) SetExcludeMimes added in v0.0.7

func (m *QuickContactBadge) SetExcludeMimes(arg0 *jni.Object) error

SetExcludeMimes calls android.widget.QuickContactBadge.setExcludeMimes.

func (*QuickContactBadge) SetImageToDefault added in v0.0.7

func (m *QuickContactBadge) SetImageToDefault() error

SetImageToDefault calls android.widget.QuickContactBadge.setImageToDefault.

func (*QuickContactBadge) SetMode added in v0.0.7

func (m *QuickContactBadge) SetMode(arg0 int32) error

SetMode calls android.widget.QuickContactBadge.setMode.

func (*QuickContactBadge) SetOverlay added in v0.0.7

func (m *QuickContactBadge) SetOverlay(arg0 *jni.Object) error

SetOverlay calls android.widget.QuickContactBadge.setOverlay.

func (*QuickContactBadge) SetPrioritizedMimeType added in v0.0.7

func (m *QuickContactBadge) SetPrioritizedMimeType(arg0 string) error

SetPrioritizedMimeType calls android.widget.QuickContactBadge.setPrioritizedMimeType.

type RadioButton added in v0.0.7

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

RadioButton wraps android.widget.RadioButton.

func NewRadioButton added in v0.0.7

func NewRadioButton(vm *jni.VM, arg0 *jni.Object) (*RadioButton, error)

NewRadioButton creates a new android.widget.RadioButton instance.

func (*RadioButton) GetAccessibilityClassName added in v0.0.7

func (m *RadioButton) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.RadioButton.getAccessibilityClassName.

func (*RadioButton) OnInitializeAccessibilityNodeInfo added in v0.0.7

func (m *RadioButton) OnInitializeAccessibilityNodeInfo(arg0 *jni.Object) error

OnInitializeAccessibilityNodeInfo calls android.widget.RadioButton.onInitializeAccessibilityNodeInfo.

func (*RadioButton) Toggle added in v0.0.7

func (m *RadioButton) Toggle() error

Toggle calls android.widget.RadioButton.toggle.

type RadioGroup added in v0.0.7

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

RadioGroup wraps android.widget.RadioGroup.

func NewRadioGroup added in v0.0.7

func NewRadioGroup(vm *jni.VM, arg0 *jni.Object) (*RadioGroup, error)

NewRadioGroup creates a new android.widget.RadioGroup instance.

func (*RadioGroup) AddView added in v0.0.7

func (m *RadioGroup) AddView(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

AddView calls android.widget.RadioGroup.addView.

func (*RadioGroup) Autofill added in v0.0.7

func (m *RadioGroup) Autofill(arg0 *jni.Object) error

Autofill calls android.widget.RadioGroup.autofill.

func (*RadioGroup) Check added in v0.0.7

func (m *RadioGroup) Check(arg0 int32) error

Check calls android.widget.RadioGroup.check.

func (*RadioGroup) ClearCheck added in v0.0.7

func (m *RadioGroup) ClearCheck() error

ClearCheck calls android.widget.RadioGroup.clearCheck.

func (*RadioGroup) GenerateLayoutParams1 added in v0.0.7

func (m *RadioGroup) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1 calls android.widget.RadioGroup.generateLayoutParams.

func (*RadioGroup) GenerateLayoutParams1_1 added in v0.0.7

func (m *RadioGroup) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_1 calls android.widget.RadioGroup.generateLayoutParams.

func (*RadioGroup) GenerateLayoutParams1_2 added in v0.0.7

func (m *RadioGroup) GenerateLayoutParams1_2(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_2 calls android.widget.RadioGroup.generateLayoutParams.

func (*RadioGroup) GetAccessibilityClassName added in v0.0.7

func (m *RadioGroup) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.RadioGroup.getAccessibilityClassName.

func (*RadioGroup) GetAutofillType added in v0.0.7

func (m *RadioGroup) GetAutofillType() (int32, error)

GetAutofillType calls android.widget.RadioGroup.getAutofillType.

func (*RadioGroup) GetAutofillValue added in v0.0.7

func (m *RadioGroup) GetAutofillValue() (*jni.Object, error)

GetAutofillValue calls android.widget.RadioGroup.getAutofillValue.

func (*RadioGroup) GetCheckedRadioButtonId added in v0.0.7

func (m *RadioGroup) GetCheckedRadioButtonId() (int32, error)

GetCheckedRadioButtonId calls android.widget.RadioGroup.getCheckedRadioButtonId.

func (*RadioGroup) OnInitializeAccessibilityNodeInfo added in v0.0.7

func (m *RadioGroup) OnInitializeAccessibilityNodeInfo(arg0 *jni.Object) error

OnInitializeAccessibilityNodeInfo calls android.widget.RadioGroup.onInitializeAccessibilityNodeInfo.

func (*RadioGroup) SetOnCheckedChangeListener added in v0.0.7

func (m *RadioGroup) SetOnCheckedChangeListener(arg0 *jni.Object) error

SetOnCheckedChangeListener calls android.widget.RadioGroup.setOnCheckedChangeListener.

func (*RadioGroup) SetOnHierarchyChangeListener added in v0.0.7

func (m *RadioGroup) SetOnHierarchyChangeListener(arg0 *jni.Object) error

SetOnHierarchyChangeListener calls android.widget.RadioGroup.setOnHierarchyChangeListener.

type RadioGroupOnCheckedChangeListener added in v0.0.7

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

RadioGroupOnCheckedChangeListener wraps android.widget.RadioGroup$OnCheckedChangeListener.

func (*RadioGroupOnCheckedChangeListener) OnCheckedChanged added in v0.0.7

func (m *RadioGroupOnCheckedChangeListener) OnCheckedChanged(arg0 *jni.Object, arg1 int32) error

OnCheckedChanged calls android.widget.RadioGroup$OnCheckedChangeListener.onCheckedChanged.

type RatingBar added in v0.0.7

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

RatingBar wraps android.widget.RatingBar.

func NewRatingBar added in v0.0.7

func NewRatingBar(vm *jni.VM, arg0 *jni.Object) (*RatingBar, error)

NewRatingBar creates a new android.widget.RatingBar instance.

func (*RatingBar) GetAccessibilityClassName added in v0.0.7

func (m *RatingBar) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.RatingBar.getAccessibilityClassName.

func (*RatingBar) GetNumStars added in v0.0.7

func (m *RatingBar) GetNumStars() (int32, error)

GetNumStars calls android.widget.RatingBar.getNumStars.

func (*RatingBar) GetOnRatingBarChangeListener added in v0.0.7

func (m *RatingBar) GetOnRatingBarChangeListener() (*jni.Object, error)

GetOnRatingBarChangeListener calls android.widget.RatingBar.getOnRatingBarChangeListener.

func (*RatingBar) GetRating added in v0.0.7

func (m *RatingBar) GetRating() (float32, error)

GetRating calls android.widget.RatingBar.getRating.

func (*RatingBar) GetStepSize added in v0.0.7

func (m *RatingBar) GetStepSize() (float32, error)

GetStepSize calls android.widget.RatingBar.getStepSize.

func (*RatingBar) IsIndicator added in v0.0.7

func (m *RatingBar) IsIndicator() (bool, error)

IsIndicator calls android.widget.RatingBar.isIndicator.

func (*RatingBar) SetIsIndicator added in v0.0.7

func (m *RatingBar) SetIsIndicator(arg0 bool) error

SetIsIndicator calls android.widget.RatingBar.setIsIndicator.

func (*RatingBar) SetNumStars added in v0.0.7

func (m *RatingBar) SetNumStars(arg0 int32) error

SetNumStars calls android.widget.RatingBar.setNumStars.

func (*RatingBar) SetOnRatingBarChangeListener added in v0.0.7

func (m *RatingBar) SetOnRatingBarChangeListener(arg0 *jni.Object) error

SetOnRatingBarChangeListener calls android.widget.RatingBar.setOnRatingBarChangeListener.

func (*RatingBar) SetRating added in v0.0.7

func (m *RatingBar) SetRating(arg0 float32) error

SetRating calls android.widget.RatingBar.setRating.

func (*RatingBar) SetStepSize added in v0.0.7

func (m *RatingBar) SetStepSize(arg0 float32) error

SetStepSize calls android.widget.RatingBar.setStepSize.

type RatingBarOnRatingBarChangeListener added in v0.0.7

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

RatingBarOnRatingBarChangeListener wraps android.widget.RatingBar$OnRatingBarChangeListener.

func (*RatingBarOnRatingBarChangeListener) OnRatingChanged added in v0.0.7

func (m *RatingBarOnRatingBarChangeListener) OnRatingChanged(
	arg0 *jni.Object,
	arg1 float32,
	arg2 bool,
) error

OnRatingChanged calls android.widget.RatingBar$OnRatingBarChangeListener.onRatingChanged.

type RelativeLayout added in v0.0.7

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

RelativeLayout wraps android.widget.RelativeLayout.

func NewRelativeLayout added in v0.0.7

func NewRelativeLayout(vm *jni.VM, arg0 *jni.Object) (*RelativeLayout, error)

NewRelativeLayout creates a new android.widget.RelativeLayout instance.

func (*RelativeLayout) GenerateLayoutParams1 added in v0.0.7

func (m *RelativeLayout) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1 calls android.widget.RelativeLayout.generateLayoutParams.

func (*RelativeLayout) GenerateLayoutParams1_1 added in v0.0.7

func (m *RelativeLayout) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_1 calls android.widget.RelativeLayout.generateLayoutParams.

func (*RelativeLayout) GetAccessibilityClassName added in v0.0.7

func (m *RelativeLayout) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.RelativeLayout.getAccessibilityClassName.

func (*RelativeLayout) GetBaseline added in v0.0.7

func (m *RelativeLayout) GetBaseline() (int32, error)

GetBaseline calls android.widget.RelativeLayout.getBaseline.

func (*RelativeLayout) GetGravity added in v0.0.7

func (m *RelativeLayout) GetGravity() (int32, error)

GetGravity calls android.widget.RelativeLayout.getGravity.

func (*RelativeLayout) GetIgnoreGravity added in v0.0.7

func (m *RelativeLayout) GetIgnoreGravity() (int32, error)

GetIgnoreGravity calls android.widget.RelativeLayout.getIgnoreGravity.

func (*RelativeLayout) RequestLayout added in v0.0.7

func (m *RelativeLayout) RequestLayout() error

RequestLayout calls android.widget.RelativeLayout.requestLayout.

func (*RelativeLayout) SetGravity added in v0.0.7

func (m *RelativeLayout) SetGravity(arg0 int32) error

SetGravity calls android.widget.RelativeLayout.setGravity.

func (*RelativeLayout) SetHorizontalGravity added in v0.0.7

func (m *RelativeLayout) SetHorizontalGravity(arg0 int32) error

SetHorizontalGravity calls android.widget.RelativeLayout.setHorizontalGravity.

func (*RelativeLayout) SetIgnoreGravity added in v0.0.7

func (m *RelativeLayout) SetIgnoreGravity(arg0 int32) error

SetIgnoreGravity calls android.widget.RelativeLayout.setIgnoreGravity.

func (*RelativeLayout) SetVerticalGravity added in v0.0.7

func (m *RelativeLayout) SetVerticalGravity(arg0 int32) error

SetVerticalGravity calls android.widget.RelativeLayout.setVerticalGravity.

func (*RelativeLayout) ShouldDelayChildPressedState added in v0.0.7

func (m *RelativeLayout) ShouldDelayChildPressedState() (bool, error)

ShouldDelayChildPressedState calls android.widget.RelativeLayout.shouldDelayChildPressedState.

type RelativeLayoutLayoutParams added in v0.0.7

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

RelativeLayoutLayoutParams wraps android.widget.RelativeLayout$LayoutParams.

func (*RelativeLayoutLayoutParams) AddRule1 added in v0.0.7

func (m *RelativeLayoutLayoutParams) AddRule1(arg0 int32) error

AddRule1 calls android.widget.RelativeLayout$LayoutParams.addRule.

func (*RelativeLayoutLayoutParams) AddRule2_1 added in v0.0.7

func (m *RelativeLayoutLayoutParams) AddRule2_1(arg0 int32, arg1 int32) error

AddRule2_1 calls android.widget.RelativeLayout$LayoutParams.addRule.

func (*RelativeLayoutLayoutParams) Debug added in v0.0.7

func (m *RelativeLayoutLayoutParams) Debug(arg0 string) (string, error)

Debug calls android.widget.RelativeLayout$LayoutParams.debug.

func (*RelativeLayoutLayoutParams) GetRule added in v0.0.7

func (m *RelativeLayoutLayoutParams) GetRule(arg0 int32) (int32, error)

GetRule calls android.widget.RelativeLayout$LayoutParams.getRule.

func (*RelativeLayoutLayoutParams) GetRules added in v0.0.7

func (m *RelativeLayoutLayoutParams) GetRules() (*jni.Object, error)

GetRules calls android.widget.RelativeLayout$LayoutParams.getRules.

func (*RelativeLayoutLayoutParams) RemoveRule added in v0.0.7

func (m *RelativeLayoutLayoutParams) RemoveRule(arg0 int32) error

RemoveRule calls android.widget.RelativeLayout$LayoutParams.removeRule.

func (*RelativeLayoutLayoutParams) ResolveLayoutDirection added in v0.0.7

func (m *RelativeLayoutLayoutParams) ResolveLayoutDirection(arg0 int32) error

ResolveLayoutDirection calls android.widget.RelativeLayout$LayoutParams.resolveLayoutDirection.

type RemoteViews added in v0.0.7

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

RemoteViews wraps android.widget.RemoteViews.

func NewRemoteViews added in v0.0.7

func NewRemoteViews(vm *jni.VM, arg0 *jni.Object) (*RemoteViews, error)

NewRemoteViews creates a new android.widget.RemoteViews instance.

func (*RemoteViews) AddStableView added in v0.0.7

func (m *RemoteViews) AddStableView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 int32,
) error

AddStableView calls android.widget.RemoteViews.addStableView.

func (*RemoteViews) AddView added in v0.0.7

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

AddView calls android.widget.RemoteViews.addView.

func (*RemoteViews) Apply added in v0.0.7

func (m *RemoteViews) Apply(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Apply calls android.widget.RemoteViews.apply.

func (*RemoteViews) Clone0 added in v0.0.7

func (m *RemoteViews) Clone0() (*jni.Object, error)

Clone0 calls android.widget.RemoteViews.clone.

func (*RemoteViews) Clone0_1 added in v0.0.7

func (m *RemoteViews) Clone0_1() (*jni.Object, error)

Clone0_1 calls android.widget.RemoteViews.clone.

func (*RemoteViews) DescribeContents added in v0.0.7

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

DescribeContents calls android.widget.RemoteViews.describeContents.

func (*RemoteViews) GetLayoutId added in v0.0.7

func (m *RemoteViews) GetLayoutId() (int32, error)

GetLayoutId calls android.widget.RemoteViews.getLayoutId.

func (*RemoteViews) GetPackage added in v0.0.7

func (m *RemoteViews) GetPackage() (string, error)

GetPackage calls android.widget.RemoteViews.getPackage.

func (*RemoteViews) GetViewId added in v0.0.7

func (m *RemoteViews) GetViewId() (int32, error)

GetViewId calls android.widget.RemoteViews.getViewId.

func (*RemoteViews) OnLoadClass added in v0.0.7

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

OnLoadClass calls android.widget.RemoteViews.onLoadClass.

func (*RemoteViews) Reapply added in v0.0.7

func (m *RemoteViews) Reapply(arg0 *jni.Object, arg1 *jni.Object) error

Reapply calls android.widget.RemoteViews.reapply.

func (*RemoteViews) RemoveAllViews added in v0.0.7

func (m *RemoteViews) RemoveAllViews(arg0 int32) error

RemoveAllViews calls android.widget.RemoteViews.removeAllViews.

func (*RemoteViews) SetAccessibilityTraversalAfter added in v0.0.7

func (m *RemoteViews) SetAccessibilityTraversalAfter(arg0 int32, arg1 int32) error

SetAccessibilityTraversalAfter calls android.widget.RemoteViews.setAccessibilityTraversalAfter.

func (*RemoteViews) SetAccessibilityTraversalBefore added in v0.0.7

func (m *RemoteViews) SetAccessibilityTraversalBefore(arg0 int32, arg1 int32) error

SetAccessibilityTraversalBefore calls android.widget.RemoteViews.setAccessibilityTraversalBefore.

func (*RemoteViews) SetBitmap added in v0.0.7

func (m *RemoteViews) SetBitmap(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetBitmap calls android.widget.RemoteViews.setBitmap.

func (*RemoteViews) SetBlendMode added in v0.0.7

func (m *RemoteViews) SetBlendMode(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetBlendMode calls android.widget.RemoteViews.setBlendMode.

func (*RemoteViews) SetBoolean added in v0.0.7

func (m *RemoteViews) SetBoolean(
	arg0 int32,
	arg1 string,
	arg2 bool,
) error

SetBoolean calls android.widget.RemoteViews.setBoolean.

func (*RemoteViews) SetBundle added in v0.0.7

func (m *RemoteViews) SetBundle(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetBundle calls android.widget.RemoteViews.setBundle.

func (*RemoteViews) SetByte added in v0.0.7

func (m *RemoteViews) SetByte(
	arg0 int32,
	arg1 string,
	arg2 int8,
) error

SetByte calls android.widget.RemoteViews.setByte.

func (*RemoteViews) SetChar added in v0.0.7

func (m *RemoteViews) SetChar(
	arg0 int32,
	arg1 string,
	arg2 uint16,
) error

SetChar calls android.widget.RemoteViews.setChar.

func (*RemoteViews) SetCharSequence3 added in v0.0.7

func (m *RemoteViews) SetCharSequence3(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetCharSequence3 calls android.widget.RemoteViews.setCharSequence.

func (*RemoteViews) SetCharSequence3_1 added in v0.0.7

func (m *RemoteViews) SetCharSequence3_1(
	arg0 int32,
	arg1 string,
	arg2 string,
) error

SetCharSequence3_1 calls android.widget.RemoteViews.setCharSequence.

func (*RemoteViews) SetCharSequenceAttr added in v0.0.7

func (m *RemoteViews) SetCharSequenceAttr(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetCharSequenceAttr calls android.widget.RemoteViews.setCharSequenceAttr.

func (*RemoteViews) SetChronometer added in v0.0.7

func (m *RemoteViews) SetChronometer(
	arg0 int32,
	arg1 int64,
	arg2 string,
	arg3 bool,
) error

SetChronometer calls android.widget.RemoteViews.setChronometer.

func (*RemoteViews) SetChronometerCountDown added in v0.0.7

func (m *RemoteViews) SetChronometerCountDown(arg0 int32, arg1 bool) error

SetChronometerCountDown calls android.widget.RemoteViews.setChronometerCountDown.

func (*RemoteViews) SetColor added in v0.0.7

func (m *RemoteViews) SetColor(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetColor calls android.widget.RemoteViews.setColor.

func (*RemoteViews) SetColorAttr added in v0.0.7

func (m *RemoteViews) SetColorAttr(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetColorAttr calls android.widget.RemoteViews.setColorAttr.

func (*RemoteViews) SetColorInt added in v0.0.7

func (m *RemoteViews) SetColorInt(
	arg0 int32,
	arg1 string,
	arg2 int32,
	arg3 int32,
) error

SetColorInt calls android.widget.RemoteViews.setColorInt.

func (*RemoteViews) SetColorStateList3 added in v0.0.7

func (m *RemoteViews) SetColorStateList3(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetColorStateList3 calls android.widget.RemoteViews.setColorStateList.

func (*RemoteViews) SetColorStateList3_2 added in v0.0.7

func (m *RemoteViews) SetColorStateList3_2(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetColorStateList3_2 calls android.widget.RemoteViews.setColorStateList.

func (*RemoteViews) SetColorStateList4_1 added in v0.0.7

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

SetColorStateList4_1 calls android.widget.RemoteViews.setColorStateList.

func (*RemoteViews) SetColorStateListAttr added in v0.0.7

func (m *RemoteViews) SetColorStateListAttr(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetColorStateListAttr calls android.widget.RemoteViews.setColorStateListAttr.

func (*RemoteViews) SetCompoundButtonChecked added in v0.0.7

func (m *RemoteViews) SetCompoundButtonChecked(arg0 int32, arg1 bool) error

SetCompoundButtonChecked calls android.widget.RemoteViews.setCompoundButtonChecked.

func (*RemoteViews) SetContentDescription added in v0.0.7

func (m *RemoteViews) SetContentDescription(arg0 int32, arg1 string) error

SetContentDescription calls android.widget.RemoteViews.setContentDescription.

func (*RemoteViews) SetDisplayedChild added in v0.0.7

func (m *RemoteViews) SetDisplayedChild(arg0 int32, arg1 int32) error

SetDisplayedChild calls android.widget.RemoteViews.setDisplayedChild.

func (*RemoteViews) SetDouble added in v0.0.7

func (m *RemoteViews) SetDouble(
	arg0 int32,
	arg1 string,
	arg2 float64,
) error

SetDouble calls android.widget.RemoteViews.setDouble.

func (*RemoteViews) SetEmptyView added in v0.0.7

func (m *RemoteViews) SetEmptyView(arg0 int32, arg1 int32) error

SetEmptyView calls android.widget.RemoteViews.setEmptyView.

func (*RemoteViews) SetFloat added in v0.0.7

func (m *RemoteViews) SetFloat(
	arg0 int32,
	arg1 string,
	arg2 float32,
) error

SetFloat calls android.widget.RemoteViews.setFloat.

func (*RemoteViews) SetFloatDimen3_1 added in v0.0.7

func (m *RemoteViews) SetFloatDimen3_1(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetFloatDimen3_1 calls android.widget.RemoteViews.setFloatDimen.

func (*RemoteViews) SetFloatDimen4 added in v0.0.7

func (m *RemoteViews) SetFloatDimen4(
	arg0 int32,
	arg1 string,
	arg2 float32,
	arg3 int32,
) error

SetFloatDimen4 calls android.widget.RemoteViews.setFloatDimen.

func (*RemoteViews) SetFloatDimenAttr added in v0.0.7

func (m *RemoteViews) SetFloatDimenAttr(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetFloatDimenAttr calls android.widget.RemoteViews.setFloatDimenAttr.

func (*RemoteViews) SetIcon3 added in v0.0.7

func (m *RemoteViews) SetIcon3(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetIcon3 calls android.widget.RemoteViews.setIcon.

func (*RemoteViews) SetIcon4_1 added in v0.0.7

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

SetIcon4_1 calls android.widget.RemoteViews.setIcon.

func (*RemoteViews) SetImageViewBitmap added in v0.0.7

func (m *RemoteViews) SetImageViewBitmap(arg0 int32, arg1 *jni.Object) error

SetImageViewBitmap calls android.widget.RemoteViews.setImageViewBitmap.

func (*RemoteViews) SetImageViewIcon added in v0.0.7

func (m *RemoteViews) SetImageViewIcon(arg0 int32, arg1 *jni.Object) error

SetImageViewIcon calls android.widget.RemoteViews.setImageViewIcon.

func (*RemoteViews) SetImageViewResource added in v0.0.7

func (m *RemoteViews) SetImageViewResource(arg0 int32, arg1 int32) error

SetImageViewResource calls android.widget.RemoteViews.setImageViewResource.

func (*RemoteViews) SetImageViewUri added in v0.0.7

func (m *RemoteViews) SetImageViewUri(arg0 int32, arg1 *jni.Object) error

SetImageViewUri calls android.widget.RemoteViews.setImageViewUri.

func (*RemoteViews) SetInt added in v0.0.7

func (m *RemoteViews) SetInt(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetInt calls android.widget.RemoteViews.setInt.

func (*RemoteViews) SetIntDimen3_1 added in v0.0.7

func (m *RemoteViews) SetIntDimen3_1(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetIntDimen3_1 calls android.widget.RemoteViews.setIntDimen.

func (*RemoteViews) SetIntDimen4 added in v0.0.7

func (m *RemoteViews) SetIntDimen4(
	arg0 int32,
	arg1 string,
	arg2 float32,
	arg3 int32,
) error

SetIntDimen4 calls android.widget.RemoteViews.setIntDimen.

func (*RemoteViews) SetIntDimenAttr added in v0.0.7

func (m *RemoteViews) SetIntDimenAttr(
	arg0 int32,
	arg1 string,
	arg2 int32,
) error

SetIntDimenAttr calls android.widget.RemoteViews.setIntDimenAttr.

func (*RemoteViews) SetIntent added in v0.0.7

func (m *RemoteViews) SetIntent(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetIntent calls android.widget.RemoteViews.setIntent.

func (*RemoteViews) SetLabelFor added in v0.0.7

func (m *RemoteViews) SetLabelFor(arg0 int32, arg1 int32) error

SetLabelFor calls android.widget.RemoteViews.setLabelFor.

func (*RemoteViews) SetLightBackgroundLayoutId added in v0.0.7

func (m *RemoteViews) SetLightBackgroundLayoutId(arg0 int32) error

SetLightBackgroundLayoutId calls android.widget.RemoteViews.setLightBackgroundLayoutId.

func (*RemoteViews) SetLong added in v0.0.7

func (m *RemoteViews) SetLong(
	arg0 int32,
	arg1 string,
	arg2 int64,
) error

SetLong calls android.widget.RemoteViews.setLong.

func (*RemoteViews) SetOnCheckedChangeResponse added in v0.0.7

func (m *RemoteViews) SetOnCheckedChangeResponse(arg0 int32, arg1 *jni.Object) error

SetOnCheckedChangeResponse calls android.widget.RemoteViews.setOnCheckedChangeResponse.

func (*RemoteViews) SetOnClickFillInIntent added in v0.0.7

func (m *RemoteViews) SetOnClickFillInIntent(arg0 int32, arg1 *jni.Object) error

SetOnClickFillInIntent calls android.widget.RemoteViews.setOnClickFillInIntent.

func (*RemoteViews) SetOnClickPendingIntent added in v0.0.7

func (m *RemoteViews) SetOnClickPendingIntent(arg0 int32, arg1 *jni.Object) error

SetOnClickPendingIntent calls android.widget.RemoteViews.setOnClickPendingIntent.

func (*RemoteViews) SetOnClickResponse added in v0.0.7

func (m *RemoteViews) SetOnClickResponse(arg0 int32, arg1 *jni.Object) error

SetOnClickResponse calls android.widget.RemoteViews.setOnClickResponse.

func (*RemoteViews) SetOnStylusHandwritingPendingIntent added in v0.0.7

func (m *RemoteViews) SetOnStylusHandwritingPendingIntent(arg0 int32, arg1 *jni.Object) error

SetOnStylusHandwritingPendingIntent calls android.widget.RemoteViews.setOnStylusHandwritingPendingIntent.

func (*RemoteViews) SetPendingIntentTemplate added in v0.0.7

func (m *RemoteViews) SetPendingIntentTemplate(arg0 int32, arg1 *jni.Object) error

SetPendingIntentTemplate calls android.widget.RemoteViews.setPendingIntentTemplate.

func (*RemoteViews) SetProgressBar added in v0.0.7

func (m *RemoteViews) SetProgressBar(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 bool,
) error

SetProgressBar calls android.widget.RemoteViews.setProgressBar.

func (*RemoteViews) SetRadioGroupChecked added in v0.0.7

func (m *RemoteViews) SetRadioGroupChecked(arg0 int32, arg1 int32) error

SetRadioGroupChecked calls android.widget.RemoteViews.setRadioGroupChecked.

func (*RemoteViews) SetRelativeScrollPosition added in v0.0.7

func (m *RemoteViews) SetRelativeScrollPosition(arg0 int32, arg1 int32) error

SetRelativeScrollPosition calls android.widget.RemoteViews.setRelativeScrollPosition.

func (*RemoteViews) SetRemoteAdapter2 added in v0.0.7

func (m *RemoteViews) SetRemoteAdapter2(arg0 int32, arg1 *jni.Object) error

SetRemoteAdapter2 calls android.widget.RemoteViews.setRemoteAdapter.

func (*RemoteViews) SetRemoteAdapter2_1 added in v0.0.7

func (m *RemoteViews) SetRemoteAdapter2_1(arg0 int32, arg1 *jni.Object) error

SetRemoteAdapter2_1 calls android.widget.RemoteViews.setRemoteAdapter.

func (*RemoteViews) SetRemoteAdapter3_2 added in v0.0.7

func (m *RemoteViews) SetRemoteAdapter3_2(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

SetRemoteAdapter3_2 calls android.widget.RemoteViews.setRemoteAdapter.

func (*RemoteViews) SetScrollPosition added in v0.0.7

func (m *RemoteViews) SetScrollPosition(arg0 int32, arg1 int32) error

SetScrollPosition calls android.widget.RemoteViews.setScrollPosition.

func (*RemoteViews) SetShort added in v0.0.7

func (m *RemoteViews) SetShort(
	arg0 int32,
	arg1 string,
	arg2 int16,
) error

SetShort calls android.widget.RemoteViews.setShort.

func (*RemoteViews) SetString added in v0.0.7

func (m *RemoteViews) SetString(
	arg0 int32,
	arg1 string,
	arg2 string,
) error

SetString calls android.widget.RemoteViews.setString.

func (*RemoteViews) SetTextColor added in v0.0.7

func (m *RemoteViews) SetTextColor(arg0 int32, arg1 int32) error

SetTextColor calls android.widget.RemoteViews.setTextColor.

func (*RemoteViews) SetTextViewCompoundDrawables added in v0.0.7

func (m *RemoteViews) SetTextViewCompoundDrawables(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) error

SetTextViewCompoundDrawables calls android.widget.RemoteViews.setTextViewCompoundDrawables.

func (*RemoteViews) SetTextViewCompoundDrawablesRelative added in v0.0.7

func (m *RemoteViews) SetTextViewCompoundDrawablesRelative(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) error

SetTextViewCompoundDrawablesRelative calls android.widget.RemoteViews.setTextViewCompoundDrawablesRelative.

func (*RemoteViews) SetTextViewText added in v0.0.7

func (m *RemoteViews) SetTextViewText(arg0 int32, arg1 string) error

SetTextViewText calls android.widget.RemoteViews.setTextViewText.

func (*RemoteViews) SetTextViewTextSize added in v0.0.7

func (m *RemoteViews) SetTextViewTextSize(
	arg0 int32,
	arg1 int32,
	arg2 float32,
) error

SetTextViewTextSize calls android.widget.RemoteViews.setTextViewTextSize.

func (*RemoteViews) SetUri added in v0.0.7

func (m *RemoteViews) SetUri(
	arg0 int32,
	arg1 string,
	arg2 *jni.Object,
) error

SetUri calls android.widget.RemoteViews.setUri.

func (*RemoteViews) SetViewLayoutHeight added in v0.0.7

func (m *RemoteViews) SetViewLayoutHeight(
	arg0 int32,
	arg1 float32,
	arg2 int32,
) error

SetViewLayoutHeight calls android.widget.RemoteViews.setViewLayoutHeight.

func (*RemoteViews) SetViewLayoutHeightAttr added in v0.0.7

func (m *RemoteViews) SetViewLayoutHeightAttr(arg0 int32, arg1 int32) error

SetViewLayoutHeightAttr calls android.widget.RemoteViews.setViewLayoutHeightAttr.

func (*RemoteViews) SetViewLayoutHeightDimen added in v0.0.7

func (m *RemoteViews) SetViewLayoutHeightDimen(arg0 int32, arg1 int32) error

SetViewLayoutHeightDimen calls android.widget.RemoteViews.setViewLayoutHeightDimen.

func (*RemoteViews) SetViewLayoutMargin added in v0.0.7

func (m *RemoteViews) SetViewLayoutMargin(
	arg0 int32,
	arg1 int32,
	arg2 float32,
	arg3 int32,
) error

SetViewLayoutMargin calls android.widget.RemoteViews.setViewLayoutMargin.

func (*RemoteViews) SetViewLayoutMarginAttr added in v0.0.7

func (m *RemoteViews) SetViewLayoutMarginAttr(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) error

SetViewLayoutMarginAttr calls android.widget.RemoteViews.setViewLayoutMarginAttr.

func (*RemoteViews) SetViewLayoutMarginDimen added in v0.0.7

func (m *RemoteViews) SetViewLayoutMarginDimen(
	arg0 int32,
	arg1 int32,
	arg2 int32,
) error

SetViewLayoutMarginDimen calls android.widget.RemoteViews.setViewLayoutMarginDimen.

func (*RemoteViews) SetViewLayoutWidth added in v0.0.7

func (m *RemoteViews) SetViewLayoutWidth(
	arg0 int32,
	arg1 float32,
	arg2 int32,
) error

SetViewLayoutWidth calls android.widget.RemoteViews.setViewLayoutWidth.

func (*RemoteViews) SetViewLayoutWidthAttr added in v0.0.7

func (m *RemoteViews) SetViewLayoutWidthAttr(arg0 int32, arg1 int32) error

SetViewLayoutWidthAttr calls android.widget.RemoteViews.setViewLayoutWidthAttr.

func (*RemoteViews) SetViewLayoutWidthDimen added in v0.0.7

func (m *RemoteViews) SetViewLayoutWidthDimen(arg0 int32, arg1 int32) error

SetViewLayoutWidthDimen calls android.widget.RemoteViews.setViewLayoutWidthDimen.

func (*RemoteViews) SetViewOutlinePreferredRadius added in v0.0.7

func (m *RemoteViews) SetViewOutlinePreferredRadius(
	arg0 int32,
	arg1 float32,
	arg2 int32,
) error

SetViewOutlinePreferredRadius calls android.widget.RemoteViews.setViewOutlinePreferredRadius.

func (*RemoteViews) SetViewOutlinePreferredRadiusAttr added in v0.0.7

func (m *RemoteViews) SetViewOutlinePreferredRadiusAttr(arg0 int32, arg1 int32) error

SetViewOutlinePreferredRadiusAttr calls android.widget.RemoteViews.setViewOutlinePreferredRadiusAttr.

func (*RemoteViews) SetViewOutlinePreferredRadiusDimen added in v0.0.7

func (m *RemoteViews) SetViewOutlinePreferredRadiusDimen(arg0 int32, arg1 int32) error

SetViewOutlinePreferredRadiusDimen calls android.widget.RemoteViews.setViewOutlinePreferredRadiusDimen.

func (*RemoteViews) SetViewPadding added in v0.0.7

func (m *RemoteViews) SetViewPadding(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) error

SetViewPadding calls android.widget.RemoteViews.setViewPadding.

func (*RemoteViews) SetViewVisibility added in v0.0.7

func (m *RemoteViews) SetViewVisibility(arg0 int32, arg1 int32) error

SetViewVisibility calls android.widget.RemoteViews.setViewVisibility.

func (*RemoteViews) ShowNext added in v0.0.7

func (m *RemoteViews) ShowNext(arg0 int32) error

ShowNext calls android.widget.RemoteViews.showNext.

func (*RemoteViews) ShowPrevious added in v0.0.7

func (m *RemoteViews) ShowPrevious(arg0 int32) error

ShowPrevious calls android.widget.RemoteViews.showPrevious.

func (*RemoteViews) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.widget.RemoteViews.writeToParcel.

type RemoteViewsDrawInstructions added in v0.0.7

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

RemoteViewsDrawInstructions wraps android.widget.RemoteViews$DrawInstructions.

func (*RemoteViewsDrawInstructions) GetSupportedVersion added in v0.0.7

func (m *RemoteViewsDrawInstructions) GetSupportedVersion() (int64, error)

GetSupportedVersion calls android.widget.RemoteViews$DrawInstructions.getSupportedVersion.

type RemoteViewsRemoteCollectionItems added in v0.0.7

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

RemoteViewsRemoteCollectionItems wraps android.widget.RemoteViews$RemoteCollectionItems.

func (*RemoteViewsRemoteCollectionItems) DescribeContents added in v0.0.7

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

DescribeContents calls android.widget.RemoteViews$RemoteCollectionItems.describeContents.

func (*RemoteViewsRemoteCollectionItems) GetItemCount added in v0.0.7

func (m *RemoteViewsRemoteCollectionItems) GetItemCount() (int32, error)

GetItemCount calls android.widget.RemoteViews$RemoteCollectionItems.getItemCount.

func (*RemoteViewsRemoteCollectionItems) GetItemId added in v0.0.7

func (m *RemoteViewsRemoteCollectionItems) GetItemId(arg0 int32) (int64, error)

GetItemId calls android.widget.RemoteViews$RemoteCollectionItems.getItemId.

func (*RemoteViewsRemoteCollectionItems) GetItemView added in v0.0.7

func (m *RemoteViewsRemoteCollectionItems) GetItemView(arg0 int32) (*jni.Object, error)

GetItemView calls android.widget.RemoteViews$RemoteCollectionItems.getItemView.

func (*RemoteViewsRemoteCollectionItems) GetViewTypeCount added in v0.0.7

func (m *RemoteViewsRemoteCollectionItems) GetViewTypeCount() (int32, error)

GetViewTypeCount calls android.widget.RemoteViews$RemoteCollectionItems.getViewTypeCount.

func (*RemoteViewsRemoteCollectionItems) HasStableIds added in v0.0.7

func (m *RemoteViewsRemoteCollectionItems) HasStableIds() (bool, error)

HasStableIds calls android.widget.RemoteViews$RemoteCollectionItems.hasStableIds.

func (*RemoteViewsRemoteCollectionItems) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.widget.RemoteViews$RemoteCollectionItems.writeToParcel.

type RemoteViewsRemoteResponse added in v0.0.7

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

RemoteViewsRemoteResponse wraps android.widget.RemoteViews$RemoteResponse.

func (*RemoteViewsRemoteResponse) AddSharedElement added in v0.0.7

func (m *RemoteViewsRemoteResponse) AddSharedElement(arg0 int32, arg1 string) (*jni.Object, error)

AddSharedElement calls android.widget.RemoteViews$RemoteResponse.addSharedElement.

func (*RemoteViewsRemoteResponse) FromFillInIntent added in v0.0.7

func (m *RemoteViewsRemoteResponse) FromFillInIntent(arg0 *jni.Object) (*jni.Object, error)

FromFillInIntent calls android.widget.RemoteViews$RemoteResponse.fromFillInIntent.

func (*RemoteViewsRemoteResponse) FromPendingIntent added in v0.0.7

func (m *RemoteViewsRemoteResponse) FromPendingIntent(arg0 *jni.Object) (*jni.Object, error)

FromPendingIntent calls android.widget.RemoteViews$RemoteResponse.fromPendingIntent.

type RemoteViewsRemoteViewOutlineProvider added in v0.0.7

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

RemoteViewsRemoteViewOutlineProvider wraps android.widget.RemoteViews$RemoteViewOutlineProvider.

func (*RemoteViewsRemoteViewOutlineProvider) GetOutline added in v0.0.7

func (m *RemoteViewsRemoteViewOutlineProvider) GetOutline(arg0 *jni.Object, arg1 *jni.Object) error

GetOutline calls android.widget.RemoteViews$RemoteViewOutlineProvider.getOutline.

func (*RemoteViewsRemoteViewOutlineProvider) GetRadius added in v0.0.7

GetRadius calls android.widget.RemoteViews$RemoteViewOutlineProvider.getRadius.

type RemoteViewsService added in v0.0.7

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

RemoteViewsService wraps android.widget.RemoteViewsService.

func (*RemoteViewsService) OnBind added in v0.0.7

func (m *RemoteViewsService) OnBind(arg0 *jni.Object) (*jni.Object, error)

OnBind calls android.widget.RemoteViewsService.onBind.

func (*RemoteViewsService) OnGetViewFactory added in v0.0.7

func (m *RemoteViewsService) OnGetViewFactory(arg0 *jni.Object) (*jni.Object, error)

OnGetViewFactory calls android.widget.RemoteViewsService.onGetViewFactory.

type RemoteViewsServiceRemoteViewsFactory added in v0.0.7

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

RemoteViewsServiceRemoteViewsFactory wraps android.widget.RemoteViewsService$RemoteViewsFactory.

func (*RemoteViewsServiceRemoteViewsFactory) GetCount added in v0.0.7

GetCount calls android.widget.RemoteViewsService$RemoteViewsFactory.getCount.

func (*RemoteViewsServiceRemoteViewsFactory) GetItemId added in v0.0.7

func (m *RemoteViewsServiceRemoteViewsFactory) GetItemId(arg0 int32) (int64, error)

GetItemId calls android.widget.RemoteViewsService$RemoteViewsFactory.getItemId.

func (*RemoteViewsServiceRemoteViewsFactory) GetLoadingView added in v0.0.7

func (m *RemoteViewsServiceRemoteViewsFactory) GetLoadingView() (*jni.Object, error)

GetLoadingView calls android.widget.RemoteViewsService$RemoteViewsFactory.getLoadingView.

func (*RemoteViewsServiceRemoteViewsFactory) GetViewAt added in v0.0.7

GetViewAt calls android.widget.RemoteViewsService$RemoteViewsFactory.getViewAt.

func (*RemoteViewsServiceRemoteViewsFactory) GetViewTypeCount added in v0.0.7

func (m *RemoteViewsServiceRemoteViewsFactory) GetViewTypeCount() (int32, error)

GetViewTypeCount calls android.widget.RemoteViewsService$RemoteViewsFactory.getViewTypeCount.

func (*RemoteViewsServiceRemoteViewsFactory) HasStableIds added in v0.0.7

func (m *RemoteViewsServiceRemoteViewsFactory) HasStableIds() (bool, error)

HasStableIds calls android.widget.RemoteViewsService$RemoteViewsFactory.hasStableIds.

func (*RemoteViewsServiceRemoteViewsFactory) OnCreate added in v0.0.7

OnCreate calls android.widget.RemoteViewsService$RemoteViewsFactory.onCreate.

func (*RemoteViewsServiceRemoteViewsFactory) OnDataSetChanged added in v0.0.7

func (m *RemoteViewsServiceRemoteViewsFactory) OnDataSetChanged() error

OnDataSetChanged calls android.widget.RemoteViewsService$RemoteViewsFactory.onDataSetChanged.

func (*RemoteViewsServiceRemoteViewsFactory) OnDestroy added in v0.0.7

OnDestroy calls android.widget.RemoteViewsService$RemoteViewsFactory.onDestroy.

type ResourceCursorAdapter added in v0.0.7

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

ResourceCursorAdapter wraps android.widget.ResourceCursorAdapter.

func (*ResourceCursorAdapter) NewDropDownView added in v0.0.7

func (m *ResourceCursorAdapter) NewDropDownView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

NewDropDownView calls android.widget.ResourceCursorAdapter.newDropDownView.

func (*ResourceCursorAdapter) NewView added in v0.0.7

func (m *ResourceCursorAdapter) NewView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

NewView calls android.widget.ResourceCursorAdapter.newView.

func (*ResourceCursorAdapter) SetDropDownViewResource added in v0.0.7

func (m *ResourceCursorAdapter) SetDropDownViewResource(arg0 int32) error

SetDropDownViewResource calls android.widget.ResourceCursorAdapter.setDropDownViewResource.

func (*ResourceCursorAdapter) SetDropDownViewTheme added in v0.0.7

func (m *ResourceCursorAdapter) SetDropDownViewTheme(arg0 *jni.Object) error

SetDropDownViewTheme calls android.widget.ResourceCursorAdapter.setDropDownViewTheme.

func (*ResourceCursorAdapter) SetViewResource added in v0.0.7

func (m *ResourceCursorAdapter) SetViewResource(arg0 int32) error

SetViewResource calls android.widget.ResourceCursorAdapter.setViewResource.

type ResourceCursorTreeAdapter added in v0.0.7

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

ResourceCursorTreeAdapter wraps android.widget.ResourceCursorTreeAdapter.

func (*ResourceCursorTreeAdapter) NewChildView added in v0.0.7

func (m *ResourceCursorTreeAdapter) NewChildView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
	arg3 *jni.Object,
) (*jni.Object, error)

NewChildView calls android.widget.ResourceCursorTreeAdapter.newChildView.

func (*ResourceCursorTreeAdapter) NewGroupView added in v0.0.7

func (m *ResourceCursorTreeAdapter) NewGroupView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
	arg3 *jni.Object,
) (*jni.Object, error)

NewGroupView calls android.widget.ResourceCursorTreeAdapter.newGroupView.

type ScrollView added in v0.0.7

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

ScrollView wraps android.widget.ScrollView.

func NewScrollView added in v0.0.7

func NewScrollView(vm *jni.VM, arg0 *jni.Object) (*ScrollView, error)

NewScrollView creates a new android.widget.ScrollView instance.

func (*ScrollView) AddView1 added in v0.0.7

func (m *ScrollView) AddView1(arg0 *jni.Object) error

AddView1 calls android.widget.ScrollView.addView.

func (*ScrollView) AddView2_1 added in v0.0.7

func (m *ScrollView) AddView2_1(arg0 *jni.Object, arg1 *jni.Object) error

AddView2_1 calls android.widget.ScrollView.addView.

func (*ScrollView) AddView2_2 added in v0.0.7

func (m *ScrollView) AddView2_2(arg0 *jni.Object, arg1 int32) error

AddView2_2 calls android.widget.ScrollView.addView.

func (*ScrollView) AddView3_3 added in v0.0.7

func (m *ScrollView) AddView3_3(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

AddView3_3 calls android.widget.ScrollView.addView.

func (*ScrollView) ArrowScroll added in v0.0.7

func (m *ScrollView) ArrowScroll(arg0 int32) (bool, error)

ArrowScroll calls android.widget.ScrollView.arrowScroll.

func (*ScrollView) ComputeScroll added in v0.0.7

func (m *ScrollView) ComputeScroll() error

ComputeScroll calls android.widget.ScrollView.computeScroll.

func (*ScrollView) DispatchKeyEvent added in v0.0.7

func (m *ScrollView) DispatchKeyEvent(arg0 *jni.Object) (bool, error)

DispatchKeyEvent calls android.widget.ScrollView.dispatchKeyEvent.

func (*ScrollView) Draw added in v0.0.7

func (m *ScrollView) Draw(arg0 *jni.Object) error

Draw calls android.widget.ScrollView.draw.

func (*ScrollView) ExecuteKeyEvent added in v0.0.7

func (m *ScrollView) ExecuteKeyEvent(arg0 *jni.Object) (bool, error)

ExecuteKeyEvent calls android.widget.ScrollView.executeKeyEvent.

func (*ScrollView) Fling added in v0.0.7

func (m *ScrollView) Fling(arg0 int32) error

Fling calls android.widget.ScrollView.fling.

func (*ScrollView) FullScroll added in v0.0.7

func (m *ScrollView) FullScroll(arg0 int32) (bool, error)

FullScroll calls android.widget.ScrollView.fullScroll.

func (*ScrollView) GetAccessibilityClassName added in v0.0.7

func (m *ScrollView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ScrollView.getAccessibilityClassName.

func (*ScrollView) GetBottomEdgeEffectColor added in v0.0.7

func (m *ScrollView) GetBottomEdgeEffectColor() (int32, error)

GetBottomEdgeEffectColor calls android.widget.ScrollView.getBottomEdgeEffectColor.

func (*ScrollView) GetMaxScrollAmount added in v0.0.7

func (m *ScrollView) GetMaxScrollAmount() (int32, error)

GetMaxScrollAmount calls android.widget.ScrollView.getMaxScrollAmount.

func (*ScrollView) GetTopEdgeEffectColor added in v0.0.7

func (m *ScrollView) GetTopEdgeEffectColor() (int32, error)

GetTopEdgeEffectColor calls android.widget.ScrollView.getTopEdgeEffectColor.

func (*ScrollView) IsFillViewport added in v0.0.7

func (m *ScrollView) IsFillViewport() (bool, error)

IsFillViewport calls android.widget.ScrollView.isFillViewport.

func (*ScrollView) IsSmoothScrollingEnabled added in v0.0.7

func (m *ScrollView) IsSmoothScrollingEnabled() (bool, error)

IsSmoothScrollingEnabled calls android.widget.ScrollView.isSmoothScrollingEnabled.

func (*ScrollView) OnGenericMotionEvent added in v0.0.7

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

OnGenericMotionEvent calls android.widget.ScrollView.onGenericMotionEvent.

func (*ScrollView) OnInterceptTouchEvent added in v0.0.7

func (m *ScrollView) OnInterceptTouchEvent(arg0 *jni.Object) (bool, error)

OnInterceptTouchEvent calls android.widget.ScrollView.onInterceptTouchEvent.

func (*ScrollView) OnNestedFling added in v0.0.7

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

OnNestedFling calls android.widget.ScrollView.onNestedFling.

func (*ScrollView) OnNestedScroll added in v0.0.7

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

OnNestedScroll calls android.widget.ScrollView.onNestedScroll.

func (*ScrollView) OnNestedScrollAccepted added in v0.0.7

func (m *ScrollView) OnNestedScrollAccepted(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) error

OnNestedScrollAccepted calls android.widget.ScrollView.onNestedScrollAccepted.

func (*ScrollView) OnStartNestedScroll added in v0.0.7

func (m *ScrollView) OnStartNestedScroll(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (bool, error)

OnStartNestedScroll calls android.widget.ScrollView.onStartNestedScroll.

func (*ScrollView) OnStopNestedScroll added in v0.0.7

func (m *ScrollView) OnStopNestedScroll(arg0 *jni.Object) error

OnStopNestedScroll calls android.widget.ScrollView.onStopNestedScroll.

func (*ScrollView) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.ScrollView.onTouchEvent.

func (*ScrollView) PageScroll added in v0.0.7

func (m *ScrollView) PageScroll(arg0 int32) (bool, error)

PageScroll calls android.widget.ScrollView.pageScroll.

func (*ScrollView) RequestChildFocus added in v0.0.7

func (m *ScrollView) RequestChildFocus(arg0 *jni.Object, arg1 *jni.Object) error

RequestChildFocus calls android.widget.ScrollView.requestChildFocus.

func (*ScrollView) RequestChildRectangleOnScreen added in v0.0.7

func (m *ScrollView) RequestChildRectangleOnScreen(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 bool,
) (bool, error)

RequestChildRectangleOnScreen calls android.widget.ScrollView.requestChildRectangleOnScreen.

func (*ScrollView) RequestDisallowInterceptTouchEvent added in v0.0.7

func (m *ScrollView) RequestDisallowInterceptTouchEvent(arg0 bool) error

RequestDisallowInterceptTouchEvent calls android.widget.ScrollView.requestDisallowInterceptTouchEvent.

func (*ScrollView) RequestLayout added in v0.0.7

func (m *ScrollView) RequestLayout() error

RequestLayout calls android.widget.ScrollView.requestLayout.

func (*ScrollView) ScrollTo added in v0.0.7

func (m *ScrollView) ScrollTo(arg0 int32, arg1 int32) error

ScrollTo calls android.widget.ScrollView.scrollTo.

func (*ScrollView) ScrollToDescendant added in v0.0.7

func (m *ScrollView) ScrollToDescendant(arg0 *jni.Object) error

ScrollToDescendant calls android.widget.ScrollView.scrollToDescendant.

func (*ScrollView) SetBottomEdgeEffectColor added in v0.0.7

func (m *ScrollView) SetBottomEdgeEffectColor(arg0 int32) error

SetBottomEdgeEffectColor calls android.widget.ScrollView.setBottomEdgeEffectColor.

func (*ScrollView) SetEdgeEffectColor added in v0.0.7

func (m *ScrollView) SetEdgeEffectColor(arg0 int32) error

SetEdgeEffectColor calls android.widget.ScrollView.setEdgeEffectColor.

func (*ScrollView) SetFillViewport added in v0.0.7

func (m *ScrollView) SetFillViewport(arg0 bool) error

SetFillViewport calls android.widget.ScrollView.setFillViewport.

func (*ScrollView) SetSmoothScrollingEnabled added in v0.0.7

func (m *ScrollView) SetSmoothScrollingEnabled(arg0 bool) error

SetSmoothScrollingEnabled calls android.widget.ScrollView.setSmoothScrollingEnabled.

func (*ScrollView) SetTopEdgeEffectColor added in v0.0.7

func (m *ScrollView) SetTopEdgeEffectColor(arg0 int32) error

SetTopEdgeEffectColor calls android.widget.ScrollView.setTopEdgeEffectColor.

func (*ScrollView) ShouldDelayChildPressedState added in v0.0.7

func (m *ScrollView) ShouldDelayChildPressedState() (bool, error)

ShouldDelayChildPressedState calls android.widget.ScrollView.shouldDelayChildPressedState.

func (*ScrollView) SmoothScrollBy added in v0.0.7

func (m *ScrollView) SmoothScrollBy(arg0 int32, arg1 int32) error

SmoothScrollBy calls android.widget.ScrollView.smoothScrollBy.

func (*ScrollView) SmoothScrollTo added in v0.0.7

func (m *ScrollView) SmoothScrollTo(arg0 int32, arg1 int32) error

SmoothScrollTo calls android.widget.ScrollView.smoothScrollTo.

type Scroller added in v0.0.7

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

Scroller wraps android.widget.Scroller.

func NewScroller added in v0.0.7

func NewScroller(vm *jni.VM, arg0 *jni.Object) (*Scroller, error)

NewScroller creates a new android.widget.Scroller instance.

func (*Scroller) AbortAnimation added in v0.0.7

func (m *Scroller) AbortAnimation() error

AbortAnimation calls android.widget.Scroller.abortAnimation.

func (*Scroller) ComputeScrollOffset added in v0.0.7

func (m *Scroller) ComputeScrollOffset() (bool, error)

ComputeScrollOffset calls android.widget.Scroller.computeScrollOffset.

func (*Scroller) ExtendDuration added in v0.0.7

func (m *Scroller) ExtendDuration(arg0 int32) error

ExtendDuration calls android.widget.Scroller.extendDuration.

func (*Scroller) Fling added in v0.0.7

func (m *Scroller) Fling(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 int32,
	arg7 int32,
) error

Fling calls android.widget.Scroller.fling.

func (*Scroller) ForceFinished added in v0.0.7

func (m *Scroller) ForceFinished(arg0 bool) error

ForceFinished calls android.widget.Scroller.forceFinished.

func (*Scroller) GetCurrVelocity added in v0.0.7

func (m *Scroller) GetCurrVelocity() (float32, error)

GetCurrVelocity calls android.widget.Scroller.getCurrVelocity.

func (*Scroller) GetCurrX added in v0.0.7

func (m *Scroller) GetCurrX() (int32, error)

GetCurrX calls android.widget.Scroller.getCurrX.

func (*Scroller) GetCurrY added in v0.0.7

func (m *Scroller) GetCurrY() (int32, error)

GetCurrY calls android.widget.Scroller.getCurrY.

func (*Scroller) GetDuration added in v0.0.7

func (m *Scroller) GetDuration() (int32, error)

GetDuration calls android.widget.Scroller.getDuration.

func (*Scroller) GetFinalX added in v0.0.7

func (m *Scroller) GetFinalX() (int32, error)

GetFinalX calls android.widget.Scroller.getFinalX.

func (*Scroller) GetFinalY added in v0.0.7

func (m *Scroller) GetFinalY() (int32, error)

GetFinalY calls android.widget.Scroller.getFinalY.

func (*Scroller) GetStartX added in v0.0.7

func (m *Scroller) GetStartX() (int32, error)

GetStartX calls android.widget.Scroller.getStartX.

func (*Scroller) GetStartY added in v0.0.7

func (m *Scroller) GetStartY() (int32, error)

GetStartY calls android.widget.Scroller.getStartY.

func (*Scroller) IsFinished added in v0.0.7

func (m *Scroller) IsFinished() (bool, error)

IsFinished calls android.widget.Scroller.isFinished.

func (*Scroller) SetFinalX added in v0.0.7

func (m *Scroller) SetFinalX(arg0 int32) error

SetFinalX calls android.widget.Scroller.setFinalX.

func (*Scroller) SetFinalY added in v0.0.7

func (m *Scroller) SetFinalY(arg0 int32) error

SetFinalY calls android.widget.Scroller.setFinalY.

func (*Scroller) SetFriction added in v0.0.7

func (m *Scroller) SetFriction(arg0 float32) error

SetFriction calls android.widget.Scroller.setFriction.

func (*Scroller) StartScroll4 added in v0.0.7

func (m *Scroller) StartScroll4(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

StartScroll4 calls android.widget.Scroller.startScroll.

func (*Scroller) StartScroll5_1 added in v0.0.7

func (m *Scroller) StartScroll5_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) error

StartScroll5_1 calls android.widget.Scroller.startScroll.

func (*Scroller) TimePassed added in v0.0.7

func (m *Scroller) TimePassed() (int32, error)

TimePassed calls android.widget.Scroller.timePassed.

type SearchView added in v0.0.7

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

SearchView wraps android.widget.SearchView.

func NewSearchView added in v0.0.7

func NewSearchView(vm *jni.VM, arg0 *jni.Object) (*SearchView, error)

NewSearchView creates a new android.widget.SearchView instance.

func (*SearchView) ClearFocus added in v0.0.7

func (m *SearchView) ClearFocus() error

ClearFocus calls android.widget.SearchView.clearFocus.

func (*SearchView) GetAccessibilityClassName added in v0.0.7

func (m *SearchView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.SearchView.getAccessibilityClassName.

func (*SearchView) GetImeOptions added in v0.0.7

func (m *SearchView) GetImeOptions() (int32, error)

GetImeOptions calls android.widget.SearchView.getImeOptions.

func (*SearchView) GetInputType added in v0.0.7

func (m *SearchView) GetInputType() (int32, error)

GetInputType calls android.widget.SearchView.getInputType.

func (*SearchView) GetMaxWidth added in v0.0.7

func (m *SearchView) GetMaxWidth() (int32, error)

GetMaxWidth calls android.widget.SearchView.getMaxWidth.

func (*SearchView) GetQuery added in v0.0.7

func (m *SearchView) GetQuery() (*jni.Object, error)

GetQuery calls android.widget.SearchView.getQuery.

func (*SearchView) GetQueryHint added in v0.0.7

func (m *SearchView) GetQueryHint() (*jni.Object, error)

GetQueryHint calls android.widget.SearchView.getQueryHint.

func (*SearchView) GetSuggestionsAdapter added in v0.0.7

func (m *SearchView) GetSuggestionsAdapter() (*jni.Object, error)

GetSuggestionsAdapter calls android.widget.SearchView.getSuggestionsAdapter.

func (*SearchView) IsIconfiedByDefault added in v0.0.7

func (m *SearchView) IsIconfiedByDefault() (bool, error)

IsIconfiedByDefault calls android.widget.SearchView.isIconfiedByDefault.

func (*SearchView) IsIconified added in v0.0.7

func (m *SearchView) IsIconified() (bool, error)

IsIconified calls android.widget.SearchView.isIconified.

func (*SearchView) IsIconifiedByDefault added in v0.0.7

func (m *SearchView) IsIconifiedByDefault() (bool, error)

IsIconifiedByDefault calls android.widget.SearchView.isIconifiedByDefault.

func (*SearchView) IsQueryRefinementEnabled added in v0.0.7

func (m *SearchView) IsQueryRefinementEnabled() (bool, error)

IsQueryRefinementEnabled calls android.widget.SearchView.isQueryRefinementEnabled.

func (*SearchView) IsSubmitButtonEnabled added in v0.0.7

func (m *SearchView) IsSubmitButtonEnabled() (bool, error)

IsSubmitButtonEnabled calls android.widget.SearchView.isSubmitButtonEnabled.

func (*SearchView) OnActionViewCollapsed added in v0.0.7

func (m *SearchView) OnActionViewCollapsed() error

OnActionViewCollapsed calls android.widget.SearchView.onActionViewCollapsed.

func (*SearchView) OnActionViewExpanded added in v0.0.7

func (m *SearchView) OnActionViewExpanded() error

OnActionViewExpanded calls android.widget.SearchView.onActionViewExpanded.

func (*SearchView) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.SearchView.onKeyDown.

func (*SearchView) OnWindowFocusChanged added in v0.0.7

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

OnWindowFocusChanged calls android.widget.SearchView.onWindowFocusChanged.

func (*SearchView) RequestFocus added in v0.0.7

func (m *SearchView) RequestFocus(arg0 int32, arg1 *jni.Object) (bool, error)

RequestFocus calls android.widget.SearchView.requestFocus.

func (*SearchView) SetIconified added in v0.0.7

func (m *SearchView) SetIconified(arg0 bool) error

SetIconified calls android.widget.SearchView.setIconified.

func (*SearchView) SetIconifiedByDefault added in v0.0.7

func (m *SearchView) SetIconifiedByDefault(arg0 bool) error

SetIconifiedByDefault calls android.widget.SearchView.setIconifiedByDefault.

func (*SearchView) SetImeOptions added in v0.0.7

func (m *SearchView) SetImeOptions(arg0 int32) error

SetImeOptions calls android.widget.SearchView.setImeOptions.

func (*SearchView) SetInputType added in v0.0.7

func (m *SearchView) SetInputType(arg0 int32) error

SetInputType calls android.widget.SearchView.setInputType.

func (*SearchView) SetMaxWidth added in v0.0.7

func (m *SearchView) SetMaxWidth(arg0 int32) error

SetMaxWidth calls android.widget.SearchView.setMaxWidth.

func (*SearchView) SetOnCloseListener added in v0.0.7

func (m *SearchView) SetOnCloseListener(arg0 *jni.Object) error

SetOnCloseListener calls android.widget.SearchView.setOnCloseListener.

func (*SearchView) SetOnQueryTextFocusChangeListener added in v0.0.7

func (m *SearchView) SetOnQueryTextFocusChangeListener(arg0 *jni.Object) error

SetOnQueryTextFocusChangeListener calls android.widget.SearchView.setOnQueryTextFocusChangeListener.

func (*SearchView) SetOnQueryTextListener added in v0.0.7

func (m *SearchView) SetOnQueryTextListener(arg0 *jni.Object) error

SetOnQueryTextListener calls android.widget.SearchView.setOnQueryTextListener.

func (*SearchView) SetOnSearchClickListener added in v0.0.7

func (m *SearchView) SetOnSearchClickListener(arg0 *jni.Object) error

SetOnSearchClickListener calls android.widget.SearchView.setOnSearchClickListener.

func (*SearchView) SetOnSuggestionListener added in v0.0.7

func (m *SearchView) SetOnSuggestionListener(arg0 *jni.Object) error

SetOnSuggestionListener calls android.widget.SearchView.setOnSuggestionListener.

func (*SearchView) SetQuery added in v0.0.7

func (m *SearchView) SetQuery(arg0 string, arg1 bool) error

SetQuery calls android.widget.SearchView.setQuery.

func (*SearchView) SetQueryHint added in v0.0.7

func (m *SearchView) SetQueryHint(arg0 string) error

SetQueryHint calls android.widget.SearchView.setQueryHint.

func (*SearchView) SetQueryRefinementEnabled added in v0.0.7

func (m *SearchView) SetQueryRefinementEnabled(arg0 bool) error

SetQueryRefinementEnabled calls android.widget.SearchView.setQueryRefinementEnabled.

func (*SearchView) SetSearchableInfo added in v0.0.7

func (m *SearchView) SetSearchableInfo(arg0 *jni.Object) error

SetSearchableInfo calls android.widget.SearchView.setSearchableInfo.

func (*SearchView) SetSubmitButtonEnabled added in v0.0.7

func (m *SearchView) SetSubmitButtonEnabled(arg0 bool) error

SetSubmitButtonEnabled calls android.widget.SearchView.setSubmitButtonEnabled.

func (*SearchView) SetSuggestionsAdapter added in v0.0.7

func (m *SearchView) SetSuggestionsAdapter(arg0 *jni.Object) error

SetSuggestionsAdapter calls android.widget.SearchView.setSuggestionsAdapter.

type SearchViewOnCloseListener added in v0.0.7

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

SearchViewOnCloseListener wraps android.widget.SearchView$OnCloseListener.

func (*SearchViewOnCloseListener) OnClose added in v0.0.7

func (m *SearchViewOnCloseListener) OnClose() (bool, error)

OnClose calls android.widget.SearchView$OnCloseListener.onClose.

type SearchViewOnQueryTextListener added in v0.0.7

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

SearchViewOnQueryTextListener wraps android.widget.SearchView$OnQueryTextListener.

func (*SearchViewOnQueryTextListener) OnQueryTextChange added in v0.0.7

func (m *SearchViewOnQueryTextListener) OnQueryTextChange(arg0 string) (bool, error)

OnQueryTextChange calls android.widget.SearchView$OnQueryTextListener.onQueryTextChange.

func (*SearchViewOnQueryTextListener) OnQueryTextSubmit added in v0.0.7

func (m *SearchViewOnQueryTextListener) OnQueryTextSubmit(arg0 string) (bool, error)

OnQueryTextSubmit calls android.widget.SearchView$OnQueryTextListener.onQueryTextSubmit.

type SearchViewOnSuggestionListener added in v0.0.7

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

SearchViewOnSuggestionListener wraps android.widget.SearchView$OnSuggestionListener.

func (*SearchViewOnSuggestionListener) OnSuggestionClick added in v0.0.7

func (m *SearchViewOnSuggestionListener) OnSuggestionClick(arg0 int32) (bool, error)

OnSuggestionClick calls android.widget.SearchView$OnSuggestionListener.onSuggestionClick.

func (*SearchViewOnSuggestionListener) OnSuggestionSelect added in v0.0.7

func (m *SearchViewOnSuggestionListener) OnSuggestionSelect(arg0 int32) (bool, error)

OnSuggestionSelect calls android.widget.SearchView$OnSuggestionListener.onSuggestionSelect.

type SectionIndexer added in v0.0.7

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

SectionIndexer wraps android.widget.SectionIndexer.

func (*SectionIndexer) GetPositionForSection added in v0.0.7

func (m *SectionIndexer) GetPositionForSection(arg0 int32) (int32, error)

GetPositionForSection calls android.widget.SectionIndexer.getPositionForSection.

func (*SectionIndexer) GetSectionForPosition added in v0.0.7

func (m *SectionIndexer) GetSectionForPosition(arg0 int32) (int32, error)

GetSectionForPosition calls android.widget.SectionIndexer.getSectionForPosition.

func (*SectionIndexer) GetSections added in v0.0.7

func (m *SectionIndexer) GetSections() (*jni.Object, error)

GetSections calls android.widget.SectionIndexer.getSections.

type SeekBar added in v0.0.7

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

SeekBar wraps android.widget.SeekBar.

func NewSeekBar added in v0.0.7

func NewSeekBar(vm *jni.VM, arg0 *jni.Object) (*SeekBar, error)

NewSeekBar creates a new android.widget.SeekBar instance.

func (*SeekBar) GetAccessibilityClassName added in v0.0.7

func (m *SeekBar) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.SeekBar.getAccessibilityClassName.

func (*SeekBar) SetOnSeekBarChangeListener added in v0.0.7

func (m *SeekBar) SetOnSeekBarChangeListener(arg0 *jni.Object) error

SetOnSeekBarChangeListener calls android.widget.SeekBar.setOnSeekBarChangeListener.

type SeekBarOnSeekBarChangeListener added in v0.0.7

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

SeekBarOnSeekBarChangeListener wraps android.widget.SeekBar$OnSeekBarChangeListener.

func (*SeekBarOnSeekBarChangeListener) OnProgressChanged added in v0.0.7

func (m *SeekBarOnSeekBarChangeListener) OnProgressChanged(
	arg0 *jni.Object,
	arg1 int32,
	arg2 bool,
) error

OnProgressChanged calls android.widget.SeekBar$OnSeekBarChangeListener.onProgressChanged.

func (*SeekBarOnSeekBarChangeListener) OnStartTrackingTouch added in v0.0.7

func (m *SeekBarOnSeekBarChangeListener) OnStartTrackingTouch(arg0 *jni.Object) error

OnStartTrackingTouch calls android.widget.SeekBar$OnSeekBarChangeListener.onStartTrackingTouch.

func (*SeekBarOnSeekBarChangeListener) OnStopTrackingTouch added in v0.0.7

func (m *SeekBarOnSeekBarChangeListener) OnStopTrackingTouch(arg0 *jni.Object) error

OnStopTrackingTouch calls android.widget.SeekBar$OnSeekBarChangeListener.onStopTrackingTouch.

type ShareActionProvider added in v0.0.7

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

ShareActionProvider wraps android.widget.ShareActionProvider.

func NewShareActionProvider added in v0.0.7

func NewShareActionProvider(vm *jni.VM, arg0 *jni.Object) (*ShareActionProvider, error)

NewShareActionProvider creates a new android.widget.ShareActionProvider instance.

func (*ShareActionProvider) HasSubMenu added in v0.0.7

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

HasSubMenu calls android.widget.ShareActionProvider.hasSubMenu.

func (*ShareActionProvider) OnCreateActionView added in v0.0.7

func (m *ShareActionProvider) OnCreateActionView() (*jni.Object, error)

OnCreateActionView calls android.widget.ShareActionProvider.onCreateActionView.

func (*ShareActionProvider) OnPrepareSubMenu added in v0.0.7

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

OnPrepareSubMenu calls android.widget.ShareActionProvider.onPrepareSubMenu.

func (*ShareActionProvider) SetOnShareTargetSelectedListener added in v0.0.7

func (m *ShareActionProvider) SetOnShareTargetSelectedListener(arg0 *jni.Object) error

SetOnShareTargetSelectedListener calls android.widget.ShareActionProvider.setOnShareTargetSelectedListener.

func (*ShareActionProvider) SetShareHistoryFileName added in v0.0.7

func (m *ShareActionProvider) SetShareHistoryFileName(arg0 string) error

SetShareHistoryFileName calls android.widget.ShareActionProvider.setShareHistoryFileName.

func (*ShareActionProvider) SetShareIntent added in v0.0.7

func (m *ShareActionProvider) SetShareIntent(arg0 *jni.Object) error

SetShareIntent calls android.widget.ShareActionProvider.setShareIntent.

type ShareActionProviderOnShareTargetSelectedListener added in v0.0.7

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

ShareActionProviderOnShareTargetSelectedListener wraps android.widget.ShareActionProvider$OnShareTargetSelectedListener.

func (*ShareActionProviderOnShareTargetSelectedListener) OnShareTargetSelected added in v0.0.7

func (m *ShareActionProviderOnShareTargetSelectedListener) OnShareTargetSelected(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

OnShareTargetSelected calls android.widget.ShareActionProvider$OnShareTargetSelectedListener.onShareTargetSelected.

type SimpleAdapter added in v0.0.7

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

SimpleAdapter wraps android.widget.SimpleAdapter.

func NewSimpleAdapter added in v0.0.7

func NewSimpleAdapter(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 int32, arg3 *jni.Object, arg4 *jni.Object) (*SimpleAdapter, error)

NewSimpleAdapter creates a new android.widget.SimpleAdapter instance.

func (*SimpleAdapter) GetCount added in v0.0.7

func (m *SimpleAdapter) GetCount() (int32, error)

GetCount calls android.widget.SimpleAdapter.getCount.

func (*SimpleAdapter) GetDropDownView added in v0.0.7

func (m *SimpleAdapter) GetDropDownView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

GetDropDownView calls android.widget.SimpleAdapter.getDropDownView.

func (*SimpleAdapter) GetDropDownViewTheme added in v0.0.7

func (m *SimpleAdapter) GetDropDownViewTheme() (*jni.Object, error)

GetDropDownViewTheme calls android.widget.SimpleAdapter.getDropDownViewTheme.

func (*SimpleAdapter) GetFilter added in v0.0.7

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

GetFilter calls android.widget.SimpleAdapter.getFilter.

func (*SimpleAdapter) GetItem added in v0.0.7

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

GetItem calls android.widget.SimpleAdapter.getItem.

func (*SimpleAdapter) GetItemId added in v0.0.7

func (m *SimpleAdapter) GetItemId(arg0 int32) (int64, error)

GetItemId calls android.widget.SimpleAdapter.getItemId.

func (*SimpleAdapter) GetView added in v0.0.7

func (m *SimpleAdapter) GetView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

GetView calls android.widget.SimpleAdapter.getView.

func (*SimpleAdapter) GetViewBinder added in v0.0.7

func (m *SimpleAdapter) GetViewBinder() (*jni.Object, error)

GetViewBinder calls android.widget.SimpleAdapter.getViewBinder.

func (*SimpleAdapter) SetDropDownViewResource added in v0.0.7

func (m *SimpleAdapter) SetDropDownViewResource(arg0 int32) error

SetDropDownViewResource calls android.widget.SimpleAdapter.setDropDownViewResource.

func (*SimpleAdapter) SetDropDownViewTheme added in v0.0.7

func (m *SimpleAdapter) SetDropDownViewTheme(arg0 *jni.Object) error

SetDropDownViewTheme calls android.widget.SimpleAdapter.setDropDownViewTheme.

func (*SimpleAdapter) SetViewBinder added in v0.0.7

func (m *SimpleAdapter) SetViewBinder(arg0 *jni.Object) error

SetViewBinder calls android.widget.SimpleAdapter.setViewBinder.

func (*SimpleAdapter) SetViewImage2 added in v0.0.7

func (m *SimpleAdapter) SetViewImage2(arg0 *jni.Object, arg1 int32) error

SetViewImage2 calls android.widget.SimpleAdapter.setViewImage.

func (*SimpleAdapter) SetViewImage2_1 added in v0.0.7

func (m *SimpleAdapter) SetViewImage2_1(arg0 *jni.Object, arg1 string) error

SetViewImage2_1 calls android.widget.SimpleAdapter.setViewImage.

func (*SimpleAdapter) SetViewText added in v0.0.7

func (m *SimpleAdapter) SetViewText(arg0 *jni.Object, arg1 string) error

SetViewText calls android.widget.SimpleAdapter.setViewText.

type SimpleAdapterViewBinder added in v0.0.7

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

SimpleAdapterViewBinder wraps android.widget.SimpleAdapter$ViewBinder.

func (*SimpleAdapterViewBinder) SetViewValue added in v0.0.7

func (m *SimpleAdapterViewBinder) SetViewValue(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 string,
) (bool, error)

SetViewValue calls android.widget.SimpleAdapter$ViewBinder.setViewValue.

type SimpleCursorAdapter added in v0.0.7

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

SimpleCursorAdapter wraps android.widget.SimpleCursorAdapter.

func NewSimpleCursorAdapter added in v0.0.7

func NewSimpleCursorAdapter(vm *jni.VM, arg0 *jni.Object, arg1 int32, arg2 *jni.Object, arg3 *jni.Object, arg4 *jni.Object) (*SimpleCursorAdapter, error)

NewSimpleCursorAdapter creates a new android.widget.SimpleCursorAdapter instance.

func (*SimpleCursorAdapter) BindView added in v0.0.7

func (m *SimpleCursorAdapter) BindView(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

BindView calls android.widget.SimpleCursorAdapter.bindView.

func (*SimpleCursorAdapter) ChangeCursorAndColumns added in v0.0.7

func (m *SimpleCursorAdapter) ChangeCursorAndColumns(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ChangeCursorAndColumns calls android.widget.SimpleCursorAdapter.changeCursorAndColumns.

func (*SimpleCursorAdapter) ConvertToString added in v0.0.7

func (m *SimpleCursorAdapter) ConvertToString(arg0 *jni.Object) (*jni.Object, error)

ConvertToString calls android.widget.SimpleCursorAdapter.convertToString.

func (*SimpleCursorAdapter) GetCursorToStringConverter added in v0.0.7

func (m *SimpleCursorAdapter) GetCursorToStringConverter() (*jni.Object, error)

GetCursorToStringConverter calls android.widget.SimpleCursorAdapter.getCursorToStringConverter.

func (*SimpleCursorAdapter) GetStringConversionColumn added in v0.0.7

func (m *SimpleCursorAdapter) GetStringConversionColumn() (int32, error)

GetStringConversionColumn calls android.widget.SimpleCursorAdapter.getStringConversionColumn.

func (*SimpleCursorAdapter) GetViewBinder added in v0.0.7

func (m *SimpleCursorAdapter) GetViewBinder() (*jni.Object, error)

GetViewBinder calls android.widget.SimpleCursorAdapter.getViewBinder.

func (*SimpleCursorAdapter) SetCursorToStringConverter added in v0.0.7

func (m *SimpleCursorAdapter) SetCursorToStringConverter(arg0 *jni.Object) error

SetCursorToStringConverter calls android.widget.SimpleCursorAdapter.setCursorToStringConverter.

func (*SimpleCursorAdapter) SetStringConversionColumn added in v0.0.7

func (m *SimpleCursorAdapter) SetStringConversionColumn(arg0 int32) error

SetStringConversionColumn calls android.widget.SimpleCursorAdapter.setStringConversionColumn.

func (*SimpleCursorAdapter) SetViewBinder added in v0.0.7

func (m *SimpleCursorAdapter) SetViewBinder(arg0 *jni.Object) error

SetViewBinder calls android.widget.SimpleCursorAdapter.setViewBinder.

func (*SimpleCursorAdapter) SetViewImage added in v0.0.7

func (m *SimpleCursorAdapter) SetViewImage(arg0 *jni.Object, arg1 string) error

SetViewImage calls android.widget.SimpleCursorAdapter.setViewImage.

func (*SimpleCursorAdapter) SetViewText added in v0.0.7

func (m *SimpleCursorAdapter) SetViewText(arg0 *jni.Object, arg1 string) error

SetViewText calls android.widget.SimpleCursorAdapter.setViewText.

func (*SimpleCursorAdapter) SwapCursor added in v0.0.7

func (m *SimpleCursorAdapter) SwapCursor(arg0 *jni.Object) (*jni.Object, error)

SwapCursor calls android.widget.SimpleCursorAdapter.swapCursor.

type SimpleCursorAdapterCursorToStringConverter added in v0.0.7

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

SimpleCursorAdapterCursorToStringConverter wraps android.widget.SimpleCursorAdapter$CursorToStringConverter.

func (*SimpleCursorAdapterCursorToStringConverter) ConvertToString added in v0.0.7

func (m *SimpleCursorAdapterCursorToStringConverter) ConvertToString(arg0 *jni.Object) (*jni.Object, error)

ConvertToString calls android.widget.SimpleCursorAdapter$CursorToStringConverter.convertToString.

type SimpleCursorAdapterViewBinder added in v0.0.7

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

SimpleCursorAdapterViewBinder wraps android.widget.SimpleCursorAdapter$ViewBinder.

func (*SimpleCursorAdapterViewBinder) SetViewValue added in v0.0.7

func (m *SimpleCursorAdapterViewBinder) SetViewValue(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (bool, error)

SetViewValue calls android.widget.SimpleCursorAdapter$ViewBinder.setViewValue.

type SimpleCursorTreeAdapter added in v0.0.7

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

SimpleCursorTreeAdapter wraps android.widget.SimpleCursorTreeAdapter.

func (*SimpleCursorTreeAdapter) GetViewBinder added in v0.0.7

func (m *SimpleCursorTreeAdapter) GetViewBinder() (*jni.Object, error)

GetViewBinder calls android.widget.SimpleCursorTreeAdapter.getViewBinder.

func (*SimpleCursorTreeAdapter) SetViewBinder added in v0.0.7

func (m *SimpleCursorTreeAdapter) SetViewBinder(arg0 *jni.Object) error

SetViewBinder calls android.widget.SimpleCursorTreeAdapter.setViewBinder.

func (*SimpleCursorTreeAdapter) SetViewText added in v0.0.7

func (m *SimpleCursorTreeAdapter) SetViewText(arg0 *jni.Object, arg1 string) error

SetViewText calls android.widget.SimpleCursorTreeAdapter.setViewText.

type SimpleCursorTreeAdapterViewBinder added in v0.0.7

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

SimpleCursorTreeAdapterViewBinder wraps android.widget.SimpleCursorTreeAdapter$ViewBinder.

func (*SimpleCursorTreeAdapterViewBinder) SetViewValue added in v0.0.7

func (m *SimpleCursorTreeAdapterViewBinder) SetViewValue(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (bool, error)

SetViewValue calls android.widget.SimpleCursorTreeAdapter$ViewBinder.setViewValue.

type SimpleExpandableListAdapter added in v0.0.7

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

SimpleExpandableListAdapter wraps android.widget.SimpleExpandableListAdapter.

func NewSimpleExpandableListAdapter added in v0.0.7

func NewSimpleExpandableListAdapter(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object, arg2 int32, arg3 int32, arg4 *jni.Object, arg5 *jni.Object, arg6 *jni.Object, arg7 int32, arg8 int32, arg9 *jni.Object, arg10 *jni.Object) (*SimpleExpandableListAdapter, error)

NewSimpleExpandableListAdapter creates a new android.widget.SimpleExpandableListAdapter instance.

func (*SimpleExpandableListAdapter) GetChild added in v0.0.7

func (m *SimpleExpandableListAdapter) GetChild(arg0 int32, arg1 int32) (*jni.Object, error)

GetChild calls android.widget.SimpleExpandableListAdapter.getChild.

func (*SimpleExpandableListAdapter) GetChildId added in v0.0.7

func (m *SimpleExpandableListAdapter) GetChildId(arg0 int32, arg1 int32) (int64, error)

GetChildId calls android.widget.SimpleExpandableListAdapter.getChildId.

func (*SimpleExpandableListAdapter) GetChildView added in v0.0.7

func (m *SimpleExpandableListAdapter) GetChildView(
	arg0 int32,
	arg1 int32,
	arg2 bool,
	arg3 *jni.Object,
	arg4 *jni.Object,
) (*jni.Object, error)

GetChildView calls android.widget.SimpleExpandableListAdapter.getChildView.

func (*SimpleExpandableListAdapter) GetChildrenCount added in v0.0.7

func (m *SimpleExpandableListAdapter) GetChildrenCount(arg0 int32) (int32, error)

GetChildrenCount calls android.widget.SimpleExpandableListAdapter.getChildrenCount.

func (*SimpleExpandableListAdapter) GetGroup added in v0.0.7

func (m *SimpleExpandableListAdapter) GetGroup(arg0 int32) (*jni.Object, error)

GetGroup calls android.widget.SimpleExpandableListAdapter.getGroup.

func (*SimpleExpandableListAdapter) GetGroupCount added in v0.0.7

func (m *SimpleExpandableListAdapter) GetGroupCount() (int32, error)

GetGroupCount calls android.widget.SimpleExpandableListAdapter.getGroupCount.

func (*SimpleExpandableListAdapter) GetGroupId added in v0.0.7

func (m *SimpleExpandableListAdapter) GetGroupId(arg0 int32) (int64, error)

GetGroupId calls android.widget.SimpleExpandableListAdapter.getGroupId.

func (*SimpleExpandableListAdapter) GetGroupView added in v0.0.7

func (m *SimpleExpandableListAdapter) GetGroupView(
	arg0 int32,
	arg1 bool,
	arg2 *jni.Object,
	arg3 *jni.Object,
) (*jni.Object, error)

GetGroupView calls android.widget.SimpleExpandableListAdapter.getGroupView.

func (*SimpleExpandableListAdapter) HasStableIds added in v0.0.7

func (m *SimpleExpandableListAdapter) HasStableIds() (bool, error)

HasStableIds calls android.widget.SimpleExpandableListAdapter.hasStableIds.

func (*SimpleExpandableListAdapter) IsChildSelectable added in v0.0.7

func (m *SimpleExpandableListAdapter) IsChildSelectable(arg0 int32, arg1 int32) (bool, error)

IsChildSelectable calls android.widget.SimpleExpandableListAdapter.isChildSelectable.

func (*SimpleExpandableListAdapter) NewChildView added in v0.0.7

func (m *SimpleExpandableListAdapter) NewChildView(arg0 bool, arg1 *jni.Object) (*jni.Object, error)

NewChildView calls android.widget.SimpleExpandableListAdapter.newChildView.

func (*SimpleExpandableListAdapter) NewGroupView added in v0.0.7

func (m *SimpleExpandableListAdapter) NewGroupView(arg0 bool, arg1 *jni.Object) (*jni.Object, error)

NewGroupView calls android.widget.SimpleExpandableListAdapter.newGroupView.

type SlidingDrawer added in v0.0.7

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

SlidingDrawer wraps android.widget.SlidingDrawer.

func NewSlidingDrawer added in v0.0.7

func NewSlidingDrawer(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*SlidingDrawer, error)

NewSlidingDrawer creates a new android.widget.SlidingDrawer instance.

func (*SlidingDrawer) AnimateClose added in v0.0.7

func (m *SlidingDrawer) AnimateClose() error

AnimateClose calls android.widget.SlidingDrawer.animateClose.

func (*SlidingDrawer) AnimateOpen added in v0.0.7

func (m *SlidingDrawer) AnimateOpen() error

AnimateOpen calls android.widget.SlidingDrawer.animateOpen.

func (*SlidingDrawer) AnimateToggle added in v0.0.7

func (m *SlidingDrawer) AnimateToggle() error

AnimateToggle calls android.widget.SlidingDrawer.animateToggle.

func (*SlidingDrawer) Close added in v0.0.7

func (m *SlidingDrawer) Close() error

Close calls android.widget.SlidingDrawer.close.

func (*SlidingDrawer) GetAccessibilityClassName added in v0.0.7

func (m *SlidingDrawer) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.SlidingDrawer.getAccessibilityClassName.

func (*SlidingDrawer) GetContent added in v0.0.7

func (m *SlidingDrawer) GetContent() (*jni.Object, error)

GetContent calls android.widget.SlidingDrawer.getContent.

func (*SlidingDrawer) GetHandle added in v0.0.7

func (m *SlidingDrawer) GetHandle() (*jni.Object, error)

GetHandle calls android.widget.SlidingDrawer.getHandle.

func (*SlidingDrawer) IsMoving added in v0.0.7

func (m *SlidingDrawer) IsMoving() (bool, error)

IsMoving calls android.widget.SlidingDrawer.isMoving.

func (*SlidingDrawer) IsOpened added in v0.0.7

func (m *SlidingDrawer) IsOpened() (bool, error)

IsOpened calls android.widget.SlidingDrawer.isOpened.

func (*SlidingDrawer) Lock added in v0.0.7

func (m *SlidingDrawer) Lock() error

Lock calls android.widget.SlidingDrawer.lock.

func (*SlidingDrawer) OnInterceptTouchEvent added in v0.0.7

func (m *SlidingDrawer) OnInterceptTouchEvent(arg0 *jni.Object) (bool, error)

OnInterceptTouchEvent calls android.widget.SlidingDrawer.onInterceptTouchEvent.

func (*SlidingDrawer) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.SlidingDrawer.onTouchEvent.

func (*SlidingDrawer) Open added in v0.0.7

func (m *SlidingDrawer) Open() error

Open calls android.widget.SlidingDrawer.open.

func (*SlidingDrawer) SetOnDrawerCloseListener added in v0.0.7

func (m *SlidingDrawer) SetOnDrawerCloseListener(arg0 *jni.Object) error

SetOnDrawerCloseListener calls android.widget.SlidingDrawer.setOnDrawerCloseListener.

func (*SlidingDrawer) SetOnDrawerOpenListener added in v0.0.7

func (m *SlidingDrawer) SetOnDrawerOpenListener(arg0 *jni.Object) error

SetOnDrawerOpenListener calls android.widget.SlidingDrawer.setOnDrawerOpenListener.

func (*SlidingDrawer) SetOnDrawerScrollListener added in v0.0.7

func (m *SlidingDrawer) SetOnDrawerScrollListener(arg0 *jni.Object) error

SetOnDrawerScrollListener calls android.widget.SlidingDrawer.setOnDrawerScrollListener.

func (*SlidingDrawer) Toggle added in v0.0.7

func (m *SlidingDrawer) Toggle() error

Toggle calls android.widget.SlidingDrawer.toggle.

func (*SlidingDrawer) Unlock added in v0.0.7

func (m *SlidingDrawer) Unlock() error

Unlock calls android.widget.SlidingDrawer.unlock.

type SlidingDrawerOnDrawerCloseListener added in v0.0.7

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

SlidingDrawerOnDrawerCloseListener wraps android.widget.SlidingDrawer$OnDrawerCloseListener.

func (*SlidingDrawerOnDrawerCloseListener) OnDrawerClosed added in v0.0.7

func (m *SlidingDrawerOnDrawerCloseListener) OnDrawerClosed() error

OnDrawerClosed calls android.widget.SlidingDrawer$OnDrawerCloseListener.onDrawerClosed.

type SlidingDrawerOnDrawerOpenListener added in v0.0.7

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

SlidingDrawerOnDrawerOpenListener wraps android.widget.SlidingDrawer$OnDrawerOpenListener.

func (*SlidingDrawerOnDrawerOpenListener) OnDrawerOpened added in v0.0.7

func (m *SlidingDrawerOnDrawerOpenListener) OnDrawerOpened() error

OnDrawerOpened calls android.widget.SlidingDrawer$OnDrawerOpenListener.onDrawerOpened.

type SlidingDrawerOnDrawerScrollListener added in v0.0.7

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

SlidingDrawerOnDrawerScrollListener wraps android.widget.SlidingDrawer$OnDrawerScrollListener.

func (*SlidingDrawerOnDrawerScrollListener) OnScrollEnded added in v0.0.7

func (m *SlidingDrawerOnDrawerScrollListener) OnScrollEnded() error

OnScrollEnded calls android.widget.SlidingDrawer$OnDrawerScrollListener.onScrollEnded.

func (*SlidingDrawerOnDrawerScrollListener) OnScrollStarted added in v0.0.7

func (m *SlidingDrawerOnDrawerScrollListener) OnScrollStarted() error

OnScrollStarted calls android.widget.SlidingDrawer$OnDrawerScrollListener.onScrollStarted.

type Space added in v0.0.7

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

Space wraps android.widget.Space.

func NewSpace added in v0.0.7

func NewSpace(vm *jni.VM, arg0 *jni.Object) (*Space, error)

NewSpace creates a new android.widget.Space instance.

func (*Space) Draw added in v0.0.7

func (m *Space) Draw(arg0 *jni.Object) error

Draw calls android.widget.Space.draw.

type Spinner added in v0.0.7

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

Spinner wraps android.widget.Spinner.

func NewSpinner added in v0.0.7

func NewSpinner(vm *jni.VM, arg0 *jni.Object) (*Spinner, error)

NewSpinner creates a new android.widget.Spinner instance.

func (*Spinner) GetAccessibilityClassName added in v0.0.7

func (m *Spinner) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.Spinner.getAccessibilityClassName.

func (*Spinner) GetBaseline added in v0.0.7

func (m *Spinner) GetBaseline() (int32, error)

GetBaseline calls android.widget.Spinner.getBaseline.

func (*Spinner) GetDropDownHorizontalOffset added in v0.0.7

func (m *Spinner) GetDropDownHorizontalOffset() (int32, error)

GetDropDownHorizontalOffset calls android.widget.Spinner.getDropDownHorizontalOffset.

func (*Spinner) GetDropDownVerticalOffset added in v0.0.7

func (m *Spinner) GetDropDownVerticalOffset() (int32, error)

GetDropDownVerticalOffset calls android.widget.Spinner.getDropDownVerticalOffset.

func (*Spinner) GetDropDownWidth added in v0.0.7

func (m *Spinner) GetDropDownWidth() (int32, error)

GetDropDownWidth calls android.widget.Spinner.getDropDownWidth.

func (*Spinner) GetGravity added in v0.0.7

func (m *Spinner) GetGravity() (int32, error)

GetGravity calls android.widget.Spinner.getGravity.

func (*Spinner) GetPopupBackground added in v0.0.7

func (m *Spinner) GetPopupBackground() (*jni.Object, error)

GetPopupBackground calls android.widget.Spinner.getPopupBackground.

func (*Spinner) GetPopupContext added in v0.0.7

func (m *Spinner) GetPopupContext() (*jni.Object, error)

GetPopupContext calls android.widget.Spinner.getPopupContext.

func (*Spinner) GetPrompt added in v0.0.7

func (m *Spinner) GetPrompt() (*jni.Object, error)

GetPrompt calls android.widget.Spinner.getPrompt.

func (*Spinner) OnClick added in v0.0.7

func (m *Spinner) OnClick(arg0 *jni.Object, arg1 int32) error

OnClick calls android.widget.Spinner.onClick.

func (*Spinner) OnResolvePointerIcon added in v0.0.7

func (m *Spinner) OnResolvePointerIcon(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

OnResolvePointerIcon calls android.widget.Spinner.onResolvePointerIcon.

func (*Spinner) OnRestoreInstanceState added in v0.0.7

func (m *Spinner) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.widget.Spinner.onRestoreInstanceState.

func (*Spinner) OnSaveInstanceState added in v0.0.7

func (m *Spinner) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.widget.Spinner.onSaveInstanceState.

func (*Spinner) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.Spinner.onTouchEvent.

func (*Spinner) PerformClick added in v0.0.7

func (m *Spinner) PerformClick() (bool, error)

PerformClick calls android.widget.Spinner.performClick.

func (*Spinner) SetAdapter1 added in v0.0.7

func (m *Spinner) SetAdapter1(arg0 *jni.Object) error

SetAdapter1 calls android.widget.Spinner.setAdapter.

func (*Spinner) SetAdapter1_1 added in v0.0.7

func (m *Spinner) SetAdapter1_1(arg0 *jni.Object) error

SetAdapter1_1 calls android.widget.Spinner.setAdapter.

func (*Spinner) SetDropDownHorizontalOffset added in v0.0.7

func (m *Spinner) SetDropDownHorizontalOffset(arg0 int32) error

SetDropDownHorizontalOffset calls android.widget.Spinner.setDropDownHorizontalOffset.

func (*Spinner) SetDropDownVerticalOffset added in v0.0.7

func (m *Spinner) SetDropDownVerticalOffset(arg0 int32) error

SetDropDownVerticalOffset calls android.widget.Spinner.setDropDownVerticalOffset.

func (*Spinner) SetDropDownWidth added in v0.0.7

func (m *Spinner) SetDropDownWidth(arg0 int32) error

SetDropDownWidth calls android.widget.Spinner.setDropDownWidth.

func (*Spinner) SetEnabled added in v0.0.7

func (m *Spinner) SetEnabled(arg0 bool) error

SetEnabled calls android.widget.Spinner.setEnabled.

func (*Spinner) SetGravity added in v0.0.7

func (m *Spinner) SetGravity(arg0 int32) error

SetGravity calls android.widget.Spinner.setGravity.

func (*Spinner) SetOnItemClickListener added in v0.0.7

func (m *Spinner) SetOnItemClickListener(arg0 *jni.Object) error

SetOnItemClickListener calls android.widget.Spinner.setOnItemClickListener.

func (*Spinner) SetPopupBackgroundDrawable added in v0.0.7

func (m *Spinner) SetPopupBackgroundDrawable(arg0 *jni.Object) error

SetPopupBackgroundDrawable calls android.widget.Spinner.setPopupBackgroundDrawable.

func (*Spinner) SetPopupBackgroundResource added in v0.0.7

func (m *Spinner) SetPopupBackgroundResource(arg0 int32) error

SetPopupBackgroundResource calls android.widget.Spinner.setPopupBackgroundResource.

func (*Spinner) SetPrompt added in v0.0.7

func (m *Spinner) SetPrompt(arg0 string) error

SetPrompt calls android.widget.Spinner.setPrompt.

func (*Spinner) SetPromptId added in v0.0.7

func (m *Spinner) SetPromptId(arg0 int32) error

SetPromptId calls android.widget.Spinner.setPromptId.

type SpinnerAdapter added in v0.0.7

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

SpinnerAdapter wraps android.widget.SpinnerAdapter.

func (*SpinnerAdapter) GetDropDownView added in v0.0.7

func (m *SpinnerAdapter) GetDropDownView(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

GetDropDownView calls android.widget.SpinnerAdapter.getDropDownView.

type StackView added in v0.0.7

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

StackView wraps android.widget.StackView.

func NewStackView added in v0.0.7

func NewStackView(vm *jni.VM, arg0 *jni.Object) (*StackView, error)

NewStackView creates a new android.widget.StackView instance.

func (*StackView) Advance added in v0.0.7

func (m *StackView) Advance() error

Advance calls android.widget.StackView.advance.

func (*StackView) GetAccessibilityClassName added in v0.0.7

func (m *StackView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.StackView.getAccessibilityClassName.

func (*StackView) OnGenericMotionEvent added in v0.0.7

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

OnGenericMotionEvent calls android.widget.StackView.onGenericMotionEvent.

func (*StackView) OnInterceptTouchEvent added in v0.0.7

func (m *StackView) OnInterceptTouchEvent(arg0 *jni.Object) (bool, error)

OnInterceptTouchEvent calls android.widget.StackView.onInterceptTouchEvent.

func (*StackView) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.StackView.onTouchEvent.

func (*StackView) ShowNext added in v0.0.7

func (m *StackView) ShowNext() error

ShowNext calls android.widget.StackView.showNext.

func (*StackView) ShowPrevious added in v0.0.7

func (m *StackView) ShowPrevious() error

ShowPrevious calls android.widget.StackView.showPrevious.

type Switch added in v0.0.7

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

Switch wraps android.widget.Switch.

func NewSwitch added in v0.0.7

func NewSwitch(vm *jni.VM, arg0 *jni.Object) (*Switch, error)

NewSwitch creates a new android.widget.Switch instance.

func (*Switch) Draw added in v0.0.7

func (m *Switch) Draw(arg0 *jni.Object) error

Draw calls android.widget.Switch.draw.

func (*Switch) DrawableHotspotChanged added in v0.0.7

func (m *Switch) DrawableHotspotChanged(arg0 float32, arg1 float32) error

DrawableHotspotChanged calls android.widget.Switch.drawableHotspotChanged.

func (*Switch) GetAccessibilityClassName added in v0.0.7

func (m *Switch) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.Switch.getAccessibilityClassName.

func (*Switch) GetCompoundPaddingLeft added in v0.0.7

func (m *Switch) GetCompoundPaddingLeft() (int32, error)

GetCompoundPaddingLeft calls android.widget.Switch.getCompoundPaddingLeft.

func (*Switch) GetCompoundPaddingRight added in v0.0.7

func (m *Switch) GetCompoundPaddingRight() (int32, error)

GetCompoundPaddingRight calls android.widget.Switch.getCompoundPaddingRight.

func (*Switch) GetShowText added in v0.0.7

func (m *Switch) GetShowText() (bool, error)

GetShowText calls android.widget.Switch.getShowText.

func (*Switch) GetSplitTrack added in v0.0.7

func (m *Switch) GetSplitTrack() (bool, error)

GetSplitTrack calls android.widget.Switch.getSplitTrack.

func (*Switch) GetSwitchMinWidth added in v0.0.7

func (m *Switch) GetSwitchMinWidth() (int32, error)

GetSwitchMinWidth calls android.widget.Switch.getSwitchMinWidth.

func (*Switch) GetSwitchPadding added in v0.0.7

func (m *Switch) GetSwitchPadding() (int32, error)

GetSwitchPadding calls android.widget.Switch.getSwitchPadding.

func (*Switch) GetTextOff added in v0.0.7

func (m *Switch) GetTextOff() (*jni.Object, error)

GetTextOff calls android.widget.Switch.getTextOff.

func (*Switch) GetTextOn added in v0.0.7

func (m *Switch) GetTextOn() (*jni.Object, error)

GetTextOn calls android.widget.Switch.getTextOn.

func (*Switch) GetThumbDrawable added in v0.0.7

func (m *Switch) GetThumbDrawable() (*jni.Object, error)

GetThumbDrawable calls android.widget.Switch.getThumbDrawable.

func (*Switch) GetThumbTextPadding added in v0.0.7

func (m *Switch) GetThumbTextPadding() (int32, error)

GetThumbTextPadding calls android.widget.Switch.getThumbTextPadding.

func (*Switch) GetThumbTintBlendMode added in v0.0.7

func (m *Switch) GetThumbTintBlendMode() (*jni.Object, error)

GetThumbTintBlendMode calls android.widget.Switch.getThumbTintBlendMode.

func (*Switch) GetThumbTintList added in v0.0.7

func (m *Switch) GetThumbTintList() (*jni.Object, error)

GetThumbTintList calls android.widget.Switch.getThumbTintList.

func (*Switch) GetThumbTintMode added in v0.0.7

func (m *Switch) GetThumbTintMode() (*jni.Object, error)

GetThumbTintMode calls android.widget.Switch.getThumbTintMode.

func (*Switch) GetTrackDrawable added in v0.0.7

func (m *Switch) GetTrackDrawable() (*jni.Object, error)

GetTrackDrawable calls android.widget.Switch.getTrackDrawable.

func (*Switch) GetTrackTintBlendMode added in v0.0.7

func (m *Switch) GetTrackTintBlendMode() (*jni.Object, error)

GetTrackTintBlendMode calls android.widget.Switch.getTrackTintBlendMode.

func (*Switch) GetTrackTintList added in v0.0.7

func (m *Switch) GetTrackTintList() (*jni.Object, error)

GetTrackTintList calls android.widget.Switch.getTrackTintList.

func (*Switch) GetTrackTintMode added in v0.0.7

func (m *Switch) GetTrackTintMode() (*jni.Object, error)

GetTrackTintMode calls android.widget.Switch.getTrackTintMode.

func (*Switch) JumpDrawablesToCurrentState added in v0.0.7

func (m *Switch) JumpDrawablesToCurrentState() error

JumpDrawablesToCurrentState calls android.widget.Switch.jumpDrawablesToCurrentState.

func (*Switch) OnMeasure added in v0.0.7

func (m *Switch) OnMeasure(arg0 int32, arg1 int32) error

OnMeasure calls android.widget.Switch.onMeasure.

func (*Switch) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.Switch.onTouchEvent.

func (*Switch) SetChecked added in v0.0.7

func (m *Switch) SetChecked(arg0 bool) error

SetChecked calls android.widget.Switch.setChecked.

func (*Switch) SetShowText added in v0.0.7

func (m *Switch) SetShowText(arg0 bool) error

SetShowText calls android.widget.Switch.setShowText.

func (*Switch) SetSplitTrack added in v0.0.7

func (m *Switch) SetSplitTrack(arg0 bool) error

SetSplitTrack calls android.widget.Switch.setSplitTrack.

func (*Switch) SetSwitchMinWidth added in v0.0.7

func (m *Switch) SetSwitchMinWidth(arg0 int32) error

SetSwitchMinWidth calls android.widget.Switch.setSwitchMinWidth.

func (*Switch) SetSwitchPadding added in v0.0.7

func (m *Switch) SetSwitchPadding(arg0 int32) error

SetSwitchPadding calls android.widget.Switch.setSwitchPadding.

func (*Switch) SetSwitchTextAppearance added in v0.0.7

func (m *Switch) SetSwitchTextAppearance(arg0 *jni.Object, arg1 int32) error

SetSwitchTextAppearance calls android.widget.Switch.setSwitchTextAppearance.

func (*Switch) SetSwitchTypeface1 added in v0.0.7

func (m *Switch) SetSwitchTypeface1(arg0 *jni.Object) error

SetSwitchTypeface1 calls android.widget.Switch.setSwitchTypeface.

func (*Switch) SetSwitchTypeface2_1 added in v0.0.7

func (m *Switch) SetSwitchTypeface2_1(arg0 *jni.Object, arg1 int32) error

SetSwitchTypeface2_1 calls android.widget.Switch.setSwitchTypeface.

func (*Switch) SetTextOff added in v0.0.7

func (m *Switch) SetTextOff(arg0 string) error

SetTextOff calls android.widget.Switch.setTextOff.

func (*Switch) SetTextOn added in v0.0.7

func (m *Switch) SetTextOn(arg0 string) error

SetTextOn calls android.widget.Switch.setTextOn.

func (*Switch) SetThumbDrawable added in v0.0.7

func (m *Switch) SetThumbDrawable(arg0 *jni.Object) error

SetThumbDrawable calls android.widget.Switch.setThumbDrawable.

func (*Switch) SetThumbIcon added in v0.0.7

func (m *Switch) SetThumbIcon(arg0 *jni.Object) error

SetThumbIcon calls android.widget.Switch.setThumbIcon.

func (*Switch) SetThumbResource added in v0.0.7

func (m *Switch) SetThumbResource(arg0 int32) error

SetThumbResource calls android.widget.Switch.setThumbResource.

func (*Switch) SetThumbTextPadding added in v0.0.7

func (m *Switch) SetThumbTextPadding(arg0 int32) error

SetThumbTextPadding calls android.widget.Switch.setThumbTextPadding.

func (*Switch) SetThumbTintBlendMode added in v0.0.7

func (m *Switch) SetThumbTintBlendMode(arg0 *jni.Object) error

SetThumbTintBlendMode calls android.widget.Switch.setThumbTintBlendMode.

func (*Switch) SetThumbTintList added in v0.0.7

func (m *Switch) SetThumbTintList(arg0 *jni.Object) error

SetThumbTintList calls android.widget.Switch.setThumbTintList.

func (*Switch) SetThumbTintMode added in v0.0.7

func (m *Switch) SetThumbTintMode(arg0 *jni.Object) error

SetThumbTintMode calls android.widget.Switch.setThumbTintMode.

func (*Switch) SetTrackDrawable added in v0.0.7

func (m *Switch) SetTrackDrawable(arg0 *jni.Object) error

SetTrackDrawable calls android.widget.Switch.setTrackDrawable.

func (*Switch) SetTrackIcon added in v0.0.7

func (m *Switch) SetTrackIcon(arg0 *jni.Object) error

SetTrackIcon calls android.widget.Switch.setTrackIcon.

func (*Switch) SetTrackResource added in v0.0.7

func (m *Switch) SetTrackResource(arg0 int32) error

SetTrackResource calls android.widget.Switch.setTrackResource.

func (*Switch) SetTrackTintBlendMode added in v0.0.7

func (m *Switch) SetTrackTintBlendMode(arg0 *jni.Object) error

SetTrackTintBlendMode calls android.widget.Switch.setTrackTintBlendMode.

func (*Switch) SetTrackTintList added in v0.0.7

func (m *Switch) SetTrackTintList(arg0 *jni.Object) error

SetTrackTintList calls android.widget.Switch.setTrackTintList.

func (*Switch) SetTrackTintMode added in v0.0.7

func (m *Switch) SetTrackTintMode(arg0 *jni.Object) error

SetTrackTintMode calls android.widget.Switch.setTrackTintMode.

func (*Switch) Toggle added in v0.0.7

func (m *Switch) Toggle() error

Toggle calls android.widget.Switch.toggle.

type TabHost added in v0.0.7

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

TabHost wraps android.widget.TabHost.

func NewTabHost added in v0.0.7

func NewTabHost(vm *jni.VM, arg0 *jni.Object) (*TabHost, error)

NewTabHost creates a new android.widget.TabHost instance.

func (*TabHost) AddTab added in v0.0.7

func (m *TabHost) AddTab(arg0 *jni.Object) error

AddTab calls android.widget.TabHost.addTab.

func (*TabHost) ClearAllTabs added in v0.0.7

func (m *TabHost) ClearAllTabs() error

ClearAllTabs calls android.widget.TabHost.clearAllTabs.

func (*TabHost) DispatchKeyEvent added in v0.0.7

func (m *TabHost) DispatchKeyEvent(arg0 *jni.Object) (bool, error)

DispatchKeyEvent calls android.widget.TabHost.dispatchKeyEvent.

func (*TabHost) DispatchWindowFocusChanged added in v0.0.7

func (m *TabHost) DispatchWindowFocusChanged(arg0 bool) error

DispatchWindowFocusChanged calls android.widget.TabHost.dispatchWindowFocusChanged.

func (*TabHost) GetAccessibilityClassName added in v0.0.7

func (m *TabHost) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.TabHost.getAccessibilityClassName.

func (*TabHost) GetCurrentTab added in v0.0.7

func (m *TabHost) GetCurrentTab() (int32, error)

GetCurrentTab calls android.widget.TabHost.getCurrentTab.

func (*TabHost) GetCurrentTabTag added in v0.0.7

func (m *TabHost) GetCurrentTabTag() (string, error)

GetCurrentTabTag calls android.widget.TabHost.getCurrentTabTag.

func (*TabHost) GetCurrentTabView added in v0.0.7

func (m *TabHost) GetCurrentTabView() (*jni.Object, error)

GetCurrentTabView calls android.widget.TabHost.getCurrentTabView.

func (*TabHost) GetCurrentView added in v0.0.7

func (m *TabHost) GetCurrentView() (*jni.Object, error)

GetCurrentView calls android.widget.TabHost.getCurrentView.

func (*TabHost) GetTabContentView added in v0.0.7

func (m *TabHost) GetTabContentView() (*jni.Object, error)

GetTabContentView calls android.widget.TabHost.getTabContentView.

func (*TabHost) GetTabWidget added in v0.0.7

func (m *TabHost) GetTabWidget() (*jni.Object, error)

GetTabWidget calls android.widget.TabHost.getTabWidget.

func (*TabHost) NewTabSpec added in v0.0.7

func (m *TabHost) NewTabSpec(arg0 string) (*jni.Object, error)

NewTabSpec calls android.widget.TabHost.newTabSpec.

func (*TabHost) OnTouchModeChanged added in v0.0.7

func (m *TabHost) OnTouchModeChanged(arg0 bool) error

OnTouchModeChanged calls android.widget.TabHost.onTouchModeChanged.

func (*TabHost) SetCurrentTab added in v0.0.7

func (m *TabHost) SetCurrentTab(arg0 int32) error

SetCurrentTab calls android.widget.TabHost.setCurrentTab.

func (*TabHost) SetCurrentTabByTag added in v0.0.7

func (m *TabHost) SetCurrentTabByTag(arg0 string) error

SetCurrentTabByTag calls android.widget.TabHost.setCurrentTabByTag.

func (*TabHost) SetOnTabChangedListener added in v0.0.7

func (m *TabHost) SetOnTabChangedListener(arg0 *jni.Object) error

SetOnTabChangedListener calls android.widget.TabHost.setOnTabChangedListener.

func (*TabHost) Setup0 added in v0.0.7

func (m *TabHost) Setup0() error

Setup0 calls android.widget.TabHost.setup.

func (*TabHost) Setup1_1 added in v0.0.7

func (m *TabHost) Setup1_1(arg0 *jni.Object) error

Setup1_1 calls android.widget.TabHost.setup.

type TabHostOnTabChangeListener added in v0.0.7

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

TabHostOnTabChangeListener wraps android.widget.TabHost$OnTabChangeListener.

func (*TabHostOnTabChangeListener) OnTabChanged added in v0.0.7

func (m *TabHostOnTabChangeListener) OnTabChanged(arg0 string) error

OnTabChanged calls android.widget.TabHost$OnTabChangeListener.onTabChanged.

type TabHostTabContentFactory added in v0.0.7

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

TabHostTabContentFactory wraps android.widget.TabHost$TabContentFactory.

func (*TabHostTabContentFactory) CreateTabContent added in v0.0.7

func (m *TabHostTabContentFactory) CreateTabContent(arg0 string) (*jni.Object, error)

CreateTabContent calls android.widget.TabHost$TabContentFactory.createTabContent.

type TabHostTabSpec added in v0.0.7

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

TabHostTabSpec wraps android.widget.TabHost$TabSpec.

func (*TabHostTabSpec) GetTag added in v0.0.7

func (m *TabHostTabSpec) GetTag() (string, error)

GetTag calls android.widget.TabHost$TabSpec.getTag.

func (*TabHostTabSpec) SetContent1 added in v0.0.7

func (m *TabHostTabSpec) SetContent1(arg0 *jni.Object) (*jni.Object, error)

SetContent1 calls android.widget.TabHost$TabSpec.setContent.

func (*TabHostTabSpec) SetContent1_1 added in v0.0.7

func (m *TabHostTabSpec) SetContent1_1(arg0 *jni.Object) (*jni.Object, error)

SetContent1_1 calls android.widget.TabHost$TabSpec.setContent.

func (*TabHostTabSpec) SetContent1_2 added in v0.0.7

func (m *TabHostTabSpec) SetContent1_2(arg0 int32) (*jni.Object, error)

SetContent1_2 calls android.widget.TabHost$TabSpec.setContent.

func (*TabHostTabSpec) SetIndicator1 added in v0.0.7

func (m *TabHostTabSpec) SetIndicator1(arg0 *jni.Object) (*jni.Object, error)

SetIndicator1 calls android.widget.TabHost$TabSpec.setIndicator.

func (*TabHostTabSpec) SetIndicator1_1 added in v0.0.7

func (m *TabHostTabSpec) SetIndicator1_1(arg0 string) (*jni.Object, error)

SetIndicator1_1 calls android.widget.TabHost$TabSpec.setIndicator.

func (*TabHostTabSpec) SetIndicator2_2 added in v0.0.7

func (m *TabHostTabSpec) SetIndicator2_2(arg0 string, arg1 *jni.Object) (*jni.Object, error)

SetIndicator2_2 calls android.widget.TabHost$TabSpec.setIndicator.

type TabWidget added in v0.0.7

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

TabWidget wraps android.widget.TabWidget.

func NewTabWidget added in v0.0.7

func NewTabWidget(vm *jni.VM, arg0 *jni.Object) (*TabWidget, error)

NewTabWidget creates a new android.widget.TabWidget instance.

func (*TabWidget) AddView added in v0.0.7

func (m *TabWidget) AddView(arg0 *jni.Object) error

AddView calls android.widget.TabWidget.addView.

func (*TabWidget) ChildDrawableStateChanged added in v0.0.7

func (m *TabWidget) ChildDrawableStateChanged(arg0 *jni.Object) error

ChildDrawableStateChanged calls android.widget.TabWidget.childDrawableStateChanged.

func (*TabWidget) DispatchDraw added in v0.0.7

func (m *TabWidget) DispatchDraw(arg0 *jni.Object) error

DispatchDraw calls android.widget.TabWidget.dispatchDraw.

func (*TabWidget) FocusCurrentTab added in v0.0.7

func (m *TabWidget) FocusCurrentTab(arg0 int32) error

FocusCurrentTab calls android.widget.TabWidget.focusCurrentTab.

func (*TabWidget) GetAccessibilityClassName added in v0.0.7

func (m *TabWidget) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.TabWidget.getAccessibilityClassName.

func (*TabWidget) GetChildTabViewAt added in v0.0.7

func (m *TabWidget) GetChildTabViewAt(arg0 int32) (*jni.Object, error)

GetChildTabViewAt calls android.widget.TabWidget.getChildTabViewAt.

func (*TabWidget) GetLeftStripDrawable added in v0.0.7

func (m *TabWidget) GetLeftStripDrawable() (*jni.Object, error)

GetLeftStripDrawable calls android.widget.TabWidget.getLeftStripDrawable.

func (*TabWidget) GetRightStripDrawable added in v0.0.7

func (m *TabWidget) GetRightStripDrawable() (*jni.Object, error)

GetRightStripDrawable calls android.widget.TabWidget.getRightStripDrawable.

func (*TabWidget) GetTabCount added in v0.0.7

func (m *TabWidget) GetTabCount() (int32, error)

GetTabCount calls android.widget.TabWidget.getTabCount.

func (*TabWidget) IsStripEnabled added in v0.0.7

func (m *TabWidget) IsStripEnabled() (bool, error)

IsStripEnabled calls android.widget.TabWidget.isStripEnabled.

func (*TabWidget) OnFocusChange added in v0.0.7

func (m *TabWidget) OnFocusChange(arg0 *jni.Object, arg1 bool) error

OnFocusChange calls android.widget.TabWidget.onFocusChange.

func (*TabWidget) OnResolvePointerIcon added in v0.0.7

func (m *TabWidget) OnResolvePointerIcon(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

OnResolvePointerIcon calls android.widget.TabWidget.onResolvePointerIcon.

func (*TabWidget) RemoveAllViews added in v0.0.7

func (m *TabWidget) RemoveAllViews() error

RemoveAllViews calls android.widget.TabWidget.removeAllViews.

func (*TabWidget) SetCurrentTab added in v0.0.7

func (m *TabWidget) SetCurrentTab(arg0 int32) error

SetCurrentTab calls android.widget.TabWidget.setCurrentTab.

func (*TabWidget) SetDividerDrawable1 added in v0.0.7

func (m *TabWidget) SetDividerDrawable1(arg0 *jni.Object) error

SetDividerDrawable1 calls android.widget.TabWidget.setDividerDrawable.

func (*TabWidget) SetDividerDrawable1_1 added in v0.0.7

func (m *TabWidget) SetDividerDrawable1_1(arg0 int32) error

SetDividerDrawable1_1 calls android.widget.TabWidget.setDividerDrawable.

func (*TabWidget) SetEnabled added in v0.0.7

func (m *TabWidget) SetEnabled(arg0 bool) error

SetEnabled calls android.widget.TabWidget.setEnabled.

func (*TabWidget) SetLeftStripDrawable1 added in v0.0.7

func (m *TabWidget) SetLeftStripDrawable1(arg0 *jni.Object) error

SetLeftStripDrawable1 calls android.widget.TabWidget.setLeftStripDrawable.

func (*TabWidget) SetLeftStripDrawable1_1 added in v0.0.7

func (m *TabWidget) SetLeftStripDrawable1_1(arg0 int32) error

SetLeftStripDrawable1_1 calls android.widget.TabWidget.setLeftStripDrawable.

func (*TabWidget) SetRightStripDrawable1 added in v0.0.7

func (m *TabWidget) SetRightStripDrawable1(arg0 *jni.Object) error

SetRightStripDrawable1 calls android.widget.TabWidget.setRightStripDrawable.

func (*TabWidget) SetRightStripDrawable1_1 added in v0.0.7

func (m *TabWidget) SetRightStripDrawable1_1(arg0 int32) error

SetRightStripDrawable1_1 calls android.widget.TabWidget.setRightStripDrawable.

func (*TabWidget) SetStripEnabled added in v0.0.7

func (m *TabWidget) SetStripEnabled(arg0 bool) error

SetStripEnabled calls android.widget.TabWidget.setStripEnabled.

type TableLayout added in v0.0.7

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

TableLayout wraps android.widget.TableLayout.

func NewTableLayout added in v0.0.7

func NewTableLayout(vm *jni.VM, arg0 *jni.Object) (*TableLayout, error)

NewTableLayout creates a new android.widget.TableLayout instance.

func (*TableLayout) AddView1 added in v0.0.7

func (m *TableLayout) AddView1(arg0 *jni.Object) error

AddView1 calls android.widget.TableLayout.addView.

func (*TableLayout) AddView2_1 added in v0.0.7

func (m *TableLayout) AddView2_1(arg0 *jni.Object, arg1 *jni.Object) error

AddView2_1 calls android.widget.TableLayout.addView.

func (*TableLayout) AddView2_2 added in v0.0.7

func (m *TableLayout) AddView2_2(arg0 *jni.Object, arg1 int32) error

AddView2_2 calls android.widget.TableLayout.addView.

func (*TableLayout) AddView3_3 added in v0.0.7

func (m *TableLayout) AddView3_3(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

AddView3_3 calls android.widget.TableLayout.addView.

func (*TableLayout) GenerateLayoutParams1 added in v0.0.7

func (m *TableLayout) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1 calls android.widget.TableLayout.generateLayoutParams.

func (*TableLayout) GenerateLayoutParams1_1 added in v0.0.7

func (m *TableLayout) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_1 calls android.widget.TableLayout.generateLayoutParams.

func (*TableLayout) GenerateLayoutParams1_2 added in v0.0.7

func (m *TableLayout) GenerateLayoutParams1_2(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_2 calls android.widget.TableLayout.generateLayoutParams.

func (*TableLayout) GetAccessibilityClassName added in v0.0.7

func (m *TableLayout) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.TableLayout.getAccessibilityClassName.

func (*TableLayout) IsColumnCollapsed added in v0.0.7

func (m *TableLayout) IsColumnCollapsed(arg0 int32) (bool, error)

IsColumnCollapsed calls android.widget.TableLayout.isColumnCollapsed.

func (*TableLayout) IsColumnShrinkable added in v0.0.7

func (m *TableLayout) IsColumnShrinkable(arg0 int32) (bool, error)

IsColumnShrinkable calls android.widget.TableLayout.isColumnShrinkable.

func (*TableLayout) IsColumnStretchable added in v0.0.7

func (m *TableLayout) IsColumnStretchable(arg0 int32) (bool, error)

IsColumnStretchable calls android.widget.TableLayout.isColumnStretchable.

func (*TableLayout) IsShrinkAllColumns added in v0.0.7

func (m *TableLayout) IsShrinkAllColumns() (bool, error)

IsShrinkAllColumns calls android.widget.TableLayout.isShrinkAllColumns.

func (*TableLayout) IsStretchAllColumns added in v0.0.7

func (m *TableLayout) IsStretchAllColumns() (bool, error)

IsStretchAllColumns calls android.widget.TableLayout.isStretchAllColumns.

func (*TableLayout) RequestLayout added in v0.0.7

func (m *TableLayout) RequestLayout() error

RequestLayout calls android.widget.TableLayout.requestLayout.

func (*TableLayout) SetColumnCollapsed added in v0.0.7

func (m *TableLayout) SetColumnCollapsed(arg0 int32, arg1 bool) error

SetColumnCollapsed calls android.widget.TableLayout.setColumnCollapsed.

func (*TableLayout) SetColumnShrinkable added in v0.0.7

func (m *TableLayout) SetColumnShrinkable(arg0 int32, arg1 bool) error

SetColumnShrinkable calls android.widget.TableLayout.setColumnShrinkable.

func (*TableLayout) SetColumnStretchable added in v0.0.7

func (m *TableLayout) SetColumnStretchable(arg0 int32, arg1 bool) error

SetColumnStretchable calls android.widget.TableLayout.setColumnStretchable.

func (*TableLayout) SetOnHierarchyChangeListener added in v0.0.7

func (m *TableLayout) SetOnHierarchyChangeListener(arg0 *jni.Object) error

SetOnHierarchyChangeListener calls android.widget.TableLayout.setOnHierarchyChangeListener.

func (*TableLayout) SetShrinkAllColumns added in v0.0.7

func (m *TableLayout) SetShrinkAllColumns(arg0 bool) error

SetShrinkAllColumns calls android.widget.TableLayout.setShrinkAllColumns.

func (*TableLayout) SetStretchAllColumns added in v0.0.7

func (m *TableLayout) SetStretchAllColumns(arg0 bool) error

SetStretchAllColumns calls android.widget.TableLayout.setStretchAllColumns.

type TableRow added in v0.0.7

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

TableRow wraps android.widget.TableRow.

func NewTableRow added in v0.0.7

func NewTableRow(vm *jni.VM, arg0 *jni.Object) (*TableRow, error)

NewTableRow creates a new android.widget.TableRow instance.

func (*TableRow) GenerateLayoutParams1 added in v0.0.7

func (m *TableRow) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1 calls android.widget.TableRow.generateLayoutParams.

func (*TableRow) GenerateLayoutParams1_1 added in v0.0.7

func (m *TableRow) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_1 calls android.widget.TableRow.generateLayoutParams.

func (*TableRow) GenerateLayoutParams1_2 added in v0.0.7

func (m *TableRow) GenerateLayoutParams1_2(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_2 calls android.widget.TableRow.generateLayoutParams.

func (*TableRow) GetAccessibilityClassName added in v0.0.7

func (m *TableRow) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.TableRow.getAccessibilityClassName.

func (*TableRow) GetVirtualChildAt added in v0.0.7

func (m *TableRow) GetVirtualChildAt(arg0 int32) (*jni.Object, error)

GetVirtualChildAt calls android.widget.TableRow.getVirtualChildAt.

func (*TableRow) GetVirtualChildCount added in v0.0.7

func (m *TableRow) GetVirtualChildCount() (int32, error)

GetVirtualChildCount calls android.widget.TableRow.getVirtualChildCount.

func (*TableRow) SetOnHierarchyChangeListener added in v0.0.7

func (m *TableRow) SetOnHierarchyChangeListener(arg0 *jni.Object) error

SetOnHierarchyChangeListener calls android.widget.TableRow.setOnHierarchyChangeListener.

type TextClock added in v0.0.7

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

TextClock wraps android.widget.TextClock.

func NewTextClock added in v0.0.7

func NewTextClock(vm *jni.VM, arg0 *jni.Object) (*TextClock, error)

NewTextClock creates a new android.widget.TextClock instance.

func (*TextClock) GetFormat12Hour added in v0.0.7

func (m *TextClock) GetFormat12Hour() (*jni.Object, error)

GetFormat12Hour calls android.widget.TextClock.getFormat12Hour.

func (*TextClock) GetFormat24Hour added in v0.0.7

func (m *TextClock) GetFormat24Hour() (*jni.Object, error)

GetFormat24Hour calls android.widget.TextClock.getFormat24Hour.

func (*TextClock) GetTimeZone added in v0.0.7

func (m *TextClock) GetTimeZone() (string, error)

GetTimeZone calls android.widget.TextClock.getTimeZone.

func (*TextClock) Is24HourModeEnabled added in v0.0.7

func (m *TextClock) Is24HourModeEnabled() (bool, error)

Is24HourModeEnabled calls android.widget.TextClock.is24HourModeEnabled.

func (*TextClock) OnVisibilityAggregated added in v0.0.7

func (m *TextClock) OnVisibilityAggregated(arg0 bool) error

OnVisibilityAggregated calls android.widget.TextClock.onVisibilityAggregated.

func (*TextClock) RefreshTime added in v0.0.7

func (m *TextClock) RefreshTime() error

RefreshTime calls android.widget.TextClock.refreshTime.

func (*TextClock) SetFormat12Hour added in v0.0.7

func (m *TextClock) SetFormat12Hour(arg0 string) error

SetFormat12Hour calls android.widget.TextClock.setFormat12Hour.

func (*TextClock) SetFormat24Hour added in v0.0.7

func (m *TextClock) SetFormat24Hour(arg0 string) error

SetFormat24Hour calls android.widget.TextClock.setFormat24Hour.

func (*TextClock) SetTimeZone added in v0.0.7

func (m *TextClock) SetTimeZone(arg0 string) error

SetTimeZone calls android.widget.TextClock.setTimeZone.

type TextSwitcher added in v0.0.7

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

TextSwitcher wraps android.widget.TextSwitcher.

func NewTextSwitcher added in v0.0.7

func NewTextSwitcher(vm *jni.VM, arg0 *jni.Object) (*TextSwitcher, error)

NewTextSwitcher creates a new android.widget.TextSwitcher instance.

func (*TextSwitcher) AddView added in v0.0.7

func (m *TextSwitcher) AddView(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

AddView calls android.widget.TextSwitcher.addView.

func (*TextSwitcher) GetAccessibilityClassName added in v0.0.7

func (m *TextSwitcher) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.TextSwitcher.getAccessibilityClassName.

func (*TextSwitcher) SetCurrentText added in v0.0.7

func (m *TextSwitcher) SetCurrentText(arg0 string) error

SetCurrentText calls android.widget.TextSwitcher.setCurrentText.

func (*TextSwitcher) SetText added in v0.0.7

func (m *TextSwitcher) SetText(arg0 string) error

SetText calls android.widget.TextSwitcher.setText.

type TextView added in v0.0.7

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

TextView wraps android.widget.TextView.

func NewTextView added in v0.0.7

func NewTextView(vm *jni.VM, arg0 *jni.Object) (*TextView, error)

NewTextView creates a new android.widget.TextView instance.

func (*TextView) AddExtraDataToAccessibilityNodeInfo added in v0.0.7

func (m *TextView) AddExtraDataToAccessibilityNodeInfo(
	arg0 *jni.Object,
	arg1 string,
	arg2 *jni.Object,
) error

AddExtraDataToAccessibilityNodeInfo calls android.widget.TextView.addExtraDataToAccessibilityNodeInfo.

func (*TextView) AddTextChangedListener added in v0.0.7

func (m *TextView) AddTextChangedListener(arg0 *jni.Object) error

AddTextChangedListener calls android.widget.TextView.addTextChangedListener.

func (*TextView) Append1 added in v0.0.7

func (m *TextView) Append1(arg0 string) error

Append1 calls android.widget.TextView.append.

func (*TextView) Append3_1 added in v0.0.7

func (m *TextView) Append3_1(
	arg0 string,
	arg1 int32,
	arg2 int32,
) error

Append3_1 calls android.widget.TextView.append.

func (*TextView) Autofill added in v0.0.7

func (m *TextView) Autofill(arg0 *jni.Object) error

Autofill calls android.widget.TextView.autofill.

func (*TextView) BeginBatchEdit added in v0.0.7

func (m *TextView) BeginBatchEdit() error

BeginBatchEdit calls android.widget.TextView.beginBatchEdit.

func (*TextView) BringPointIntoView1 added in v0.0.7

func (m *TextView) BringPointIntoView1(arg0 int32) (bool, error)

BringPointIntoView1 calls android.widget.TextView.bringPointIntoView.

func (*TextView) BringPointIntoView2_1 added in v0.0.7

func (m *TextView) BringPointIntoView2_1(arg0 int32, arg1 bool) (bool, error)

BringPointIntoView2_1 calls android.widget.TextView.bringPointIntoView.

func (*TextView) CancelLongPress added in v0.0.7

func (m *TextView) CancelLongPress() error

CancelLongPress calls android.widget.TextView.cancelLongPress.

func (*TextView) ClearComposingText added in v0.0.7

func (m *TextView) ClearComposingText() error

ClearComposingText calls android.widget.TextView.clearComposingText.

func (*TextView) ComputeScroll added in v0.0.7

func (m *TextView) ComputeScroll() error

ComputeScroll calls android.widget.TextView.computeScroll.

func (*TextView) Debug added in v0.0.7

func (m *TextView) Debug(arg0 int32) error

Debug calls android.widget.TextView.debug.

func (*TextView) DidTouchFocusSelect added in v0.0.7

func (m *TextView) DidTouchFocusSelect() (bool, error)

DidTouchFocusSelect calls android.widget.TextView.didTouchFocusSelect.

func (*TextView) DrawableHotspotChanged added in v0.0.7

func (m *TextView) DrawableHotspotChanged(arg0 float32, arg1 float32) error

DrawableHotspotChanged calls android.widget.TextView.drawableHotspotChanged.

func (*TextView) EndBatchEdit added in v0.0.7

func (m *TextView) EndBatchEdit() error

EndBatchEdit calls android.widget.TextView.endBatchEdit.

func (*TextView) ExtractText added in v0.0.7

func (m *TextView) ExtractText(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

ExtractText calls android.widget.TextView.extractText.

func (*TextView) GetAccessibilityClassName added in v0.0.7

func (m *TextView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.TextView.getAccessibilityClassName.

func (*TextView) GetAutoLinkMask added in v0.0.7

func (m *TextView) GetAutoLinkMask() (int32, error)

GetAutoLinkMask calls android.widget.TextView.getAutoLinkMask.

func (*TextView) GetAutoSizeMaxTextSize added in v0.0.7

func (m *TextView) GetAutoSizeMaxTextSize() (int32, error)

GetAutoSizeMaxTextSize calls android.widget.TextView.getAutoSizeMaxTextSize.

func (*TextView) GetAutoSizeMinTextSize added in v0.0.7

func (m *TextView) GetAutoSizeMinTextSize() (int32, error)

GetAutoSizeMinTextSize calls android.widget.TextView.getAutoSizeMinTextSize.

func (*TextView) GetAutoSizeStepGranularity added in v0.0.7

func (m *TextView) GetAutoSizeStepGranularity() (int32, error)

GetAutoSizeStepGranularity calls android.widget.TextView.getAutoSizeStepGranularity.

func (*TextView) GetAutoSizeTextAvailableSizes added in v0.0.7

func (m *TextView) GetAutoSizeTextAvailableSizes() (*jni.Object, error)

GetAutoSizeTextAvailableSizes calls android.widget.TextView.getAutoSizeTextAvailableSizes.

func (*TextView) GetAutoSizeTextType added in v0.0.7

func (m *TextView) GetAutoSizeTextType() (int32, error)

GetAutoSizeTextType calls android.widget.TextView.getAutoSizeTextType.

func (*TextView) GetAutofillHints added in v0.0.7

func (m *TextView) GetAutofillHints() (*jni.Object, error)

GetAutofillHints calls android.widget.TextView.getAutofillHints.

func (*TextView) GetAutofillType added in v0.0.7

func (m *TextView) GetAutofillType() (int32, error)

GetAutofillType calls android.widget.TextView.getAutofillType.

func (*TextView) GetAutofillValue added in v0.0.7

func (m *TextView) GetAutofillValue() (*jni.Object, error)

GetAutofillValue calls android.widget.TextView.getAutofillValue.

func (*TextView) GetBaseline added in v0.0.7

func (m *TextView) GetBaseline() (int32, error)

GetBaseline calls android.widget.TextView.getBaseline.

func (*TextView) GetBreakStrategy added in v0.0.7

func (m *TextView) GetBreakStrategy() (int32, error)

GetBreakStrategy calls android.widget.TextView.getBreakStrategy.

func (*TextView) GetCompoundDrawablePadding added in v0.0.7

func (m *TextView) GetCompoundDrawablePadding() (int32, error)

GetCompoundDrawablePadding calls android.widget.TextView.getCompoundDrawablePadding.

func (*TextView) GetCompoundDrawableTintBlendMode added in v0.0.7

func (m *TextView) GetCompoundDrawableTintBlendMode() (*jni.Object, error)

GetCompoundDrawableTintBlendMode calls android.widget.TextView.getCompoundDrawableTintBlendMode.

func (*TextView) GetCompoundDrawableTintList added in v0.0.7

func (m *TextView) GetCompoundDrawableTintList() (*jni.Object, error)

GetCompoundDrawableTintList calls android.widget.TextView.getCompoundDrawableTintList.

func (*TextView) GetCompoundDrawableTintMode added in v0.0.7

func (m *TextView) GetCompoundDrawableTintMode() (*jni.Object, error)

GetCompoundDrawableTintMode calls android.widget.TextView.getCompoundDrawableTintMode.

func (*TextView) GetCompoundDrawables added in v0.0.7

func (m *TextView) GetCompoundDrawables() (*jni.Object, error)

GetCompoundDrawables calls android.widget.TextView.getCompoundDrawables.

func (*TextView) GetCompoundDrawablesRelative added in v0.0.7

func (m *TextView) GetCompoundDrawablesRelative() (*jni.Object, error)

GetCompoundDrawablesRelative calls android.widget.TextView.getCompoundDrawablesRelative.

func (*TextView) GetCompoundPaddingBottom added in v0.0.7

func (m *TextView) GetCompoundPaddingBottom() (int32, error)

GetCompoundPaddingBottom calls android.widget.TextView.getCompoundPaddingBottom.

func (*TextView) GetCompoundPaddingEnd added in v0.0.7

func (m *TextView) GetCompoundPaddingEnd() (int32, error)

GetCompoundPaddingEnd calls android.widget.TextView.getCompoundPaddingEnd.

func (*TextView) GetCompoundPaddingLeft added in v0.0.7

func (m *TextView) GetCompoundPaddingLeft() (int32, error)

GetCompoundPaddingLeft calls android.widget.TextView.getCompoundPaddingLeft.

func (*TextView) GetCompoundPaddingRight added in v0.0.7

func (m *TextView) GetCompoundPaddingRight() (int32, error)

GetCompoundPaddingRight calls android.widget.TextView.getCompoundPaddingRight.

func (*TextView) GetCompoundPaddingStart added in v0.0.7

func (m *TextView) GetCompoundPaddingStart() (int32, error)

GetCompoundPaddingStart calls android.widget.TextView.getCompoundPaddingStart.

func (*TextView) GetCompoundPaddingTop added in v0.0.7

func (m *TextView) GetCompoundPaddingTop() (int32, error)

GetCompoundPaddingTop calls android.widget.TextView.getCompoundPaddingTop.

func (*TextView) GetCurrentHintTextColor added in v0.0.7

func (m *TextView) GetCurrentHintTextColor() (int32, error)

GetCurrentHintTextColor calls android.widget.TextView.getCurrentHintTextColor.

func (*TextView) GetCurrentTextColor added in v0.0.7

func (m *TextView) GetCurrentTextColor() (int32, error)

GetCurrentTextColor calls android.widget.TextView.getCurrentTextColor.

func (*TextView) GetCustomInsertionActionModeCallback added in v0.0.7

func (m *TextView) GetCustomInsertionActionModeCallback() (*jni.Object, error)

GetCustomInsertionActionModeCallback calls android.widget.TextView.getCustomInsertionActionModeCallback.

func (*TextView) GetCustomSelectionActionModeCallback added in v0.0.7

func (m *TextView) GetCustomSelectionActionModeCallback() (*jni.Object, error)

GetCustomSelectionActionModeCallback calls android.widget.TextView.getCustomSelectionActionModeCallback.

func (*TextView) GetEditableText added in v0.0.7

func (m *TextView) GetEditableText() (*jni.Object, error)

GetEditableText calls android.widget.TextView.getEditableText.

func (*TextView) GetEllipsize added in v0.0.7

func (m *TextView) GetEllipsize() (*jni.Object, error)

GetEllipsize calls android.widget.TextView.getEllipsize.

func (*TextView) GetError added in v0.0.7

func (m *TextView) GetError() (*jni.Object, error)

GetError calls android.widget.TextView.getError.

func (*TextView) GetExtendedPaddingBottom added in v0.0.7

func (m *TextView) GetExtendedPaddingBottom() (int32, error)

GetExtendedPaddingBottom calls android.widget.TextView.getExtendedPaddingBottom.

func (*TextView) GetExtendedPaddingTop added in v0.0.7

func (m *TextView) GetExtendedPaddingTop() (int32, error)

GetExtendedPaddingTop calls android.widget.TextView.getExtendedPaddingTop.

func (*TextView) GetFilters added in v0.0.7

func (m *TextView) GetFilters() (*jni.Object, error)

GetFilters calls android.widget.TextView.getFilters.

func (*TextView) GetFirstBaselineToTopHeight added in v0.0.7

func (m *TextView) GetFirstBaselineToTopHeight() (int32, error)

GetFirstBaselineToTopHeight calls android.widget.TextView.getFirstBaselineToTopHeight.

func (*TextView) GetFocusedRect added in v0.0.7

func (m *TextView) GetFocusedRect(arg0 *jni.Object) error

GetFocusedRect calls android.widget.TextView.getFocusedRect.

func (*TextView) GetFocusedSearchResultHighlightColor added in v0.0.7

func (m *TextView) GetFocusedSearchResultHighlightColor() (int32, error)

GetFocusedSearchResultHighlightColor calls android.widget.TextView.getFocusedSearchResultHighlightColor.

func (*TextView) GetFocusedSearchResultIndex added in v0.0.7

func (m *TextView) GetFocusedSearchResultIndex() (int32, error)

GetFocusedSearchResultIndex calls android.widget.TextView.getFocusedSearchResultIndex.

func (*TextView) GetFontFeatureSettings added in v0.0.7

func (m *TextView) GetFontFeatureSettings() (string, error)

GetFontFeatureSettings calls android.widget.TextView.getFontFeatureSettings.

func (*TextView) GetFontVariationSettings added in v0.0.7

func (m *TextView) GetFontVariationSettings() (string, error)

GetFontVariationSettings calls android.widget.TextView.getFontVariationSettings.

func (*TextView) GetFreezesText added in v0.0.7

func (m *TextView) GetFreezesText() (bool, error)

GetFreezesText calls android.widget.TextView.getFreezesText.

func (*TextView) GetGravity added in v0.0.7

func (m *TextView) GetGravity() (int32, error)

GetGravity calls android.widget.TextView.getGravity.

func (*TextView) GetHighlightColor added in v0.0.7

func (m *TextView) GetHighlightColor() (int32, error)

GetHighlightColor calls android.widget.TextView.getHighlightColor.

func (*TextView) GetHighlights added in v0.0.7

func (m *TextView) GetHighlights() (*jni.Object, error)

GetHighlights calls android.widget.TextView.getHighlights.

func (*TextView) GetHint added in v0.0.7

func (m *TextView) GetHint() (*jni.Object, error)

GetHint calls android.widget.TextView.getHint.

func (*TextView) GetHintTextColors added in v0.0.7

func (m *TextView) GetHintTextColors() (*jni.Object, error)

GetHintTextColors calls android.widget.TextView.getHintTextColors.

func (*TextView) GetHyphenationFrequency added in v0.0.7

func (m *TextView) GetHyphenationFrequency() (int32, error)

GetHyphenationFrequency calls android.widget.TextView.getHyphenationFrequency.

func (*TextView) GetImeActionId added in v0.0.7

func (m *TextView) GetImeActionId() (int32, error)

GetImeActionId calls android.widget.TextView.getImeActionId.

func (*TextView) GetImeActionLabel added in v0.0.7

func (m *TextView) GetImeActionLabel() (*jni.Object, error)

GetImeActionLabel calls android.widget.TextView.getImeActionLabel.

func (*TextView) GetImeHintLocales added in v0.0.7

func (m *TextView) GetImeHintLocales() (*jni.Object, error)

GetImeHintLocales calls android.widget.TextView.getImeHintLocales.

func (*TextView) GetImeOptions added in v0.0.7

func (m *TextView) GetImeOptions() (int32, error)

GetImeOptions calls android.widget.TextView.getImeOptions.

func (*TextView) GetIncludeFontPadding added in v0.0.7

func (m *TextView) GetIncludeFontPadding() (bool, error)

GetIncludeFontPadding calls android.widget.TextView.getIncludeFontPadding.

func (*TextView) GetInputExtras added in v0.0.7

func (m *TextView) GetInputExtras(arg0 bool) (*jni.Object, error)

GetInputExtras calls android.widget.TextView.getInputExtras.

func (*TextView) GetInputType added in v0.0.7

func (m *TextView) GetInputType() (int32, error)

GetInputType calls android.widget.TextView.getInputType.

func (*TextView) GetJustificationMode added in v0.0.7

func (m *TextView) GetJustificationMode() (int32, error)

GetJustificationMode calls android.widget.TextView.getJustificationMode.

func (*TextView) GetKeyListener added in v0.0.7

func (m *TextView) GetKeyListener() (*jni.Object, error)

GetKeyListener calls android.widget.TextView.getKeyListener.

func (*TextView) GetLastBaselineToBottomHeight added in v0.0.7

func (m *TextView) GetLastBaselineToBottomHeight() (int32, error)

GetLastBaselineToBottomHeight calls android.widget.TextView.getLastBaselineToBottomHeight.

func (*TextView) GetLayout added in v0.0.7

func (m *TextView) GetLayout() (*jni.Object, error)

GetLayout calls android.widget.TextView.getLayout.

func (*TextView) GetLetterSpacing added in v0.0.7

func (m *TextView) GetLetterSpacing() (float32, error)

GetLetterSpacing calls android.widget.TextView.getLetterSpacing.

func (*TextView) GetLineBounds added in v0.0.7

func (m *TextView) GetLineBounds(arg0 int32, arg1 *jni.Object) (int32, error)

GetLineBounds calls android.widget.TextView.getLineBounds.

func (*TextView) GetLineBreakStyle added in v0.0.7

func (m *TextView) GetLineBreakStyle() (int32, error)

GetLineBreakStyle calls android.widget.TextView.getLineBreakStyle.

func (*TextView) GetLineBreakWordStyle added in v0.0.7

func (m *TextView) GetLineBreakWordStyle() (int32, error)

GetLineBreakWordStyle calls android.widget.TextView.getLineBreakWordStyle.

func (*TextView) GetLineCount added in v0.0.7

func (m *TextView) GetLineCount() (int32, error)

GetLineCount calls android.widget.TextView.getLineCount.

func (*TextView) GetLineHeight added in v0.0.7

func (m *TextView) GetLineHeight() (int32, error)

GetLineHeight calls android.widget.TextView.getLineHeight.

func (*TextView) GetLineSpacingExtra added in v0.0.7

func (m *TextView) GetLineSpacingExtra() (float32, error)

GetLineSpacingExtra calls android.widget.TextView.getLineSpacingExtra.

func (*TextView) GetLineSpacingMultiplier added in v0.0.7

func (m *TextView) GetLineSpacingMultiplier() (float32, error)

GetLineSpacingMultiplier calls android.widget.TextView.getLineSpacingMultiplier.

func (*TextView) GetLinkTextColors added in v0.0.7

func (m *TextView) GetLinkTextColors() (*jni.Object, error)

GetLinkTextColors calls android.widget.TextView.getLinkTextColors.

func (*TextView) GetLinksClickable added in v0.0.7

func (m *TextView) GetLinksClickable() (bool, error)

GetLinksClickable calls android.widget.TextView.getLinksClickable.

func (*TextView) GetMarqueeRepeatLimit added in v0.0.7

func (m *TextView) GetMarqueeRepeatLimit() (int32, error)

GetMarqueeRepeatLimit calls android.widget.TextView.getMarqueeRepeatLimit.

func (*TextView) GetMaxEms added in v0.0.7

func (m *TextView) GetMaxEms() (int32, error)

GetMaxEms calls android.widget.TextView.getMaxEms.

func (*TextView) GetMaxHeight added in v0.0.7

func (m *TextView) GetMaxHeight() (int32, error)

GetMaxHeight calls android.widget.TextView.getMaxHeight.

func (*TextView) GetMaxLines added in v0.0.7

func (m *TextView) GetMaxLines() (int32, error)

GetMaxLines calls android.widget.TextView.getMaxLines.

func (*TextView) GetMaxWidth added in v0.0.7

func (m *TextView) GetMaxWidth() (int32, error)

GetMaxWidth calls android.widget.TextView.getMaxWidth.

func (*TextView) GetMinEms added in v0.0.7

func (m *TextView) GetMinEms() (int32, error)

GetMinEms calls android.widget.TextView.getMinEms.

func (*TextView) GetMinHeight added in v0.0.7

func (m *TextView) GetMinHeight() (int32, error)

GetMinHeight calls android.widget.TextView.getMinHeight.

func (*TextView) GetMinLines added in v0.0.7

func (m *TextView) GetMinLines() (int32, error)

GetMinLines calls android.widget.TextView.getMinLines.

func (*TextView) GetMinWidth added in v0.0.7

func (m *TextView) GetMinWidth() (int32, error)

GetMinWidth calls android.widget.TextView.getMinWidth.

func (*TextView) GetMinimumFontMetrics added in v0.0.7

func (m *TextView) GetMinimumFontMetrics() (*jni.Object, error)

GetMinimumFontMetrics calls android.widget.TextView.getMinimumFontMetrics.

func (*TextView) GetMovementMethod added in v0.0.7

func (m *TextView) GetMovementMethod() (*jni.Object, error)

GetMovementMethod calls android.widget.TextView.getMovementMethod.

func (*TextView) GetOffsetForPosition added in v0.0.7

func (m *TextView) GetOffsetForPosition(arg0 float32, arg1 float32) (int32, error)

GetOffsetForPosition calls android.widget.TextView.getOffsetForPosition.

func (*TextView) GetPaint added in v0.0.7

func (m *TextView) GetPaint() (*jni.Object, error)

GetPaint calls android.widget.TextView.getPaint.

func (*TextView) GetPaintFlags added in v0.0.7

func (m *TextView) GetPaintFlags() (int32, error)

GetPaintFlags calls android.widget.TextView.getPaintFlags.

func (*TextView) GetPrivateImeOptions added in v0.0.7

func (m *TextView) GetPrivateImeOptions() (string, error)

GetPrivateImeOptions calls android.widget.TextView.getPrivateImeOptions.

func (*TextView) GetSearchResultHighlightColor added in v0.0.7

func (m *TextView) GetSearchResultHighlightColor() (int32, error)

GetSearchResultHighlightColor calls android.widget.TextView.getSearchResultHighlightColor.

func (*TextView) GetSearchResultHighlights added in v0.0.7

func (m *TextView) GetSearchResultHighlights() (*jni.Object, error)

GetSearchResultHighlights calls android.widget.TextView.getSearchResultHighlights.

func (*TextView) GetSelectionEnd added in v0.0.7

func (m *TextView) GetSelectionEnd() (int32, error)

GetSelectionEnd calls android.widget.TextView.getSelectionEnd.

func (*TextView) GetSelectionStart added in v0.0.7

func (m *TextView) GetSelectionStart() (int32, error)

GetSelectionStart calls android.widget.TextView.getSelectionStart.

func (*TextView) GetShadowColor added in v0.0.7

func (m *TextView) GetShadowColor() (int32, error)

GetShadowColor calls android.widget.TextView.getShadowColor.

func (*TextView) GetShadowDx added in v0.0.7

func (m *TextView) GetShadowDx() (float32, error)

GetShadowDx calls android.widget.TextView.getShadowDx.

func (*TextView) GetShadowDy added in v0.0.7

func (m *TextView) GetShadowDy() (float32, error)

GetShadowDy calls android.widget.TextView.getShadowDy.

func (*TextView) GetShadowRadius added in v0.0.7

func (m *TextView) GetShadowRadius() (float32, error)

GetShadowRadius calls android.widget.TextView.getShadowRadius.

func (*TextView) GetShiftDrawingOffsetForStartOverhang added in v0.0.7

func (m *TextView) GetShiftDrawingOffsetForStartOverhang() (bool, error)

GetShiftDrawingOffsetForStartOverhang calls android.widget.TextView.getShiftDrawingOffsetForStartOverhang.

func (*TextView) GetShowSoftInputOnFocus added in v0.0.7

func (m *TextView) GetShowSoftInputOnFocus() (bool, error)

GetShowSoftInputOnFocus calls android.widget.TextView.getShowSoftInputOnFocus.

func (*TextView) GetText added in v0.0.7

func (m *TextView) GetText() (*jni.Object, error)

GetText calls android.widget.TextView.getText.

func (*TextView) GetTextClassifier added in v0.0.7

func (m *TextView) GetTextClassifier() (*jni.Object, error)

GetTextClassifier calls android.widget.TextView.getTextClassifier.

func (*TextView) GetTextColors added in v0.0.7

func (m *TextView) GetTextColors() (*jni.Object, error)

GetTextColors calls android.widget.TextView.getTextColors.

func (*TextView) GetTextCursorDrawable added in v0.0.7

func (m *TextView) GetTextCursorDrawable() (*jni.Object, error)

GetTextCursorDrawable calls android.widget.TextView.getTextCursorDrawable.

func (*TextView) GetTextDirectionHeuristic added in v0.0.7

func (m *TextView) GetTextDirectionHeuristic() (*jni.Object, error)

GetTextDirectionHeuristic calls android.widget.TextView.getTextDirectionHeuristic.

func (*TextView) GetTextLocale added in v0.0.7

func (m *TextView) GetTextLocale() (*jni.Object, error)

GetTextLocale calls android.widget.TextView.getTextLocale.

func (*TextView) GetTextLocales added in v0.0.7

func (m *TextView) GetTextLocales() (*jni.Object, error)

GetTextLocales calls android.widget.TextView.getTextLocales.

func (*TextView) GetTextMetricsParams added in v0.0.7

func (m *TextView) GetTextMetricsParams() (*jni.Object, error)

GetTextMetricsParams calls android.widget.TextView.getTextMetricsParams.

func (*TextView) GetTextScaleX added in v0.0.7

func (m *TextView) GetTextScaleX() (float32, error)

GetTextScaleX calls android.widget.TextView.getTextScaleX.

func (*TextView) GetTextSelectHandle added in v0.0.7

func (m *TextView) GetTextSelectHandle() (*jni.Object, error)

GetTextSelectHandle calls android.widget.TextView.getTextSelectHandle.

func (*TextView) GetTextSelectHandleLeft added in v0.0.7

func (m *TextView) GetTextSelectHandleLeft() (*jni.Object, error)

GetTextSelectHandleLeft calls android.widget.TextView.getTextSelectHandleLeft.

func (*TextView) GetTextSelectHandleRight added in v0.0.7

func (m *TextView) GetTextSelectHandleRight() (*jni.Object, error)

GetTextSelectHandleRight calls android.widget.TextView.getTextSelectHandleRight.

func (*TextView) GetTextSize added in v0.0.7

func (m *TextView) GetTextSize() (float32, error)

GetTextSize calls android.widget.TextView.getTextSize.

func (*TextView) GetTextSizeUnit added in v0.0.7

func (m *TextView) GetTextSizeUnit() (int32, error)

GetTextSizeUnit calls android.widget.TextView.getTextSizeUnit.

func (*TextView) GetTotalPaddingBottom added in v0.0.7

func (m *TextView) GetTotalPaddingBottom() (int32, error)

GetTotalPaddingBottom calls android.widget.TextView.getTotalPaddingBottom.

func (*TextView) GetTotalPaddingEnd added in v0.0.7

func (m *TextView) GetTotalPaddingEnd() (int32, error)

GetTotalPaddingEnd calls android.widget.TextView.getTotalPaddingEnd.

func (*TextView) GetTotalPaddingLeft added in v0.0.7

func (m *TextView) GetTotalPaddingLeft() (int32, error)

GetTotalPaddingLeft calls android.widget.TextView.getTotalPaddingLeft.

func (*TextView) GetTotalPaddingRight added in v0.0.7

func (m *TextView) GetTotalPaddingRight() (int32, error)

GetTotalPaddingRight calls android.widget.TextView.getTotalPaddingRight.

func (*TextView) GetTotalPaddingStart added in v0.0.7

func (m *TextView) GetTotalPaddingStart() (int32, error)

GetTotalPaddingStart calls android.widget.TextView.getTotalPaddingStart.

func (*TextView) GetTotalPaddingTop added in v0.0.7

func (m *TextView) GetTotalPaddingTop() (int32, error)

GetTotalPaddingTop calls android.widget.TextView.getTotalPaddingTop.

func (*TextView) GetTransformationMethod added in v0.0.7

func (m *TextView) GetTransformationMethod() (*jni.Object, error)

GetTransformationMethod calls android.widget.TextView.getTransformationMethod.

func (*TextView) GetTypeface added in v0.0.7

func (m *TextView) GetTypeface() (*jni.Object, error)

GetTypeface calls android.widget.TextView.getTypeface.

func (*TextView) GetUrls added in v0.0.7

func (m *TextView) GetUrls() (*jni.Object, error)

GetUrls calls android.widget.TextView.getUrls.

func (*TextView) GetUseBoundsForWidth added in v0.0.7

func (m *TextView) GetUseBoundsForWidth() (bool, error)

GetUseBoundsForWidth calls android.widget.TextView.getUseBoundsForWidth.

func (*TextView) HasOverlappingRendering added in v0.0.7

func (m *TextView) HasOverlappingRendering() (bool, error)

HasOverlappingRendering calls android.widget.TextView.hasOverlappingRendering.

func (*TextView) HasSelection added in v0.0.7

func (m *TextView) HasSelection() (bool, error)

HasSelection calls android.widget.TextView.hasSelection.

func (*TextView) InvalidateDrawable added in v0.0.7

func (m *TextView) InvalidateDrawable(arg0 *jni.Object) error

InvalidateDrawable calls android.widget.TextView.invalidateDrawable.

func (*TextView) IsAllCaps added in v0.0.7

func (m *TextView) IsAllCaps() (bool, error)

IsAllCaps calls android.widget.TextView.isAllCaps.

func (*TextView) IsAutoHandwritingEnabled added in v0.0.7

func (m *TextView) IsAutoHandwritingEnabled() (bool, error)

IsAutoHandwritingEnabled calls android.widget.TextView.isAutoHandwritingEnabled.

func (*TextView) IsCursorVisible added in v0.0.7

func (m *TextView) IsCursorVisible() (bool, error)

IsCursorVisible calls android.widget.TextView.isCursorVisible.

func (*TextView) IsElegantTextHeight added in v0.0.7

func (m *TextView) IsElegantTextHeight() (bool, error)

IsElegantTextHeight calls android.widget.TextView.isElegantTextHeight.

func (*TextView) IsFallbackLineSpacing added in v0.0.7

func (m *TextView) IsFallbackLineSpacing() (bool, error)

IsFallbackLineSpacing calls android.widget.TextView.isFallbackLineSpacing.

func (*TextView) IsHorizontallyScrollable added in v0.0.7

func (m *TextView) IsHorizontallyScrollable() (bool, error)

IsHorizontallyScrollable calls android.widget.TextView.isHorizontallyScrollable.

func (*TextView) IsInputMethodTarget added in v0.0.7

func (m *TextView) IsInputMethodTarget() (bool, error)

IsInputMethodTarget calls android.widget.TextView.isInputMethodTarget.

func (*TextView) IsLocalePreferredLineHeightForMinimumUsed added in v0.0.7

func (m *TextView) IsLocalePreferredLineHeightForMinimumUsed() (bool, error)

IsLocalePreferredLineHeightForMinimumUsed calls android.widget.TextView.isLocalePreferredLineHeightForMinimumUsed.

func (*TextView) IsSingleLine added in v0.0.7

func (m *TextView) IsSingleLine() (bool, error)

IsSingleLine calls android.widget.TextView.isSingleLine.

func (*TextView) IsSuggestionsEnabled added in v0.0.7

func (m *TextView) IsSuggestionsEnabled() (bool, error)

IsSuggestionsEnabled calls android.widget.TextView.isSuggestionsEnabled.

func (*TextView) IsTextSelectable added in v0.0.7

func (m *TextView) IsTextSelectable() (bool, error)

IsTextSelectable calls android.widget.TextView.isTextSelectable.

func (*TextView) JumpDrawablesToCurrentState added in v0.0.7

func (m *TextView) JumpDrawablesToCurrentState() error

JumpDrawablesToCurrentState calls android.widget.TextView.jumpDrawablesToCurrentState.

func (*TextView) Length added in v0.0.7

func (m *TextView) Length() (int32, error)

Length calls android.widget.TextView.length.

func (*TextView) MoveCursorToVisibleOffset added in v0.0.7

func (m *TextView) MoveCursorToVisibleOffset() (bool, error)

MoveCursorToVisibleOffset calls android.widget.TextView.moveCursorToVisibleOffset.

func (*TextView) OnBeginBatchEdit added in v0.0.7

func (m *TextView) OnBeginBatchEdit() error

OnBeginBatchEdit calls android.widget.TextView.onBeginBatchEdit.

func (*TextView) OnCheckIsTextEditor added in v0.0.7

func (m *TextView) OnCheckIsTextEditor() (bool, error)

OnCheckIsTextEditor calls android.widget.TextView.onCheckIsTextEditor.

func (*TextView) OnCommitCompletion added in v0.0.7

func (m *TextView) OnCommitCompletion(arg0 *jni.Object) error

OnCommitCompletion calls android.widget.TextView.onCommitCompletion.

func (*TextView) OnCommitCorrection added in v0.0.7

func (m *TextView) OnCommitCorrection(arg0 *jni.Object) error

OnCommitCorrection calls android.widget.TextView.onCommitCorrection.

func (*TextView) OnCreateInputConnection added in v0.0.7

func (m *TextView) OnCreateInputConnection(arg0 *jni.Object) (*jni.Object, error)

OnCreateInputConnection calls android.widget.TextView.onCreateInputConnection.

func (*TextView) OnDragEvent added in v0.0.7

func (m *TextView) OnDragEvent(arg0 *jni.Object) (bool, error)

OnDragEvent calls android.widget.TextView.onDragEvent.

func (*TextView) OnEditorAction added in v0.0.7

func (m *TextView) OnEditorAction(arg0 int32) error

OnEditorAction calls android.widget.TextView.onEditorAction.

func (*TextView) OnEndBatchEdit added in v0.0.7

func (m *TextView) OnEndBatchEdit() error

OnEndBatchEdit calls android.widget.TextView.onEndBatchEdit.

func (*TextView) OnGenericMotionEvent added in v0.0.7

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

OnGenericMotionEvent calls android.widget.TextView.onGenericMotionEvent.

func (*TextView) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.TextView.onKeyDown.

func (*TextView) OnKeyMultiple added in v0.0.7

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

OnKeyMultiple calls android.widget.TextView.onKeyMultiple.

func (*TextView) OnKeyPreIme added in v0.0.7

func (m *TextView) OnKeyPreIme(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyPreIme calls android.widget.TextView.onKeyPreIme.

func (*TextView) OnKeyShortcut added in v0.0.7

func (m *TextView) OnKeyShortcut(arg0 int32, arg1 *jni.Object) (bool, error)

OnKeyShortcut calls android.widget.TextView.onKeyShortcut.

func (*TextView) OnKeyUp added in v0.0.7

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

OnKeyUp calls android.widget.TextView.onKeyUp.

func (*TextView) OnPreDraw added in v0.0.7

func (m *TextView) OnPreDraw() (bool, error)

OnPreDraw calls android.widget.TextView.onPreDraw.

func (*TextView) OnPrivateIMECommand added in v0.0.7

func (m *TextView) OnPrivateIMECommand(arg0 string, arg1 *jni.Object) (bool, error)

OnPrivateIMECommand calls android.widget.TextView.onPrivateIMECommand.

func (*TextView) OnReceiveContent added in v0.0.7

func (m *TextView) OnReceiveContent(arg0 *jni.Object) (*jni.Object, error)

OnReceiveContent calls android.widget.TextView.onReceiveContent.

func (*TextView) OnResolvePointerIcon added in v0.0.7

func (m *TextView) OnResolvePointerIcon(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

OnResolvePointerIcon calls android.widget.TextView.onResolvePointerIcon.

func (*TextView) OnRestoreInstanceState added in v0.0.7

func (m *TextView) OnRestoreInstanceState(arg0 *jni.Object) error

OnRestoreInstanceState calls android.widget.TextView.onRestoreInstanceState.

func (*TextView) OnRtlPropertiesChanged added in v0.0.7

func (m *TextView) OnRtlPropertiesChanged(arg0 int32) error

OnRtlPropertiesChanged calls android.widget.TextView.onRtlPropertiesChanged.

func (*TextView) OnSaveInstanceState added in v0.0.7

func (m *TextView) OnSaveInstanceState() (*jni.Object, error)

OnSaveInstanceState calls android.widget.TextView.onSaveInstanceState.

func (*TextView) OnScreenStateChanged added in v0.0.7

func (m *TextView) OnScreenStateChanged(arg0 int32) error

OnScreenStateChanged calls android.widget.TextView.onScreenStateChanged.

func (*TextView) OnTextContextMenuItem added in v0.0.7

func (m *TextView) OnTextContextMenuItem(arg0 int32) (bool, error)

OnTextContextMenuItem calls android.widget.TextView.onTextContextMenuItem.

func (*TextView) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.TextView.onTouchEvent.

func (*TextView) OnTrackballEvent added in v0.0.7

func (m *TextView) OnTrackballEvent(arg0 *jni.Object) (bool, error)

OnTrackballEvent calls android.widget.TextView.onTrackballEvent.

func (*TextView) OnVisibilityAggregated added in v0.0.7

func (m *TextView) OnVisibilityAggregated(arg0 bool) error

OnVisibilityAggregated calls android.widget.TextView.onVisibilityAggregated.

func (*TextView) OnWindowFocusChanged added in v0.0.7

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

OnWindowFocusChanged calls android.widget.TextView.onWindowFocusChanged.

func (*TextView) PerformLongClick added in v0.0.7

func (m *TextView) PerformLongClick() (bool, error)

PerformLongClick calls android.widget.TextView.performLongClick.

func (*TextView) RemoveTextChangedListener added in v0.0.7

func (m *TextView) RemoveTextChangedListener(arg0 *jni.Object) error

RemoveTextChangedListener calls android.widget.TextView.removeTextChangedListener.

func (*TextView) SendAccessibilityEventUnchecked added in v0.0.7

func (m *TextView) SendAccessibilityEventUnchecked(arg0 *jni.Object) error

SendAccessibilityEventUnchecked calls android.widget.TextView.sendAccessibilityEventUnchecked.

func (*TextView) SetAllCaps added in v0.0.7

func (m *TextView) SetAllCaps(arg0 bool) error

SetAllCaps calls android.widget.TextView.setAllCaps.

func (*TextView) SetAutoLinkMask added in v0.0.7

func (m *TextView) SetAutoLinkMask(arg0 int32) error

SetAutoLinkMask calls android.widget.TextView.setAutoLinkMask.

func (*TextView) SetAutoSizeTextTypeUniformWithConfiguration added in v0.0.7

func (m *TextView) SetAutoSizeTextTypeUniformWithConfiguration(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

SetAutoSizeTextTypeUniformWithConfiguration calls android.widget.TextView.setAutoSizeTextTypeUniformWithConfiguration.

func (*TextView) SetAutoSizeTextTypeUniformWithPresetSizes added in v0.0.7

func (m *TextView) SetAutoSizeTextTypeUniformWithPresetSizes(arg0 *jni.Object, arg1 int32) error

SetAutoSizeTextTypeUniformWithPresetSizes calls android.widget.TextView.setAutoSizeTextTypeUniformWithPresetSizes.

func (*TextView) SetAutoSizeTextTypeWithDefaults added in v0.0.7

func (m *TextView) SetAutoSizeTextTypeWithDefaults(arg0 int32) error

SetAutoSizeTextTypeWithDefaults calls android.widget.TextView.setAutoSizeTextTypeWithDefaults.

func (*TextView) SetBreakStrategy added in v0.0.7

func (m *TextView) SetBreakStrategy(arg0 int32) error

SetBreakStrategy calls android.widget.TextView.setBreakStrategy.

func (*TextView) SetCompoundDrawablePadding added in v0.0.7

func (m *TextView) SetCompoundDrawablePadding(arg0 int32) error

SetCompoundDrawablePadding calls android.widget.TextView.setCompoundDrawablePadding.

func (*TextView) SetCompoundDrawableTintBlendMode added in v0.0.7

func (m *TextView) SetCompoundDrawableTintBlendMode(arg0 *jni.Object) error

SetCompoundDrawableTintBlendMode calls android.widget.TextView.setCompoundDrawableTintBlendMode.

func (*TextView) SetCompoundDrawableTintList added in v0.0.7

func (m *TextView) SetCompoundDrawableTintList(arg0 *jni.Object) error

SetCompoundDrawableTintList calls android.widget.TextView.setCompoundDrawableTintList.

func (*TextView) SetCompoundDrawableTintMode added in v0.0.7

func (m *TextView) SetCompoundDrawableTintMode(arg0 *jni.Object) error

SetCompoundDrawableTintMode calls android.widget.TextView.setCompoundDrawableTintMode.

func (*TextView) SetCompoundDrawables added in v0.0.7

func (m *TextView) SetCompoundDrawables(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

SetCompoundDrawables calls android.widget.TextView.setCompoundDrawables.

func (*TextView) SetCompoundDrawablesRelative added in v0.0.7

func (m *TextView) SetCompoundDrawablesRelative(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

SetCompoundDrawablesRelative calls android.widget.TextView.setCompoundDrawablesRelative.

func (*TextView) SetCompoundDrawablesRelativeWithIntrinsicBounds4 added in v0.0.7

func (m *TextView) SetCompoundDrawablesRelativeWithIntrinsicBounds4(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

SetCompoundDrawablesRelativeWithIntrinsicBounds4 calls android.widget.TextView.setCompoundDrawablesRelativeWithIntrinsicBounds.

func (*TextView) SetCompoundDrawablesRelativeWithIntrinsicBounds4_1 added in v0.0.7

func (m *TextView) SetCompoundDrawablesRelativeWithIntrinsicBounds4_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

SetCompoundDrawablesRelativeWithIntrinsicBounds4_1 calls android.widget.TextView.setCompoundDrawablesRelativeWithIntrinsicBounds.

func (*TextView) SetCompoundDrawablesWithIntrinsicBounds4 added in v0.0.7

func (m *TextView) SetCompoundDrawablesWithIntrinsicBounds4(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

SetCompoundDrawablesWithIntrinsicBounds4 calls android.widget.TextView.setCompoundDrawablesWithIntrinsicBounds.

func (*TextView) SetCompoundDrawablesWithIntrinsicBounds4_1 added in v0.0.7

func (m *TextView) SetCompoundDrawablesWithIntrinsicBounds4_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

SetCompoundDrawablesWithIntrinsicBounds4_1 calls android.widget.TextView.setCompoundDrawablesWithIntrinsicBounds.

func (*TextView) SetCursorVisible added in v0.0.7

func (m *TextView) SetCursorVisible(arg0 bool) error

SetCursorVisible calls android.widget.TextView.setCursorVisible.

func (*TextView) SetCustomInsertionActionModeCallback added in v0.0.7

func (m *TextView) SetCustomInsertionActionModeCallback(arg0 *jni.Object) error

SetCustomInsertionActionModeCallback calls android.widget.TextView.setCustomInsertionActionModeCallback.

func (*TextView) SetCustomSelectionActionModeCallback added in v0.0.7

func (m *TextView) SetCustomSelectionActionModeCallback(arg0 *jni.Object) error

SetCustomSelectionActionModeCallback calls android.widget.TextView.setCustomSelectionActionModeCallback.

func (*TextView) SetEditableFactory added in v0.0.7

func (m *TextView) SetEditableFactory(arg0 *jni.Object) error

SetEditableFactory calls android.widget.TextView.setEditableFactory.

func (*TextView) SetElegantTextHeight added in v0.0.7

func (m *TextView) SetElegantTextHeight(arg0 bool) error

SetElegantTextHeight calls android.widget.TextView.setElegantTextHeight.

func (*TextView) SetEllipsize added in v0.0.7

func (m *TextView) SetEllipsize(arg0 *jni.Object) error

SetEllipsize calls android.widget.TextView.setEllipsize.

func (*TextView) SetEms added in v0.0.7

func (m *TextView) SetEms(arg0 int32) error

SetEms calls android.widget.TextView.setEms.

func (*TextView) SetEnabled added in v0.0.7

func (m *TextView) SetEnabled(arg0 bool) error

SetEnabled calls android.widget.TextView.setEnabled.

func (*TextView) SetError1 added in v0.0.7

func (m *TextView) SetError1(arg0 string) error

SetError1 calls android.widget.TextView.setError.

func (*TextView) SetError2_1 added in v0.0.7

func (m *TextView) SetError2_1(arg0 string, arg1 *jni.Object) error

SetError2_1 calls android.widget.TextView.setError.

func (*TextView) SetExtractedText added in v0.0.7

func (m *TextView) SetExtractedText(arg0 *jni.Object) error

SetExtractedText calls android.widget.TextView.setExtractedText.

func (*TextView) SetFallbackLineSpacing added in v0.0.7

func (m *TextView) SetFallbackLineSpacing(arg0 bool) error

SetFallbackLineSpacing calls android.widget.TextView.setFallbackLineSpacing.

func (*TextView) SetFilters added in v0.0.7

func (m *TextView) SetFilters(arg0 *jni.Object) error

SetFilters calls android.widget.TextView.setFilters.

func (*TextView) SetFirstBaselineToTopHeight added in v0.0.7

func (m *TextView) SetFirstBaselineToTopHeight(arg0 int32) error

SetFirstBaselineToTopHeight calls android.widget.TextView.setFirstBaselineToTopHeight.

func (*TextView) SetFocusedSearchResultHighlightColor added in v0.0.7

func (m *TextView) SetFocusedSearchResultHighlightColor(arg0 int32) error

SetFocusedSearchResultHighlightColor calls android.widget.TextView.setFocusedSearchResultHighlightColor.

func (*TextView) SetFocusedSearchResultIndex added in v0.0.7

func (m *TextView) SetFocusedSearchResultIndex(arg0 int32) error

SetFocusedSearchResultIndex calls android.widget.TextView.setFocusedSearchResultIndex.

func (*TextView) SetFontFeatureSettings added in v0.0.7

func (m *TextView) SetFontFeatureSettings(arg0 string) error

SetFontFeatureSettings calls android.widget.TextView.setFontFeatureSettings.

func (*TextView) SetFontVariationSettings added in v0.0.7

func (m *TextView) SetFontVariationSettings(arg0 string) (bool, error)

SetFontVariationSettings calls android.widget.TextView.setFontVariationSettings.

func (*TextView) SetFreezesText added in v0.0.7

func (m *TextView) SetFreezesText(arg0 bool) error

SetFreezesText calls android.widget.TextView.setFreezesText.

func (*TextView) SetGravity added in v0.0.7

func (m *TextView) SetGravity(arg0 int32) error

SetGravity calls android.widget.TextView.setGravity.

func (*TextView) SetHeight added in v0.0.7

func (m *TextView) SetHeight(arg0 int32) error

SetHeight calls android.widget.TextView.setHeight.

func (*TextView) SetHighlightColor added in v0.0.7

func (m *TextView) SetHighlightColor(arg0 int32) error

SetHighlightColor calls android.widget.TextView.setHighlightColor.

func (*TextView) SetHighlights added in v0.0.7

func (m *TextView) SetHighlights(arg0 *jni.Object) error

SetHighlights calls android.widget.TextView.setHighlights.

func (*TextView) SetHint1 added in v0.0.7

func (m *TextView) SetHint1(arg0 int32) error

SetHint1 calls android.widget.TextView.setHint.

func (*TextView) SetHint1_1 added in v0.0.7

func (m *TextView) SetHint1_1(arg0 string) error

SetHint1_1 calls android.widget.TextView.setHint.

func (*TextView) SetHintTextColor1 added in v0.0.7

func (m *TextView) SetHintTextColor1(arg0 *jni.Object) error

SetHintTextColor1 calls android.widget.TextView.setHintTextColor.

func (*TextView) SetHintTextColor1_1 added in v0.0.7

func (m *TextView) SetHintTextColor1_1(arg0 int32) error

SetHintTextColor1_1 calls android.widget.TextView.setHintTextColor.

func (*TextView) SetHorizontallyScrolling added in v0.0.7

func (m *TextView) SetHorizontallyScrolling(arg0 bool) error

SetHorizontallyScrolling calls android.widget.TextView.setHorizontallyScrolling.

func (*TextView) SetHyphenationFrequency added in v0.0.7

func (m *TextView) SetHyphenationFrequency(arg0 int32) error

SetHyphenationFrequency calls android.widget.TextView.setHyphenationFrequency.

func (*TextView) SetImeActionLabel added in v0.0.7

func (m *TextView) SetImeActionLabel(arg0 string, arg1 int32) error

SetImeActionLabel calls android.widget.TextView.setImeActionLabel.

func (*TextView) SetImeHintLocales added in v0.0.7

func (m *TextView) SetImeHintLocales(arg0 *jni.Object) error

SetImeHintLocales calls android.widget.TextView.setImeHintLocales.

func (*TextView) SetImeOptions added in v0.0.7

func (m *TextView) SetImeOptions(arg0 int32) error

SetImeOptions calls android.widget.TextView.setImeOptions.

func (*TextView) SetIncludeFontPadding added in v0.0.7

func (m *TextView) SetIncludeFontPadding(arg0 bool) error

SetIncludeFontPadding calls android.widget.TextView.setIncludeFontPadding.

func (*TextView) SetInputExtras added in v0.0.7

func (m *TextView) SetInputExtras(arg0 int32) error

SetInputExtras calls android.widget.TextView.setInputExtras.

func (*TextView) SetInputType added in v0.0.7

func (m *TextView) SetInputType(arg0 int32) error

SetInputType calls android.widget.TextView.setInputType.

func (*TextView) SetJustificationMode added in v0.0.7

func (m *TextView) SetJustificationMode(arg0 int32) error

SetJustificationMode calls android.widget.TextView.setJustificationMode.

func (*TextView) SetKeyListener added in v0.0.7

func (m *TextView) SetKeyListener(arg0 *jni.Object) error

SetKeyListener calls android.widget.TextView.setKeyListener.

func (*TextView) SetLastBaselineToBottomHeight added in v0.0.7

func (m *TextView) SetLastBaselineToBottomHeight(arg0 int32) error

SetLastBaselineToBottomHeight calls android.widget.TextView.setLastBaselineToBottomHeight.

func (*TextView) SetLetterSpacing added in v0.0.7

func (m *TextView) SetLetterSpacing(arg0 float32) error

SetLetterSpacing calls android.widget.TextView.setLetterSpacing.

func (*TextView) SetLineBreakStyle added in v0.0.7

func (m *TextView) SetLineBreakStyle(arg0 int32) error

SetLineBreakStyle calls android.widget.TextView.setLineBreakStyle.

func (*TextView) SetLineBreakWordStyle added in v0.0.7

func (m *TextView) SetLineBreakWordStyle(arg0 int32) error

SetLineBreakWordStyle calls android.widget.TextView.setLineBreakWordStyle.

func (*TextView) SetLineHeight1 added in v0.0.7

func (m *TextView) SetLineHeight1(arg0 int32) error

SetLineHeight1 calls android.widget.TextView.setLineHeight.

func (*TextView) SetLineHeight2_1 added in v0.0.7

func (m *TextView) SetLineHeight2_1(arg0 int32, arg1 float32) error

SetLineHeight2_1 calls android.widget.TextView.setLineHeight.

func (*TextView) SetLineSpacing added in v0.0.7

func (m *TextView) SetLineSpacing(arg0 float32, arg1 float32) error

SetLineSpacing calls android.widget.TextView.setLineSpacing.

func (*TextView) SetLines added in v0.0.7

func (m *TextView) SetLines(arg0 int32) error

SetLines calls android.widget.TextView.setLines.

func (*TextView) SetLinkTextColor1 added in v0.0.7

func (m *TextView) SetLinkTextColor1(arg0 *jni.Object) error

SetLinkTextColor1 calls android.widget.TextView.setLinkTextColor.

func (*TextView) SetLinkTextColor1_1 added in v0.0.7

func (m *TextView) SetLinkTextColor1_1(arg0 int32) error

SetLinkTextColor1_1 calls android.widget.TextView.setLinkTextColor.

func (*TextView) SetLinksClickable added in v0.0.7

func (m *TextView) SetLinksClickable(arg0 bool) error

SetLinksClickable calls android.widget.TextView.setLinksClickable.

func (*TextView) SetLocalePreferredLineHeightForMinimumUsed added in v0.0.7

func (m *TextView) SetLocalePreferredLineHeightForMinimumUsed(arg0 bool) error

SetLocalePreferredLineHeightForMinimumUsed calls android.widget.TextView.setLocalePreferredLineHeightForMinimumUsed.

func (*TextView) SetMarqueeRepeatLimit added in v0.0.7

func (m *TextView) SetMarqueeRepeatLimit(arg0 int32) error

SetMarqueeRepeatLimit calls android.widget.TextView.setMarqueeRepeatLimit.

func (*TextView) SetMaxEms added in v0.0.7

func (m *TextView) SetMaxEms(arg0 int32) error

SetMaxEms calls android.widget.TextView.setMaxEms.

func (*TextView) SetMaxHeight added in v0.0.7

func (m *TextView) SetMaxHeight(arg0 int32) error

SetMaxHeight calls android.widget.TextView.setMaxHeight.

func (*TextView) SetMaxLines added in v0.0.7

func (m *TextView) SetMaxLines(arg0 int32) error

SetMaxLines calls android.widget.TextView.setMaxLines.

func (*TextView) SetMaxWidth added in v0.0.7

func (m *TextView) SetMaxWidth(arg0 int32) error

SetMaxWidth calls android.widget.TextView.setMaxWidth.

func (*TextView) SetMinEms added in v0.0.7

func (m *TextView) SetMinEms(arg0 int32) error

SetMinEms calls android.widget.TextView.setMinEms.

func (*TextView) SetMinHeight added in v0.0.7

func (m *TextView) SetMinHeight(arg0 int32) error

SetMinHeight calls android.widget.TextView.setMinHeight.

func (*TextView) SetMinLines added in v0.0.7

func (m *TextView) SetMinLines(arg0 int32) error

SetMinLines calls android.widget.TextView.setMinLines.

func (*TextView) SetMinWidth added in v0.0.7

func (m *TextView) SetMinWidth(arg0 int32) error

SetMinWidth calls android.widget.TextView.setMinWidth.

func (*TextView) SetMinimumFontMetrics added in v0.0.7

func (m *TextView) SetMinimumFontMetrics(arg0 *jni.Object) error

SetMinimumFontMetrics calls android.widget.TextView.setMinimumFontMetrics.

func (*TextView) SetMovementMethod added in v0.0.7

func (m *TextView) SetMovementMethod(arg0 *jni.Object) error

SetMovementMethod calls android.widget.TextView.setMovementMethod.

func (*TextView) SetOnEditorActionListener added in v0.0.7

func (m *TextView) SetOnEditorActionListener(arg0 *jni.Object) error

SetOnEditorActionListener calls android.widget.TextView.setOnEditorActionListener.

func (*TextView) SetPadding added in v0.0.7

func (m *TextView) SetPadding(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

SetPadding calls android.widget.TextView.setPadding.

func (*TextView) SetPaddingRelative added in v0.0.7

func (m *TextView) SetPaddingRelative(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

SetPaddingRelative calls android.widget.TextView.setPaddingRelative.

func (*TextView) SetPaintFlags added in v0.0.7

func (m *TextView) SetPaintFlags(arg0 int32) error

SetPaintFlags calls android.widget.TextView.setPaintFlags.

func (*TextView) SetPrivateImeOptions added in v0.0.7

func (m *TextView) SetPrivateImeOptions(arg0 string) error

SetPrivateImeOptions calls android.widget.TextView.setPrivateImeOptions.

func (*TextView) SetRawInputType added in v0.0.7

func (m *TextView) SetRawInputType(arg0 int32) error

SetRawInputType calls android.widget.TextView.setRawInputType.

func (*TextView) SetScroller added in v0.0.7

func (m *TextView) SetScroller(arg0 *jni.Object) error

SetScroller calls android.widget.TextView.setScroller.

func (*TextView) SetSearchResultHighlightColor added in v0.0.7

func (m *TextView) SetSearchResultHighlightColor(arg0 int32) error

SetSearchResultHighlightColor calls android.widget.TextView.setSearchResultHighlightColor.

func (*TextView) SetSearchResultHighlights added in v0.0.7

func (m *TextView) SetSearchResultHighlights(arg0 *jni.Object) error

SetSearchResultHighlights calls android.widget.TextView.setSearchResultHighlights.

func (*TextView) SetSelectAllOnFocus added in v0.0.7

func (m *TextView) SetSelectAllOnFocus(arg0 bool) error

SetSelectAllOnFocus calls android.widget.TextView.setSelectAllOnFocus.

func (*TextView) SetSelected added in v0.0.7

func (m *TextView) SetSelected(arg0 bool) error

SetSelected calls android.widget.TextView.setSelected.

func (*TextView) SetShadowLayer added in v0.0.7

func (m *TextView) SetShadowLayer(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 int32,
) error

SetShadowLayer calls android.widget.TextView.setShadowLayer.

func (*TextView) SetShiftDrawingOffsetForStartOverhang added in v0.0.7

func (m *TextView) SetShiftDrawingOffsetForStartOverhang(arg0 bool) error

SetShiftDrawingOffsetForStartOverhang calls android.widget.TextView.setShiftDrawingOffsetForStartOverhang.

func (*TextView) SetShowSoftInputOnFocus added in v0.0.7

func (m *TextView) SetShowSoftInputOnFocus(arg0 bool) error

SetShowSoftInputOnFocus calls android.widget.TextView.setShowSoftInputOnFocus.

func (*TextView) SetSingleLine0 added in v0.0.7

func (m *TextView) SetSingleLine0() error

SetSingleLine0 calls android.widget.TextView.setSingleLine.

func (*TextView) SetSingleLine1_1 added in v0.0.7

func (m *TextView) SetSingleLine1_1(arg0 bool) error

SetSingleLine1_1 calls android.widget.TextView.setSingleLine.

func (*TextView) SetSpannableFactory added in v0.0.7

func (m *TextView) SetSpannableFactory(arg0 *jni.Object) error

SetSpannableFactory calls android.widget.TextView.setSpannableFactory.

func (*TextView) SetText1_1 added in v0.0.7

func (m *TextView) SetText1_1(arg0 int32) error

SetText1_1 calls android.widget.TextView.setText.

func (*TextView) SetText1_3 added in v0.0.7

func (m *TextView) SetText1_3(arg0 string) error

SetText1_3 calls android.widget.TextView.setText.

func (*TextView) SetText2_2 added in v0.0.7

func (m *TextView) SetText2_2(arg0 int32, arg1 *jni.Object) error

SetText2_2 calls android.widget.TextView.setText.

func (*TextView) SetText2_4 added in v0.0.7

func (m *TextView) SetText2_4(arg0 string, arg1 *jni.Object) error

SetText2_4 calls android.widget.TextView.setText.

func (*TextView) SetText3 added in v0.0.7

func (m *TextView) SetText3(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

SetText3 calls android.widget.TextView.setText.

func (*TextView) SetTextAppearance1_1 added in v0.0.7

func (m *TextView) SetTextAppearance1_1(arg0 int32) error

SetTextAppearance1_1 calls android.widget.TextView.setTextAppearance.

func (*TextView) SetTextAppearance2 added in v0.0.7

func (m *TextView) SetTextAppearance2(arg0 *jni.Object, arg1 int32) error

SetTextAppearance2 calls android.widget.TextView.setTextAppearance.

func (*TextView) SetTextClassifier added in v0.0.7

func (m *TextView) SetTextClassifier(arg0 *jni.Object) error

SetTextClassifier calls android.widget.TextView.setTextClassifier.

func (*TextView) SetTextColor1 added in v0.0.7

func (m *TextView) SetTextColor1(arg0 *jni.Object) error

SetTextColor1 calls android.widget.TextView.setTextColor.

func (*TextView) SetTextColor1_1 added in v0.0.7

func (m *TextView) SetTextColor1_1(arg0 int32) error

SetTextColor1_1 calls android.widget.TextView.setTextColor.

func (*TextView) SetTextCursorDrawable1 added in v0.0.7

func (m *TextView) SetTextCursorDrawable1(arg0 *jni.Object) error

SetTextCursorDrawable1 calls android.widget.TextView.setTextCursorDrawable.

func (*TextView) SetTextCursorDrawable1_1 added in v0.0.7

func (m *TextView) SetTextCursorDrawable1_1(arg0 int32) error

SetTextCursorDrawable1_1 calls android.widget.TextView.setTextCursorDrawable.

func (*TextView) SetTextIsSelectable added in v0.0.7

func (m *TextView) SetTextIsSelectable(arg0 bool) error

SetTextIsSelectable calls android.widget.TextView.setTextIsSelectable.

func (*TextView) SetTextKeepState1 added in v0.0.7

func (m *TextView) SetTextKeepState1(arg0 string) error

SetTextKeepState1 calls android.widget.TextView.setTextKeepState.

func (*TextView) SetTextKeepState2_1 added in v0.0.7

func (m *TextView) SetTextKeepState2_1(arg0 string, arg1 *jni.Object) error

SetTextKeepState2_1 calls android.widget.TextView.setTextKeepState.

func (*TextView) SetTextLocale added in v0.0.7

func (m *TextView) SetTextLocale(arg0 *jni.Object) error

SetTextLocale calls android.widget.TextView.setTextLocale.

func (*TextView) SetTextLocales added in v0.0.7

func (m *TextView) SetTextLocales(arg0 *jni.Object) error

SetTextLocales calls android.widget.TextView.setTextLocales.

func (*TextView) SetTextMetricsParams added in v0.0.7

func (m *TextView) SetTextMetricsParams(arg0 *jni.Object) error

SetTextMetricsParams calls android.widget.TextView.setTextMetricsParams.

func (*TextView) SetTextScaleX added in v0.0.7

func (m *TextView) SetTextScaleX(arg0 float32) error

SetTextScaleX calls android.widget.TextView.setTextScaleX.

func (*TextView) SetTextSelectHandle1 added in v0.0.7

func (m *TextView) SetTextSelectHandle1(arg0 *jni.Object) error

SetTextSelectHandle1 calls android.widget.TextView.setTextSelectHandle.

func (*TextView) SetTextSelectHandle1_1 added in v0.0.7

func (m *TextView) SetTextSelectHandle1_1(arg0 int32) error

SetTextSelectHandle1_1 calls android.widget.TextView.setTextSelectHandle.

func (*TextView) SetTextSelectHandleLeft1 added in v0.0.7

func (m *TextView) SetTextSelectHandleLeft1(arg0 *jni.Object) error

SetTextSelectHandleLeft1 calls android.widget.TextView.setTextSelectHandleLeft.

func (*TextView) SetTextSelectHandleLeft1_1 added in v0.0.7

func (m *TextView) SetTextSelectHandleLeft1_1(arg0 int32) error

SetTextSelectHandleLeft1_1 calls android.widget.TextView.setTextSelectHandleLeft.

func (*TextView) SetTextSelectHandleRight1 added in v0.0.7

func (m *TextView) SetTextSelectHandleRight1(arg0 *jni.Object) error

SetTextSelectHandleRight1 calls android.widget.TextView.setTextSelectHandleRight.

func (*TextView) SetTextSelectHandleRight1_1 added in v0.0.7

func (m *TextView) SetTextSelectHandleRight1_1(arg0 int32) error

SetTextSelectHandleRight1_1 calls android.widget.TextView.setTextSelectHandleRight.

func (*TextView) SetTextSize1 added in v0.0.7

func (m *TextView) SetTextSize1(arg0 float32) error

SetTextSize1 calls android.widget.TextView.setTextSize.

func (*TextView) SetTextSize2_1 added in v0.0.7

func (m *TextView) SetTextSize2_1(arg0 int32, arg1 float32) error

SetTextSize2_1 calls android.widget.TextView.setTextSize.

func (*TextView) SetTransformationMethod added in v0.0.7

func (m *TextView) SetTransformationMethod(arg0 *jni.Object) error

SetTransformationMethod calls android.widget.TextView.setTransformationMethod.

func (*TextView) SetTypeface1 added in v0.0.7

func (m *TextView) SetTypeface1(arg0 *jni.Object) error

SetTypeface1 calls android.widget.TextView.setTypeface.

func (*TextView) SetTypeface2_1 added in v0.0.7

func (m *TextView) SetTypeface2_1(arg0 *jni.Object, arg1 int32) error

SetTypeface2_1 calls android.widget.TextView.setTypeface.

func (*TextView) SetUseBoundsForWidth added in v0.0.7

func (m *TextView) SetUseBoundsForWidth(arg0 bool) error

SetUseBoundsForWidth calls android.widget.TextView.setUseBoundsForWidth.

func (*TextView) SetWidth added in v0.0.7

func (m *TextView) SetWidth(arg0 int32) error

SetWidth calls android.widget.TextView.setWidth.

func (*TextView) ShowContextMenu0 added in v0.0.7

func (m *TextView) ShowContextMenu0() (bool, error)

ShowContextMenu0 calls android.widget.TextView.showContextMenu.

func (*TextView) ShowContextMenu2_1 added in v0.0.7

func (m *TextView) ShowContextMenu2_1(arg0 float32, arg1 float32) (bool, error)

ShowContextMenu2_1 calls android.widget.TextView.showContextMenu.

type TextViewBufferType added in v0.0.7

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

TextViewBufferType wraps android.widget.TextView$BufferType.

func (*TextViewBufferType) ValueOf added in v0.0.7

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

ValueOf calls android.widget.TextView$BufferType.valueOf.

func (*TextViewBufferType) Values added in v0.0.7

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

Values calls android.widget.TextView$BufferType.values.

type TextViewOnEditorActionListener added in v0.0.7

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

TextViewOnEditorActionListener wraps android.widget.TextView$OnEditorActionListener.

func (*TextViewOnEditorActionListener) OnEditorAction added in v0.0.7

func (m *TextViewOnEditorActionListener) OnEditorAction(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) (bool, error)

OnEditorAction calls android.widget.TextView$OnEditorActionListener.onEditorAction.

type TextViewSavedState added in v0.0.7

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

TextViewSavedState wraps android.widget.TextView$SavedState.

func (*TextViewSavedState) ToString added in v0.0.7

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

ToString calls android.widget.TextView$SavedState.toString.

func (*TextViewSavedState) WriteToParcel added in v0.0.7

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

WriteToParcel calls android.widget.TextView$SavedState.writeToParcel.

type ThemedSpinnerAdapter added in v0.0.7

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

ThemedSpinnerAdapter wraps android.widget.ThemedSpinnerAdapter.

func (*ThemedSpinnerAdapter) GetDropDownViewTheme added in v0.0.7

func (m *ThemedSpinnerAdapter) GetDropDownViewTheme() (*jni.Object, error)

GetDropDownViewTheme calls android.widget.ThemedSpinnerAdapter.getDropDownViewTheme.

func (*ThemedSpinnerAdapter) SetDropDownViewTheme added in v0.0.7

func (m *ThemedSpinnerAdapter) SetDropDownViewTheme(arg0 *jni.Object) error

SetDropDownViewTheme calls android.widget.ThemedSpinnerAdapter.setDropDownViewTheme.

type TimePicker added in v0.0.7

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

TimePicker wraps android.widget.TimePicker.

func NewTimePicker added in v0.0.7

func NewTimePicker(vm *jni.VM, arg0 *jni.Object) (*TimePicker, error)

NewTimePicker creates a new android.widget.TimePicker instance.

func (*TimePicker) Autofill added in v0.0.7

func (m *TimePicker) Autofill(arg0 *jni.Object) error

Autofill calls android.widget.TimePicker.autofill.

func (*TimePicker) DispatchProvideAutofillStructure added in v0.0.7

func (m *TimePicker) DispatchProvideAutofillStructure(arg0 *jni.Object, arg1 int32) error

DispatchProvideAutofillStructure calls android.widget.TimePicker.dispatchProvideAutofillStructure.

func (*TimePicker) GetAccessibilityClassName added in v0.0.7

func (m *TimePicker) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.TimePicker.getAccessibilityClassName.

func (*TimePicker) GetAutofillType added in v0.0.7

func (m *TimePicker) GetAutofillType() (int32, error)

GetAutofillType calls android.widget.TimePicker.getAutofillType.

func (*TimePicker) GetAutofillValue added in v0.0.7

func (m *TimePicker) GetAutofillValue() (*jni.Object, error)

GetAutofillValue calls android.widget.TimePicker.getAutofillValue.

func (*TimePicker) GetBaseline added in v0.0.7

func (m *TimePicker) GetBaseline() (int32, error)

GetBaseline calls android.widget.TimePicker.getBaseline.

func (*TimePicker) GetCurrentHour added in v0.0.7

func (m *TimePicker) GetCurrentHour() (*jni.Object, error)

GetCurrentHour calls android.widget.TimePicker.getCurrentHour.

func (*TimePicker) GetCurrentMinute added in v0.0.7

func (m *TimePicker) GetCurrentMinute() (*jni.Object, error)

GetCurrentMinute calls android.widget.TimePicker.getCurrentMinute.

func (*TimePicker) GetHour added in v0.0.7

func (m *TimePicker) GetHour() (int32, error)

GetHour calls android.widget.TimePicker.getHour.

func (*TimePicker) GetMinute added in v0.0.7

func (m *TimePicker) GetMinute() (int32, error)

GetMinute calls android.widget.TimePicker.getMinute.

func (*TimePicker) Is24HourView added in v0.0.7

func (m *TimePicker) Is24HourView() (bool, error)

Is24HourView calls android.widget.TimePicker.is24HourView.

func (*TimePicker) IsEnabled added in v0.0.7

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

IsEnabled calls android.widget.TimePicker.isEnabled.

func (*TimePicker) SetCurrentHour added in v0.0.7

func (m *TimePicker) SetCurrentHour(arg0 *jni.Object) error

SetCurrentHour calls android.widget.TimePicker.setCurrentHour.

func (*TimePicker) SetCurrentMinute added in v0.0.7

func (m *TimePicker) SetCurrentMinute(arg0 *jni.Object) error

SetCurrentMinute calls android.widget.TimePicker.setCurrentMinute.

func (*TimePicker) SetEnabled added in v0.0.7

func (m *TimePicker) SetEnabled(arg0 bool) error

SetEnabled calls android.widget.TimePicker.setEnabled.

func (*TimePicker) SetHour added in v0.0.7

func (m *TimePicker) SetHour(arg0 int32) error

SetHour calls android.widget.TimePicker.setHour.

func (*TimePicker) SetIs24HourView added in v0.0.7

func (m *TimePicker) SetIs24HourView(arg0 *jni.Object) error

SetIs24HourView calls android.widget.TimePicker.setIs24HourView.

func (*TimePicker) SetMinute added in v0.0.7

func (m *TimePicker) SetMinute(arg0 int32) error

SetMinute calls android.widget.TimePicker.setMinute.

func (*TimePicker) SetOnTimeChangedListener added in v0.0.7

func (m *TimePicker) SetOnTimeChangedListener(arg0 *jni.Object) error

SetOnTimeChangedListener calls android.widget.TimePicker.setOnTimeChangedListener.

func (*TimePicker) ValidateInput added in v0.0.7

func (m *TimePicker) ValidateInput() (bool, error)

ValidateInput calls android.widget.TimePicker.validateInput.

type TimePickerOnTimeChangedListener added in v0.0.7

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

TimePickerOnTimeChangedListener wraps android.widget.TimePicker$OnTimeChangedListener.

func (*TimePickerOnTimeChangedListener) OnTimeChanged added in v0.0.7

func (m *TimePickerOnTimeChangedListener) OnTimeChanged(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
) error

OnTimeChanged calls android.widget.TimePicker$OnTimeChangedListener.onTimeChanged.

type ToggleButton added in v0.0.7

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

ToggleButton wraps android.widget.ToggleButton.

func NewToggleButton added in v0.0.7

func NewToggleButton(vm *jni.VM, arg0 *jni.Object) (*ToggleButton, error)

NewToggleButton creates a new android.widget.ToggleButton instance.

func (*ToggleButton) GetAccessibilityClassName added in v0.0.7

func (m *ToggleButton) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ToggleButton.getAccessibilityClassName.

func (*ToggleButton) GetDisabledAlpha added in v0.0.7

func (m *ToggleButton) GetDisabledAlpha() (float32, error)

GetDisabledAlpha calls android.widget.ToggleButton.getDisabledAlpha.

func (*ToggleButton) GetTextOff added in v0.0.7

func (m *ToggleButton) GetTextOff() (*jni.Object, error)

GetTextOff calls android.widget.ToggleButton.getTextOff.

func (*ToggleButton) GetTextOn added in v0.0.7

func (m *ToggleButton) GetTextOn() (*jni.Object, error)

GetTextOn calls android.widget.ToggleButton.getTextOn.

func (*ToggleButton) SetBackgroundDrawable added in v0.0.7

func (m *ToggleButton) SetBackgroundDrawable(arg0 *jni.Object) error

SetBackgroundDrawable calls android.widget.ToggleButton.setBackgroundDrawable.

func (*ToggleButton) SetChecked added in v0.0.7

func (m *ToggleButton) SetChecked(arg0 bool) error

SetChecked calls android.widget.ToggleButton.setChecked.

func (*ToggleButton) SetTextOff added in v0.0.7

func (m *ToggleButton) SetTextOff(arg0 string) error

SetTextOff calls android.widget.ToggleButton.setTextOff.

func (*ToggleButton) SetTextOn added in v0.0.7

func (m *ToggleButton) SetTextOn(arg0 string) error

SetTextOn calls android.widget.ToggleButton.setTextOn.

type Toolbar added in v0.0.7

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

Toolbar wraps android.widget.Toolbar.

func NewToolbar added in v0.0.7

func NewToolbar(vm *jni.VM, arg0 *jni.Object) (*Toolbar, error)

NewToolbar creates a new android.widget.Toolbar instance.

func (*Toolbar) CollapseActionView added in v0.0.7

func (m *Toolbar) CollapseActionView() error

CollapseActionView calls android.widget.Toolbar.collapseActionView.

func (*Toolbar) DismissPopupMenus added in v0.0.7

func (m *Toolbar) DismissPopupMenus() error

DismissPopupMenus calls android.widget.Toolbar.dismissPopupMenus.

func (*Toolbar) GenerateLayoutParams1 added in v0.0.7

func (m *Toolbar) GenerateLayoutParams1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1 calls android.widget.Toolbar.generateLayoutParams.

func (*Toolbar) GenerateLayoutParams1_1 added in v0.0.7

func (m *Toolbar) GenerateLayoutParams1_1(arg0 *jni.Object) (*jni.Object, error)

GenerateLayoutParams1_1 calls android.widget.Toolbar.generateLayoutParams.

func (*Toolbar) GetCollapseContentDescription added in v0.0.7

func (m *Toolbar) GetCollapseContentDescription() (*jni.Object, error)

GetCollapseContentDescription calls android.widget.Toolbar.getCollapseContentDescription.

func (*Toolbar) GetCollapseIcon added in v0.0.7

func (m *Toolbar) GetCollapseIcon() (*jni.Object, error)

GetCollapseIcon calls android.widget.Toolbar.getCollapseIcon.

func (*Toolbar) GetContentInsetEnd added in v0.0.7

func (m *Toolbar) GetContentInsetEnd() (int32, error)

GetContentInsetEnd calls android.widget.Toolbar.getContentInsetEnd.

func (*Toolbar) GetContentInsetEndWithActions added in v0.0.7

func (m *Toolbar) GetContentInsetEndWithActions() (int32, error)

GetContentInsetEndWithActions calls android.widget.Toolbar.getContentInsetEndWithActions.

func (*Toolbar) GetContentInsetLeft added in v0.0.7

func (m *Toolbar) GetContentInsetLeft() (int32, error)

GetContentInsetLeft calls android.widget.Toolbar.getContentInsetLeft.

func (*Toolbar) GetContentInsetRight added in v0.0.7

func (m *Toolbar) GetContentInsetRight() (int32, error)

GetContentInsetRight calls android.widget.Toolbar.getContentInsetRight.

func (*Toolbar) GetContentInsetStart added in v0.0.7

func (m *Toolbar) GetContentInsetStart() (int32, error)

GetContentInsetStart calls android.widget.Toolbar.getContentInsetStart.

func (*Toolbar) GetContentInsetStartWithNavigation added in v0.0.7

func (m *Toolbar) GetContentInsetStartWithNavigation() (int32, error)

GetContentInsetStartWithNavigation calls android.widget.Toolbar.getContentInsetStartWithNavigation.

func (*Toolbar) GetCurrentContentInsetEnd added in v0.0.7

func (m *Toolbar) GetCurrentContentInsetEnd() (int32, error)

GetCurrentContentInsetEnd calls android.widget.Toolbar.getCurrentContentInsetEnd.

func (*Toolbar) GetCurrentContentInsetLeft added in v0.0.7

func (m *Toolbar) GetCurrentContentInsetLeft() (int32, error)

GetCurrentContentInsetLeft calls android.widget.Toolbar.getCurrentContentInsetLeft.

func (*Toolbar) GetCurrentContentInsetRight added in v0.0.7

func (m *Toolbar) GetCurrentContentInsetRight() (int32, error)

GetCurrentContentInsetRight calls android.widget.Toolbar.getCurrentContentInsetRight.

func (*Toolbar) GetCurrentContentInsetStart added in v0.0.7

func (m *Toolbar) GetCurrentContentInsetStart() (int32, error)

GetCurrentContentInsetStart calls android.widget.Toolbar.getCurrentContentInsetStart.

func (m *Toolbar) GetLogo() (*jni.Object, error)

GetLogo calls android.widget.Toolbar.getLogo.

func (*Toolbar) GetLogoDescription added in v0.0.7

func (m *Toolbar) GetLogoDescription() (*jni.Object, error)

GetLogoDescription calls android.widget.Toolbar.getLogoDescription.

func (*Toolbar) GetMenu added in v0.0.7

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

GetMenu calls android.widget.Toolbar.getMenu.

func (*Toolbar) GetNavigationContentDescription added in v0.0.7

func (m *Toolbar) GetNavigationContentDescription() (*jni.Object, error)

GetNavigationContentDescription calls android.widget.Toolbar.getNavigationContentDescription.

func (*Toolbar) GetNavigationIcon added in v0.0.7

func (m *Toolbar) GetNavigationIcon() (*jni.Object, error)

GetNavigationIcon calls android.widget.Toolbar.getNavigationIcon.

func (*Toolbar) GetOverflowIcon added in v0.0.7

func (m *Toolbar) GetOverflowIcon() (*jni.Object, error)

GetOverflowIcon calls android.widget.Toolbar.getOverflowIcon.

func (*Toolbar) GetPopupTheme added in v0.0.7

func (m *Toolbar) GetPopupTheme() (int32, error)

GetPopupTheme calls android.widget.Toolbar.getPopupTheme.

func (*Toolbar) GetSubtitle added in v0.0.7

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

GetSubtitle calls android.widget.Toolbar.getSubtitle.

func (*Toolbar) GetTitle added in v0.0.7

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

GetTitle calls android.widget.Toolbar.getTitle.

func (*Toolbar) GetTitleMarginBottom added in v0.0.7

func (m *Toolbar) GetTitleMarginBottom() (int32, error)

GetTitleMarginBottom calls android.widget.Toolbar.getTitleMarginBottom.

func (*Toolbar) GetTitleMarginEnd added in v0.0.7

func (m *Toolbar) GetTitleMarginEnd() (int32, error)

GetTitleMarginEnd calls android.widget.Toolbar.getTitleMarginEnd.

func (*Toolbar) GetTitleMarginStart added in v0.0.7

func (m *Toolbar) GetTitleMarginStart() (int32, error)

GetTitleMarginStart calls android.widget.Toolbar.getTitleMarginStart.

func (*Toolbar) GetTitleMarginTop added in v0.0.7

func (m *Toolbar) GetTitleMarginTop() (int32, error)

GetTitleMarginTop calls android.widget.Toolbar.getTitleMarginTop.

func (*Toolbar) HasExpandedActionView added in v0.0.7

func (m *Toolbar) HasExpandedActionView() (bool, error)

HasExpandedActionView calls android.widget.Toolbar.hasExpandedActionView.

func (*Toolbar) HideOverflowMenu added in v0.0.7

func (m *Toolbar) HideOverflowMenu() (bool, error)

HideOverflowMenu calls android.widget.Toolbar.hideOverflowMenu.

func (*Toolbar) InflateMenu added in v0.0.7

func (m *Toolbar) InflateMenu(arg0 int32) error

InflateMenu calls android.widget.Toolbar.inflateMenu.

func (*Toolbar) IsOverflowMenuShowing added in v0.0.7

func (m *Toolbar) IsOverflowMenuShowing() (bool, error)

IsOverflowMenuShowing calls android.widget.Toolbar.isOverflowMenuShowing.

func (*Toolbar) OnRtlPropertiesChanged added in v0.0.7

func (m *Toolbar) OnRtlPropertiesChanged(arg0 int32) error

OnRtlPropertiesChanged calls android.widget.Toolbar.onRtlPropertiesChanged.

func (*Toolbar) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.Toolbar.onTouchEvent.

func (*Toolbar) SetCollapseContentDescription1 added in v0.0.7

func (m *Toolbar) SetCollapseContentDescription1(arg0 int32) error

SetCollapseContentDescription1 calls android.widget.Toolbar.setCollapseContentDescription.

func (*Toolbar) SetCollapseContentDescription1_1 added in v0.0.7

func (m *Toolbar) SetCollapseContentDescription1_1(arg0 string) error

SetCollapseContentDescription1_1 calls android.widget.Toolbar.setCollapseContentDescription.

func (*Toolbar) SetCollapseIcon1 added in v0.0.7

func (m *Toolbar) SetCollapseIcon1(arg0 *jni.Object) error

SetCollapseIcon1 calls android.widget.Toolbar.setCollapseIcon.

func (*Toolbar) SetCollapseIcon1_1 added in v0.0.7

func (m *Toolbar) SetCollapseIcon1_1(arg0 int32) error

SetCollapseIcon1_1 calls android.widget.Toolbar.setCollapseIcon.

func (*Toolbar) SetContentInsetEndWithActions added in v0.0.7

func (m *Toolbar) SetContentInsetEndWithActions(arg0 int32) error

SetContentInsetEndWithActions calls android.widget.Toolbar.setContentInsetEndWithActions.

func (*Toolbar) SetContentInsetStartWithNavigation added in v0.0.7

func (m *Toolbar) SetContentInsetStartWithNavigation(arg0 int32) error

SetContentInsetStartWithNavigation calls android.widget.Toolbar.setContentInsetStartWithNavigation.

func (*Toolbar) SetContentInsetsAbsolute added in v0.0.7

func (m *Toolbar) SetContentInsetsAbsolute(arg0 int32, arg1 int32) error

SetContentInsetsAbsolute calls android.widget.Toolbar.setContentInsetsAbsolute.

func (*Toolbar) SetContentInsetsRelative added in v0.0.7

func (m *Toolbar) SetContentInsetsRelative(arg0 int32, arg1 int32) error

SetContentInsetsRelative calls android.widget.Toolbar.setContentInsetsRelative.

func (*Toolbar) SetLogo1 added in v0.0.7

func (m *Toolbar) SetLogo1(arg0 *jni.Object) error

SetLogo1 calls android.widget.Toolbar.setLogo.

func (*Toolbar) SetLogo1_1 added in v0.0.7

func (m *Toolbar) SetLogo1_1(arg0 int32) error

SetLogo1_1 calls android.widget.Toolbar.setLogo.

func (*Toolbar) SetLogoDescription1 added in v0.0.7

func (m *Toolbar) SetLogoDescription1(arg0 int32) error

SetLogoDescription1 calls android.widget.Toolbar.setLogoDescription.

func (*Toolbar) SetLogoDescription1_1 added in v0.0.7

func (m *Toolbar) SetLogoDescription1_1(arg0 string) error

SetLogoDescription1_1 calls android.widget.Toolbar.setLogoDescription.

func (*Toolbar) SetNavigationContentDescription1 added in v0.0.7

func (m *Toolbar) SetNavigationContentDescription1(arg0 int32) error

SetNavigationContentDescription1 calls android.widget.Toolbar.setNavigationContentDescription.

func (*Toolbar) SetNavigationContentDescription1_1 added in v0.0.7

func (m *Toolbar) SetNavigationContentDescription1_1(arg0 string) error

SetNavigationContentDescription1_1 calls android.widget.Toolbar.setNavigationContentDescription.

func (*Toolbar) SetNavigationIcon1 added in v0.0.7

func (m *Toolbar) SetNavigationIcon1(arg0 *jni.Object) error

SetNavigationIcon1 calls android.widget.Toolbar.setNavigationIcon.

func (*Toolbar) SetNavigationIcon1_1 added in v0.0.7

func (m *Toolbar) SetNavigationIcon1_1(arg0 int32) error

SetNavigationIcon1_1 calls android.widget.Toolbar.setNavigationIcon.

func (*Toolbar) SetNavigationOnClickListener added in v0.0.7

func (m *Toolbar) SetNavigationOnClickListener(arg0 *jni.Object) error

SetNavigationOnClickListener calls android.widget.Toolbar.setNavigationOnClickListener.

func (*Toolbar) SetOnMenuItemClickListener added in v0.0.7

func (m *Toolbar) SetOnMenuItemClickListener(arg0 *jni.Object) error

SetOnMenuItemClickListener calls android.widget.Toolbar.setOnMenuItemClickListener.

func (*Toolbar) SetOverflowIcon added in v0.0.7

func (m *Toolbar) SetOverflowIcon(arg0 *jni.Object) error

SetOverflowIcon calls android.widget.Toolbar.setOverflowIcon.

func (*Toolbar) SetPopupTheme added in v0.0.7

func (m *Toolbar) SetPopupTheme(arg0 int32) error

SetPopupTheme calls android.widget.Toolbar.setPopupTheme.

func (*Toolbar) SetSubtitle1 added in v0.0.7

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

SetSubtitle1 calls android.widget.Toolbar.setSubtitle.

func (*Toolbar) SetSubtitle1_1 added in v0.0.7

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

SetSubtitle1_1 calls android.widget.Toolbar.setSubtitle.

func (*Toolbar) SetSubtitleTextAppearance added in v0.0.7

func (m *Toolbar) SetSubtitleTextAppearance(arg0 *jni.Object, arg1 int32) error

SetSubtitleTextAppearance calls android.widget.Toolbar.setSubtitleTextAppearance.

func (*Toolbar) SetSubtitleTextColor added in v0.0.7

func (m *Toolbar) SetSubtitleTextColor(arg0 int32) error

SetSubtitleTextColor calls android.widget.Toolbar.setSubtitleTextColor.

func (*Toolbar) SetTitle1 added in v0.0.7

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

SetTitle1 calls android.widget.Toolbar.setTitle.

func (*Toolbar) SetTitle1_1 added in v0.0.7

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

SetTitle1_1 calls android.widget.Toolbar.setTitle.

func (*Toolbar) SetTitleMargin added in v0.0.7

func (m *Toolbar) SetTitleMargin(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) error

SetTitleMargin calls android.widget.Toolbar.setTitleMargin.

func (*Toolbar) SetTitleMarginBottom added in v0.0.7

func (m *Toolbar) SetTitleMarginBottom(arg0 int32) error

SetTitleMarginBottom calls android.widget.Toolbar.setTitleMarginBottom.

func (*Toolbar) SetTitleMarginEnd added in v0.0.7

func (m *Toolbar) SetTitleMarginEnd(arg0 int32) error

SetTitleMarginEnd calls android.widget.Toolbar.setTitleMarginEnd.

func (*Toolbar) SetTitleMarginStart added in v0.0.7

func (m *Toolbar) SetTitleMarginStart(arg0 int32) error

SetTitleMarginStart calls android.widget.Toolbar.setTitleMarginStart.

func (*Toolbar) SetTitleMarginTop added in v0.0.7

func (m *Toolbar) SetTitleMarginTop(arg0 int32) error

SetTitleMarginTop calls android.widget.Toolbar.setTitleMarginTop.

func (*Toolbar) SetTitleTextAppearance added in v0.0.7

func (m *Toolbar) SetTitleTextAppearance(arg0 *jni.Object, arg1 int32) error

SetTitleTextAppearance calls android.widget.Toolbar.setTitleTextAppearance.

func (*Toolbar) SetTitleTextColor added in v0.0.7

func (m *Toolbar) SetTitleTextColor(arg0 int32) error

SetTitleTextColor calls android.widget.Toolbar.setTitleTextColor.

func (*Toolbar) ShowOverflowMenu added in v0.0.7

func (m *Toolbar) ShowOverflowMenu() (bool, error)

ShowOverflowMenu calls android.widget.Toolbar.showOverflowMenu.

type ToolbarOnMenuItemClickListener added in v0.0.7

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

ToolbarOnMenuItemClickListener wraps android.widget.Toolbar$OnMenuItemClickListener.

func (*ToolbarOnMenuItemClickListener) OnMenuItemClick added in v0.0.7

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

OnMenuItemClick calls android.widget.Toolbar$OnMenuItemClickListener.onMenuItemClick.

type TwoLineListItem added in v0.0.7

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

TwoLineListItem wraps android.widget.TwoLineListItem.

func NewTwoLineListItem added in v0.0.7

func NewTwoLineListItem(vm *jni.VM, arg0 *jni.Object) (*TwoLineListItem, error)

NewTwoLineListItem creates a new android.widget.TwoLineListItem instance.

func (*TwoLineListItem) GetAccessibilityClassName added in v0.0.7

func (m *TwoLineListItem) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.TwoLineListItem.getAccessibilityClassName.

func (*TwoLineListItem) GetText1 added in v0.0.7

func (m *TwoLineListItem) GetText1() (*jni.Object, error)

GetText1 calls android.widget.TwoLineListItem.getText1.

func (*TwoLineListItem) GetText2 added in v0.0.7

func (m *TwoLineListItem) GetText2() (*jni.Object, error)

GetText2 calls android.widget.TwoLineListItem.getText2.

type VideoView added in v0.0.7

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

VideoView wraps android.widget.VideoView.

func NewVideoView added in v0.0.7

func NewVideoView(vm *jni.VM, arg0 *jni.Object) (*VideoView, error)

NewVideoView creates a new android.widget.VideoView instance.

func (*VideoView) AddSubtitleSource added in v0.0.7

func (m *VideoView) AddSubtitleSource(arg0 *jni.Object, arg1 *jni.Object) error

AddSubtitleSource calls android.widget.VideoView.addSubtitleSource.

func (*VideoView) CanPause added in v0.0.7

func (m *VideoView) CanPause() (bool, error)

CanPause calls android.widget.VideoView.canPause.

func (*VideoView) CanSeekBackward added in v0.0.7

func (m *VideoView) CanSeekBackward() (bool, error)

CanSeekBackward calls android.widget.VideoView.canSeekBackward.

func (*VideoView) CanSeekForward added in v0.0.7

func (m *VideoView) CanSeekForward() (bool, error)

CanSeekForward calls android.widget.VideoView.canSeekForward.

func (*VideoView) Draw added in v0.0.7

func (m *VideoView) Draw(arg0 *jni.Object) error

Draw calls android.widget.VideoView.draw.

func (*VideoView) GetAccessibilityClassName added in v0.0.7

func (m *VideoView) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.VideoView.getAccessibilityClassName.

func (*VideoView) GetAudioSessionId added in v0.0.7

func (m *VideoView) GetAudioSessionId() (int32, error)

GetAudioSessionId calls android.widget.VideoView.getAudioSessionId.

func (*VideoView) GetBufferPercentage added in v0.0.7

func (m *VideoView) GetBufferPercentage() (int32, error)

GetBufferPercentage calls android.widget.VideoView.getBufferPercentage.

func (*VideoView) GetCurrentPosition added in v0.0.7

func (m *VideoView) GetCurrentPosition() (int32, error)

GetCurrentPosition calls android.widget.VideoView.getCurrentPosition.

func (*VideoView) GetDuration added in v0.0.7

func (m *VideoView) GetDuration() (int32, error)

GetDuration calls android.widget.VideoView.getDuration.

func (*VideoView) IsPlaying added in v0.0.7

func (m *VideoView) IsPlaying() (bool, error)

IsPlaying calls android.widget.VideoView.isPlaying.

func (*VideoView) OnKeyDown added in v0.0.7

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

OnKeyDown calls android.widget.VideoView.onKeyDown.

func (*VideoView) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.VideoView.onTouchEvent.

func (*VideoView) OnTrackballEvent added in v0.0.7

func (m *VideoView) OnTrackballEvent(arg0 *jni.Object) (bool, error)

OnTrackballEvent calls android.widget.VideoView.onTrackballEvent.

func (*VideoView) Pause added in v0.0.7

func (m *VideoView) Pause() error

Pause calls android.widget.VideoView.pause.

func (*VideoView) ResolveAdjustedSize added in v0.0.7

func (m *VideoView) ResolveAdjustedSize(arg0 int32, arg1 int32) (int32, error)

ResolveAdjustedSize calls android.widget.VideoView.resolveAdjustedSize.

func (*VideoView) Resume added in v0.0.7

func (m *VideoView) Resume() error

Resume calls android.widget.VideoView.resume.

func (*VideoView) SeekTo added in v0.0.7

func (m *VideoView) SeekTo(arg0 int32) error

SeekTo calls android.widget.VideoView.seekTo.

func (*VideoView) SetAudioAttributes added in v0.0.7

func (m *VideoView) SetAudioAttributes(arg0 *jni.Object) error

SetAudioAttributes calls android.widget.VideoView.setAudioAttributes.

func (*VideoView) SetAudioFocusRequest added in v0.0.7

func (m *VideoView) SetAudioFocusRequest(arg0 int32) error

SetAudioFocusRequest calls android.widget.VideoView.setAudioFocusRequest.

func (*VideoView) SetMediaController added in v0.0.7

func (m *VideoView) SetMediaController(arg0 *jni.Object) error

SetMediaController calls android.widget.VideoView.setMediaController.

func (*VideoView) SetOnCompletionListener added in v0.0.7

func (m *VideoView) SetOnCompletionListener(arg0 *jni.Object) error

SetOnCompletionListener calls android.widget.VideoView.setOnCompletionListener.

func (*VideoView) SetOnErrorListener added in v0.0.7

func (m *VideoView) SetOnErrorListener(arg0 *jni.Object) error

SetOnErrorListener calls android.widget.VideoView.setOnErrorListener.

func (*VideoView) SetOnInfoListener added in v0.0.7

func (m *VideoView) SetOnInfoListener(arg0 *jni.Object) error

SetOnInfoListener calls android.widget.VideoView.setOnInfoListener.

func (*VideoView) SetOnPreparedListener added in v0.0.7

func (m *VideoView) SetOnPreparedListener(arg0 *jni.Object) error

SetOnPreparedListener calls android.widget.VideoView.setOnPreparedListener.

func (*VideoView) SetVideoPath added in v0.0.7

func (m *VideoView) SetVideoPath(arg0 string) error

SetVideoPath calls android.widget.VideoView.setVideoPath.

func (*VideoView) SetVideoURI added in v0.0.7

func (m *VideoView) SetVideoURI(arg0 *jni.Object) error

SetVideoURI calls android.widget.VideoView.setVideoURI.

func (*VideoView) Start added in v0.0.7

func (m *VideoView) Start() error

Start calls android.widget.VideoView.start.

func (*VideoView) StopPlayback added in v0.0.7

func (m *VideoView) StopPlayback() error

StopPlayback calls android.widget.VideoView.stopPlayback.

func (*VideoView) Suspend added in v0.0.7

func (m *VideoView) Suspend() error

Suspend calls android.widget.VideoView.suspend.

type ViewAnimator added in v0.0.7

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

ViewAnimator wraps android.widget.ViewAnimator.

func NewViewAnimator added in v0.0.7

func NewViewAnimator(vm *jni.VM, arg0 *jni.Object) (*ViewAnimator, error)

NewViewAnimator creates a new android.widget.ViewAnimator instance.

func (*ViewAnimator) AddView added in v0.0.7

func (m *ViewAnimator) AddView(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

AddView calls android.widget.ViewAnimator.addView.

func (*ViewAnimator) GetAccessibilityClassName added in v0.0.7

func (m *ViewAnimator) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ViewAnimator.getAccessibilityClassName.

func (*ViewAnimator) GetAnimateFirstView added in v0.0.7

func (m *ViewAnimator) GetAnimateFirstView() (bool, error)

GetAnimateFirstView calls android.widget.ViewAnimator.getAnimateFirstView.

func (*ViewAnimator) GetBaseline added in v0.0.7

func (m *ViewAnimator) GetBaseline() (int32, error)

GetBaseline calls android.widget.ViewAnimator.getBaseline.

func (*ViewAnimator) GetCurrentView added in v0.0.7

func (m *ViewAnimator) GetCurrentView() (*jni.Object, error)

GetCurrentView calls android.widget.ViewAnimator.getCurrentView.

func (*ViewAnimator) GetDisplayedChild added in v0.0.7

func (m *ViewAnimator) GetDisplayedChild() (int32, error)

GetDisplayedChild calls android.widget.ViewAnimator.getDisplayedChild.

func (*ViewAnimator) GetInAnimation added in v0.0.7

func (m *ViewAnimator) GetInAnimation() (*jni.Object, error)

GetInAnimation calls android.widget.ViewAnimator.getInAnimation.

func (*ViewAnimator) GetOutAnimation added in v0.0.7

func (m *ViewAnimator) GetOutAnimation() (*jni.Object, error)

GetOutAnimation calls android.widget.ViewAnimator.getOutAnimation.

func (*ViewAnimator) RemoveAllViews added in v0.0.7

func (m *ViewAnimator) RemoveAllViews() error

RemoveAllViews calls android.widget.ViewAnimator.removeAllViews.

func (*ViewAnimator) RemoveView added in v0.0.7

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

RemoveView calls android.widget.ViewAnimator.removeView.

func (*ViewAnimator) RemoveViewAt added in v0.0.7

func (m *ViewAnimator) RemoveViewAt(arg0 int32) error

RemoveViewAt calls android.widget.ViewAnimator.removeViewAt.

func (*ViewAnimator) RemoveViewInLayout added in v0.0.7

func (m *ViewAnimator) RemoveViewInLayout(arg0 *jni.Object) error

RemoveViewInLayout calls android.widget.ViewAnimator.removeViewInLayout.

func (*ViewAnimator) RemoveViews added in v0.0.7

func (m *ViewAnimator) RemoveViews(arg0 int32, arg1 int32) error

RemoveViews calls android.widget.ViewAnimator.removeViews.

func (*ViewAnimator) RemoveViewsInLayout added in v0.0.7

func (m *ViewAnimator) RemoveViewsInLayout(arg0 int32, arg1 int32) error

RemoveViewsInLayout calls android.widget.ViewAnimator.removeViewsInLayout.

func (*ViewAnimator) SetAnimateFirstView added in v0.0.7

func (m *ViewAnimator) SetAnimateFirstView(arg0 bool) error

SetAnimateFirstView calls android.widget.ViewAnimator.setAnimateFirstView.

func (*ViewAnimator) SetDisplayedChild added in v0.0.7

func (m *ViewAnimator) SetDisplayedChild(arg0 int32) error

SetDisplayedChild calls android.widget.ViewAnimator.setDisplayedChild.

func (*ViewAnimator) SetInAnimation1_1 added in v0.0.7

func (m *ViewAnimator) SetInAnimation1_1(arg0 *jni.Object) error

SetInAnimation1_1 calls android.widget.ViewAnimator.setInAnimation.

func (*ViewAnimator) SetInAnimation2 added in v0.0.7

func (m *ViewAnimator) SetInAnimation2(arg0 *jni.Object, arg1 int32) error

SetInAnimation2 calls android.widget.ViewAnimator.setInAnimation.

func (*ViewAnimator) SetOutAnimation1_1 added in v0.0.7

func (m *ViewAnimator) SetOutAnimation1_1(arg0 *jni.Object) error

SetOutAnimation1_1 calls android.widget.ViewAnimator.setOutAnimation.

func (*ViewAnimator) SetOutAnimation2 added in v0.0.7

func (m *ViewAnimator) SetOutAnimation2(arg0 *jni.Object, arg1 int32) error

SetOutAnimation2 calls android.widget.ViewAnimator.setOutAnimation.

func (*ViewAnimator) ShowNext added in v0.0.7

func (m *ViewAnimator) ShowNext() error

ShowNext calls android.widget.ViewAnimator.showNext.

func (*ViewAnimator) ShowPrevious added in v0.0.7

func (m *ViewAnimator) ShowPrevious() error

ShowPrevious calls android.widget.ViewAnimator.showPrevious.

type ViewFlipper added in v0.0.7

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

ViewFlipper wraps android.widget.ViewFlipper.

func NewViewFlipper added in v0.0.7

func NewViewFlipper(vm *jni.VM, arg0 *jni.Object) (*ViewFlipper, error)

NewViewFlipper creates a new android.widget.ViewFlipper instance.

func (*ViewFlipper) GetAccessibilityClassName added in v0.0.7

func (m *ViewFlipper) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ViewFlipper.getAccessibilityClassName.

func (*ViewFlipper) GetFlipInterval added in v0.0.7

func (m *ViewFlipper) GetFlipInterval() (int32, error)

GetFlipInterval calls android.widget.ViewFlipper.getFlipInterval.

func (*ViewFlipper) IsAutoStart added in v0.0.7

func (m *ViewFlipper) IsAutoStart() (bool, error)

IsAutoStart calls android.widget.ViewFlipper.isAutoStart.

func (*ViewFlipper) IsFlipping added in v0.0.7

func (m *ViewFlipper) IsFlipping() (bool, error)

IsFlipping calls android.widget.ViewFlipper.isFlipping.

func (*ViewFlipper) SetAutoStart added in v0.0.7

func (m *ViewFlipper) SetAutoStart(arg0 bool) error

SetAutoStart calls android.widget.ViewFlipper.setAutoStart.

func (*ViewFlipper) SetFlipInterval added in v0.0.7

func (m *ViewFlipper) SetFlipInterval(arg0 int32) error

SetFlipInterval calls android.widget.ViewFlipper.setFlipInterval.

func (*ViewFlipper) StartFlipping added in v0.0.7

func (m *ViewFlipper) StartFlipping() error

StartFlipping calls android.widget.ViewFlipper.startFlipping.

func (*ViewFlipper) StopFlipping added in v0.0.7

func (m *ViewFlipper) StopFlipping() error

StopFlipping calls android.widget.ViewFlipper.stopFlipping.

type ViewSwitcher added in v0.0.7

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

ViewSwitcher wraps android.widget.ViewSwitcher.

func NewViewSwitcher added in v0.0.7

func NewViewSwitcher(vm *jni.VM, arg0 *jni.Object) (*ViewSwitcher, error)

NewViewSwitcher creates a new android.widget.ViewSwitcher instance.

func (*ViewSwitcher) AddView added in v0.0.7

func (m *ViewSwitcher) AddView(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
) error

AddView calls android.widget.ViewSwitcher.addView.

func (*ViewSwitcher) GetAccessibilityClassName added in v0.0.7

func (m *ViewSwitcher) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ViewSwitcher.getAccessibilityClassName.

func (*ViewSwitcher) GetNextView added in v0.0.7

func (m *ViewSwitcher) GetNextView() (*jni.Object, error)

GetNextView calls android.widget.ViewSwitcher.getNextView.

func (*ViewSwitcher) Reset added in v0.0.7

func (m *ViewSwitcher) Reset() error

Reset calls android.widget.ViewSwitcher.reset.

func (*ViewSwitcher) SetFactory added in v0.0.7

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

SetFactory calls android.widget.ViewSwitcher.setFactory.

type ViewSwitcherViewFactory added in v0.0.7

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

ViewSwitcherViewFactory wraps android.widget.ViewSwitcher$ViewFactory.

func (*ViewSwitcherViewFactory) MakeView added in v0.0.7

func (m *ViewSwitcherViewFactory) MakeView() (*jni.Object, error)

MakeView calls android.widget.ViewSwitcher$ViewFactory.makeView.

type WrapperListAdapter added in v0.0.7

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

WrapperListAdapter wraps android.widget.WrapperListAdapter.

func (*WrapperListAdapter) GetWrappedAdapter added in v0.0.7

func (m *WrapperListAdapter) GetWrappedAdapter() (*jni.Object, error)

GetWrappedAdapter calls android.widget.WrapperListAdapter.getWrappedAdapter.

type ZoomButton added in v0.0.7

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

ZoomButton wraps android.widget.ZoomButton.

func NewZoomButton added in v0.0.7

func NewZoomButton(vm *jni.VM, arg0 *jni.Object) (*ZoomButton, error)

NewZoomButton creates a new android.widget.ZoomButton instance.

func (*ZoomButton) DispatchUnhandledMove added in v0.0.7

func (m *ZoomButton) DispatchUnhandledMove(arg0 *jni.Object, arg1 int32) (bool, error)

DispatchUnhandledMove calls android.widget.ZoomButton.dispatchUnhandledMove.

func (*ZoomButton) GetAccessibilityClassName added in v0.0.7

func (m *ZoomButton) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ZoomButton.getAccessibilityClassName.

func (*ZoomButton) OnKeyUp added in v0.0.7

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

OnKeyUp calls android.widget.ZoomButton.onKeyUp.

func (*ZoomButton) OnLongClick added in v0.0.7

func (m *ZoomButton) OnLongClick(arg0 *jni.Object) (bool, error)

OnLongClick calls android.widget.ZoomButton.onLongClick.

func (*ZoomButton) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.ZoomButton.onTouchEvent.

func (*ZoomButton) SetEnabled added in v0.0.7

func (m *ZoomButton) SetEnabled(arg0 bool) error

SetEnabled calls android.widget.ZoomButton.setEnabled.

func (*ZoomButton) SetZoomSpeed added in v0.0.7

func (m *ZoomButton) SetZoomSpeed(arg0 int64) error

SetZoomSpeed calls android.widget.ZoomButton.setZoomSpeed.

type ZoomButtonsController added in v0.0.7

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

ZoomButtonsController wraps android.widget.ZoomButtonsController.

func NewZoomButtonsController added in v0.0.7

func NewZoomButtonsController(vm *jni.VM, arg0 *jni.Object) (*ZoomButtonsController, error)

NewZoomButtonsController creates a new android.widget.ZoomButtonsController instance.

func (*ZoomButtonsController) GetContainer added in v0.0.7

func (m *ZoomButtonsController) GetContainer() (*jni.Object, error)

GetContainer calls android.widget.ZoomButtonsController.getContainer.

func (*ZoomButtonsController) GetZoomControls added in v0.0.7

func (m *ZoomButtonsController) GetZoomControls() (*jni.Object, error)

GetZoomControls calls android.widget.ZoomButtonsController.getZoomControls.

func (*ZoomButtonsController) IsAutoDismissed added in v0.0.7

func (m *ZoomButtonsController) IsAutoDismissed() (bool, error)

IsAutoDismissed calls android.widget.ZoomButtonsController.isAutoDismissed.

func (*ZoomButtonsController) IsVisible added in v0.0.7

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

IsVisible calls android.widget.ZoomButtonsController.isVisible.

func (*ZoomButtonsController) OnTouch added in v0.0.7

func (m *ZoomButtonsController) OnTouch(arg0 *jni.Object, arg1 *jni.Object) (bool, error)

OnTouch calls android.widget.ZoomButtonsController.onTouch.

func (*ZoomButtonsController) SetAutoDismissed added in v0.0.7

func (m *ZoomButtonsController) SetAutoDismissed(arg0 bool) error

SetAutoDismissed calls android.widget.ZoomButtonsController.setAutoDismissed.

func (*ZoomButtonsController) SetFocusable added in v0.0.7

func (m *ZoomButtonsController) SetFocusable(arg0 bool) error

SetFocusable calls android.widget.ZoomButtonsController.setFocusable.

func (*ZoomButtonsController) SetOnZoomListener added in v0.0.7

func (m *ZoomButtonsController) SetOnZoomListener(arg0 *jni.Object) error

SetOnZoomListener calls android.widget.ZoomButtonsController.setOnZoomListener.

func (*ZoomButtonsController) SetVisible added in v0.0.7

func (m *ZoomButtonsController) SetVisible(arg0 bool) error

SetVisible calls android.widget.ZoomButtonsController.setVisible.

func (*ZoomButtonsController) SetZoomInEnabled added in v0.0.7

func (m *ZoomButtonsController) SetZoomInEnabled(arg0 bool) error

SetZoomInEnabled calls android.widget.ZoomButtonsController.setZoomInEnabled.

func (*ZoomButtonsController) SetZoomOutEnabled added in v0.0.7

func (m *ZoomButtonsController) SetZoomOutEnabled(arg0 bool) error

SetZoomOutEnabled calls android.widget.ZoomButtonsController.setZoomOutEnabled.

func (*ZoomButtonsController) SetZoomSpeed added in v0.0.7

func (m *ZoomButtonsController) SetZoomSpeed(arg0 int64) error

SetZoomSpeed calls android.widget.ZoomButtonsController.setZoomSpeed.

type ZoomButtonsControllerOnZoomListener added in v0.0.7

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

ZoomButtonsControllerOnZoomListener wraps android.widget.ZoomButtonsController$OnZoomListener.

func (*ZoomButtonsControllerOnZoomListener) OnVisibilityChanged added in v0.0.7

func (m *ZoomButtonsControllerOnZoomListener) OnVisibilityChanged(arg0 bool) error

OnVisibilityChanged calls android.widget.ZoomButtonsController$OnZoomListener.onVisibilityChanged.

func (*ZoomButtonsControllerOnZoomListener) OnZoom added in v0.0.7

OnZoom calls android.widget.ZoomButtonsController$OnZoomListener.onZoom.

type ZoomControls added in v0.0.7

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

ZoomControls wraps android.widget.ZoomControls.

func NewZoomControls added in v0.0.7

func NewZoomControls(vm *jni.VM, arg0 *jni.Object) (*ZoomControls, error)

NewZoomControls creates a new android.widget.ZoomControls instance.

func (*ZoomControls) GetAccessibilityClassName added in v0.0.7

func (m *ZoomControls) GetAccessibilityClassName() (*jni.Object, error)

GetAccessibilityClassName calls android.widget.ZoomControls.getAccessibilityClassName.

func (*ZoomControls) HasFocus added in v0.0.7

func (m *ZoomControls) HasFocus() (bool, error)

HasFocus calls android.widget.ZoomControls.hasFocus.

func (*ZoomControls) Hide added in v0.0.7

func (m *ZoomControls) Hide() error

Hide calls android.widget.ZoomControls.hide.

func (*ZoomControls) OnTouchEvent added in v0.0.7

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

OnTouchEvent calls android.widget.ZoomControls.onTouchEvent.

func (*ZoomControls) SetIsZoomInEnabled added in v0.0.7

func (m *ZoomControls) SetIsZoomInEnabled(arg0 bool) error

SetIsZoomInEnabled calls android.widget.ZoomControls.setIsZoomInEnabled.

func (*ZoomControls) SetIsZoomOutEnabled added in v0.0.7

func (m *ZoomControls) SetIsZoomOutEnabled(arg0 bool) error

SetIsZoomOutEnabled calls android.widget.ZoomControls.setIsZoomOutEnabled.

func (*ZoomControls) SetOnZoomInClickListener added in v0.0.7

func (m *ZoomControls) SetOnZoomInClickListener(arg0 *jni.Object) error

SetOnZoomInClickListener calls android.widget.ZoomControls.setOnZoomInClickListener.

func (*ZoomControls) SetOnZoomOutClickListener added in v0.0.7

func (m *ZoomControls) SetOnZoomOutClickListener(arg0 *jni.Object) error

SetOnZoomOutClickListener calls android.widget.ZoomControls.setOnZoomOutClickListener.

func (*ZoomControls) SetZoomSpeed added in v0.0.7

func (m *ZoomControls) SetZoomSpeed(arg0 int64) error

SetZoomSpeed calls android.widget.ZoomControls.setZoomSpeed.

func (*ZoomControls) Show added in v0.0.7

func (m *ZoomControls) Show() error

Show calls android.widget.ZoomControls.show.

Source Files

Directories

Path Synopsis
Package inline provides Go bindings for android.widget.inline.
Package inline provides Go bindings for android.widget.inline.
Package photopicker provides Go bindings for android.widget.photopicker.
Package photopicker provides Go bindings for android.widget.photopicker.
Package toast provides Go bindings for android.widget.
Package toast provides Go bindings for android.widget.

Jump to

Keyboard shortcuts

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