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
const | AccessibilityLiveRegionAssertive | Android.Views.AccessibilityLiveRegion (2). Live region mode specifying that accessibility services should interrupt ongoing speech to immediately announce changes to this view. |
const | AccessibilityLiveRegionNone | Android.Views.AccessibilityLiveRegion (0). Live region mode specifying that accessibility services should not automatically announce changes to this view. |
const | AccessibilityLiveRegionPolite | Android.Views.AccessibilityLiveRegion (1). Live region mode specifying that accessibility services should announce changes to this view. |
const | FindViewsWithContentDescription | Android.Views.FindViewsWith (2). Find find views that contain the specified content description. |
const | ImportantForAccessibilityAuto | Android.Views.ImportantForAccessibility (0). Automatically determine whether a view is important for accessibility. |
const | ImportantForAccessibilityNo | Android.Views.ImportantForAccessibility (2). The view is not important for accessibility. |
const | ImportantForAccessibilityNoHideDescendants | Android.Views.ImportantForAccessibility (4). The view is not important for accessibility, nor are any of its descendant views. |
const | ImportantForAccessibilityYes | Android.Views.ImportantForAccessibility (1). The view is important for accessibility. |
const | LayoutDirectionInherit | Android.Views.LayoutDirection (2). Horizontal layout direction of this view is inherited from its parent. |
const | LayoutDirectionLocale | Android.Views.LayoutDirection (3). Horizontal layout direction of this view is from deduced from the default language script for the locale. |
const | LayoutDirectionLtr | Android.Views.LayoutDirection (0). Horizontal layout direction of this view is from Left to Right. |
const | LayoutDirectionRtl | Android.Views.LayoutDirection (1). Horizontal layout direction of this view is from Right to Left. |
const | MeasuredHeightStateShift | int (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 | MeasuredSizeMask | int (16777215). Bits of View.MeasuredWidthAndState and View.MeasuredWidthAndState that provide the actual measured size. |
const | MeasuredStateMask | int (-16777216). Bits of View.MeasuredWidthAndState and View.MeasuredWidthAndState that provide the additional state bits. |
const | MeasuredStateTooSmall | int (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 | NoId | int (-1). Used to mark a View that has no ID. |
const | OverScrollAlways | Android.Views.OverScrollMode (0). Always allow a user to over-scroll this view, provided it is a view that can scroll. |
const | OverScrollIfContentScrolls | Android.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 | OverScrollNever | Android.Views.OverScrollMode (2). Never allow a user to over-scroll this view. |
const | ScreenStateOff | Android.Views.ScreenState (0). Indicates that the screen has changed state and is now off. |
const | ScreenStateOn | Android.Views.ScreenState (1). Indicates that the screen has changed state and is now on. |
const | ScrollAxisHorizontal | Android.Views.ScrollAxis (1). Indicates scrolling along the horizontal axis. |
const | ScrollAxisNone | Android.Views.ScrollAxis (0). Indicates no axis of view scrolling. |
const | ScrollAxisVertical | Android.Views.ScrollAxis (2). Indicates scrolling along the vertical axis. |
const | SystemUiFlagFullscreen | Android.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 | SystemUiFlagHideNavigation | Android.Views.SystemUiFlags (2). Flag for View.SystemUiVisibility: View has requested that the system navigation be temporarily hidden. |
const | SystemUiFlagImmersive | Android.Views.SystemUiFlags (2048). Flag for View.SystemUiVisibility: View would like to remain interactive when hiding the navigation bar with View.SystemUiFlagHideNavigation. |
const | SystemUiFlagImmersiveSticky | Android.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 | SystemUiFlagLayoutFullscreen | Android.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 | SystemUiFlagLayoutHideNavigation | Android.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 | SystemUiFlagLayoutStable | Android.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 | SystemUiFlagLowProfile | Android.Views.SystemUiFlags (1). Flag for View.SystemUiVisibility: View has requested the system UI to enter an unobtrusive "low profile" mode. |
const | SystemUiFlagVisible | Android.Views.SystemUiFlags (0). Special constant for View.SystemUiVisibility: View has requested the system UI (status bar) to be visible (the default). |
const | SystemUiLayoutFlags | Android.Views.SystemUiFlags (1536). Flags that can impact the layout in relation to system UI. |
const | TextAlignmentCenter | Android.Views.TextAlignment (4). Center the paragraph, e.g. |
const | TextAlignmentGravity | Android.Views.TextAlignment (1). Default for the root view. |
const | TextAlignmentInherit | Android.Views.TextAlignment (0). Default text alignment. |
const | TextAlignmentResolvedDefault | int (131072). Documentation for this section has not yet been entered. |
const | TextAlignmentTextEnd | Android.Views.TextAlignment (3). Align to the end of the paragraph, e.g. |
const | TextAlignmentTextStart | Android.Views.TextAlignment (2). Align to the start of the paragraph, e.g. |
const | TextAlignmentViewEnd | Android.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 | TextAlignmentViewStart | Android.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 | TextDirectionAnyRtl | Android.Views.TextDirection (2). Text direction is using "any-RTL" algorithm. |
const | TextDirectionFirstStrong | Android.Views.TextDirection (1). Text direction is using "first strong algorithm". |
const | TextDirectionInherit | Android.Views.TextDirection (0). Text direction is inherited thru Android.Views.ViewGroup |
const | TextDirectionLocale | Android.Views.TextDirection (5). Text direction is coming from the system Locale. |
const | TextDirectionLtr | Android.Views.TextDirection (3). Text direction is forced to LTR. |
const | TextDirectionRtl | Android.Views.TextDirection (4). Text direction is forced to RTL. |
const | ViewLogTag | string. The logging tag used by this class with android.util. |