/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | Sweep.java | 47 mShader = new SweepGradient(x, y, new int[] { Color.GREEN, in SampleView() 50 Color.GREEN }, null); in SampleView()
|
D | Pictures.java | 46 p.setColor(Color.GREEN); in drawSomething()
|
D | AlphaBitmap.java | 71 Color.RED, Color.GREEN, Color.BLUE }, in SampleView()
|
D | Clipping.java | 57 mPaint.setColor(Color.GREEN); in drawScene()
|
D | PathEffects.java | 68 Color.GREEN, Color.MAGENTA, Color.BLACK in SampleView()
|
D | ScaleToFit.java | 53 40, 80, Color.GREEN,
|
D | Patterns.java | 47 p.setColor(Color.GREEN); in makeBitmap2()
|
D | Regions.java | 116 drawRgn(canvas, Color.GREEN, "Difference", Region.Op.DIFFERENCE); in onDraw()
|
D | BitmapPixels.java | 138 makeRamp(premultiplyColor(Color.RED), premultiplyColor(Color.GREEN), in SampleView()
|
D | TouchPaint.java | 78 Color.WHITE, Color.RED, Color.YELLOW, Color.GREEN,
|
/development/samples/devbytes/animation/CrossFading/src/com/example/android/crossfading/ |
D | CrossFading.java | 53 canvas.drawColor(Color.GREEN); in onCreate()
|
/development/samples/Snake/src/com/example/android/snake/ |
D | BackgroundView.java | 51 mColors[3] = a.getColor(R.styleable.BackgroundView_colorSegmentFour, Color.GREEN); in BackgroundView()
|
/development/samples/browseable/Flashlight/Wearable/src/com.example.android.wearable.flashlight/ |
D | PartyLightView.java | 35 Color.GREEN,
|
/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()
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/ |
D | SlidingTabsColorsFragment.java | 133 Color.GREEN, // Indicator color in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | AnimationSeeking.java | 94 private static final int GREEN = 0xff80ff80; field in AnimationSeeking.MyAnimationView
|
D | AnimationLoading.java | 80 addBall(500, 50, Color.GREEN); in MyAnimationView()
|
D | BouncingBalls.java | 58 private static final int GREEN = 0xff80ff80; field in BouncingBalls.MyAnimationView
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | SmsMessagingDemo.java | 155 statusView.setTextColor(error ? Color.RED : Color.GREEN); in onCreate()
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 125 appendStyled(text, "O", new ForegroundColorSpan(Color.GREEN)); in buildNotification()
|
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/ |
D | MainActivity.java | 365 questionText.setTextColor(Color.GREEN); in updateQuestionStatus()
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 129 appendStyled(text, "O", new ForegroundColorSpan(Color.GREEN)); in buildNotifications()
|