Home
last modified time | relevance | path

Searched refs:BLUE (Results 1 – 20 of 20) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DLayers.java52 mPaint.setColor(Color.BLUE); in onDraw()
DRegions.java54 mPaint.setColor(Color.BLUE); in drawOriginalRects()
111 drawRgn(canvas, Color.BLUE, "Xor", Region.Op.XOR); in onDraw()
DDrawPoints.java73 paint.setColor(Color.BLUE); in onDraw()
DClipping.java60 mPaint.setColor(Color.BLUE); in drawScene()
DSweep.java49 Color.BLUE, in SampleView()
DAlphaBitmap.java71 Color.RED, Color.GREEN, Color.BLUE }, in SampleView()
DPathEffects.java67 mColors = new int[] { Color.BLACK, Color.RED, Color.BLUE, in SampleView()
DScaleToFit.java54 30, 30, Color.BLUE,
DPatterns.java38 p.setColor(Color.BLUE); in makeBitmap1()
DTouchPaint.java79 Color.CYAN, Color.BLUE, Color.MAGENTA,
/development/samples/Snake/src/com/example/android/snake/
DBackgroundView.java50 mColors[2] = a.getColor(R.styleable.BackgroundView_colorSegmentThree, Color.BLUE); in BackgroundView()
/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.java36 Color.BLUE,
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCardBoundsWatchFaceService.java87 canvas.drawColor(isInAmbientMode() ? Color.BLACK : Color.BLUE); in onDraw()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DBouncingBalls.java56 private static final int BLUE = 0xff8080FF; field in BouncingBalls.MyAnimationView
70 ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE); in MyAnimationView()
DAnimationSeeking.java92 private static final int BLUE = 0xff8080FF; field in AnimationSeeking.MyAnimationView
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
DSlidingTabsColorsFragment.java115 Color.BLUE, // Indicator color in onCreate()
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DToonGame.java123 mStarter.setTextColor(Color.BLUE);
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java126 appendStyled(text, "L", new ForegroundColorSpan(Color.BLUE)); in buildNotification()
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java130 appendStyled(text, "L", new ForegroundColorSpan(Color.BLUE)); in buildNotifications()