Searched refs:CYAN (Results 1 – 8 of 8) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | SetWallpaperActivity.java | 44 {Color.BLUE, Color.GREEN, Color.RED, Color.LTGRAY, Color.MAGENTA, Color.CYAN,
|
/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/ |
D | PartyLightView.java | 37 Color.CYAN,
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | AnimationSeeking.java | 93 private static final int CYAN = 0xff80ffff; field in AnimationSeeking.MyAnimationView
|
D | BouncingBalls.java | 57 private static final int CYAN = 0xff80ffff; field in BouncingBalls.MyAnimationView
|
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/ |
D | ToonGame.java | 103 mStarter.setTextColor(Color.CYAN);
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 129 appendStyled(text, "S", new ForegroundColorSpan(Color.CYAN)); in buildNotification()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | TouchPaint.java | 79 Color.CYAN, Color.BLUE, Color.MAGENTA,
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 133 appendStyled(text, "S", new ForegroundColorSpan(Color.CYAN)); in buildNotifications()
|