InspectableProperty.FlagEntry
-
android
@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS])
@Retention(value = AnnotationRetention.SOURCE)
annotation InspectableProperty.FlagEntry
One flag value of many that may be packed into a primitive {int}.
Summary
Public constructors |
|
|---|---|
|
This function is deprecated. Replaced by the androidx.resourceinpsection package. |
android
|
Public properties |
||
|---|---|---|
Int |
This property is deprecated. Replaced by the androidx.resourceinpsection package. |
android
|
String |
This property is deprecated. Replaced by the androidx.resourceinpsection package. |
android
|
Int |
This property is deprecated. Replaced by the androidx.resourceinpsection package. |
android
|
Public properties
mask
val mask: Int
A mask that the property will be bitwise anded with before comparing to the target.
If set to 0 (the default), the value of target will be used as a mask. Zero was chosen as the default since bitwise and with zero is always zero.
| Returns | |
|---|---|
Int |
A mask, or 0 to use the target as a mask |