Android.Views Namespace

Classes

AbsSavedState

A Parcelable implementation that should be used by inheritance hierarchies to ensure the state of all classes along the chain is saved.

AbsSavedState.InterfaceConsts
ActionMode

Represents a contextual mode of the user interface.

ActionMode.Callback2

Extension of ActionMode.Callback to provide content rect information.

ActionProvider

An ActionProvider defines rich menu interaction in a single component.

ActionProvider.VisibilityEventArgs

Provides data for the Visibility event.

CancelledEventArgs
Choreographer

Coordinates the timing of animations, input and drawing.

Choreographer.FrameData

The payload for VsyncCallback which includes frame information such as when the frame started being rendered, and multiple possible frame timelines and their information including deadline and expected present time.

Choreographer.FrameTimeline

Holds data that describes one possible VSync frame event to render at.

ContentInfo

Holds all the relevant data for a request to View#performReceiveContent.

ContentInfo.Builder

Builder for ContentInfo.

ContentInfo.InterfaceConsts
ContextThemeWrapper

A context wrapper that allows you to modify or replace the theme of the wrapped context.

Display

Provides information about the size and density of a logical display.

Display.HdrCapabilities

Encapsulates the HDR capabilities of a given display.

Display.HdrCapabilities.InterfaceConsts
Display.Mode

A mode supported by a given display.

Display.Mode.InterfaceConsts
DisplayCutout

Represents the area of the display that is not functional for displaying content.

DisplayCutout.Builder

A Builder class to construct a DisplayCutout instance.

DisplayShape

A class representing the shape of a display.

DisplayShape.InterfaceConsts
DragAndDropPermissions

DragAndDropPermissions controls the access permissions for the content URIs associated with a DragEvent.

DragAndDropPermissions.InterfaceConsts
DragEvent

Represents an event that is sent out by the system at various times during a drag and drop operation.

DragEvent.InterfaceConsts
FinishedEventArgs
FocusFinder

The algorithm used for finding the next focusable view in a given direction from a view that currently has focus.

FrameMetrics

Class containing timing data for various milestones in a frame lifecycle reported by the rendering subsystem.

FrameStats

This is the base class for frame statistics.

GestureDetector

Detects various gestures and events using the supplied MotionEvents.

GestureDetector.ContextClickEventArgs
GestureDetector.DoubleTapEventArgs

Provides data for the DoubleTap event.

GestureDetector.DoubleTapEventEventArgs

Provides data for the DoubleTapEvent event.

GestureDetector.DownEventArgs
GestureDetector.FlingEventArgs
GestureDetector.LongPressEventArgs
GestureDetector.ScrollEventArgs
GestureDetector.ShowPressEventArgs
GestureDetector.SimpleOnGestureListener

A convenience class to extend when you only want to listen for a subset of all the gestures.

GestureDetector.SingleTapConfirmedEventArgs

Provides data for the SingleTapConfirmed event.

GestureDetector.SingleTapUpEventArgs
Gravity

Standard constants and tools for placing an object within a potentially larger container.

HapticFeedbackConstants

Constants to be used to perform haptic feedback effects via View#performHapticFeedback(int)

IAttachedSurfaceControl.BufferTransformHintChangedEventArgs
IContextMenuExtensions
IMenuExtensions
IMenuItemExtensions
InflateException

This exception is thrown by an inflater on error conditions.

InputDevice

Describes the capabilities of a particular input device.

InputDevice.InterfaceConsts
InputDevice.MotionRange

Provides information about the range of values for a particular MotionEvent axis.

InputEvent

Common base class for input events.

InputEvent.InterfaceConsts
InputQueue

An input queue provides a mechanism for an application to receive incoming input events.

ISubMenuExtensions
IWindowInsetsController.ControllableInsetsChangedEventArgs
KeyboardShortcutGroup

A group of KeyboardShortcutInfo.

KeyboardShortcutGroup.InterfaceConsts
KeyboardShortcutInfo

Information about a Keyboard Shortcut.

KeyboardShortcutInfo.InterfaceConsts
KeyCharacterMap

Describes the keys provided by a keyboard device and their associated labels.

KeyCharacterMap.InterfaceConsts
KeyCharacterMap.KeyData

Describes the character mappings associated with a key.

KeyCharacterMap.UnavailableException

Thrown by KeyCharacterMap#load when a key character map could not be loaded.

KeyEvent

Object used to report key and button events.

KeyEvent.DispatcherState

Use with KeyEvent#dispatch(Callback, DispatcherState, Object) for more advanced key dispatching, such as long presses.

LayoutInflater

Instantiates a layout XML file into its corresponding android.view.View objects.

Menu

Interface for managing the items in a menu.

MenuInflater

This class is used to instantiate menu XML files into Menu objects.

MenuItemActionCollapseEventArgs
MenuItemActionExpandEventArgs
MenuItemOnMenuItemClickEventArgs
MotionEvent

Object used to report movement (mouse, pen, finger, trackball) events.

MotionEvent.PointerCoords

Transfer object for pointer coordinates.

MotionEvent.PointerProperties

Transfer object for pointer properties.

MotionPredictor

Calculate motion predictions.

OrientationEventListener

Helper class for receiving notifications from the SensorManager when the orientation of the device has changed.

OrientationListener

Helper class for receiving notifications from the SensorManager when the orientation of the device has changed.

PixelCopy

Provides a mechanisms to issue pixel copy requests to allow for copy operations from Surface to Bitmap

PixelCopy.PixelCopyFinishedEventArgs
PixelCopy.PixelCopyRequest

Represents a PixelCopy request.

PixelCopy.PixelCopyRequest.Builder
PixelCopy.Result

Contains the result of a PixelCopy request

PointerIcon

Represents an icon that can be used as a mouse pointer.

PointerIcon.InterfaceConsts
ReadyEventArgs
RoundedCorner

Represents a rounded corner of the display.

RoundedCorner.InterfaceConsts
ScaleGestureDetector

Detects scaling transformation gestures using the supplied MotionEvents.

ScaleGestureDetector.ScaleBeginEventArgs
ScaleGestureDetector.ScaleEndEventArgs
ScaleGestureDetector.ScaleEventArgs
ScaleGestureDetector.SimpleOnScaleGestureListener

A convenience class to extend when you only want to listen for a subset of scaling-related events.

ScrollCaptureSession

A session represents the scope of interaction between a ScrollCaptureCallback and the system during an active scroll capture operation.

ScrollCaptureTarget

A target collects the set of contextual information for a ScrollCaptureHandler discovered during a View#dispatchScrollCaptureSearch scroll capture search.

SearchEvent

Class that contains information about an event that triggers a search.

SoundEffectConstants

Constants to be used to play sound effects via View#playSoundEffect(int)

Surface

Handle onto a raw buffer that is being managed by the screen compositor.

Surface.InterfaceConsts
Surface.OutOfResourcesException

Exception thrown when a Canvas couldn't be locked with Surface#lockCanvas, or when a SurfaceTexture could not successfully be allocated.

SurfaceControl

Handle to an on-screen Surface managed by the system compositor.

SurfaceControl.Builder

Builder class for SurfaceControl objects.

SurfaceControl.InterfaceConsts
SurfaceControl.Transaction

An atomic set of changes to a set of SurfaceControl.

SurfaceControl.Transaction.InterfaceConsts
SurfaceControl.TrustedPresentationThresholds

Threshold values that are sent with Transaction#setTrustedPresentationCallback(SurfaceControl, TrustedPresentationThresholds, Executor, Consumer)

SurfaceControlViewHost

Utility class for adding a View hierarchy to a SurfaceControl.

SurfaceControlViewHost.SurfacePackage

Package encapsulating a Surface hierarchy which contains interactive view elements.

SurfaceControlViewHost.SurfacePackage.InterfaceConsts
SurfaceHolderBadSurfaceTypeException

Exception that is thrown from #lockCanvas when called on a Surface whose type is SURFACE_TYPE_PUSH_BUFFERS.

SurfaceView

Provides a dedicated drawing surface embedded inside of a view hierarchy.

TextureView

A TextureView can be used to display a content stream, such as that coming from a camera preview, a video, or an OpenGL scene.

TextureView.SurfaceTextureAvailableEventArgs

Provides data for the SurfaceTextureAvailable event.

TextureView.SurfaceTextureDestroyedEventArgs

Provides data for the SurfaceTextureDestroyed event.

TextureView.SurfaceTextureSizeChangedEventArgs

Provides data for the SurfaceTextureSizeChanged event.

TextureView.SurfaceTextureUpdatedEventArgs

Provides data for the SurfaceTextureUpdated event.

TouchDelegate

Helper class to handle situations where you want a view to have a larger touch area than its actual view bounds.

VelocityTracker

Helper for tracking the velocity of motion events, for implementing flinging and other such gestures.

VerifiedInputEvent

Base class for verified events.

VerifiedInputEvent.InterfaceConsts
VerifiedKeyEvent

KeyEvent that has been verified by the system.

VerifiedMotionEvent

MotionEvent that has been verified by the system.

View

This class represents the basic building block for user interface components.

View.AccessibilityDelegate

This class represents a delegate that can be registered in a View to enhance accessibility support via composition rather via inheritance.

View.BaseSavedState

Base class for derived classes that want to save and restore their own state in android.view.View#onSaveInstanceState().

View.CapturedPointerEventArgs
View.ContextClickEventArgs
View.CreateContextMenuEventArgs

Provides data for the ContextMenuCreated event.

View.DragEventArgs

Provides data for the Drag event.

View.DragShadowBuilder

Creates an image that the system displays during the drag and drop operation.

View.FocusChangeEventArgs

Provides data for the FocusChange, and QueryTextFocusChange events.

View.GenericMotionEventArgs

Provides data for the GenericMotion event.

View.HoverEventArgs

Provides data for the Hover event.

View.KeyEventArgs

Provides data for the KeyPress event.

View.LayoutChangeEventArgs

Provides data for the LayoutChange event.

View.LongClickEventArgs

Provides data for the LongClick event.

View.LongClickUseDefaultHapticFeedbackEventArgs
View.MeasureSpec

A MeasureSpec encapsulates the layout requirements passed from parent to child.

View.ScrollChangeEventArgs
View.SystemUiVisibilityChangeEventArgs

Provides data for the SystemUiVisibilityChange event.

View.TouchEventArgs

Provides data for the Touch, and TouchIntercepted events.

View.UnhandledKeyEventEventArgs
View.ViewAttachedToWindowEventArgs

Provides data for the ViewAttachedToWindow event.

View.ViewDetachedFromWindowEventArgs

Provides data for the ViewDetachedFromWindow event.

ViewAnimationUtils

Defines common utilities for working with View's animations.

ViewConfiguration

Contains methods to standard constants used in the UI for timeouts, sizes, and distances.

ViewDebug

Various debugging/tracing tools related to View and the view hierarchy.

ViewDebug.CapturedViewProperty

This annotation can be used to mark fields and methods to be dumped when the view is captured.

ViewDebug.ExportedProperty

This annotation can be used to mark fields and methods to be dumped by the view server.

ViewDebug.FlagToString

Defines a mapping from a flag to a String.

ViewDebug.HierarchyTraceType

This member is deprecated.

ViewDebug.IntToString

Defines a mapping from an int value to a String.

ViewDebug.RecyclerTraceType

This member is deprecated.

ViewGroup

A ViewGroup is a special view that can contain other views (called children.

ViewGroup.ChildViewAddedEventArgs

Provides data for the ChildViewAdded event.

ViewGroup.ChildViewRemovedEventArgs

Provides data for the ChildViewRemoved event.

ViewGroup.LayoutParams

LayoutParams are used by views to tell their parents how they want to be laid out.

ViewGroup.MarginLayoutParams

Per-child layout information for layouts that support margins.

ViewGroupOverlay

A group overlay is an extra layer that sits on top of a ViewGroup (the "host view") which is drawn after all other content in that view (including the view group's children).

ViewOutlineProvider

Interface by which a View builds its Outline, used for shadow casting and clipping.

ViewOverlay

An overlay is an extra layer that sits on top of a View (the "host view") which is drawn after all other content in that view (including children, if the view is a ViewGroup).

ViewPropertyAnimator

This class enables automatic and optimized animation of select properties on View objects.

ViewStructure

ViewStructure is a container for storing additional per-view data generated by View#onProvideStructure View.onProvideStructure and View#onProvideAutofillStructure View.onProvideAutofillStructure.

ViewStructure.HtmlInfo

Simplified representation of the HTML properties of a node that represents an HTML element.

ViewStructure.HtmlInfo.Builder
ViewStub

A ViewStub is an invisible, zero-sized View that can be used to lazily inflate layout resources at runtime.

ViewStub.InflateEventArgs

Provides data for the InflateEvent event.

ViewTreeObserver

A view tree observer is used to register listeners that can be notified of global changes in the view tree.

ViewTreeObserver.GlobalFocusChangeEventArgs

Provides data for the GlobalFocusChange event.

ViewTreeObserver.PreDrawEventArgs

Provides data for the PreDraw event.

ViewTreeObserver.TouchModeChangeEventArgs

Provides data for the TouchModeChange event.

ViewTreeObserver.WindowFocusChangeEventArgs

Provides data for the WindowFocusChange event.

ViewTreeObserver.WindowVisibilityChangeEventArgs
Window

Abstract base class for a top-level window look and behavior policy.

Window.FrameMetricsAvailableEventArgs
Window.RestrictedCaptionAreaChangedEventArgs
WindowAnimationFrameStats

This class contains window animation frame statistics.

WindowAnimationFrameStats.InterfaceConsts
WindowContentFrameStats

This class contains window content frame statistics.

WindowContentFrameStats.InterfaceConsts
WindowId

Safe identifier for a window.

WindowId.FocusObserver

Subclass for observing changes to the focus state of an WindowId.

WindowId.InterfaceConsts
WindowInsets

Describes a set of insets for window content.

WindowInsets.Builder

Builder for WindowInsets.

WindowInsets.Side

Class that defines different sides for insets.

WindowInsets.Type

Class that defines different types of sources causing window insets.

WindowInsetsAnimation

Class representing an animation of a set of windows that cause insets.

WindowInsetsAnimation.Bounds

Class representing the range of an WindowInsetsAnimation

WindowInsetsAnimation.Callback

Interface that allows the application to listen to animation events for windows that cause insets.

WindowManager
WindowManagerBadTokenException

Exception that is thrown when trying to add view whose LayoutParamsLayoutParams#token is invalid.

WindowManagerInvalidDisplayException

Exception that is thrown when calling #addView to a secondary display that cannot be found.

WindowManagerLayoutParams
WindowManagerLayoutParams.InterfaceConsts
WindowMetrics

Metrics about a Window, consisting of the bounds and WindowInsets.

Interfaces

ActionMode.ICallback

Callback interface for action modes.

ActionProvider.IVisibilityListener

Listens to changes in visibility as reported by ActionProvider#refreshVisibility().

Choreographer.IFrameCallback

Implement this interface to receive a callback when a new display frame is being rendered.

Choreographer.IVsyncCallback

Implement this interface to receive a callback to start the next frame.

GestureDetector.IOnContextClickListener

The listener that is used to notify when a context click occurs.

GestureDetector.IOnDoubleTapListener

The listener that is used to notify when a double-tap or a confirmed single-tap occur.

GestureDetector.IOnGestureListener

The listener that is used to notify when gestures occur.

IAttachedSurfaceControl

Provides an interface to the root-Surface of a View Hierarchy or Window.

IAttachedSurfaceControl.IOnBufferTransformHintChangedListener

Buffer transform hint change listener.

ICollapsibleActionView

When a View implements this interface it will receive callbacks when expanded or collapsed as an action view alongside the optional, app-specified callbacks to OnActionExpandListener.

IContextMenu

Extension of Menu for context menus providing functionality to modify the header of the context menu.

IContextMenuContextMenuInfo

Additional information regarding the creation of the context menu.

IMenu

Interface for managing the items in a menu.

IMenuItem

Interface for direct access to a previously created menu item.

IMenuItemOnActionExpandListener

Interface definition for a callback to be invoked when a menu item marked with MenuItem#SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is expanded or collapsed.

IMenuItemOnMenuItemClickListener

Interface definition for a callback to be invoked when a menu item is clicked.

InputQueue.ICallback

Interface to receive notification of when an InputQueue is associated and dissociated with a thread.

IOnReceiveContentListener

Listener for apps to implement handling for insertion of content.

IScrollCaptureCallback

A ScrollCaptureCallback is responsible for providing rendered snapshots of scrolling content for the scroll capture system.

ISubMenu

Subclass of Menu for sub menus.

ISurfaceHolder

Abstract interface to someone holding a display surface.

ISurfaceHolderCallback

A client may implement this interface to receive information about changes to the surface.

ISurfaceHolderCallback2

Additional callbacks that can be received for Callback.

IViewManager

Interface to let you add and remove child views to an Activity.

IViewParent

Defines the responsibilities for a class that will be a parent of a View.

IWindowInsetsAnimationController

Controller for app-driven animation of system windows.

IWindowInsetsAnimationControlListener

Listener that encapsulates a request to WindowInsetsController#controlWindowInsetsAnimation.

IWindowInsetsController

Interface to control windows that generate insets.

IWindowInsetsController.IOnControllableInsetsChangedListener

Listener to be notified when the set of controllable WindowInsets.Type controlled by a WindowInsetsController changes.

IWindowManager

The interface that apps use to talk to the window manager.

KeyEvent.ICallback
LayoutInflater.IFactory
LayoutInflater.IFactory2
LayoutInflater.IFilter

Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated.

PixelCopy.IOnPixelCopyFinishedListener

Listener for observing the completion of a PixelCopy request.

ScaleGestureDetector.IOnScaleGestureListener

The listener for receiving notifications when gestures occur.

SurfaceControl.ITransactionCommittedListener

Interface to handle request to SurfaceControl.Transaction#addTransactionCommittedListener(Executor, TransactionCommittedListener)

TextureView.ISurfaceTextureListener

This listener can be used to be notified when the surface texture associated with this texture view is available.

View.IOnApplyWindowInsetsListener

Listener for applying window insets on a view in a custom way.

View.IOnAttachStateChangeListener

Interface definition for a callback to be invoked when this view is attached or detached from its window.

View.IOnCapturedPointerListener

Interface definition for a callback to be invoked when a captured pointer event is being dispatched this view.

View.IOnClickListener

Interface definition for a callback to be invoked when a view is clicked.

View.IOnContextClickListener

Interface definition for a callback to be invoked when a view is context clicked.

View.IOnCreateContextMenuListener

Interface definition for a callback to be invoked when the context menu for this view is being built.

View.IOnDragListener

Interface definition for a listener that's invoked when a drag event is dispatched to this view.

View.IOnFocusChangeListener

Interface definition for a callback to be invoked when the focus state of a view changed.

View.IOnGenericMotionListener

Interface definition for a callback to be invoked when a generic motion event is dispatched to this view.

View.IOnHoverListener

Interface definition for a callback to be invoked when a hover event is dispatched to this view.

View.IOnKeyListener

Interface definition for a callback to be invoked when a hardware key event is dispatched to this view.

View.IOnLayoutChangeListener

Interface definition for a callback to be invoked when the layout bounds of a view changes due to layout processing.

View.IOnLongClickListener

Interface definition for a callback to be invoked when a view has been clicked and held.

View.IOnScrollChangeListener

Interface definition for a callback to be invoked when the scroll X or Y positions of a view change.

View.IOnSystemUiVisibilityChangeListener

Interface definition for a callback to be invoked when the status bar changes visibility.

View.IOnTouchListener

Interface definition for a callback to be invoked when a touch event is dispatched to this view.

View.IOnUnhandledKeyEventListener

Interface definition for a callback to be invoked when a hardware key event hasn't been handled by the view hierarchy.

ViewGroup.IOnHierarchyChangeListener

Interface definition for a callback to be invoked when the hierarchy within this view changed.

ViewStub.IOnInflateListener

Listener used to receive a notification after a ViewStub has successfully inflated its layout resource.

ViewTreeObserver.IOnDrawListener

Interface definition for a callback to be invoked when the view tree is about to be drawn.

ViewTreeObserver.IOnGlobalFocusChangeListener

Interface definition for a callback to be invoked when the focus state within the view tree changes.

ViewTreeObserver.IOnGlobalLayoutListener

Interface definition for a callback to be invoked when the global layout state or the visibility of views within the view tree changes.

ViewTreeObserver.IOnPreDrawListener

Interface definition for a callback to be invoked when the view tree is about to be drawn.

ViewTreeObserver.IOnScrollChangedListener

Interface definition for a callback to be invoked when something in the view tree has been scrolled.

ViewTreeObserver.IOnTouchModeChangeListener

Interface definition for a callback to be invoked when the touch mode changes.

ViewTreeObserver.IOnWindowAttachListener

Interface definition for a callback to be invoked when the view hierarchy is attached to and detached from its window.

ViewTreeObserver.IOnWindowFocusChangeListener

Interface definition for a callback to be invoked when the view hierarchy's window focus state changes.

ViewTreeObserver.IOnWindowVisibilityChangeListener

Interface definition for a callback to be invoked when the view hierarchy's window visibility changes.

Window.ICallback

API from a Window back to its caller.

Window.IOnFrameMetricsAvailableListener

Callback for clients that want frame timing information for each frame rendered by the Window.

Window.IOnRestrictedCaptionAreaChangedListener

Callback for clients that want to be aware of where caption draws content.

Enums

AccessibilityDataSensitive
AccessibilityLiveRegion

Enumerates values returned by several types.

ActionModeType
AutofillFlags
AutofillType
Axis

Enumerates values returned by several types and taken as a parameter of several types.

BufferTransform
ClassificationMode
ContentInfoFlags
ContentInfoSource
DecorCaptionShade
DescendantFocusability

Enumerates values returned by several types.

DisplayFlags

Enumerates values returned by several types and taken as a parameter of the F:Android.Media.Projection.MediaProjection.CreateVirtualDisplay member.

DisplayState

Enumerates values returned by several types.

DragAction

Enumerates values returned by several types.

DragFlags
DrawingCacheQuality

Enumerates values returned by several types.

Edge

Enumerates values returned by several types and taken as a parameter of several types.

FeedbackConstants

Enumerates values returned by the KeyboardTap, LongPress, and VirtualKey members and taken as a parameter of the F:Android.Views.View.PerformHapticFeedback, and F:Android.Views.View.PerformHapticFeedback members.

FeedbackFlags

Enumerates values returned by the IgnoreGlobalSetting, and IgnoreViewSetting members and taken as a parameter of the F:Android.Views.View.PerformHapticFeedback member.

FindViewsWith

Enumerates values returned by the ContentDescription, Text, and FindViewsWithContentDescription members and taken as a parameter of the F:Android.Views.View.FindViewsWithText, and F:Android.Views.View.FindViewsWithText members.

FocusablesFlags

Enumerates values returned by the All, and TouchMode members and taken as a parameter of the F:Android.Views.View.AddFocusables member.

FocusSearchDirection
FrameMetricsId
GravityFlags

Enumerates values returned by several types and taken as a parameter of several types.

HdrType
ImportantForAccessibility

Enumerates values returned by several types.

ImportantForAutofill
InputKeyboardType

Enumerates values returned by several types.

InputSourceType

Enumerates values returned by several types and taken as a parameter of several types.

KeyboardType

Enumerates values returned by several types.

Keycode

Enumerates values returned by several types and taken as a parameter of several types.

KeyEventActions

Enumerates values returned by several types and taken as a parameter of several methods of KeyEvent.

KeyEventFlags

Enumerates values returned by several types and taken as a parameter of several methods of KeyEvent.

KeyModifierBehavior

Enumerates values returned by the ModifierBehavior, Chorded, and ChordedOrToggled members.

LayerType

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.View.SetLayerType member.

LayoutDirection

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.View.OnRtlPropertiesChanged, and F:Android.Views.ViewGroup+LayoutParams.ResolveLayoutDirection members.

LayoutInDisplayCutoutMode
MeasureSpecMode

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.View+MeasureSpec.MakeMeasureSpec member.

MemoryType

Enumerates values returned by several types.

MenuAppendFlags

Enumerates values returned by the AppendToGroup, and None members and taken as a parameter of the F:Android.Views.IMenu.AddIntentOptions member.

MenuCategory

Enumerates values returned by several methods of MenuCategory.

MenuPerformFlags

Enumerates values returned by the AlwaysPerformClose, None, and PerformNoClose members and taken as a parameter of several types.

MetaKeyStates

Enumerates values returned by several types and taken as a parameter of several types.

MotionEventActions

Enumerates values returned by several types and taken as a parameter of several methods of MotionEvent.

MotionEventButtonState

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.MotionEvent.IsButtonPressed, and F:Android.Views.MotionEvent.Obtain members.

MotionEventFlags

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.MotionEvent.Obtain, and F:Android.Views.MotionEvent.Obtain members.

MotionEventToolType

Enumerates values returned by several types.

MotionRange

Enumerates values returned by several types.

OverScrollMode

Enumerates values returned by several types.

PersistentDrawingCaches

Enumerates values returned by several types.

PixelCopyResult
PointerIconType
RoundedCornerPosition
ScreenState

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.View.OnScreenStateChanged member.

ScrollAxis

Enumerates values returned by several types and taken as a parameter of several types.

ScrollbarPosition

Enumerates values returned by several types.

ScrollbarStyles

Enumerates values returned by several types.

ScrollCaptureHint
ScrollIndicatorPosition
ShowAsAction

Enumerates values returned by several methods of ShowAsAction and taken as a parameter of the F:Android.Views.IMenuItem.SetShowAsAction, and F:Android.Views.IMenuItem.SetShowAsActionFlags members.

SoftInput

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.Window.SetSoftInputMode member.

SoundEffects

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.View.PlaySoundEffect member.

StatusBarVisibility
SurfaceChangeFrameRate
SurfaceFrameRateCompatibility
SurfaceOrientation

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.Surface.SetOrientation member.

SurfaceType

Enumerates values returned by several methods of SurfaceType and taken as a parameter of the F:Android.Views.ISurfaceHolder.SetType member.

SurfaceViewLifecycle
SystemUiFlags
TextAlignment

Enumerates values returned by several types.

TextDirection

Enumerates values returned by several types.

TouchableRegion

Enumerates values returned by several methods of TouchableRegion.

ViewFocusability
ViewImportantForContentCapture
ViewLayoutMode

Enumerates values returned by several types.

ViewStates

Enumerates values returned by several types and taken as a parameter of several types.

WindowFeatures

Enumerates values returned by several methods of WindowFeatures and taken as a parameter of several types.

WindowInsetsAnimationDispatchMode
WindowInsetsControllerAppearance
WindowInsetsControllerBehavior
WindowInsetSides
WindowManageDisplayFlags
WindowManagerEventType

Enumerates values returned by several types.

WindowManagerFlags

Enumerates values returned by several types and taken as a parameter of several types.

WindowManagerTypes

Enumerates values returned by several types and taken as a parameter of several types.

WindowProgress

Enumerates values returned by several types.

WindowRotationAnimation

Enumerates values returned by several types.

Delegates

ReceiveContentHandler
View.ApplyWindowInsetsHandler