Summary:
  Inherited Methods
| [Expand All]
ColorLong
  public
  
  
  abstract
  @interface
  ColorLong
  
  
      implements
      
        Annotation
      
  
  
| android.support.annotation.ColorLong | 
Denotes that the annotated element represents a packed color
 long. If applied to a long array, every element in the array
 represents a color long. For more information on how colors
 are packed in a long, please refer to the documentation of
 the Color class.
Example:
public void setFillColor(@ColorLong long color);
 See also:
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