HomeSort by relevance Sort by last modified time
    Searched refs:blue (Results 226 - 250 of 1085) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationLoading.java 139 int blue = (int)(100 + Math.random() * 155); local
140 int color = 0xff000000 | red << 16 | green << 8 | blue;
142 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
AnimatorEvents.java 179 int blue = (int)(Math.random() * 255); local
180 int color = 0xff000000 | red << 16 | green << 8 | blue;
182 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
BouncingBalls.java 56 private static final int BLUE = 0xff8080FF;
70 ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
161 int blue = (int)(Math.random() * 255); local
162 int color = 0xff000000 | red << 16 | green << 8 | blue;
164 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
MultiPropertyAnimation.java 152 int blue = (int)(100 + Math.random() * 155); local
153 int color = 0xff000000 | red << 16 | green << 8 | blue;
155 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 134 int b = ave(Color.blue(c0), Color.blue(c1), p);
143 int b = Color.blue(color);
  /development/samples/browseable/AdapterTransition/src/com.example.android.common/view/
SlidingTabStrip.java 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color));
182 float b = (Color.blue(color1) * ratio) + (Color.blue(color2) * inverseRation);
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabStrip.java 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color));
182 float b = (Color.blue(color1) * ratio) + (Color.blue(color2) * inverseRation);
  /development/samples/browseable/FragmentTransition/src/com.example.android.common/view/
SlidingTabStrip.java 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color));
182 float b = (Color.blue(color1) * ratio) + (Color.blue(color2) * inverseRation);
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabStrip.java 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color));
182 float b = (Color.blue(color1) * ratio) + (Color.blue(color2) * inverseRation);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabStrip.java 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color));
182 float b = (Color.blue(color1) * ratio) + (Color.blue(color2) * inverseRation);
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabStrip.java 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color));
182 float b = (Color.blue(color1) * ratio) + (Color.blue(color2) * inverseRation);
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabStrip.java 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color));
182 float b = (Color.blue(color1) * ratio) + (Color.blue(color2) * inverseRation);
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabStrip.java 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color));
182 float b = (Color.blue(color1) * ratio) + (Color.blue(color2) * inverseRation);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 151 int b = ave(Color.blue(c0), Color.blue(c1), p);
160 int b = Color.blue(color);
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 44 T blue; member in struct:gl::Color
47 Color() : red(0), green(0), blue(0), alpha(0) { }
48 Color(T r, T g, T b, T a) : red(r), green(g), blue(b), alpha(a) { }
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
renderer9_utils.cpp 46 gl::unorm<8>(color.blue),
179 DWORD ConvertColorMask(bool red, bool green, bool blue, bool alpha)
183 (blue ? D3DCOLORWRITEENABLE_BLUE : 0) |
  /external/jpeg/
wrrle.c 176 rle_pixel **rle_row, *red, *green, *blue; local
243 blue = rle_row[2];
247 *blue++ = GETJSAMPLE(*output_row++);
  /external/qemu/distrib/jpeg-6b/
wrrle.c 176 rle_pixel **rle_row, *red, *green, *blue; local
243 blue = rle_row[2];
247 *blue++ = GETJSAMPLE(*output_row++);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 350 void SetClearColor(float red, float green, float blue, float alpha);
429 float blue; member in struct:android::filterfw::ShaderProgram::RGBAColor
432 RGBAColor() : red(0), green(0), blue(0), alpha(1) {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 33 EGLint red,green,blue,alpha,depth,stencil;
83 red = green = blue = (colorSize / 4); //TODO: ask guy if it is OK
85 return new EglConfig(red,green,blue,alpha,caveat,(EGLint)index,depth,level,pMaxWidth,pMaxHeight,pMaxPixels,renderable,renderableType,
  /external/libpng/
pngread.c 373 png_uint_32 blue = (s2 + s1 + 65536) & 0xffff; local
376 *(rp + 4) = (png_byte)((blue >> 8) & 0xff);
377 *(rp + 5) = (png_byte)(blue & 0xff);
    [all...]
  /external/chromium_org/third_party/libpng/
pngwtran.c 241 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
242 shift_dec[channels] = bit_depth->blue;
572 png_uint_32 blue = (png_uint_32)((s2 - s1) & 0xffffL);
575 *(rp+4) = (png_byte)((blue >> 8) & 0xff);
576 *(rp+5) = (png_byte)(blue & 0xff);
  /external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py 36 <colorRecord red="<int>" green="<int>" blue="<int>" alpha="<int>" />
38 <colorRecord red="<int>" green="<int>" blue="<int>" alpha="<int>" />
42 <colorRecord red="<int> green="<int>" blue="<int>" alpha="<int>" />
44 <colorRecord red=<int>" green="<int>" blue="<int>" alpha="<int>" />
90 blue: B
224 data = struct.pack(">BBBB", colorRecord.red, colorRecord.green, colorRecord.blue, colorRecord.alpha)
276 ("blue", hex(colorRecord.blue)),
362 colorRecord.blue = eval(attrib["blue"])
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwtran.c 241 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
242 shift_dec[channels] = bit_depth->blue;
572 png_uint_32 blue = (png_uint_32)((s2 - s1) & 0xffffL);
575 *(rp+4) = (png_byte)((blue >> 8) & 0xff);
576 *(rp+5) = (png_byte)(blue & 0xff);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 43 void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
48 void (GLAPIENTRY *glColor4d) (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
49 void (GLAPIENTRY *glColor4f) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
51 void (GLAPIENTRY *glColor4ub) (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
53 void (GLAPIENTRY *glColorMask) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);

Completed in 843 milliseconds

1 2 3 4 5 6 7 8 91011>>