Searched refs:RED (Results 1 - 25 of 28) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DLayers.java56 mPaint.setColor(Color.RED);
H A DAlphaBitmap.java71 Color.RED, Color.GREEN, Color.BLUE },
81 p.setColor(Color.RED);
H A DDrawPoints.java69 paint.setColor(Color.RED);
H A DRegions.java51 mPaint.setColor(Color.RED);
106 drawRgn(canvas, Color.RED, "Union", Region.Op.UNION);
H A DPolyToPoly.java52 mPaint.setColor(Color.RED);
H A DSweep.java48 Color.RED,
H A DClipping.java54 mPaint.setColor(Color.RED);
H A DMeasureText.java93 mPaint.setColor(Color.RED);
H A DPathEffects.java67 mColors = new int[] { Color.BLACK, Color.RED, Color.BLUE,
H A DPatterns.java36 c.drawColor(Color.RED);
H A DScaleToFit.java52 80, 40, Color.RED,
H A DBitmapPixels.java138 makeRamp(premultiplyColor(Color.RED), premultiplyColor(Color.GREEN),
/development/samples/devbytes/animation/CrossFading/src/com/example/android/crossfading/
H A DCrossFading.java51 canvas.drawColor(Color.RED);
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DSetWallpaperActivity.java44 {Color.BLUE, Color.GREEN, Color.RED, Color.LTGRAY, Color.MAGENTA, Color.CYAN,
/development/samples/Snake/src/com/example/android/snake/
H A DBackgroundView.java48 mColors[0] = a.getColor(R.styleable.BackgroundView_colorSegmentOne, Color.RED);
/development/samples/browseable/Flashlight/Wearable/src/com.example.android.wearable.flashlight/
H A DPartyLightView.java34 Color.RED,
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
H A DCardBoundsWatchFaceService.java99 mPaint.setColor(isInAmbientMode() ? Color.RED : Color.GREEN);
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java102 case 1: return Color.RED;
/development/samples/ApiDemos/src/com/example/android/apis/animation/
H A DBouncingBalls.java55 private static final int RED = 0xffFF8080; field in class:BouncingBalls.MyAnimationView
70 ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
H A DAnimationSeeking.java91 private static final int RED = 0xffFF8080; field in class:AnimationSeeking.MyAnimationView
/development/samples/ApiDemos/src/com/example/android/apis/os/
H A DSmsMessagingDemo.java155 statusView.setTextColor(error ? Color.RED : Color.GREEN);
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
H A DSlidingTabsColorsFragment.java121 Color.RED, // Indicator color
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DInternalSelectionView.java156 mPainter.setColor(Color.RED);
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
H A DExploreByTouchHelperActivity.java163 paint.setColor(item.checked ? Color.RED : Color.BLUE);
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
H A DNotificationPresets.java124 appendStyled(text, "C", new ForegroundColorSpan(Color.RED));

Completed in 1461 milliseconds

12