Summary: Inherited Methods | [Expand All]
HalfFloat
public abstract @interface HalfFloat
implements Annotation
android.support.annotation.HalfFloat |
Denotes that the annotated element represents a half-precision floating point value. Such values are stored in short data types and can be manipulated with the android.util.Half
class. If applied to an array of short, every element in the array represents a half-precision float.
Example:
public abstract void setPosition(@HalfFloat short x, @HalfFloat short y, @HalfFloat short z);
Summary
Inherited methods | |
---|---|
![]() java.lang.annotation.Annotation |
Annotations
- AnimatorRes
- AnimRes
- AnyRes
- AnyThread
- ArrayRes
- AttrRes
- BinderThread
- BoolRes
- CallSuper
- CheckResult
- ColorInt
- ColorLong
- ColorRes
- DimenRes
- Dimension
- DrawableRes
- FloatRange
- FontRes
- FractionRes
- GuardedBy
- HalfFloat
- IdRes
- IntDef
- IntegerRes
- InterpolatorRes
- IntRange
- Keep
- LayoutRes
- LongDef
- MainThread
- MenuRes
- NavigationRes
- NonNull
- Nullable
- PluralsRes
- Px
- RawRes
- RequiresApi
- RequiresPermission
- RequiresPermission.Read
- RequiresPermission.Write
- RestrictTo
- Size
- StringDef
- StringRes
- StyleableRes
- StyleRes
- TransitionRes
- UiThread
- VisibleForTesting
- WorkerThread
- XmlRes
Enums