Home
last modified time | relevance | path

Searched refs:CYAN (Results 1 – 8 of 8) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DSetWallpaperActivity.java44 {Color.BLUE, Color.GREEN, Color.RED, Color.LTGRAY, Color.MAGENTA, Color.CYAN,
/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
DPartyLightView.java37 Color.CYAN,
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationSeeking.java93 private static final int CYAN = 0xff80ffff; field in AnimationSeeking.MyAnimationView
DBouncingBalls.java57 private static final int CYAN = 0xff80ffff; field in BouncingBalls.MyAnimationView
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DToonGame.java103 mStarter.setTextColor(Color.CYAN);
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java129 appendStyled(text, "S", new ForegroundColorSpan(Color.CYAN)); in buildNotification()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java79 Color.CYAN, Color.BLUE, Color.MAGENTA,
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java133 appendStyled(text, "S", new ForegroundColorSpan(Color.CYAN)); in buildNotifications()