/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | AlphaBitmap.java | 71 Color.RED, Color.GREEN, Color.BLUE }, in SampleView() 81 p.setColor(Color.RED); in onDraw()
|
D | Layers.java | 50 mPaint.setColor(Color.RED); in onDraw()
|
D | Regions.java | 51 mPaint.setColor(Color.RED); in drawOriginalRects() 106 drawRgn(canvas, Color.RED, "Union", Region.Op.UNION); in onDraw()
|
D | DrawPoints.java | 69 paint.setColor(Color.RED); in onDraw()
|
D | Clipping.java | 54 mPaint.setColor(Color.RED); in drawScene()
|
D | Sweep.java | 48 Color.RED, in SampleView()
|
D | PolyToPoly.java | 52 mPaint.setColor(Color.RED); in doDraw()
|
D | PathEffects.java | 67 mColors = new int[] { Color.BLACK, Color.RED, Color.BLUE, in SampleView()
|
D | Patterns.java | 36 c.drawColor(Color.RED); in makeBitmap1()
|
D | MeasureText.java | 93 mPaint.setColor(Color.RED); in showText()
|
D | ScaleToFit.java | 52 80, 40, Color.RED,
|
D | BitmapPixels.java | 138 makeRamp(premultiplyColor(Color.RED), premultiplyColor(Color.GREEN), in SampleView()
|
/development/samples/devbytes/animation/CrossFading/src/com/example/android/crossfading/ |
D | CrossFading.java | 51 canvas.drawColor(Color.RED); in onCreate()
|
/development/samples/Snake/src/com/example/android/snake/ |
D | BackgroundView.java | 48 mColors[0] = a.getColor(R.styleable.BackgroundView_colorSegmentOne, Color.RED); in BackgroundView()
|
/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/ |
D | PartyLightView.java | 34 Color.RED,
|
/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/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | CardBoundsWatchFaceService.java | 99 mPaint.setColor(isInAmbientMode() ? Color.RED : Color.GREEN); in onDraw()
|
D | SweepWatchFaceService.java | 126 mWatchHandHighlightColor = Color.RED; in onCreate() 168 mWatchHandHighlightColor = palette.getVibrantColor(Color.RED); in onCreate()
|
D | AnalogWatchFaceService.java | 154 mWatchHandHighlightColor = Color.RED; in onCreate() 196 mWatchHandHighlightColor = palette.getVibrantColor(Color.RED); in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | BouncingBalls.java | 55 private static final int RED = 0xffFF8080; field in BouncingBalls.MyAnimationView 70 ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE); in MyAnimationView()
|
D | AnimationSeeking.java | 91 private static final int RED = 0xffFF8080; field in AnimationSeeking.MyAnimationView
|
/development/tools/ |
D | monkey | 17 RED = "\033[91m" + BOLD variable 26 RED = "" variable
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/ |
D | SlidingTabsColorsFragment.java | 121 Color.RED, // Indicator color in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | SmsMessagingDemo.java | 155 statusView.setTextColor(error ? Color.RED : Color.GREEN); in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | InternalSelectionView.java | 156 mPainter.setColor(Color.RED); in onDraw()
|