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_Landroid_view_View_Landroid_view_View_ Android.Views.IViewParent.cb_onDescendantInvalidated_Landroid_view_View_Landroid_view_View_
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