Searched refs:YELLOW (Results 1 – 11 of 11) sorted by relevance
/development/samples/Snake/src/com/example/android/snake/ |
D | BackgroundView.java | 49 mColors[1] = a.getColor(R.styleable.BackgroundView_colorSegmentTwo, Color.YELLOW); in BackgroundView()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | SetWallpaperActivity.java | 45 Color.YELLOW, Color.WHITE};
|
/development/tools/ |
D | monkey | 19 YELLOW = "\033[93m" + BOLD variable 28 YELLOW = "" variable
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/ |
D | SlidingTabsColorsFragment.java | 127 Color.YELLOW, // Indicator color in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | AnimationLoading.java | 84 addBall(800, 50, Color.YELLOW); in MyAnimationView()
|
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
D | HelloEffects.java | 140 mEffect.setParameter("first_color", Color.YELLOW); in initEffect()
|
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/ |
D | MediaEffectsFragment.java | 190 mEffect.setParameter("first_color", Color.YELLOW); in initEffect()
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 127 appendStyled(text, "O", new ForegroundColorSpan(Color.YELLOW)); in buildNotification()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | TouchPaint.java | 78 Color.WHITE, Color.RED, Color.YELLOW, Color.GREEN,
|
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/ |
D | MainActivity.java | 388 questionText.setTextColor(Color.YELLOW); in markQuestionLeftBlank()
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 131 appendStyled(text, "O", new ForegroundColorSpan(Color.YELLOW)); in buildNotifications()
|