/development/tools/emulator/system/camera/ |
D | EmulatedFakeCameraDevice.cpp | 309 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/ |
D | ColorPickerDialog.java | 29 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()
|
D | Regions.java | 62 private void drawRgn(Canvas canvas, int color, String str, Region.Op op) { in drawRgn()
|
D | FingerPaint.java | 54 public void colorChanged(int color) { in colorChanged()
|
D | WindowSurface.java | 249 int color = 0xff000000 | (red<<16) | blue; in run() local
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
D | ActionBarActivity.java | 79 protected void onTitleChanged(CharSequence title, int color) { in onTitleChanged()
|
D | ActionBarHelper.java | 80 protected void onTitleChanged(CharSequence title, int color) { in onTitleChanged()
|
D | ActionBarHelperBase.java | 139 protected void onTitleChanged(CharSequence title, int color) { in onTitleChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | AnimationLoading.java | 129 private void addBall(float x, float y, int color) { in addBall() 140 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
|
D | ReversingAnimation.java | 112 int color = 0xff000000 | red << 16 | green << 8 | blue; in createBall() local
|
D | ShapeHolder.java | 32 private int color; field in ShapeHolder
|
D | AnimationCloning.java | 116 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
|
D | BouncingBalls.java | 162 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
|
D | AnimationSeeking.java | 136 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
|
D | MultiPropertyAnimation.java | 153 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
|
D | AnimatorEvents.java | 180 int color = 0xff000000 | red << 16 | green << 8 | blue; in createBall() local
|
D | CustomEvaluator.java | 151 int color = 0xff000000 | red << 16 | green << 8 | blue; in createBall() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | GLColor.java | 43 GLColor color = (GLColor)other; in equals() local
|
D | GLVertex.java | 27 GLColor color; field in GLVertex
|
D | GLShape.java | 33 public void setFaceColor(int face, GLColor color) { in setFaceColor()
|
/development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/ |
D | LayoutTransChanging.java | 104 int color = 0xff << 24 | (red << 16) | in ColoredView() local
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | LabelView.java | 118 public void setTextColor(int color) { in setTextColor()
|
D | DraggableDot.java | 165 int color = (mHovering) ? WHITE_STEP : GREEN_STEP; in onDraw() local
|
/development/tools/emulator/system/lights/ |
D | lights_qemu.c | 58 int color = state->color & 0x00ffffff; in rgb_to_brightness() local
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | demo.c | 298 int a, color[3]; in createSuperShape() local 367 GLubyte color; in createGroundPlane() local
|