widget

package
v0.0.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbsoluteLayoutServer

type AbsoluteLayoutServer struct {
	pb.UnimplementedAbsoluteLayoutServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AbsoluteLayoutServer implements pb.AbsoluteLayoutServiceServer.

func (*AbsoluteLayoutServer) GenerateLayoutParams

func (*AbsoluteLayoutServer) NewAbsoluteLayout

type ActionMenuViewServer

type ActionMenuViewServer struct {
	pb.UnimplementedActionMenuViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ActionMenuViewServer implements pb.ActionMenuViewServiceServer.

func (*ActionMenuViewServer) DismissPopupMenus

func (*ActionMenuViewServer) GenerateLayoutParams1

func (*ActionMenuViewServer) GenerateLayoutParams1_1

func (*ActionMenuViewServer) GenerateLayoutParams1_2

func (*ActionMenuViewServer) GetMenu

func (*ActionMenuViewServer) GetOverflowIcon

func (*ActionMenuViewServer) GetPopupTheme

func (*ActionMenuViewServer) HideOverflowMenu

func (*ActionMenuViewServer) IsOverflowMenuShowing

func (*ActionMenuViewServer) NewActionMenuView

func (*ActionMenuViewServer) OnConfigurationChanged

func (*ActionMenuViewServer) OnDetachedFromWindow

func (*ActionMenuViewServer) SetOverflowIcon

func (*ActionMenuViewServer) SetPopupTheme

func (*ActionMenuViewServer) ShowOverflowMenu

type AdapterViewFlipperServer

type AdapterViewFlipperServer struct {
	pb.UnimplementedAdapterViewFlipperServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AdapterViewFlipperServer implements pb.AdapterViewFlipperServiceServer.

func (*AdapterViewFlipperServer) GetAccessibilityClassName

func (*AdapterViewFlipperServer) GetFlipInterval

func (*AdapterViewFlipperServer) IsAutoStart

func (*AdapterViewFlipperServer) IsFlipping

func (*AdapterViewFlipperServer) NewAdapterViewFlipper

func (*AdapterViewFlipperServer) SetAdapter

func (*AdapterViewFlipperServer) SetAutoStart

func (*AdapterViewFlipperServer) SetFlipInterval

func (*AdapterViewFlipperServer) ShowNext

func (*AdapterViewFlipperServer) ShowPrevious

func (*AdapterViewFlipperServer) StartFlipping

func (*AdapterViewFlipperServer) StopFlipping

type AlphabetIndexerServer

type AlphabetIndexerServer struct {
	pb.UnimplementedAlphabetIndexerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AlphabetIndexerServer implements pb.AlphabetIndexerServiceServer.

func (*AlphabetIndexerServer) GetPositionForSection

func (*AlphabetIndexerServer) GetSectionForPosition

func (*AlphabetIndexerServer) GetSections

func (*AlphabetIndexerServer) NewAlphabetIndexer

func (*AlphabetIndexerServer) OnChanged

func (*AlphabetIndexerServer) OnInvalidated

func (*AlphabetIndexerServer) SetCursor

type AnalogClockServer

type AnalogClockServer struct {
	pb.UnimplementedAnalogClockServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AnalogClockServer implements pb.AnalogClockServiceServer.

func (*AnalogClockServer) GetDialTintBlendMode

func (*AnalogClockServer) GetDialTintList

func (*AnalogClockServer) GetHourHandTintList

func (*AnalogClockServer) GetMinuteHandTintList

func (*AnalogClockServer) GetSecondHandTintList

func (*AnalogClockServer) GetTimeZone

func (*AnalogClockServer) NewAnalogClock

func (*AnalogClockServer) OnVisibilityAggregated

func (*AnalogClockServer) SetDial

func (*AnalogClockServer) SetDialTintBlendMode

func (*AnalogClockServer) SetDialTintList

func (*AnalogClockServer) SetHourHand

func (*AnalogClockServer) SetHourHandTintList

func (*AnalogClockServer) SetMinuteHand

func (*AnalogClockServer) SetMinuteHandTintList

func (*AnalogClockServer) SetSecondHand

func (*AnalogClockServer) SetSecondHandTintList

func (*AnalogClockServer) SetTimeZone

type ArrayAdapterServer

type ArrayAdapterServer struct {
	pb.UnimplementedArrayAdapterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ArrayAdapterServer implements pb.ArrayAdapterServiceServer.

func (*ArrayAdapterServer) AddAll

func (*ArrayAdapterServer) Clear

func (*ArrayAdapterServer) CreateFromResource

func (*ArrayAdapterServer) GetAutofillOptions

func (*ArrayAdapterServer) GetContext

func (*ArrayAdapterServer) GetCount

func (*ArrayAdapterServer) GetDropDownView

func (*ArrayAdapterServer) GetFilter

func (*ArrayAdapterServer) GetItemId

func (*ArrayAdapterServer) GetView

func (*ArrayAdapterServer) NewArrayAdapter

func (*ArrayAdapterServer) NotifyDataSetChanged

func (*ArrayAdapterServer) SetNotifyOnChange

type AutoCompleteTextViewServer

type AutoCompleteTextViewServer struct {
	pb.UnimplementedAutoCompleteTextViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

AutoCompleteTextViewServer implements pb.AutoCompleteTextViewServiceServer.

func (*AutoCompleteTextViewServer) ClearListSelection

func (*AutoCompleteTextViewServer) DismissDropDown

func (*AutoCompleteTextViewServer) EnoughToFilter

func (*AutoCompleteTextViewServer) GetAccessibilityClassName

func (*AutoCompleteTextViewServer) GetAdapter

func (*AutoCompleteTextViewServer) GetCompletionHint

func (*AutoCompleteTextViewServer) GetDropDownAnchor

func (*AutoCompleteTextViewServer) GetDropDownBackground

func (*AutoCompleteTextViewServer) GetDropDownHeight

func (*AutoCompleteTextViewServer) GetDropDownVerticalOffset

func (*AutoCompleteTextViewServer) GetDropDownWidth

func (*AutoCompleteTextViewServer) GetInputMethodMode

func (*AutoCompleteTextViewServer) GetItemClickListener

func (*AutoCompleteTextViewServer) GetItemSelectedListener

func (*AutoCompleteTextViewServer) GetListSelection

func (*AutoCompleteTextViewServer) GetThreshold

func (*AutoCompleteTextViewServer) GetValidator

func (*AutoCompleteTextViewServer) IsPerformingCompletion

func (*AutoCompleteTextViewServer) IsPopupShowing

func (*AutoCompleteTextViewServer) NewAutoCompleteTextView

func (*AutoCompleteTextViewServer) OnCommitCompletion

func (*AutoCompleteTextViewServer) OnKeyDown

func (*AutoCompleteTextViewServer) OnKeyPreIme

func (*AutoCompleteTextViewServer) OnKeyUp

func (*AutoCompleteTextViewServer) PerformCompletion

func (*AutoCompleteTextViewServer) PerformValidation

func (*AutoCompleteTextViewServer) RefreshAutoCompleteResults

func (*AutoCompleteTextViewServer) SetCompletionHint

func (*AutoCompleteTextViewServer) SetDropDownAnchor

func (*AutoCompleteTextViewServer) SetDropDownHeight

func (*AutoCompleteTextViewServer) SetDropDownVerticalOffset

func (*AutoCompleteTextViewServer) SetDropDownWidth

func (*AutoCompleteTextViewServer) SetInputMethodMode

func (*AutoCompleteTextViewServer) SetListSelection

func (*AutoCompleteTextViewServer) SetOnDismissListener

func (*AutoCompleteTextViewServer) SetOnItemClickListener

func (*AutoCompleteTextViewServer) SetOnItemSelectedListener

func (*AutoCompleteTextViewServer) SetText

func (*AutoCompleteTextViewServer) SetThreshold

func (*AutoCompleteTextViewServer) SetValidator

func (*AutoCompleteTextViewServer) ShowDropDown

type ButtonServer

type ButtonServer struct {
	pb.UnimplementedButtonServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ButtonServer implements pb.ButtonServiceServer.

func (*ButtonServer) NewButton

func (*ButtonServer) OnResolvePointerIcon

type CalendarViewServer

type CalendarViewServer struct {
	pb.UnimplementedCalendarViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

CalendarViewServer implements pb.CalendarViewServiceServer.

func (*CalendarViewServer) GetDate

func (*CalendarViewServer) GetDateTextAppearance

func (*CalendarViewServer) GetFirstDayOfWeek

func (*CalendarViewServer) GetMaxDate

func (*CalendarViewServer) GetMinDate

func (*CalendarViewServer) GetShowWeekNumber

func (*CalendarViewServer) GetShownWeekCount

func (*CalendarViewServer) GetWeekNumberColor

func (*CalendarViewServer) NewCalendarView

func (*CalendarViewServer) SetDate1

func (*CalendarViewServer) SetDate3_1

func (*CalendarViewServer) SetDateTextAppearance

func (*CalendarViewServer) SetFirstDayOfWeek

func (*CalendarViewServer) SetMaxDate

func (*CalendarViewServer) SetMinDate

func (*CalendarViewServer) SetOnDateChangeListener

func (*CalendarViewServer) SetShowWeekNumber

func (*CalendarViewServer) SetShownWeekCount

func (*CalendarViewServer) SetWeekNumberColor

type CheckBoxServer

type CheckBoxServer struct {
	pb.UnimplementedCheckBoxServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

CheckBoxServer implements pb.CheckBoxServiceServer.

func (*CheckBoxServer) NewCheckBox

type CheckedTextViewServer

type CheckedTextViewServer struct {
	pb.UnimplementedCheckedTextViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

CheckedTextViewServer implements pb.CheckedTextViewServiceServer.

func (*CheckedTextViewServer) DrawableHotspotChanged

func (*CheckedTextViewServer) GetCheckMarkDrawable

func (*CheckedTextViewServer) GetCheckMarkTintList

func (*CheckedTextViewServer) GetCheckMarkTintMode

func (*CheckedTextViewServer) IsChecked

func (*CheckedTextViewServer) NewCheckedTextView

func (*CheckedTextViewServer) OnRestoreInstanceState

func (*CheckedTextViewServer) OnRtlPropertiesChanged

func (*CheckedTextViewServer) OnSaveInstanceState

func (*CheckedTextViewServer) SetCheckMarkDrawable1

func (*CheckedTextViewServer) SetCheckMarkDrawable1_1

func (*CheckedTextViewServer) SetCheckMarkTintList

func (*CheckedTextViewServer) SetCheckMarkTintMode

func (*CheckedTextViewServer) SetChecked

func (*CheckedTextViewServer) SetVisibility

func (*CheckedTextViewServer) Toggle

type ChronometerServer

type ChronometerServer struct {
	pb.UnimplementedChronometerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ChronometerServer implements pb.ChronometerServiceServer.

func (*ChronometerServer) GetBase

func (*ChronometerServer) GetContentDescription

func (*ChronometerServer) GetFormat

func (*ChronometerServer) IsCountDown

func (*ChronometerServer) IsTheFinalCountDown

func (*ChronometerServer) NewChronometer

func (*ChronometerServer) SetBase

func (*ChronometerServer) SetCountDown

func (*ChronometerServer) SetFormat

func (*ChronometerServer) Start

func (*ChronometerServer) Stop

type DatePickerServer

type DatePickerServer struct {
	pb.UnimplementedDatePickerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

DatePickerServer implements pb.DatePickerServiceServer.

func (*DatePickerServer) Autofill

func (*DatePickerServer) GetAutofillType

func (*DatePickerServer) GetAutofillValue

func (*DatePickerServer) GetCalendarView

func (*DatePickerServer) GetCalendarViewShown

func (*DatePickerServer) GetDayOfMonth

func (*DatePickerServer) GetFirstDayOfWeek

func (*DatePickerServer) GetMaxDate

func (*DatePickerServer) GetMinDate

func (*DatePickerServer) GetMonth

func (*DatePickerServer) GetSpinnersShown

func (*DatePickerServer) GetYear

func (*DatePickerServer) Init

func (*DatePickerServer) IsEnabled

func (*DatePickerServer) NewDatePicker

func (*DatePickerServer) SetCalendarViewShown

func (*DatePickerServer) SetEnabled

func (*DatePickerServer) SetFirstDayOfWeek

func (*DatePickerServer) SetMaxDate

func (*DatePickerServer) SetMinDate

func (*DatePickerServer) SetSpinnersShown

func (*DatePickerServer) UpdateDate

type DialerFilterServer

type DialerFilterServer struct {
	pb.UnimplementedDialerFilterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

DialerFilterServer implements pb.DialerFilterServiceServer.

func (*DialerFilterServer) Append

func (*DialerFilterServer) ClearText

func (*DialerFilterServer) GetDigits

func (*DialerFilterServer) GetFilterText

func (*DialerFilterServer) GetLetters

func (*DialerFilterServer) GetMode

func (*DialerFilterServer) IsQwertyKeyboard

func (*DialerFilterServer) NewDialerFilter

func (*DialerFilterServer) OnKeyDown

func (*DialerFilterServer) OnKeyUp

func (*DialerFilterServer) RemoveFilterWatcher

func (*DialerFilterServer) SetDigitsWatcher

func (*DialerFilterServer) SetFilterWatcher

func (*DialerFilterServer) SetLettersWatcher

func (*DialerFilterServer) SetMode

type DigitalClockServer

type DigitalClockServer struct {
	pb.UnimplementedDigitalClockServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

DigitalClockServer implements pb.DigitalClockServiceServer.

func (*DigitalClockServer) NewDigitalClock

type EdgeEffectServer

type EdgeEffectServer struct {
	pb.UnimplementedEdgeEffectServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

EdgeEffectServer implements pb.EdgeEffectServiceServer.

func (*EdgeEffectServer) Draw

func (*EdgeEffectServer) Finish

func (*EdgeEffectServer) GetBlendMode

func (*EdgeEffectServer) GetColor

func (*EdgeEffectServer) GetDistance

func (*EdgeEffectServer) GetMaxHeight

func (*EdgeEffectServer) IsFinished

func (*EdgeEffectServer) NewEdgeEffect

func (*EdgeEffectServer) OnAbsorb

func (*EdgeEffectServer) OnPull1

func (*EdgeEffectServer) OnPull2_1

func (*EdgeEffectServer) OnPullDistance

func (*EdgeEffectServer) OnRelease

func (*EdgeEffectServer) SetBlendMode

func (*EdgeEffectServer) SetColor

func (*EdgeEffectServer) SetSize

type EditTextServer

type EditTextServer struct {
	pb.UnimplementedEditTextServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

EditTextServer implements pb.EditTextServiceServer.

func (*EditTextServer) ExtendSelection

func (*EditTextServer) GetFreezesText

func (*EditTextServer) GetText0

func (*EditTextServer) GetText0_1

func (*EditTextServer) IsStyleShortcutEnabled

func (*EditTextServer) NewEditText

func (*EditTextServer) OnKeyShortcut

func (*EditTextServer) OnTextContextMenuItem

func (*EditTextServer) SelectAll

func (*EditTextServer) SetEllipsize

func (*EditTextServer) SetSelection1

func (*EditTextServer) SetSelection2_1

func (*EditTextServer) SetText

type ExpandableListViewServer

type ExpandableListViewServer struct {
	pb.UnimplementedExpandableListViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ExpandableListViewServer implements pb.ExpandableListViewServiceServer.

func (*ExpandableListViewServer) CollapseGroup

func (*ExpandableListViewServer) ExpandGroup1

func (*ExpandableListViewServer) ExpandGroup2_1

func (*ExpandableListViewServer) GetAccessibilityClassName

func (*ExpandableListViewServer) GetAdapter0

func (*ExpandableListViewServer) GetAdapter0_1

func (*ExpandableListViewServer) GetExpandableListAdapter

func (*ExpandableListViewServer) GetExpandableListPosition

func (*ExpandableListViewServer) GetFlatListPosition

func (*ExpandableListViewServer) GetPackedPositionChild

func (*ExpandableListViewServer) GetPackedPositionForChild

func (*ExpandableListViewServer) GetPackedPositionForGroup

func (*ExpandableListViewServer) GetPackedPositionGroup

func (*ExpandableListViewServer) GetPackedPositionType

func (*ExpandableListViewServer) GetSelectedId

func (*ExpandableListViewServer) GetSelectedPosition

func (*ExpandableListViewServer) IsGroupExpanded

func (*ExpandableListViewServer) NewExpandableListView

func (*ExpandableListViewServer) OnRestoreInstanceState

func (*ExpandableListViewServer) OnRtlPropertiesChanged

func (*ExpandableListViewServer) OnSaveInstanceState

func (*ExpandableListViewServer) PerformItemClick

func (*ExpandableListViewServer) SetAdapter1

func (*ExpandableListViewServer) SetAdapter1_1

func (*ExpandableListViewServer) SetAdapter1_2

func (*ExpandableListViewServer) SetChildDivider

func (*ExpandableListViewServer) SetChildIndicator

func (*ExpandableListViewServer) SetChildIndicatorBounds

func (*ExpandableListViewServer) SetGroupIndicator

func (*ExpandableListViewServer) SetIndicatorBounds

func (*ExpandableListViewServer) SetOnChildClickListener

func (*ExpandableListViewServer) SetOnGroupClickListener

func (*ExpandableListViewServer) SetOnGroupExpandListener

func (*ExpandableListViewServer) SetOnItemClickListener

func (*ExpandableListViewServer) SetSelectedChild

func (*ExpandableListViewServer) SetSelectedGroup

type FrameLayoutServer

type FrameLayoutServer struct {
	pb.UnimplementedFrameLayoutServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

FrameLayoutServer implements pb.FrameLayoutServiceServer.

func (*FrameLayoutServer) GenerateLayoutParams1

func (*FrameLayoutServer) GenerateLayoutParams1_1

func (*FrameLayoutServer) GetMeasureAllChildren

func (*FrameLayoutServer) NewFrameLayout

func (*FrameLayoutServer) SetForegroundGravity

func (*FrameLayoutServer) SetMeasureAllChildren

type GalleryServer

type GalleryServer struct {
	pb.UnimplementedGalleryServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

GalleryServer implements pb.GalleryServiceServer.

func (*GalleryServer) DispatchKeyEvent

func (*GalleryServer) DispatchSetSelected

func (*GalleryServer) GenerateLayoutParams

func (*GalleryServer) NewGallery

func (*GalleryServer) OnDown

func (*GalleryServer) OnFling

func (*GalleryServer) OnKeyDown

func (*GalleryServer) OnKeyUp

func (*GalleryServer) OnLongPress

func (*GalleryServer) OnScroll

func (*GalleryServer) OnShowPress

func (*GalleryServer) OnSingleTapUp

func (*GalleryServer) OnTouchEvent

func (*GalleryServer) SetAnimationDuration

func (*GalleryServer) SetGravity

func (*GalleryServer) SetSpacing

func (*GalleryServer) SetUnselectedAlpha

func (*GalleryServer) ShowContextMenu0

type GridLayoutServer

type GridLayoutServer struct {
	pb.UnimplementedGridLayoutServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

GridLayoutServer implements pb.GridLayoutServiceServer.

func (*GridLayoutServer) GenerateLayoutParams1

func (*GridLayoutServer) GetAlignmentMode

func (*GridLayoutServer) GetColumnCount

func (*GridLayoutServer) GetOrientation

func (*GridLayoutServer) GetRowCount

func (*GridLayoutServer) GetUseDefaultMargins

func (*GridLayoutServer) IsColumnOrderPreserved

func (*GridLayoutServer) IsRowOrderPreserved

func (*GridLayoutServer) NewGridLayout

func (*GridLayoutServer) OnViewAdded

func (*GridLayoutServer) OnViewRemoved

func (*GridLayoutServer) RequestLayout

func (*GridLayoutServer) SetAlignmentMode

func (*GridLayoutServer) SetColumnCount

func (*GridLayoutServer) SetOrientation

func (*GridLayoutServer) SetRowCount

func (*GridLayoutServer) SetRowOrderPreserved

func (*GridLayoutServer) SetUseDefaultMargins

func (*GridLayoutServer) Spec1

func (*GridLayoutServer) Spec2_1

func (*GridLayoutServer) Spec2_3

func (*GridLayoutServer) Spec2_4

func (*GridLayoutServer) Spec3_2

func (*GridLayoutServer) Spec3_5

func (*GridLayoutServer) Spec3_7

func (*GridLayoutServer) Spec4_6

type GridViewServer

type GridViewServer struct {
	pb.UnimplementedGridViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

GridViewServer implements pb.GridViewServiceServer.

func (*GridViewServer) GetAdapter0

func (*GridViewServer) GetAdapter0_1

func (*GridViewServer) GetColumnWidth

func (*GridViewServer) GetGravity

func (*GridViewServer) GetHorizontalSpacing

func (*GridViewServer) GetNumColumns

func (*GridViewServer) GetStretchMode

func (*GridViewServer) GetVerticalSpacing

func (*GridViewServer) NewGridView

func (*GridViewServer) OnKeyDown

func (*GridViewServer) OnKeyMultiple

func (*GridViewServer) OnKeyUp

func (*GridViewServer) SetAdapter1

func (*GridViewServer) SetAdapter1_1

func (*GridViewServer) SetColumnWidth

func (*GridViewServer) SetGravity

func (*GridViewServer) SetHorizontalSpacing

func (*GridViewServer) SetNumColumns

func (*GridViewServer) SetRemoteViewsAdapter

func (*GridViewServer) SetSelection

func (*GridViewServer) SetStretchMode

func (*GridViewServer) SetVerticalSpacing

func (*GridViewServer) SmoothScrollByOffset

func (*GridViewServer) SmoothScrollToPosition

type HeaderViewListAdapterServer

type HeaderViewListAdapterServer struct {
	pb.UnimplementedHeaderViewListAdapterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

HeaderViewListAdapterServer implements pb.HeaderViewListAdapterServiceServer.

func (*HeaderViewListAdapterServer) GetCount

func (*HeaderViewListAdapterServer) GetFilter

func (*HeaderViewListAdapterServer) GetFootersCount

func (*HeaderViewListAdapterServer) GetHeadersCount

func (*HeaderViewListAdapterServer) GetItem

func (*HeaderViewListAdapterServer) GetItemId

func (*HeaderViewListAdapterServer) GetItemViewType

func (*HeaderViewListAdapterServer) GetView

func (*HeaderViewListAdapterServer) GetViewTypeCount

func (*HeaderViewListAdapterServer) HasStableIds

func (*HeaderViewListAdapterServer) IsEmpty

func (*HeaderViewListAdapterServer) IsEnabled

func (*HeaderViewListAdapterServer) NewHeaderViewListAdapter

func (*HeaderViewListAdapterServer) RegisterDataSetObserver

func (*HeaderViewListAdapterServer) RemoveFooter

func (*HeaderViewListAdapterServer) RemoveHeader

func (*HeaderViewListAdapterServer) UnregisterDataSetObserver

type HorizontalScrollViewServer

type HorizontalScrollViewServer struct {
	pb.UnimplementedHorizontalScrollViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

HorizontalScrollViewServer implements pb.HorizontalScrollViewServiceServer.

func (*HorizontalScrollViewServer) AddView1

func (*HorizontalScrollViewServer) AddView2_1

func (*HorizontalScrollViewServer) AddView2_2

func (*HorizontalScrollViewServer) AddView3_3

func (*HorizontalScrollViewServer) ArrowScroll

func (*HorizontalScrollViewServer) ComputeScroll

func (*HorizontalScrollViewServer) DispatchKeyEvent

func (*HorizontalScrollViewServer) Draw

func (*HorizontalScrollViewServer) ExecuteKeyEvent

func (*HorizontalScrollViewServer) Fling

func (*HorizontalScrollViewServer) FullScroll

func (*HorizontalScrollViewServer) GetAccessibilityClassName

func (*HorizontalScrollViewServer) GetLeftEdgeEffectColor

func (*HorizontalScrollViewServer) GetMaxScrollAmount

func (*HorizontalScrollViewServer) GetRightEdgeEffectColor

func (*HorizontalScrollViewServer) IsFillViewport

func (*HorizontalScrollViewServer) IsSmoothScrollingEnabled

func (*HorizontalScrollViewServer) NewHorizontalScrollView

func (*HorizontalScrollViewServer) OnGenericMotionEvent

func (*HorizontalScrollViewServer) OnInterceptTouchEvent

func (*HorizontalScrollViewServer) OnTouchEvent

func (*HorizontalScrollViewServer) PageScroll

func (*HorizontalScrollViewServer) RequestChildFocus

func (*HorizontalScrollViewServer) RequestLayout

func (*HorizontalScrollViewServer) ScrollTo

func (*HorizontalScrollViewServer) SetEdgeEffectColor

func (*HorizontalScrollViewServer) SetFillViewport

func (*HorizontalScrollViewServer) SetLeftEdgeEffectColor

func (*HorizontalScrollViewServer) SetRightEdgeEffectColor

func (*HorizontalScrollViewServer) SetSmoothScrollingEnabled

func (*HorizontalScrollViewServer) SmoothScrollBy

func (*HorizontalScrollViewServer) SmoothScrollTo

type ImageButtonServer

type ImageButtonServer struct {
	pb.UnimplementedImageButtonServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ImageButtonServer implements pb.ImageButtonServiceServer.

func (*ImageButtonServer) NewImageButton

func (*ImageButtonServer) OnResolvePointerIcon

type ImageSwitcherServer

type ImageSwitcherServer struct {
	pb.UnimplementedImageSwitcherServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ImageSwitcherServer implements pb.ImageSwitcherServiceServer.

func (*ImageSwitcherServer) NewImageSwitcher

func (*ImageSwitcherServer) SetImageDrawable

func (*ImageSwitcherServer) SetImageResource

func (*ImageSwitcherServer) SetImageURI

type ImageViewServer

type ImageViewServer struct {
	pb.UnimplementedImageViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ImageViewServer implements pb.ImageViewServiceServer.

func (*ImageViewServer) AnimateTransform

func (*ImageViewServer) ClearColorFilter

func (*ImageViewServer) DrawableHotspotChanged

func (*ImageViewServer) GetAdjustViewBounds

func (*ImageViewServer) GetBaseline

func (*ImageViewServer) GetBaselineAlignBottom

func (*ImageViewServer) GetColorFilter

func (*ImageViewServer) GetCropToPadding

func (*ImageViewServer) GetDrawable

func (*ImageViewServer) GetImageAlpha

func (*ImageViewServer) GetImageMatrix

func (*ImageViewServer) GetImageTintBlendMode

func (*ImageViewServer) GetImageTintList

func (*ImageViewServer) GetImageTintMode

func (*ImageViewServer) GetMaxHeight

func (*ImageViewServer) GetMaxWidth

func (*ImageViewServer) GetScaleType

func (*ImageViewServer) InvalidateDrawable

func (*ImageViewServer) IsOpaque

func (*ImageViewServer) NewImageView

func (*ImageViewServer) OnCreateDrawableState

func (*ImageViewServer) OnRtlPropertiesChanged

func (*ImageViewServer) OnVisibilityAggregated

func (*ImageViewServer) SetAdjustViewBounds

func (*ImageViewServer) SetAlpha

func (*ImageViewServer) SetBaseline

func (*ImageViewServer) SetBaselineAlignBottom

func (*ImageViewServer) SetColorFilter1

func (*ImageViewServer) SetColorFilter1_1

func (*ImageViewServer) SetColorFilter2_2

func (*ImageViewServer) SetCropToPadding

func (*ImageViewServer) SetImageAlpha

func (*ImageViewServer) SetImageBitmap

func (*ImageViewServer) SetImageDrawable

func (*ImageViewServer) SetImageIcon

func (*ImageViewServer) SetImageLevel

func (*ImageViewServer) SetImageMatrix

func (*ImageViewServer) SetImageResource

func (*ImageViewServer) SetImageState

func (*ImageViewServer) SetImageTintBlendMode

func (*ImageViewServer) SetImageTintList

func (*ImageViewServer) SetImageTintMode

func (*ImageViewServer) SetImageURI

func (*ImageViewServer) SetMaxHeight

func (*ImageViewServer) SetMaxWidth

func (*ImageViewServer) SetScaleType

func (*ImageViewServer) SetSelected

func (*ImageViewServer) SetVisibility

type LinearLayoutServer

type LinearLayoutServer struct {
	pb.UnimplementedLinearLayoutServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

LinearLayoutServer implements pb.LinearLayoutServiceServer.

func (*LinearLayoutServer) GenerateLayoutParams1

func (*LinearLayoutServer) GenerateLayoutParams1_1

func (*LinearLayoutServer) GetBaseline

func (*LinearLayoutServer) GetDividerDrawable

func (*LinearLayoutServer) GetDividerPadding

func (*LinearLayoutServer) GetGravity

func (*LinearLayoutServer) GetOrientation

func (*LinearLayoutServer) GetShowDividers

func (*LinearLayoutServer) GetWeightSum

func (*LinearLayoutServer) IsBaselineAligned

func (*LinearLayoutServer) NewLinearLayout

func (*LinearLayoutServer) OnRtlPropertiesChanged

func (*LinearLayoutServer) SetBaselineAligned

func (*LinearLayoutServer) SetDividerDrawable

func (*LinearLayoutServer) SetDividerPadding

func (*LinearLayoutServer) SetGravity

func (*LinearLayoutServer) SetHorizontalGravity

func (*LinearLayoutServer) SetOrientation

func (*LinearLayoutServer) SetShowDividers

func (*LinearLayoutServer) SetVerticalGravity

func (*LinearLayoutServer) SetWeightSum

type ListPopupWindowServer

type ListPopupWindowServer struct {
	pb.UnimplementedListPopupWindowServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ListPopupWindowServer implements pb.ListPopupWindowServiceServer.

func (*ListPopupWindowServer) ClearListSelection

func (*ListPopupWindowServer) CreateDragToOpenListener

func (*ListPopupWindowServer) Dismiss

func (*ListPopupWindowServer) GetAnchorView

func (*ListPopupWindowServer) GetAnimationStyle

func (*ListPopupWindowServer) GetBackground

func (*ListPopupWindowServer) GetEpicenterBounds

func (*ListPopupWindowServer) GetHeight

func (*ListPopupWindowServer) GetHorizontalOffset

func (*ListPopupWindowServer) GetInputMethodMode

func (*ListPopupWindowServer) GetListView

func (*ListPopupWindowServer) GetPromptPosition

func (*ListPopupWindowServer) GetSelectedItem

func (*ListPopupWindowServer) GetSelectedItemId

func (*ListPopupWindowServer) GetSelectedItemPosition

func (*ListPopupWindowServer) GetSoftInputMode

func (*ListPopupWindowServer) GetVerticalOffset

func (*ListPopupWindowServer) GetWidth

func (*ListPopupWindowServer) IsInputMethodNotNeeded

func (*ListPopupWindowServer) IsModal

func (*ListPopupWindowServer) IsShowing

func (*ListPopupWindowServer) NewListPopupWindow

func (*ListPopupWindowServer) OnKeyDown

func (*ListPopupWindowServer) OnKeyPreIme

func (*ListPopupWindowServer) OnKeyUp

func (*ListPopupWindowServer) PostShow

func (*ListPopupWindowServer) SetAdapter

func (*ListPopupWindowServer) SetAnchorView

func (*ListPopupWindowServer) SetAnimationStyle

func (*ListPopupWindowServer) SetBackgroundDrawable

func (*ListPopupWindowServer) SetContentWidth

func (*ListPopupWindowServer) SetDropDownGravity

func (*ListPopupWindowServer) SetEpicenterBounds

func (*ListPopupWindowServer) SetHeight

func (*ListPopupWindowServer) SetHorizontalOffset

func (*ListPopupWindowServer) SetInputMethodMode

func (*ListPopupWindowServer) SetListSelector

func (*ListPopupWindowServer) SetModal

func (*ListPopupWindowServer) SetOnDismissListener

func (*ListPopupWindowServer) SetOnItemClickListener

func (*ListPopupWindowServer) SetPromptPosition

func (*ListPopupWindowServer) SetPromptView

func (*ListPopupWindowServer) SetSelection

func (*ListPopupWindowServer) SetSoftInputMode

func (*ListPopupWindowServer) SetVerticalOffset

func (*ListPopupWindowServer) SetWidth

func (*ListPopupWindowServer) SetWindowLayoutType

func (*ListPopupWindowServer) Show

type ListViewServer

type ListViewServer struct {
	pb.UnimplementedListViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ListViewServer implements pb.ListViewServiceServer.

func (*ListViewServer) AddFooterView1

func (*ListViewServer) AddFooterView3_1

func (*ListViewServer) AddHeaderView1

func (*ListViewServer) AddHeaderView3_1

func (*ListViewServer) DispatchKeyEvent

func (*ListViewServer) GetAdapter0

func (*ListViewServer) GetAdapter0_1

func (*ListViewServer) GetCheckItemIds

func (*ListViewServer) GetDivider

func (*ListViewServer) GetDividerHeight

func (*ListViewServer) GetFooterViewsCount

func (*ListViewServer) GetHeaderViewsCount

func (*ListViewServer) GetItemsCanFocus

func (*ListViewServer) GetMaxScrollAmount

func (*ListViewServer) GetOverscrollFooter

func (*ListViewServer) GetOverscrollHeader

func (*ListViewServer) IsOpaque

func (*ListViewServer) NewListView

func (*ListViewServer) OnKeyDown

func (*ListViewServer) OnKeyMultiple

func (*ListViewServer) OnKeyUp

func (*ListViewServer) RemoveFooterView

func (*ListViewServer) RemoveHeaderView

func (*ListViewServer) SetAdapter1

func (*ListViewServer) SetAdapter1_1

func (*ListViewServer) SetDivider

func (*ListViewServer) SetDividerHeight

func (*ListViewServer) SetItemsCanFocus

func (*ListViewServer) SetOverscrollFooter

func (*ListViewServer) SetOverscrollHeader

func (*ListViewServer) SetRemoteViewsAdapter

func (*ListViewServer) SetSelection

func (*ListViewServer) SmoothScrollByOffset

func (*ListViewServer) SmoothScrollToPosition

type MagnifierServer

type MagnifierServer struct {
	pb.UnimplementedMagnifierServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

MagnifierServer implements pb.MagnifierServiceServer.

func (*MagnifierServer) Dismiss

func (*MagnifierServer) GetCornerRadius

func (*MagnifierServer) GetElevation

func (*MagnifierServer) GetHeight

func (*MagnifierServer) GetOverlay

func (*MagnifierServer) GetPosition

func (*MagnifierServer) GetSourceHeight

func (*MagnifierServer) GetSourcePosition

func (*MagnifierServer) GetSourceWidth

func (*MagnifierServer) GetWidth

func (*MagnifierServer) GetZoom

func (*MagnifierServer) IsClippingEnabled

func (*MagnifierServer) NewMagnifier

func (*MagnifierServer) SetZoom

func (*MagnifierServer) Show2

func (*MagnifierServer) Show4_1

func (*MagnifierServer) Update

type MediaControllerServer

type MediaControllerServer struct {
	pb.UnimplementedMediaControllerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

MediaControllerServer implements pb.MediaControllerServiceServer.

func (*MediaControllerServer) DispatchKeyEvent

func (*MediaControllerServer) Hide

func (*MediaControllerServer) IsShowing

func (*MediaControllerServer) NewMediaController

func (*MediaControllerServer) OnFinishInflate

func (*MediaControllerServer) OnTouchEvent

func (*MediaControllerServer) OnTrackballEvent

func (*MediaControllerServer) SetAnchorView

func (*MediaControllerServer) SetEnabled

func (*MediaControllerServer) SetMediaPlayer

func (*MediaControllerServer) SetPrevNextListeners

func (*MediaControllerServer) Show0

func (*MediaControllerServer) Show1_1

type MultiAutoCompleteTextViewServer

type MultiAutoCompleteTextViewServer struct {
	pb.UnimplementedMultiAutoCompleteTextViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

MultiAutoCompleteTextViewServer implements pb.MultiAutoCompleteTextViewServiceServer.

func (*MultiAutoCompleteTextViewServer) EnoughToFilter

func (*MultiAutoCompleteTextViewServer) GetAccessibilityClassName

func (*MultiAutoCompleteTextViewServer) PerformValidation

func (*MultiAutoCompleteTextViewServer) SetTokenizer

type NumberPickerServer

type NumberPickerServer struct {
	pb.UnimplementedNumberPickerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

NumberPickerServer implements pb.NumberPickerServiceServer.

func (*NumberPickerServer) ComputeScroll

func (*NumberPickerServer) DispatchKeyEvent

func (*NumberPickerServer) DispatchTouchEvent

func (*NumberPickerServer) DispatchTrackballEvent

func (*NumberPickerServer) GetDisplayedValues

func (*NumberPickerServer) GetMaxValue

func (*NumberPickerServer) GetMinValue

func (*NumberPickerServer) GetSolidColor

func (*NumberPickerServer) GetTextColor

func (*NumberPickerServer) GetTextSize

func (*NumberPickerServer) GetValue

func (*NumberPickerServer) GetWrapSelectorWheel

func (*NumberPickerServer) NewNumberPicker

func (*NumberPickerServer) OnInterceptTouchEvent

func (*NumberPickerServer) OnTouchEvent

func (*NumberPickerServer) PerformClick

func (*NumberPickerServer) PerformLongClick

func (*NumberPickerServer) ScrollBy

func (*NumberPickerServer) SetDisplayedValues

func (*NumberPickerServer) SetEnabled

func (*NumberPickerServer) SetFormatter

func (*NumberPickerServer) SetMaxValue

func (*NumberPickerServer) SetMinValue

func (*NumberPickerServer) SetTextColor

func (*NumberPickerServer) SetTextSize

func (*NumberPickerServer) SetValue

func (*NumberPickerServer) SetWrapSelectorWheel

type OverScrollerServer

type OverScrollerServer struct {
	pb.UnimplementedOverScrollerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

OverScrollerServer implements pb.OverScrollerServiceServer.

func (*OverScrollerServer) AbortAnimation

func (*OverScrollerServer) ComputeScrollOffset

func (*OverScrollerServer) Fling8

func (*OverScrollerServer) Fling10_1

func (*OverScrollerServer) ForceFinished

func (*OverScrollerServer) GetCurrVelocity

func (*OverScrollerServer) GetCurrX

func (*OverScrollerServer) GetCurrY

func (*OverScrollerServer) GetFinalX

func (*OverScrollerServer) GetFinalY

func (*OverScrollerServer) GetStartX

func (*OverScrollerServer) GetStartY

func (*OverScrollerServer) IsFinished

func (*OverScrollerServer) IsOverScrolled

func (*OverScrollerServer) NewOverScroller

func (*OverScrollerServer) SetFriction

func (*OverScrollerServer) SpringBack

func (*OverScrollerServer) StartScroll4

func (*OverScrollerServer) StartScroll5_1

type PopupMenuServer

type PopupMenuServer struct {
	pb.UnimplementedPopupMenuServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

PopupMenuServer implements pb.PopupMenuServiceServer.

func (*PopupMenuServer) Dismiss

func (*PopupMenuServer) GetDragToOpenListener

func (*PopupMenuServer) GetGravity

func (*PopupMenuServer) GetMenu

func (*PopupMenuServer) GetMenuInflater

func (*PopupMenuServer) Inflate

func (*PopupMenuServer) NewPopupMenu

func (*PopupMenuServer) SetForceShowIcon

func (*PopupMenuServer) SetGravity

func (*PopupMenuServer) SetOnDismissListener

func (*PopupMenuServer) Show

type PopupWindowServer

type PopupWindowServer struct {
	pb.UnimplementedPopupWindowServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

PopupWindowServer implements pb.PopupWindowServiceServer.

func (*PopupWindowServer) Dismiss

func (*PopupWindowServer) GetAnimationStyle

func (*PopupWindowServer) GetBackground

func (*PopupWindowServer) GetContentView

func (*PopupWindowServer) GetElevation

func (*PopupWindowServer) GetEnterTransition

func (*PopupWindowServer) GetEpicenterBounds

func (*PopupWindowServer) GetExitTransition

func (*PopupWindowServer) GetHeight

func (*PopupWindowServer) GetInputMethodMode

func (*PopupWindowServer) GetMaxAvailableHeight1

func (*PopupWindowServer) GetOverlapAnchor

func (*PopupWindowServer) GetSoftInputMode

func (*PopupWindowServer) GetWidth

func (*PopupWindowServer) GetWindowLayoutType

func (*PopupWindowServer) IsAboveAnchor

func (*PopupWindowServer) IsAttachedInDecor

func (*PopupWindowServer) IsClippedToScreen

func (*PopupWindowServer) IsClippingEnabled

func (*PopupWindowServer) IsFocusable

func (*PopupWindowServer) IsLaidOutInScreen

func (*PopupWindowServer) IsOutsideTouchable

func (*PopupWindowServer) IsShowing

func (*PopupWindowServer) IsSplitTouchEnabled

func (*PopupWindowServer) IsTouchModal

func (*PopupWindowServer) IsTouchable

func (*PopupWindowServer) NewPopupWindow

func (*PopupWindowServer) SetAnimationStyle

func (*PopupWindowServer) SetAttachedInDecor

func (*PopupWindowServer) SetBackgroundDrawable

func (*PopupWindowServer) SetContentView

func (*PopupWindowServer) SetEnterTransition

func (*PopupWindowServer) SetEpicenterBounds

func (*PopupWindowServer) SetExitTransition

func (*PopupWindowServer) SetFocusable

func (*PopupWindowServer) SetHeight

func (*PopupWindowServer) SetIgnoreCheekPress

func (*PopupWindowServer) SetInputMethodMode

func (*PopupWindowServer) SetIsClippedToScreen

func (*PopupWindowServer) SetIsLaidOutInScreen

func (*PopupWindowServer) SetOnDismissListener

func (*PopupWindowServer) SetOutsideTouchable

func (*PopupWindowServer) SetOverlapAnchor

func (*PopupWindowServer) SetSoftInputMode

func (*PopupWindowServer) SetSplitTouchEnabled

func (*PopupWindowServer) SetTouchInterceptor

func (*PopupWindowServer) SetTouchModal

func (*PopupWindowServer) SetTouchable

func (*PopupWindowServer) SetWidth

func (*PopupWindowServer) SetWindowLayoutMode

func (*PopupWindowServer) SetWindowLayoutType

func (*PopupWindowServer) ShowAsDropDown1

func (*PopupWindowServer) ShowAsDropDown3_1

func (*PopupWindowServer) ShowAsDropDown4_2

func (*PopupWindowServer) ShowAtLocation

func (*PopupWindowServer) Update0

func (*PopupWindowServer) Update2_3

func (*PopupWindowServer) Update3_1

func (*PopupWindowServer) Update4_4

func (*PopupWindowServer) Update5_2

func (*PopupWindowServer) Update5_5

type ProgressBarServer

type ProgressBarServer struct {
	pb.UnimplementedProgressBarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ProgressBarServer implements pb.ProgressBarServiceServer.

func (*ProgressBarServer) DrawableHotspotChanged

func (*ProgressBarServer) GetCurrentDrawable

func (*ProgressBarServer) GetInterpolator

func (*ProgressBarServer) GetMaxHeight

func (*ProgressBarServer) GetMaxWidth

func (*ProgressBarServer) GetMinHeight

func (*ProgressBarServer) GetMinWidth

func (*ProgressBarServer) GetProgressDrawable

func (*ProgressBarServer) GetProgressTintList

func (*ProgressBarServer) GetProgressTintMode

func (*ProgressBarServer) InvalidateDrawable

func (*ProgressBarServer) IsAnimating

func (*ProgressBarServer) NewProgressBar

func (*ProgressBarServer) OnRestoreInstanceState

func (*ProgressBarServer) OnSaveInstanceState

func (*ProgressBarServer) OnVisibilityAggregated

func (*ProgressBarServer) PostInvalidate

func (*ProgressBarServer) SetInterpolator1_1

func (*ProgressBarServer) SetInterpolator2

func (*ProgressBarServer) SetMaxHeight

func (*ProgressBarServer) SetMaxWidth

func (*ProgressBarServer) SetMinHeight

func (*ProgressBarServer) SetMinWidth

func (*ProgressBarServer) SetProgress

func (*ProgressBarServer) SetProgressDrawable

func (*ProgressBarServer) SetProgressTintList

func (*ProgressBarServer) SetProgressTintMode

func (*ProgressBarServer) SetStateDescription

type QuickContactBadgeServer

type QuickContactBadgeServer struct {
	pb.UnimplementedQuickContactBadgeServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

QuickContactBadgeServer implements pb.QuickContactBadgeServiceServer.

func (*QuickContactBadgeServer) AssignContactFromEmail2

func (*QuickContactBadgeServer) AssignContactFromEmail3_1

func (*QuickContactBadgeServer) AssignContactFromPhone2

func (*QuickContactBadgeServer) AssignContactFromPhone3_1

func (*QuickContactBadgeServer) AssignContactUri

func (*QuickContactBadgeServer) DrawableHotspotChanged

func (*QuickContactBadgeServer) GetAccessibilityClassName

func (*QuickContactBadgeServer) NewQuickContactBadge

func (*QuickContactBadgeServer) OnClick

func (*QuickContactBadgeServer) SetExcludeMimes

func (*QuickContactBadgeServer) SetImageToDefault

func (*QuickContactBadgeServer) SetMode

func (*QuickContactBadgeServer) SetPrioritizedMimeType

type RadioButtonServer

type RadioButtonServer struct {
	pb.UnimplementedRadioButtonServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

RadioButtonServer implements pb.RadioButtonServiceServer.

func (*RadioButtonServer) NewRadioButton

func (*RadioButtonServer) Toggle

type RadioGroupServer

type RadioGroupServer struct {
	pb.UnimplementedRadioGroupServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

RadioGroupServer implements pb.RadioGroupServiceServer.

func (*RadioGroupServer) AddView

func (*RadioGroupServer) Autofill

func (*RadioGroupServer) Check

func (*RadioGroupServer) ClearCheck

func (*RadioGroupServer) GenerateLayoutParams1

func (*RadioGroupServer) GetAutofillType

func (*RadioGroupServer) GetAutofillValue

func (*RadioGroupServer) NewRadioGroup

type RatingBarServer

type RatingBarServer struct {
	pb.UnimplementedRatingBarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

RatingBarServer implements pb.RatingBarServiceServer.

func (*RatingBarServer) GetNumStars

func (*RatingBarServer) GetRating

func (*RatingBarServer) GetStepSize

func (*RatingBarServer) IsIndicator

func (*RatingBarServer) NewRatingBar

func (*RatingBarServer) SetIsIndicator

func (*RatingBarServer) SetNumStars

func (*RatingBarServer) SetRating

func (*RatingBarServer) SetStepSize

type RelativeLayoutServer

type RelativeLayoutServer struct {
	pb.UnimplementedRelativeLayoutServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

RelativeLayoutServer implements pb.RelativeLayoutServiceServer.

func (*RelativeLayoutServer) GenerateLayoutParams1

func (*RelativeLayoutServer) GenerateLayoutParams1_1

func (*RelativeLayoutServer) GetBaseline

func (*RelativeLayoutServer) GetGravity

func (*RelativeLayoutServer) GetIgnoreGravity

func (*RelativeLayoutServer) NewRelativeLayout

func (*RelativeLayoutServer) RequestLayout

func (*RelativeLayoutServer) SetGravity

func (*RelativeLayoutServer) SetHorizontalGravity

func (*RelativeLayoutServer) SetIgnoreGravity

func (*RelativeLayoutServer) SetVerticalGravity

type RemoteViewsServer

type RemoteViewsServer struct {
	pb.UnimplementedRemoteViewsServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

RemoteViewsServer implements pb.RemoteViewsServiceServer.

func (*RemoteViewsServer) AddStableView

func (*RemoteViewsServer) AddView

func (*RemoteViewsServer) Apply

func (*RemoteViewsServer) Clone0

func (*RemoteViewsServer) Clone0_1

func (*RemoteViewsServer) DescribeContents

func (*RemoteViewsServer) GetLayoutId

func (*RemoteViewsServer) GetPackage

func (*RemoteViewsServer) GetViewId

func (*RemoteViewsServer) NewRemoteViews

func (*RemoteViewsServer) OnLoadClass

func (*RemoteViewsServer) Reapply

func (*RemoteViewsServer) RemoveAllViews

func (*RemoteViewsServer) SetBitmap

func (*RemoteViewsServer) SetBlendMode

func (*RemoteViewsServer) SetBoolean

func (*RemoteViewsServer) SetBundle

func (*RemoteViewsServer) SetByte

func (*RemoteViewsServer) SetChar

func (*RemoteViewsServer) SetCharSequence3

func (*RemoteViewsServer) SetCharSequence3_1

func (*RemoteViewsServer) SetCharSequenceAttr

func (*RemoteViewsServer) SetChronometer

func (*RemoteViewsServer) SetChronometerCountDown

func (*RemoteViewsServer) SetColor

func (*RemoteViewsServer) SetColorAttr

func (*RemoteViewsServer) SetColorInt

func (*RemoteViewsServer) SetColorStateList3

func (*RemoteViewsServer) SetColorStateList3_2

func (*RemoteViewsServer) SetColorStateList4_1

func (*RemoteViewsServer) SetColorStateListAttr

func (*RemoteViewsServer) SetContentDescription

func (*RemoteViewsServer) SetDouble

func (*RemoteViewsServer) SetEmptyView

func (*RemoteViewsServer) SetFloat

func (*RemoteViewsServer) SetFloatDimen3_1

func (*RemoteViewsServer) SetFloatDimen4

func (*RemoteViewsServer) SetFloatDimenAttr

func (*RemoteViewsServer) SetIcon3

func (*RemoteViewsServer) SetIcon4_1

func (*RemoteViewsServer) SetImageViewBitmap

func (*RemoteViewsServer) SetImageViewIcon

func (*RemoteViewsServer) SetImageViewResource

func (*RemoteViewsServer) SetImageViewUri

func (*RemoteViewsServer) SetInt

func (*RemoteViewsServer) SetIntDimen3_1

func (*RemoteViewsServer) SetIntDimen4

func (*RemoteViewsServer) SetIntDimenAttr

func (*RemoteViewsServer) SetIntent

func (*RemoteViewsServer) SetLabelFor

func (*RemoteViewsServer) SetLong

func (*RemoteViewsServer) SetOnClickFillInIntent

func (*RemoteViewsServer) SetOnClickPendingIntent

func (*RemoteViewsServer) SetOnClickResponse

func (*RemoteViewsServer) SetProgressBar

func (*RemoteViewsServer) SetRadioGroupChecked

func (*RemoteViewsServer) SetRemoteAdapter2

func (*RemoteViewsServer) SetRemoteAdapter2_1

func (*RemoteViewsServer) SetRemoteAdapter3_2

func (*RemoteViewsServer) SetScrollPosition

func (*RemoteViewsServer) SetShort

func (*RemoteViewsServer) SetString

func (*RemoteViewsServer) SetTextColor

func (*RemoteViewsServer) SetTextViewText

func (*RemoteViewsServer) SetTextViewTextSize

func (*RemoteViewsServer) SetUri

func (*RemoteViewsServer) SetViewLayoutHeight

func (*RemoteViewsServer) SetViewLayoutHeightAttr

func (*RemoteViewsServer) SetViewLayoutMargin

func (*RemoteViewsServer) SetViewLayoutMarginAttr

func (*RemoteViewsServer) SetViewLayoutWidth

func (*RemoteViewsServer) SetViewLayoutWidthAttr

func (*RemoteViewsServer) SetViewLayoutWidthDimen

func (*RemoteViewsServer) SetViewPadding

func (*RemoteViewsServer) SetViewVisibility

func (*RemoteViewsServer) ShowNext

func (*RemoteViewsServer) ShowPrevious

func (*RemoteViewsServer) WriteToParcel

type ScrollViewServer

type ScrollViewServer struct {
	pb.UnimplementedScrollViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ScrollViewServer implements pb.ScrollViewServiceServer.

func (*ScrollViewServer) AddView1

func (*ScrollViewServer) AddView2_1

func (*ScrollViewServer) AddView2_2

func (*ScrollViewServer) AddView3_3

func (*ScrollViewServer) ArrowScroll

func (*ScrollViewServer) ComputeScroll

func (*ScrollViewServer) DispatchKeyEvent

func (*ScrollViewServer) Draw

func (*ScrollViewServer) ExecuteKeyEvent

func (*ScrollViewServer) Fling

func (*ScrollViewServer) FullScroll

func (*ScrollViewServer) GetMaxScrollAmount

func (*ScrollViewServer) GetTopEdgeEffectColor

func (*ScrollViewServer) IsFillViewport

func (*ScrollViewServer) NewScrollView

func (*ScrollViewServer) OnGenericMotionEvent

func (*ScrollViewServer) OnInterceptTouchEvent

func (*ScrollViewServer) OnNestedFling

func (*ScrollViewServer) OnNestedScroll

func (*ScrollViewServer) OnNestedScrollAccepted

func (*ScrollViewServer) OnStartNestedScroll

func (*ScrollViewServer) OnStopNestedScroll

func (*ScrollViewServer) OnTouchEvent

func (*ScrollViewServer) PageScroll

func (*ScrollViewServer) RequestChildFocus

func (*ScrollViewServer) RequestLayout

func (*ScrollViewServer) ScrollTo

func (*ScrollViewServer) ScrollToDescendant

func (*ScrollViewServer) SetEdgeEffectColor

func (*ScrollViewServer) SetFillViewport

func (*ScrollViewServer) SetTopEdgeEffectColor

func (*ScrollViewServer) SmoothScrollBy

func (*ScrollViewServer) SmoothScrollTo

type ScrollerServer

type ScrollerServer struct {
	pb.UnimplementedScrollerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ScrollerServer implements pb.ScrollerServiceServer.

func (*ScrollerServer) AbortAnimation

func (*ScrollerServer) ComputeScrollOffset

func (*ScrollerServer) ExtendDuration

func (*ScrollerServer) Fling

func (*ScrollerServer) ForceFinished

func (*ScrollerServer) GetCurrVelocity

func (*ScrollerServer) GetCurrX

func (*ScrollerServer) GetCurrY

func (*ScrollerServer) GetDuration

func (*ScrollerServer) GetFinalX

func (*ScrollerServer) GetFinalY

func (*ScrollerServer) GetStartX

func (*ScrollerServer) GetStartY

func (*ScrollerServer) IsFinished

func (*ScrollerServer) NewScroller

func (*ScrollerServer) SetFinalX

func (*ScrollerServer) SetFinalY

func (*ScrollerServer) SetFriction

func (*ScrollerServer) StartScroll4

func (*ScrollerServer) StartScroll5_1

func (*ScrollerServer) TimePassed

type SearchViewServer

type SearchViewServer struct {
	pb.UnimplementedSearchViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SearchViewServer implements pb.SearchViewServiceServer.

func (*SearchViewServer) ClearFocus

func (*SearchViewServer) GetImeOptions

func (*SearchViewServer) GetInputType

func (*SearchViewServer) GetMaxWidth

func (*SearchViewServer) GetQuery

func (*SearchViewServer) GetQueryHint

func (*SearchViewServer) GetSuggestionsAdapter

func (*SearchViewServer) IsIconfiedByDefault

func (*SearchViewServer) IsIconified

func (*SearchViewServer) IsIconifiedByDefault

func (*SearchViewServer) IsSubmitButtonEnabled

func (*SearchViewServer) NewSearchView

func (*SearchViewServer) OnActionViewCollapsed

func (*SearchViewServer) OnActionViewExpanded

func (*SearchViewServer) OnKeyDown

func (*SearchViewServer) RequestFocus

func (*SearchViewServer) SetIconified

func (*SearchViewServer) SetIconifiedByDefault

func (*SearchViewServer) SetImeOptions

func (*SearchViewServer) SetInputType

func (*SearchViewServer) SetMaxWidth

func (*SearchViewServer) SetOnCloseListener

func (*SearchViewServer) SetOnQueryTextListener

func (*SearchViewServer) SetQuery

func (*SearchViewServer) SetQueryHint

func (*SearchViewServer) SetSearchableInfo

func (*SearchViewServer) SetSubmitButtonEnabled

func (*SearchViewServer) SetSuggestionsAdapter

type SeekBarServer

type SeekBarServer struct {
	pb.UnimplementedSeekBarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SeekBarServer implements pb.SeekBarServiceServer.

func (*SeekBarServer) NewSeekBar

type ShareActionProviderServer

type ShareActionProviderServer struct {
	pb.UnimplementedShareActionProviderServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ShareActionProviderServer implements pb.ShareActionProviderServiceServer.

func (*ShareActionProviderServer) HasSubMenu

func (*ShareActionProviderServer) NewShareActionProvider

func (*ShareActionProviderServer) OnCreateActionView

func (*ShareActionProviderServer) OnPrepareSubMenu

func (*ShareActionProviderServer) SetShareHistoryFileName

func (*ShareActionProviderServer) SetShareIntent

type SimpleAdapterServer

type SimpleAdapterServer struct {
	pb.UnimplementedSimpleAdapterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SimpleAdapterServer implements pb.SimpleAdapterServiceServer.

func (*SimpleAdapterServer) GetCount

func (*SimpleAdapterServer) GetDropDownView

func (*SimpleAdapterServer) GetFilter

func (*SimpleAdapterServer) GetItem

func (*SimpleAdapterServer) GetItemId

func (*SimpleAdapterServer) GetView

func (*SimpleAdapterServer) GetViewBinder

func (*SimpleAdapterServer) NewSimpleAdapter

func (*SimpleAdapterServer) SetViewBinder

func (*SimpleAdapterServer) SetViewImage2

func (*SimpleAdapterServer) SetViewImage2_1

func (*SimpleAdapterServer) SetViewText

type SimpleCursorAdapterServer

type SimpleCursorAdapterServer struct {
	pb.UnimplementedSimpleCursorAdapterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SimpleCursorAdapterServer implements pb.SimpleCursorAdapterServiceServer.

func (*SimpleCursorAdapterServer) BindView

func (*SimpleCursorAdapterServer) ChangeCursorAndColumns

func (*SimpleCursorAdapterServer) ConvertToString

func (*SimpleCursorAdapterServer) GetStringConversionColumn

func (*SimpleCursorAdapterServer) GetViewBinder

func (*SimpleCursorAdapterServer) NewSimpleCursorAdapter

func (*SimpleCursorAdapterServer) SetStringConversionColumn

func (*SimpleCursorAdapterServer) SetViewBinder

func (*SimpleCursorAdapterServer) SetViewImage

func (*SimpleCursorAdapterServer) SetViewText

func (*SimpleCursorAdapterServer) SwapCursor

type SimpleExpandableListAdapterServer

type SimpleExpandableListAdapterServer struct {
	pb.UnimplementedSimpleExpandableListAdapterServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SimpleExpandableListAdapterServer implements pb.SimpleExpandableListAdapterServiceServer.

func (*SimpleExpandableListAdapterServer) GetChild

func (*SimpleExpandableListAdapterServer) GetChildId

func (*SimpleExpandableListAdapterServer) GetGroup

func (*SimpleExpandableListAdapterServer) GetGroupId

func (*SimpleExpandableListAdapterServer) HasStableIds

type SlidingDrawerServer

type SlidingDrawerServer struct {
	pb.UnimplementedSlidingDrawerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SlidingDrawerServer implements pb.SlidingDrawerServiceServer.

func (*SlidingDrawerServer) AnimateClose

func (*SlidingDrawerServer) AnimateOpen

func (*SlidingDrawerServer) AnimateToggle

func (*SlidingDrawerServer) Close

func (*SlidingDrawerServer) GetContent

func (*SlidingDrawerServer) GetHandle

func (*SlidingDrawerServer) IsMoving

func (*SlidingDrawerServer) IsOpened

func (*SlidingDrawerServer) Lock

func (*SlidingDrawerServer) NewSlidingDrawer

func (*SlidingDrawerServer) OnInterceptTouchEvent

func (*SlidingDrawerServer) OnTouchEvent

func (*SlidingDrawerServer) Open

func (*SlidingDrawerServer) SetOnDrawerOpenListener

func (*SlidingDrawerServer) Toggle

func (*SlidingDrawerServer) Unlock

type SpaceServer

type SpaceServer struct {
	pb.UnimplementedSpaceServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SpaceServer implements pb.SpaceServiceServer.

func (*SpaceServer) Draw

func (*SpaceServer) NewSpace

type SpinnerServer

type SpinnerServer struct {
	pb.UnimplementedSpinnerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SpinnerServer implements pb.SpinnerServiceServer.

func (*SpinnerServer) GetBaseline

func (*SpinnerServer) GetDropDownWidth

func (*SpinnerServer) GetGravity

func (*SpinnerServer) GetPopupBackground

func (*SpinnerServer) GetPopupContext

func (*SpinnerServer) GetPrompt

func (*SpinnerServer) NewSpinner

func (*SpinnerServer) OnClick

func (*SpinnerServer) OnResolvePointerIcon

func (*SpinnerServer) OnSaveInstanceState

func (*SpinnerServer) OnTouchEvent

func (*SpinnerServer) PerformClick

func (*SpinnerServer) SetAdapter1

func (*SpinnerServer) SetAdapter1_1

func (*SpinnerServer) SetDropDownWidth

func (*SpinnerServer) SetEnabled

func (*SpinnerServer) SetGravity

func (*SpinnerServer) SetPrompt

func (*SpinnerServer) SetPromptId

type StackViewServer

type StackViewServer struct {
	pb.UnimplementedStackViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

StackViewServer implements pb.StackViewServiceServer.

func (*StackViewServer) Advance

func (*StackViewServer) NewStackView

func (*StackViewServer) OnGenericMotionEvent

func (*StackViewServer) OnInterceptTouchEvent

func (*StackViewServer) OnTouchEvent

func (*StackViewServer) ShowNext

func (*StackViewServer) ShowPrevious

type SwitchServer

type SwitchServer struct {
	pb.UnimplementedSwitchServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

SwitchServer implements pb.SwitchServiceServer.

func (*SwitchServer) Draw

func (*SwitchServer) GetShowText

func (*SwitchServer) GetSplitTrack

func (*SwitchServer) GetSwitchMinWidth

func (*SwitchServer) GetSwitchPadding

func (*SwitchServer) GetTextOff

func (*SwitchServer) GetTextOn

func (*SwitchServer) GetThumbDrawable

func (*SwitchServer) GetThumbTextPadding

func (*SwitchServer) GetThumbTintList

func (*SwitchServer) GetThumbTintMode

func (*SwitchServer) GetTrackDrawable

func (*SwitchServer) GetTrackTintBlendMode

func (*SwitchServer) GetTrackTintList

func (*SwitchServer) GetTrackTintMode

func (*SwitchServer) NewSwitch

func (*SwitchServer) OnMeasure

func (*SwitchServer) OnTouchEvent

func (*SwitchServer) SetChecked

func (*SwitchServer) SetShowText

func (*SwitchServer) SetSplitTrack

func (*SwitchServer) SetSwitchMinWidth

func (*SwitchServer) SetSwitchPadding

func (*SwitchServer) SetSwitchTypeface1

func (*SwitchServer) SetSwitchTypeface2_1

func (*SwitchServer) SetTextOff

func (*SwitchServer) SetTextOn

func (*SwitchServer) SetThumbDrawable

func (*SwitchServer) SetThumbIcon

func (*SwitchServer) SetThumbResource

func (*SwitchServer) SetThumbTextPadding

func (*SwitchServer) SetThumbTintList

func (*SwitchServer) SetThumbTintMode

func (*SwitchServer) SetTrackDrawable

func (*SwitchServer) SetTrackIcon

func (*SwitchServer) SetTrackResource

func (*SwitchServer) SetTrackTintBlendMode

func (*SwitchServer) SetTrackTintList

func (*SwitchServer) SetTrackTintMode

func (*SwitchServer) Toggle

type TabHostServer

type TabHostServer struct {
	pb.UnimplementedTabHostServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TabHostServer implements pb.TabHostServiceServer.

func (*TabHostServer) AddTab

func (*TabHostServer) ClearAllTabs

func (*TabHostServer) DispatchKeyEvent

func (*TabHostServer) GetCurrentTab

func (*TabHostServer) GetCurrentTabTag

func (*TabHostServer) GetCurrentTabView

func (*TabHostServer) GetCurrentView

func (*TabHostServer) GetTabContentView

func (*TabHostServer) GetTabWidget

func (*TabHostServer) NewTabHost

func (*TabHostServer) NewTabSpec

func (*TabHostServer) SetCurrentTab

func (*TabHostServer) SetCurrentTabByTag

func (*TabHostServer) Setup0

func (*TabHostServer) Setup1_1

type TabWidgetServer

type TabWidgetServer struct {
	pb.UnimplementedTabWidgetServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TabWidgetServer implements pb.TabWidgetServiceServer.

func (*TabWidgetServer) AddView

func (*TabWidgetServer) DispatchDraw

func (*TabWidgetServer) FocusCurrentTab

func (*TabWidgetServer) GetChildTabViewAt

func (*TabWidgetServer) GetLeftStripDrawable

func (*TabWidgetServer) GetRightStripDrawable

func (*TabWidgetServer) GetTabCount

func (*TabWidgetServer) IsStripEnabled

func (*TabWidgetServer) NewTabWidget

func (*TabWidgetServer) OnFocusChange

func (*TabWidgetServer) OnResolvePointerIcon

func (*TabWidgetServer) RemoveAllViews

func (*TabWidgetServer) SetCurrentTab

func (*TabWidgetServer) SetDividerDrawable1

func (*TabWidgetServer) SetDividerDrawable1_1

func (*TabWidgetServer) SetEnabled

func (*TabWidgetServer) SetLeftStripDrawable1

func (*TabWidgetServer) SetRightStripDrawable1

func (*TabWidgetServer) SetStripEnabled

type TableLayoutServer

type TableLayoutServer struct {
	pb.UnimplementedTableLayoutServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TableLayoutServer implements pb.TableLayoutServiceServer.

func (*TableLayoutServer) AddView1

func (*TableLayoutServer) AddView2_1

func (*TableLayoutServer) AddView2_2

func (*TableLayoutServer) AddView3_3

func (*TableLayoutServer) GenerateLayoutParams1

func (*TableLayoutServer) GenerateLayoutParams1_1

func (*TableLayoutServer) GenerateLayoutParams1_2

func (*TableLayoutServer) IsColumnCollapsed

func (*TableLayoutServer) IsColumnShrinkable

func (*TableLayoutServer) IsColumnStretchable

func (*TableLayoutServer) IsShrinkAllColumns

func (*TableLayoutServer) IsStretchAllColumns

func (*TableLayoutServer) NewTableLayout

func (*TableLayoutServer) RequestLayout

func (*TableLayoutServer) SetColumnCollapsed

func (*TableLayoutServer) SetColumnShrinkable

func (*TableLayoutServer) SetColumnStretchable

func (*TableLayoutServer) SetShrinkAllColumns

func (*TableLayoutServer) SetStretchAllColumns

type TableRowServer

type TableRowServer struct {
	pb.UnimplementedTableRowServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TableRowServer implements pb.TableRowServiceServer.

func (*TableRowServer) GenerateLayoutParams1

func (*TableRowServer) GetVirtualChildAt

func (*TableRowServer) GetVirtualChildCount

func (*TableRowServer) NewTableRow

type TextClockServer

type TextClockServer struct {
	pb.UnimplementedTextClockServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TextClockServer implements pb.TextClockServiceServer.

func (*TextClockServer) GetFormat12Hour

func (*TextClockServer) GetFormat24Hour

func (*TextClockServer) GetTimeZone

func (*TextClockServer) Is24HourModeEnabled

func (*TextClockServer) NewTextClock

func (*TextClockServer) OnVisibilityAggregated

func (*TextClockServer) RefreshTime

func (*TextClockServer) SetFormat12Hour

func (*TextClockServer) SetFormat24Hour

func (*TextClockServer) SetTimeZone

type TextSwitcherServer

type TextSwitcherServer struct {
	pb.UnimplementedTextSwitcherServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TextSwitcherServer implements pb.TextSwitcherServiceServer.

func (*TextSwitcherServer) AddView

func (*TextSwitcherServer) NewTextSwitcher

func (*TextSwitcherServer) SetCurrentText

func (*TextSwitcherServer) SetText

type TextViewServer

type TextViewServer struct {
	pb.UnimplementedTextViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TextViewServer implements pb.TextViewServiceServer.

func (*TextViewServer) AddTextChangedListener

func (*TextViewServer) Append1

func (*TextViewServer) Append3_1

func (*TextViewServer) Autofill

func (*TextViewServer) BeginBatchEdit

func (*TextViewServer) BringPointIntoView1

func (*TextViewServer) BringPointIntoView2_1

func (*TextViewServer) CancelLongPress

func (*TextViewServer) ClearComposingText

func (*TextViewServer) ComputeScroll

func (*TextViewServer) Debug

func (*TextViewServer) DidTouchFocusSelect

func (*TextViewServer) DrawableHotspotChanged

func (*TextViewServer) EndBatchEdit

func (*TextViewServer) ExtractText

func (*TextViewServer) GetAutoLinkMask

func (*TextViewServer) GetAutoSizeMaxTextSize

func (*TextViewServer) GetAutoSizeMinTextSize

func (*TextViewServer) GetAutoSizeTextType

func (*TextViewServer) GetAutofillHints

func (*TextViewServer) GetAutofillType

func (*TextViewServer) GetAutofillValue

func (*TextViewServer) GetBaseline

func (*TextViewServer) GetBreakStrategy

func (*TextViewServer) GetCompoundDrawables

func (*TextViewServer) GetCompoundPaddingEnd

func (*TextViewServer) GetCompoundPaddingLeft

func (*TextViewServer) GetCompoundPaddingTop

func (*TextViewServer) GetCurrentTextColor

func (*TextViewServer) GetEditableText

func (*TextViewServer) GetEllipsize

func (*TextViewServer) GetError

func (*TextViewServer) GetExtendedPaddingTop

func (*TextViewServer) GetFilters

func (*TextViewServer) GetFocusedRect

func (*TextViewServer) GetFontFeatureSettings

func (*TextViewServer) GetFreezesText

func (*TextViewServer) GetGravity

func (*TextViewServer) GetHighlightColor

func (*TextViewServer) GetHighlights

func (*TextViewServer) GetHint

func (*TextViewServer) GetHintTextColors

func (*TextViewServer) GetImeActionId

func (*TextViewServer) GetImeActionLabel

func (*TextViewServer) GetImeHintLocales

func (*TextViewServer) GetImeOptions

func (*TextViewServer) GetIncludeFontPadding

func (*TextViewServer) GetInputExtras

func (*TextViewServer) GetInputType

func (*TextViewServer) GetJustificationMode

func (*TextViewServer) GetKeyListener

func (*TextViewServer) GetLayout

func (*TextViewServer) GetLetterSpacing

func (*TextViewServer) GetLineBounds

func (*TextViewServer) GetLineBreakStyle

func (*TextViewServer) GetLineBreakWordStyle

func (*TextViewServer) GetLineCount

func (*TextViewServer) GetLineHeight

func (*TextViewServer) GetLineSpacingExtra

func (*TextViewServer) GetLinkTextColors

func (*TextViewServer) GetLinksClickable

func (*TextViewServer) GetMarqueeRepeatLimit

func (*TextViewServer) GetMaxEms

func (*TextViewServer) GetMaxHeight

func (*TextViewServer) GetMaxLines

func (*TextViewServer) GetMaxWidth

func (*TextViewServer) GetMinEms

func (*TextViewServer) GetMinHeight

func (*TextViewServer) GetMinLines

func (*TextViewServer) GetMinWidth

func (*TextViewServer) GetMinimumFontMetrics

func (*TextViewServer) GetMovementMethod

func (*TextViewServer) GetOffsetForPosition

func (*TextViewServer) GetPaint

func (*TextViewServer) GetPaintFlags

func (*TextViewServer) GetPrivateImeOptions

func (*TextViewServer) GetSelectionEnd

func (*TextViewServer) GetSelectionStart

func (*TextViewServer) GetShadowColor

func (*TextViewServer) GetShadowDx

func (*TextViewServer) GetShadowDy

func (*TextViewServer) GetShadowRadius

func (*TextViewServer) GetText

func (*TextViewServer) GetTextClassifier

func (*TextViewServer) GetTextColors

func (*TextViewServer) GetTextCursorDrawable

func (*TextViewServer) GetTextLocale

func (*TextViewServer) GetTextLocales

func (*TextViewServer) GetTextMetricsParams

func (*TextViewServer) GetTextScaleX

func (*TextViewServer) GetTextSelectHandle

func (*TextViewServer) GetTextSize

func (*TextViewServer) GetTextSizeUnit

func (*TextViewServer) GetTotalPaddingBottom

func (*TextViewServer) GetTotalPaddingEnd

func (*TextViewServer) GetTotalPaddingLeft

func (*TextViewServer) GetTotalPaddingRight

func (*TextViewServer) GetTotalPaddingStart

func (*TextViewServer) GetTotalPaddingTop

func (*TextViewServer) GetTypeface

func (*TextViewServer) GetUrls

func (*TextViewServer) GetUseBoundsForWidth

func (*TextViewServer) HasSelection

func (*TextViewServer) InvalidateDrawable

func (*TextViewServer) IsAllCaps

func (*TextViewServer) IsCursorVisible

func (*TextViewServer) IsElegantTextHeight

func (*TextViewServer) IsFallbackLineSpacing

func (*TextViewServer) IsInputMethodTarget

func (*TextViewServer) IsSingleLine

func (*TextViewServer) IsSuggestionsEnabled

func (*TextViewServer) IsTextSelectable

func (*TextViewServer) Length

func (*TextViewServer) NewTextView

func (*TextViewServer) OnBeginBatchEdit

func (*TextViewServer) OnCheckIsTextEditor

func (*TextViewServer) OnCommitCompletion

func (*TextViewServer) OnCommitCorrection

func (*TextViewServer) OnDragEvent

func (*TextViewServer) OnEditorAction

func (*TextViewServer) OnEndBatchEdit

func (*TextViewServer) OnGenericMotionEvent

func (*TextViewServer) OnKeyDown

func (*TextViewServer) OnKeyMultiple

func (*TextViewServer) OnKeyPreIme

func (*TextViewServer) OnKeyShortcut

func (*TextViewServer) OnKeyUp

func (*TextViewServer) OnPreDraw

func (*TextViewServer) OnPrivateIMECommand

func (*TextViewServer) OnReceiveContent

func (*TextViewServer) OnResolvePointerIcon

func (*TextViewServer) OnRestoreInstanceState

func (*TextViewServer) OnRtlPropertiesChanged

func (*TextViewServer) OnSaveInstanceState

func (*TextViewServer) OnScreenStateChanged

func (*TextViewServer) OnTextContextMenuItem

func (*TextViewServer) OnTouchEvent

func (*TextViewServer) OnTrackballEvent

func (*TextViewServer) OnVisibilityAggregated

func (*TextViewServer) PerformLongClick

func (*TextViewServer) SetAllCaps

func (*TextViewServer) SetAutoLinkMask

func (*TextViewServer) SetBreakStrategy

func (*TextViewServer) SetCompoundDrawables

func (*TextViewServer) SetCursorVisible

func (*TextViewServer) SetEditableFactory

func (*TextViewServer) SetElegantTextHeight

func (*TextViewServer) SetEllipsize

func (*TextViewServer) SetEms

func (*TextViewServer) SetEnabled

func (*TextViewServer) SetError1

func (*TextViewServer) SetError2_1

func (*TextViewServer) SetExtractedText

func (*TextViewServer) SetFallbackLineSpacing

func (*TextViewServer) SetFilters

func (*TextViewServer) SetFontFeatureSettings

func (*TextViewServer) SetFreezesText

func (*TextViewServer) SetGravity

func (*TextViewServer) SetHeight

func (*TextViewServer) SetHighlightColor

func (*TextViewServer) SetHighlights

func (*TextViewServer) SetHint1

func (*TextViewServer) SetHint1_1

func (*TextViewServer) SetHintTextColor1

func (*TextViewServer) SetHintTextColor1_1

func (*TextViewServer) SetImeActionLabel

func (*TextViewServer) SetImeHintLocales

func (*TextViewServer) SetImeOptions

func (*TextViewServer) SetIncludeFontPadding

func (*TextViewServer) SetInputExtras

func (*TextViewServer) SetInputType

func (*TextViewServer) SetJustificationMode

func (*TextViewServer) SetKeyListener

func (*TextViewServer) SetLetterSpacing

func (*TextViewServer) SetLineBreakStyle

func (*TextViewServer) SetLineBreakWordStyle

func (*TextViewServer) SetLineHeight1

func (*TextViewServer) SetLineHeight2_1

func (*TextViewServer) SetLineSpacing

func (*TextViewServer) SetLines

func (*TextViewServer) SetLinkTextColor1

func (*TextViewServer) SetLinkTextColor1_1

func (*TextViewServer) SetLinksClickable

func (*TextViewServer) SetMarqueeRepeatLimit

func (*TextViewServer) SetMaxEms

func (*TextViewServer) SetMaxHeight

func (*TextViewServer) SetMaxLines

func (*TextViewServer) SetMaxWidth

func (*TextViewServer) SetMinEms

func (*TextViewServer) SetMinHeight

func (*TextViewServer) SetMinLines

func (*TextViewServer) SetMinWidth

func (*TextViewServer) SetMinimumFontMetrics

func (*TextViewServer) SetMovementMethod

func (*TextViewServer) SetPadding

func (*TextViewServer) SetPaddingRelative

func (*TextViewServer) SetPaintFlags

func (*TextViewServer) SetPrivateImeOptions

func (*TextViewServer) SetRawInputType

func (*TextViewServer) SetScroller

func (*TextViewServer) SetSelectAllOnFocus

func (*TextViewServer) SetSelected

func (*TextViewServer) SetShadowLayer

func (*TextViewServer) SetSingleLine0

func (*TextViewServer) SetSingleLine1_1

func (*TextViewServer) SetSpannableFactory

func (*TextViewServer) SetText1_1

func (*TextViewServer) SetText1_3

func (*TextViewServer) SetText2_2

func (*TextViewServer) SetText2_4

func (*TextViewServer) SetText3

func (*TextViewServer) SetTextAppearance1_1

func (*TextViewServer) SetTextAppearance2

func (*TextViewServer) SetTextClassifier

func (*TextViewServer) SetTextColor1

func (*TextViewServer) SetTextColor1_1

func (*TextViewServer) SetTextCursorDrawable1

func (*TextViewServer) SetTextIsSelectable

func (*TextViewServer) SetTextKeepState1

func (*TextViewServer) SetTextKeepState2_1

func (*TextViewServer) SetTextLocale

func (*TextViewServer) SetTextLocales

func (*TextViewServer) SetTextMetricsParams

func (*TextViewServer) SetTextScaleX

func (*TextViewServer) SetTextSelectHandle1

func (*TextViewServer) SetTextSelectHandle1_1

func (*TextViewServer) SetTextSize1

func (*TextViewServer) SetTextSize2_1

func (*TextViewServer) SetTypeface1

func (*TextViewServer) SetTypeface2_1

func (*TextViewServer) SetUseBoundsForWidth

func (*TextViewServer) SetWidth

func (*TextViewServer) ShowContextMenu0

type TimePickerServer

type TimePickerServer struct {
	pb.UnimplementedTimePickerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TimePickerServer implements pb.TimePickerServiceServer.

func (*TimePickerServer) Autofill

func (*TimePickerServer) GetAutofillType

func (*TimePickerServer) GetAutofillValue

func (*TimePickerServer) GetBaseline

func (*TimePickerServer) GetCurrentHour

func (*TimePickerServer) GetCurrentMinute

func (*TimePickerServer) GetHour

func (*TimePickerServer) GetMinute

func (*TimePickerServer) Is24HourView

func (*TimePickerServer) IsEnabled

func (*TimePickerServer) NewTimePicker

func (*TimePickerServer) SetCurrentHour

func (*TimePickerServer) SetCurrentMinute

func (*TimePickerServer) SetEnabled

func (*TimePickerServer) SetHour

func (*TimePickerServer) SetIs24HourView

func (*TimePickerServer) SetMinute

func (*TimePickerServer) ValidateInput

type ToggleButtonServer

type ToggleButtonServer struct {
	pb.UnimplementedToggleButtonServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ToggleButtonServer implements pb.ToggleButtonServiceServer.

func (*ToggleButtonServer) GetDisabledAlpha

func (*ToggleButtonServer) GetTextOff

func (*ToggleButtonServer) GetTextOn

func (*ToggleButtonServer) NewToggleButton

func (*ToggleButtonServer) SetBackgroundDrawable

func (*ToggleButtonServer) SetChecked

func (*ToggleButtonServer) SetTextOff

func (*ToggleButtonServer) SetTextOn

type ToolbarServer

type ToolbarServer struct {
	pb.UnimplementedToolbarServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ToolbarServer implements pb.ToolbarServiceServer.

func (*ToolbarServer) CollapseActionView

func (*ToolbarServer) DismissPopupMenus

func (*ToolbarServer) GenerateLayoutParams1

func (*ToolbarServer) GetCollapseIcon

func (*ToolbarServer) GetContentInsetEnd

func (*ToolbarServer) GetContentInsetLeft

func (*ToolbarServer) GetContentInsetRight

func (*ToolbarServer) GetContentInsetStart

func (*ToolbarServer) GetLogoDescription

func (*ToolbarServer) GetMenu

func (*ToolbarServer) GetNavigationIcon

func (*ToolbarServer) GetOverflowIcon

func (*ToolbarServer) GetPopupTheme

func (*ToolbarServer) GetSubtitle

func (*ToolbarServer) GetTitle

func (*ToolbarServer) GetTitleMarginBottom

func (*ToolbarServer) GetTitleMarginEnd

func (*ToolbarServer) GetTitleMarginStart

func (*ToolbarServer) GetTitleMarginTop

func (*ToolbarServer) HasExpandedActionView

func (*ToolbarServer) HideOverflowMenu

func (*ToolbarServer) InflateMenu

func (*ToolbarServer) IsOverflowMenuShowing

func (*ToolbarServer) NewToolbar

func (*ToolbarServer) OnTouchEvent

func (*ToolbarServer) SetCollapseIcon1

func (*ToolbarServer) SetCollapseIcon1_1

func (*ToolbarServer) SetLogo1

func (*ToolbarServer) SetLogo1_1

func (*ToolbarServer) SetLogoDescription1

func (*ToolbarServer) SetLogoDescription1_1

func (*ToolbarServer) SetNavigationIcon1

func (*ToolbarServer) SetNavigationIcon1_1

func (*ToolbarServer) SetOverflowIcon

func (*ToolbarServer) SetPopupTheme

func (*ToolbarServer) SetSubtitle1

func (*ToolbarServer) SetSubtitle1_1

func (*ToolbarServer) SetSubtitleTextColor

func (*ToolbarServer) SetTitle1

func (*ToolbarServer) SetTitle1_1

func (*ToolbarServer) SetTitleMargin

func (*ToolbarServer) SetTitleMarginBottom

func (*ToolbarServer) SetTitleMarginEnd

func (*ToolbarServer) SetTitleMarginStart

func (*ToolbarServer) SetTitleMarginTop

func (*ToolbarServer) SetTitleTextColor

func (*ToolbarServer) ShowOverflowMenu

type TwoLineListItemServer

type TwoLineListItemServer struct {
	pb.UnimplementedTwoLineListItemServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

TwoLineListItemServer implements pb.TwoLineListItemServiceServer.

func (*TwoLineListItemServer) GetText1

func (*TwoLineListItemServer) GetText2

func (*TwoLineListItemServer) NewTwoLineListItem

type VideoViewServer

type VideoViewServer struct {
	pb.UnimplementedVideoViewServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

VideoViewServer implements pb.VideoViewServiceServer.

func (*VideoViewServer) AddSubtitleSource

func (*VideoViewServer) CanPause

func (*VideoViewServer) CanSeekBackward

func (*VideoViewServer) CanSeekForward

func (*VideoViewServer) Draw

func (*VideoViewServer) GetDuration

func (*VideoViewServer) IsPlaying

func (*VideoViewServer) NewVideoView

func (*VideoViewServer) OnKeyDown

func (*VideoViewServer) OnTouchEvent

func (*VideoViewServer) OnTrackballEvent

func (*VideoViewServer) Pause

func (*VideoViewServer) ResolveAdjustedSize

func (*VideoViewServer) Resume

func (*VideoViewServer) SeekTo

func (*VideoViewServer) SetAudioAttributes

func (*VideoViewServer) SetAudioFocusRequest

func (*VideoViewServer) SetMediaController

func (*VideoViewServer) SetOnErrorListener

func (*VideoViewServer) SetOnInfoListener

func (*VideoViewServer) SetOnPreparedListener

func (*VideoViewServer) SetVideoPath

func (*VideoViewServer) SetVideoURI

func (*VideoViewServer) Start

func (*VideoViewServer) StopPlayback

func (*VideoViewServer) Suspend

type ViewAnimatorServer

type ViewAnimatorServer struct {
	pb.UnimplementedViewAnimatorServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ViewAnimatorServer implements pb.ViewAnimatorServiceServer.

func (*ViewAnimatorServer) AddView

func (*ViewAnimatorServer) GetAnimateFirstView

func (*ViewAnimatorServer) GetBaseline

func (*ViewAnimatorServer) GetCurrentView

func (*ViewAnimatorServer) GetDisplayedChild

func (*ViewAnimatorServer) GetInAnimation

func (*ViewAnimatorServer) GetOutAnimation

func (*ViewAnimatorServer) NewViewAnimator

func (*ViewAnimatorServer) RemoveAllViews

func (*ViewAnimatorServer) RemoveView

func (*ViewAnimatorServer) RemoveViewAt

func (*ViewAnimatorServer) RemoveViewInLayout

func (*ViewAnimatorServer) RemoveViews

func (*ViewAnimatorServer) RemoveViewsInLayout

func (*ViewAnimatorServer) SetAnimateFirstView

func (*ViewAnimatorServer) SetDisplayedChild

func (*ViewAnimatorServer) SetInAnimation1_1

func (*ViewAnimatorServer) SetInAnimation2

func (*ViewAnimatorServer) SetOutAnimation1_1

func (*ViewAnimatorServer) SetOutAnimation2

func (*ViewAnimatorServer) ShowNext

func (*ViewAnimatorServer) ShowPrevious

type ViewFlipperServer

type ViewFlipperServer struct {
	pb.UnimplementedViewFlipperServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ViewFlipperServer implements pb.ViewFlipperServiceServer.

func (*ViewFlipperServer) GetFlipInterval

func (*ViewFlipperServer) IsAutoStart

func (*ViewFlipperServer) IsFlipping

func (*ViewFlipperServer) NewViewFlipper

func (*ViewFlipperServer) SetAutoStart

func (*ViewFlipperServer) SetFlipInterval

func (*ViewFlipperServer) StartFlipping

func (*ViewFlipperServer) StopFlipping

type ViewSwitcherServer

type ViewSwitcherServer struct {
	pb.UnimplementedViewSwitcherServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ViewSwitcherServer implements pb.ViewSwitcherServiceServer.

func (*ViewSwitcherServer) AddView

func (*ViewSwitcherServer) GetNextView

func (*ViewSwitcherServer) NewViewSwitcher

func (*ViewSwitcherServer) Reset

func (*ViewSwitcherServer) SetFactory

type ZoomButtonServer

type ZoomButtonServer struct {
	pb.UnimplementedZoomButtonServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ZoomButtonServer implements pb.ZoomButtonServiceServer.

func (*ZoomButtonServer) DispatchUnhandledMove

func (*ZoomButtonServer) NewZoomButton

func (*ZoomButtonServer) OnKeyUp

func (*ZoomButtonServer) OnLongClick

func (*ZoomButtonServer) OnTouchEvent

func (*ZoomButtonServer) SetEnabled

func (*ZoomButtonServer) SetZoomSpeed

type ZoomButtonsControllerServer

type ZoomButtonsControllerServer struct {
	pb.UnimplementedZoomButtonsControllerServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ZoomButtonsControllerServer implements pb.ZoomButtonsControllerServiceServer.

func (*ZoomButtonsControllerServer) GetContainer

func (*ZoomButtonsControllerServer) GetZoomControls

func (*ZoomButtonsControllerServer) IsAutoDismissed

func (*ZoomButtonsControllerServer) IsVisible

func (*ZoomButtonsControllerServer) NewZoomButtonsController

func (*ZoomButtonsControllerServer) OnTouch

func (*ZoomButtonsControllerServer) SetAutoDismissed

func (*ZoomButtonsControllerServer) SetFocusable

func (*ZoomButtonsControllerServer) SetOnZoomListener

func (*ZoomButtonsControllerServer) SetVisible

func (*ZoomButtonsControllerServer) SetZoomInEnabled

func (*ZoomButtonsControllerServer) SetZoomOutEnabled

func (*ZoomButtonsControllerServer) SetZoomSpeed

type ZoomControlsServer

type ZoomControlsServer struct {
	pb.UnimplementedZoomControlsServiceServer
	Ctx     *app.Context
	Handles *handlestore.HandleStore
}

ZoomControlsServer implements pb.ZoomControlsServiceServer.

func (*ZoomControlsServer) HasFocus

func (*ZoomControlsServer) Hide

func (*ZoomControlsServer) NewZoomControls

func (*ZoomControlsServer) OnTouchEvent

func (*ZoomControlsServer) SetIsZoomInEnabled

func (*ZoomControlsServer) SetIsZoomOutEnabled

func (*ZoomControlsServer) SetZoomSpeed

func (*ZoomControlsServer) Show

Jump to

Keyboard shortcuts

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