Home
last modified time | relevance | path

Searched refs:GREEN (Results 1 – 23 of 23) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DSweep.java47 mShader = new SweepGradient(x, y, new int[] { Color.GREEN, in SampleView()
50 Color.GREEN }, null); in SampleView()
DPictures.java46 p.setColor(Color.GREEN); in drawSomething()
DAlphaBitmap.java71 Color.RED, Color.GREEN, Color.BLUE }, in SampleView()
DClipping.java57 mPaint.setColor(Color.GREEN); in drawScene()
DPathEffects.java68 Color.GREEN, Color.MAGENTA, Color.BLACK in SampleView()
DScaleToFit.java53 40, 80, Color.GREEN,
DPatterns.java47 p.setColor(Color.GREEN); in makeBitmap2()
DRegions.java116 drawRgn(canvas, Color.GREEN, "Difference", Region.Op.DIFFERENCE); in onDraw()
DBitmapPixels.java138 makeRamp(premultiplyColor(Color.RED), premultiplyColor(Color.GREEN), in SampleView()
DTouchPaint.java78 Color.WHITE, Color.RED, Color.YELLOW, Color.GREEN,
/development/samples/devbytes/animation/CrossFading/src/com/example/android/crossfading/
DCrossFading.java53 canvas.drawColor(Color.GREEN); in onCreate()
/development/samples/Snake/src/com/example/android/snake/
DBackgroundView.java51 mColors[3] = a.getColor(R.styleable.BackgroundView_colorSegmentFour, Color.GREEN); in BackgroundView()
/development/samples/browseable/Flashlight/Wearable/src/com.example.android.wearable.flashlight/
DPartyLightView.java35 Color.GREEN,
/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/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCardBoundsWatchFaceService.java99 mPaint.setColor(isInAmbientMode() ? Color.RED : Color.GREEN); in onDraw()
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
DSlidingTabsColorsFragment.java133 Color.GREEN, // Indicator color in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationSeeking.java94 private static final int GREEN = 0xff80ff80; field in AnimationSeeking.MyAnimationView
DAnimationLoading.java80 addBall(500, 50, Color.GREEN); in MyAnimationView()
DBouncingBalls.java58 private static final int GREEN = 0xff80ff80; field in BouncingBalls.MyAnimationView
/development/samples/ApiDemos/src/com/example/android/apis/os/
DSmsMessagingDemo.java155 statusView.setTextColor(error ? Color.RED : Color.GREEN); in onCreate()
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java125 appendStyled(text, "O", new ForegroundColorSpan(Color.GREEN)); in buildNotification()
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DMainActivity.java365 questionText.setTextColor(Color.GREEN); in updateQuestionStatus()
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java129 appendStyled(text, "O", new ForegroundColorSpan(Color.GREEN)); in buildNotifications()