Android.Views.View: Field Members

The fields of Android.Views.View are listed below. For a list of all members, see the View Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
AccessibilityLiveRegionAssertiveAndroid.Views.AccessibilityLiveRegion (2). Live region mode specifying that accessibility services should interrupt ongoing speech to immediately announce changes to this view.
const
AccessibilityLiveRegionNoneAndroid.Views.AccessibilityLiveRegion (0). Live region mode specifying that accessibility services should not automatically announce changes to this view.
const
AccessibilityLiveRegionPoliteAndroid.Views.AccessibilityLiveRegion (1). Live region mode specifying that accessibility services should announce changes to this view.
const
FindViewsWithContentDescriptionAndroid.Views.FindViewsWith (2). Find find views that contain the specified content description.
const
ImportantForAccessibilityAutoAndroid.Views.ImportantForAccessibility (0). Automatically determine whether a view is important for accessibility.
const
ImportantForAccessibilityNoAndroid.Views.ImportantForAccessibility (2). The view is not important for accessibility.
const
ImportantForAccessibilityNoHideDescendantsAndroid.Views.ImportantForAccessibility (4). The view is not important for accessibility, nor are any of its descendant views.
const
ImportantForAccessibilityYesAndroid.Views.ImportantForAccessibility (1). The view is important for accessibility.
const
LayoutDirectionInheritAndroid.Views.LayoutDirection (2). Horizontal layout direction of this view is inherited from its parent.
const
LayoutDirectionLocaleAndroid.Views.LayoutDirection (3). Horizontal layout direction of this view is from deduced from the default language script for the locale.
const
LayoutDirectionLtrAndroid.Views.LayoutDirection (0). Horizontal layout direction of this view is from Left to Right.
const
LayoutDirectionRtlAndroid.Views.LayoutDirection (1). Horizontal layout direction of this view is from Right to Left.
const
MeasuredHeightStateShiftint (16). Bit shift of View.MeasuredStateMask to get to the height bits for functions that combine both width and height into a single int, such as View.MeasuredState and the childState argument of View.ResolveSizeAndState(int, System.Int32, System.Int32).
const
MeasuredSizeMaskint (16777215). Bits of View.MeasuredWidthAndState and View.MeasuredWidthAndState that provide the actual measured size.
const
MeasuredStateMaskint (-16777216). Bits of View.MeasuredWidthAndState and View.MeasuredWidthAndState that provide the additional state bits.
const
MeasuredStateTooSmallint (16777216). Bit of View.MeasuredWidthAndState and View.MeasuredWidthAndState that indicates the measured size is smaller that the space the view would like to have.
const
NoIdint (-1). Used to mark a View that has no ID.
const
OverScrollAlwaysAndroid.Views.OverScrollMode (0). Always allow a user to over-scroll this view, provided it is a view that can scroll.
const
OverScrollIfContentScrollsAndroid.Views.OverScrollMode (1). Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll, provided it is a view that can scroll.
const
OverScrollNeverAndroid.Views.OverScrollMode (2). Never allow a user to over-scroll this view.
const
ScreenStateOffAndroid.Views.ScreenState (0). Indicates that the screen has changed state and is now off.
const
ScreenStateOnAndroid.Views.ScreenState (1). Indicates that the screen has changed state and is now on.
const
ScrollAxisHorizontalAndroid.Views.ScrollAxis (1). Indicates scrolling along the horizontal axis.
const
ScrollAxisNoneAndroid.Views.ScrollAxis (0). Indicates no axis of view scrolling.
const
ScrollAxisVerticalAndroid.Views.ScrollAxis (2). Indicates scrolling along the vertical axis.
const
SystemUiFlagFullscreenAndroid.Views.SystemUiFlags (4). Flag for View.SystemUiVisibility: View has requested to go into the normal fullscreen mode so that its content can take over the screen while still allowing the user to interact with the application.
const
SystemUiFlagHideNavigationAndroid.Views.SystemUiFlags (2). Flag for View.SystemUiVisibility: View has requested that the system navigation be temporarily hidden.
const
SystemUiFlagImmersiveAndroid.Views.SystemUiFlags (2048). Flag for View.SystemUiVisibility: View would like to remain interactive when hiding the navigation bar with View.SystemUiFlagHideNavigation.
const
SystemUiFlagImmersiveStickyAndroid.Views.SystemUiFlags (4096). Flag for View.SystemUiVisibility: View would like to remain interactive when hiding the status bar with View.SystemUiFlagFullscreen and/or hiding the navigation bar with View.SystemUiFlagHideNavigation.
const
SystemUiFlagLayoutFullscreenAndroid.Views.SystemUiFlags (1024). Flag for View.SystemUiVisibility: View would like its window to be layed out as if it has requested View.SystemUiFlagFullscreen, even if it currently hasn't.
const
SystemUiFlagLayoutHideNavigationAndroid.Views.SystemUiFlags (512). Flag for View.SystemUiVisibility: View would like its window to be layed out as if it has requested View.SystemUiFlagHideNavigation, even if it currently hasn't.
const
SystemUiFlagLayoutStableAndroid.Views.SystemUiFlags (256). Flag for View.SystemUiVisibility: When using other layout flags, we would like a stable view of the content insets given to View.FitSystemWindows(Android.Graphics.Rect).
const
SystemUiFlagLowProfileAndroid.Views.SystemUiFlags (1). Flag for View.SystemUiVisibility: View has requested the system UI to enter an unobtrusive "low profile" mode.
const
SystemUiFlagVisibleAndroid.Views.SystemUiFlags (0). Special constant for View.SystemUiVisibility: View has requested the system UI (status bar) to be visible (the default).
const
SystemUiLayoutFlagsAndroid.Views.SystemUiFlags (1536). Flags that can impact the layout in relation to system UI.
const
TextAlignmentCenterAndroid.Views.TextAlignment (4). Center the paragraph, e.g.
const
TextAlignmentGravityAndroid.Views.TextAlignment (1). Default for the root view.
const
TextAlignmentInheritAndroid.Views.TextAlignment (0). Default text alignment.
const
TextAlignmentResolvedDefaultint (131072). Documentation for this section has not yet been entered.
const
TextAlignmentTextEndAndroid.Views.TextAlignment (3). Align to the end of the paragraph, e.g.
const
TextAlignmentTextStartAndroid.Views.TextAlignment (2). Align to the start of the paragraph, e.g.
const
TextAlignmentViewEndAndroid.Views.TextAlignment (6). Align to the end of the view, which is ALIGN_RIGHT if the view’s resolved layoutDirection is LTR, and ALIGN_LEFT otherwise.
const
TextAlignmentViewStartAndroid.Views.TextAlignment (5). Align to the start of the view, which is ALIGN_LEFT if the view’s resolved layoutDirection is LTR, and ALIGN_RIGHT otherwise.
const
TextDirectionAnyRtlAndroid.Views.TextDirection (2). Text direction is using "any-RTL" algorithm.
const
TextDirectionFirstStrongAndroid.Views.TextDirection (1). Text direction is using "first strong algorithm".
const
TextDirectionInheritAndroid.Views.TextDirection (0). Text direction is inherited thru Android.Views.ViewGroup
const
TextDirectionLocaleAndroid.Views.TextDirection (5). Text direction is coming from the system Locale.
const
TextDirectionLtrAndroid.Views.TextDirection (3). Text direction is forced to LTR.
const
TextDirectionRtlAndroid.Views.TextDirection (4). Text direction is forced to RTL.

Protected Fields

const
ViewLogTagstring. The logging tag used by this class with android.util.