ViewGroup.ClipToPaddingMask Field

Definition

We clip to padding when FLAG_CLIP_TO_PADDING and FLAG_PADDING_NOT_NULL are set at the same time.

[Android.Runtime.Register("CLIP_TO_PADDING_MASK")]
protected const int ClipToPaddingMask = 34;
[<Android.Runtime.Register("CLIP_TO_PADDING_MASK")>]
val mutable ClipToPaddingMask : int

Field Value

Value = 34

Implements

Android.Views.IViewParent._members Android.Views.IViewParent.cb_findOnBackInvokedDispatcherForChild_FindOnBackInvokedDispatcherForChild_Landroid_view_View_Landroid_view_View__Landroid_window_OnBackInvokedDispatcher_ Android.Views.IViewParent.cb_onDescendantInvalidated_OnDescendantInvalidated_Landroid_view_View_Landroid_view_View__V Android.Views.IViewParent.cb_requestChildRectangleOnScreen_RequestChildRectangleOnScreen_Landroid_view_View_Landroid_graphics_Rect_ZI_Z
Attributes

Remarks

We clip to padding when FLAG_CLIP_TO_PADDING and FLAG_PADDING_NOT_NULL are set at the same time.

Java documentation for android.view.ViewGroup.CLIP_TO_PADDING_MASK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to