HomeSort by relevance Sort by last modified time
    Searched refs:ColorLong (Results 1 - 19 of 19) sorted by null

  /frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
Color.kt 24 import androidx.annotation.ColorLong
213 @ColorLong
228 inline operator fun @receiver:ColorLong Long.component1() = Color.red(this)
242 inline operator fun @receiver:ColorLong Long.component2() = Color.green(this)
256 inline operator fun @receiver:ColorLong Long.component3() = Color.blue(this)
270 inline operator fun @receiver:ColorLong Long.component4() = Color.alpha(this)
279 inline val @receiver:ColorLong Long.alpha get() = Color.alpha(this)
288 inline val @receiver:ColorLong Long.red get() = Color.red(this)
297 inline val @receiver:ColorLong Long.green get() = Color.green(this)
306 inline val @receiver:ColorLong Long.blue get() = Color.blue(this
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Color.java 21 import android.annotation.ColorLong;
183 * good practice to annotate them with the <code>@ColorLong</code> annotation
234 * {@literal @}ColorLong long p3 = pack(1.0f, 1.0f, 0.0f, 1.0f, colorSpaceP3);
436 @ColorLong
703 public static ColorSpace colorSpace(@ColorLong long color) {
722 public static float red(@ColorLong long color) {
742 public static float green(@ColorLong long color) {
762 public static float blue(@ColorLong long color) {
779 public static float alpha(@ColorLong long color) {
795 public static boolean isSrgb(@ColorLong long color)
    [all...]
  /frameworks/base/core/java/android/annotation/
ColorLong.java 38 * public void setFillColor(@ColorLong long color);
47 public @interface ColorLong {
  /frameworks/support/annotations/src/main/java/androidx/annotation/
ColorLong.java 38 * public void setFillColor(@ColorLong long color);
45 public @interface ColorLong {
  /tools/metalava/stub-annotations/src/main/java/androidx/annotation/
ColorLong.java 31 public @interface ColorLong {}
  /prebuilts/maven_repo/android/com/android/support/support-annotations/26.0.0/
support-annotations-26.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/26.0.0-alpha1/
support-annotations-26.0.0-alpha1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/26.0.0-beta1/
support-annotations-26.0.0-beta1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/26.0.0-beta2/
support-annotations-26.0.0-beta2.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/26.0.1/
support-annotations-26.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/26.0.2/
support-annotations-26.0.2.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/26.1.0/
support-annotations-26.1.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/27.0.0/
support-annotations-27.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/27.0.1/
support-annotations-27.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/27.0.2/
support-annotations-27.0.2.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/27.1.0/
support-annotations-27.1.0.jar 
  /prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation/1.0.0-alpha1/
annotation-1.0.0-alpha1.jar 
  /prebuilts/sdk/current/support/m2repository/com/android/support/support-annotations/28.0.0/
support-annotations-28.0.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 553 milliseconds