Home
last modified time | relevance | path

Searched refs:YELLOW (Results 1 – 11 of 11) sorted by relevance

/development/samples/Snake/src/com/example/android/snake/
DBackgroundView.java49 mColors[1] = a.getColor(R.styleable.BackgroundView_colorSegmentTwo, Color.YELLOW); in BackgroundView()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DSetWallpaperActivity.java45 Color.YELLOW, Color.WHITE};
/development/tools/
Dmonkey19 YELLOW = "\033[93m" + BOLD variable
28 YELLOW = "" variable
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
DSlidingTabsColorsFragment.java127 Color.YELLOW, // Indicator color in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationLoading.java84 addBall(800, 50, Color.YELLOW); in MyAnimationView()
/development/samples/HelloEffects/src/com/example/android/mediafx/
DHelloEffects.java140 mEffect.setParameter("first_color", Color.YELLOW); in initEffect()
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
DMediaEffectsFragment.java190 mEffect.setParameter("first_color", Color.YELLOW); in initEffect()
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java127 appendStyled(text, "O", new ForegroundColorSpan(Color.YELLOW)); in buildNotification()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java78 Color.WHITE, Color.RED, Color.YELLOW, Color.GREEN,
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DMainActivity.java388 questionText.setTextColor(Color.YELLOW); in markQuestionLeftBlank()
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java131 appendStyled(text, "O", new ForegroundColorSpan(Color.YELLOW)); in buildNotifications()