Home
last modified time | relevance | path

Searched defs:color (Results 1 – 25 of 29) sorted by relevance

12

/development/tools/emulator/system/camera/
DEmulatedFakeCameraDevice.cpp309 const YUVPixel* color) in drawSquare()
336 void EmulatedFakeCameraDevice::drawSolid(YUVPixel* color) in drawSolid()
361 YUVPixel* color; in drawStripes() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DColorPickerDialog.java29 void colorChanged(int color); in colorChanged()
41 ColorPickerView(Context c, OnColorChangedListener l, int color) { in ColorPickerView()
139 private int rotateColor(int color, float rad) { in rotateColor()
DRegions.java62 private void drawRgn(Canvas canvas, int color, String str, Region.Op op) { in drawRgn()
DFingerPaint.java54 public void colorChanged(int color) { in colorChanged()
DWindowSurface.java249 int color = 0xff000000 | (red<<16) | blue; in run() local
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
DActionBarActivity.java79 protected void onTitleChanged(CharSequence title, int color) { in onTitleChanged()
DActionBarHelper.java80 protected void onTitleChanged(CharSequence title, int color) { in onTitleChanged()
DActionBarHelperBase.java139 protected void onTitleChanged(CharSequence title, int color) { in onTitleChanged()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationLoading.java129 private void addBall(float x, float y, int color) { in addBall()
140 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
DReversingAnimation.java112 int color = 0xff000000 | red << 16 | green << 8 | blue; in createBall() local
DShapeHolder.java32 private int color; field in ShapeHolder
DAnimationCloning.java116 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
DBouncingBalls.java162 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
DAnimationSeeking.java136 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
DMultiPropertyAnimation.java153 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
DAnimatorEvents.java180 int color = 0xff000000 | red << 16 | green << 8 | blue; in createBall() local
DCustomEvaluator.java151 int color = 0xff000000 | red << 16 | green << 8 | blue; in createBall() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLColor.java43 GLColor color = (GLColor)other; in equals() local
DGLVertex.java27 GLColor color; field in GLVertex
DGLShape.java33 public void setFaceColor(int face, GLColor color) { in setFaceColor()
/development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/
DLayoutTransChanging.java104 int color = 0xff << 24 | (red << 16) | in ColoredView() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DLabelView.java118 public void setTextColor(int color) { in setTextColor()
DDraggableDot.java165 int color = (mHovering) ? WHITE_STEP : GREEN_STEP; in onDraw() local
/development/tools/emulator/system/lights/
Dlights_qemu.c58 int color = state->color & 0x00ffffff; in rgb_to_brightness() local
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Ddemo.c298 int a, color[3]; in createSuperShape() local
367 GLubyte color; in createGroundPlane() local

12