Documentation
¶
Index ¶
Constants ¶
View Source
const ( RequestTypeExtraData int = 1 Creator int = 0 TypeAccessibilityOverlay int = 4 TypeApplication int = 1 TypeInputMethod int = 2 TypeMagnificationOverlay int = 6 TypeSplitScreenDivider int = 5 TypeSystem int = 3 TypeWindowControl int = 7 ActionAccessibilityFocus int = 64 ActionClearAccessibilityFocus int = 128 ActionClearFocus int = 2 ActionClearSelection int = 8 ActionClick int = 16 ActionCollapse int = 524288 ActionCopy int = 16384 ActionCut int = 65536 ActionDismiss int = 1048576 ActionExpand int = 262144 ActionFocus int = 1 ActionLongClick int = 32 ActionNextAtMovementGranularity int = 256 ActionNextHtmlElement int = 1024 ActionPaste int = 32768 ActionPreviousAtMovementGranularity int = 512 ActionPreviousHtmlElement int = 2048 ActionScrollBackward int = 8192 ActionScrollForward int = 4096 ActionSelect int = 4 ActionSetSelection int = 131072 ActionSetText int = 2097152 CheckedStateFalse int = 0 CheckedStatePartial int = 2 CheckedStateTrue int = 1 ExpandedStateCollapsed int = 1 ExpandedStateFull int = 3 ExpandedStatePartial int = 2 ExpandedStateUndefined int = 0 ExtraDataTextCharacterLocationArgMaxLength int = 20000 FlagPrefetchAncestors int = 1 FlagPrefetchDescendantsBreadthFirst int = 16 FlagPrefetchDescendantsDepthFirst int = 8 FlagPrefetchDescendantsHybrid int = 4 FlagPrefetchSiblings int = 2 FlagPrefetchUninterruptible int = 32 FocusAccessibility int = 2 FocusInput int = 1 MaxNumberOfPrefetchedNodes int = 50 MovementGranularityCharacter int = 1 MovementGranularityLine int = 4 MovementGranularityPage int = 16 MovementGranularityParagraph int = 8 MovementGranularityWord int = 2 ActionContextClick int = 0 ActionDragCancel int = 0 ActionDragDrop int = 0 ActionDragStart int = 0 ActionHideTooltip int = 0 ActionImeEnter int = 0 ActionMoveWindow int = 0 ActionPageDown int = 0 ActionPageLeft int = 0 ActionPageRight int = 0 ActionPageUp int = 0 ActionPressAndHold int = 0 ActionScrollDown int = 0 ActionScrollInDirection int = 0 ActionScrollLeft int = 0 ActionScrollRight int = 0 ActionScrollToPosition int = 0 ActionScrollUp int = 0 ActionSetProgress int = 0 ActionShowOnScreen int = 0 ActionShowTextSuggestions int = 0 ActionShowTooltip int = 0 SelectionModeMultiple int = 2 SelectionModeNone int = 0 SelectionModeSingle int = 1 Undefined int = -1 Indeterminate int = 0 RangeTypeFloat int = 1 RangeTypeIndeterminate int = 3 RangeTypeInt int = 0 RangeTypePercent int = 2 EdgeTypeDepressed int = 4 EdgeTypeDropShadow int = 2 EdgeTypeNone int = 0 EdgeTypeOutline int = 1 EdgeTypeRaised int = 3 EdgeTypeUnspecified int = -1 FlagContentControls int = 4 FlagContentIcons int = 1 FlagContentText int = 2 ContentChangeTypeChecked int = 8192 ContentChangeTypeContentDescription int = 4 ContentChangeTypeContentInvalid int = 1024 ContentChangeTypeDragCancelled int = 512 ContentChangeTypeDragDropped int = 256 ContentChangeTypeDragStarted int = 128 ContentChangeTypeEnabled int = 4096 ContentChangeTypeError int = 2048 ContentChangeTypeExpanded int = 16384 ContentChangeTypePaneAppeared int = 16 ContentChangeTypePaneDisappeared int = 32 ContentChangeTypePaneTitle int = 8 ContentChangeTypeStateDescription int = 64 ContentChangeTypeSubtree int = 1 ContentChangeTypeSupplementalDescription int = 32768 ContentChangeTypeText int = 2 ContentChangeTypeUndefined int = 0 InvalidPosition int = -1 MaxTextLength int = 500 SpeechStateListeningEnd int = 8 SpeechStateListeningStart int = 4 SpeechStateSpeakingEnd int = 2 SpeechStateSpeakingStart int = 1 TypesAllMask int = -1 TypeAnnouncement int = 16384 TypeAssistReadingContext int = 16777216 TypeGestureDetectionEnd int = 524288 TypeGestureDetectionStart int = 262144 TypeNotificationStateChanged int = 64 TypeSpeechStateChange int = 33554432 TypeTouchExplorationGestureEnd int = 1024 TypeTouchExplorationGestureStart int = 512 TypeTouchInteractionEnd int = 2097152 TypeTouchInteractionStart int = 1048576 TypeViewAccessibilityFocused int = 32768 TypeViewAccessibilityFocusCleared int = 65536 TypeViewClicked int = 1 TypeViewContextClicked int = 8388608 TypeViewFocused int = 8 TypeViewHoverEnter int = 128 TypeViewHoverExit int = 256 TypeViewLongClicked int = 2 TypeViewScrolled int = 4096 TypeViewSelected int = 4 TypeViewTargetedByScroll int = 67108864 TypeViewTextChanged int = 16 TypeViewTextSelectionChanged int = 8192 TypeViewTextTraversedAtMovementGranularity int = 131072 TypeWindowsChanged int = 4194304 TypeWindowContentChanged int = 2048 TypeWindowStateChanged int = 32 WindowsChangeAccessibilityFocused int = 128 WindowsChangeActive int = 32 WindowsChangeAdded int = 1 WindowsChangeBounds int = 8 WindowsChangeChildren int = 512 WindowsChangeFocused int = 64 WindowsChangeLayer int = 16 WindowsChangeParent int = 256 WindowsChangePip int = 1024 WindowsChangeRemoved int = 2 WindowsChangeTitle int = 4 HostViewId int = -1 )
View Source
const ( ActionArgumentColumnInt string = "android.view.accessibility.action.ARGUMENT_COLUMN_INT" ActionArgumentDirectionInt string = "android.view.accessibility.action.ARGUMENT_DIRECTION_INT" ActionArgumentExtendSelectionBoolean string = "ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN" ActionArgumentHtmlElementString string = "ACTION_ARGUMENT_HTML_ELEMENT_STRING" ActionArgumentMovementGranularityInt string = "ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT" ActionArgumentMoveWindowX string = "ACTION_ARGUMENT_MOVE_WINDOW_X" ActionArgumentMoveWindowY string = "ACTION_ARGUMENT_MOVE_WINDOW_Y" ActionArgumentPressAndHoldDurationMillisInt string = "android.view.accessibility.action.ARGUMENT_PRESS_AND_HOLD_DURATION_MILLIS_INT" ActionArgumentProgressValue string = "android.view.accessibility.action.ARGUMENT_PROGRESS_VALUE" ActionArgumentRowInt string = "android.view.accessibility.action.ARGUMENT_ROW_INT" ActionArgumentScrollAmountFloat string = "android.view.accessibility.action.ARGUMENT_SCROLL_AMOUNT_FLOAT" ActionArgumentSelectionEndInt string = "ACTION_ARGUMENT_SELECTION_END_INT" ActionArgumentSelectionStartInt string = "ACTION_ARGUMENT_SELECTION_START_INT" ActionArgumentSetTextCharsequence string = "ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCE" ExtraDataRenderingInfoKey string = "android.view.accessibility.extra.DATA_RENDERING_INFO_KEY" ExtraDataTextCharacterLocationArgLength string = "android.view.accessibility.extra.DATA_TEXT_CHARACTER_LOCATION_ARG_LENGTH" ExtraDataTextCharacterLocationArgStartIndex string = "android.view.accessibility.extra.DATA_TEXT_CHARACTER_LOCATION_ARG_START_INDEX" ExtraDataTextCharacterLocationInWindowKey string = "android.view.accessibility.extra.DATA_TEXT_CHARACTER_LOCATION_IN_WINDOW_KEY" ExtraDataTextCharacterLocationKey string = "android.view.accessibility.extra.DATA_TEXT_CHARACTER_LOCATION_KEY" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.