HomeSort by relevance Sort by last modified time
    Searched full:color1 (Results 1 - 22 of 22) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
color1-expected-completion46a.txt 1 Code completion in color1.xml for ^<item android:
color1-expected-completion45.txt 1 Code completion in color1.xml for ^<selector:
color1-expected-completion46b.txt 1 Code completion in color1.xml for <item ^android:state_focused="true"/>:
  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 54 * @param color1 The color to use at the end of the sweep
56 public SweepGradient(float cx, float cy, int color0, int color1) {
57 native_instance = nativeCreate2(cx, cy, color0, color1);
58 native_shader = nativePostCreate2(native_instance, cx, cy, color0, color1);
62 private static native int nativeCreate2(float x, float y, int color0, int color1);
67 int color0, int color1);
LinearGradient.java 50 @param color1 The color at the end of the gradient line.
54 int color0, int color1, TileMode tile) {
55 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1,
63 int color0, int color1, int tileMode);
67 int color0, int color1, int tileMode);
RadialGradient.java 52 @param color1 The color at the edge of the circle.
56 int color0, int color1, TileMode tile) {
60 native_instance = nativeCreate2(x, y, radius, color0, color1, tile.nativeInt);
61 native_shader = nativePostCreate2(native_instance, x, y, radius, color0, color1,
68 int color0, int color1, int tileMode);
73 int color0, int color1, int tileMode);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
TransitionDrawableTest.java 36 private static final int COLOR1 = 0xff0000ff;
96 assertTransition(COLOR0, COLOR1, 2000);
103 assertTransition(COLOR0, COLOR1, 2000);
110 assertTransition(COLOR0, COLOR1, 2000);
175 assertTransition(COLOR0, COLOR1, 2000);
181 assertTransition(COLOR1, COLOR0, 2000);
197 assertTransition(colorFrom, COLOR1, 1500);
285 assertTransition(COLOR0, COLOR1, 100);
287 assertTransitionStart(COLOR1);
288 assertTransitionInProgress(COLOR1, COLOR0, delay)
    [all...]
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
ColorStateListTest.java 44 ColorStateList colorStateList = mResources.getColorStateList(R.color.color1);
52 ColorStateList colorStateList = mResources.getColorStateList(R.color.color1);
60 int defaultColor = mResources.getColor(R.color.color1);
  /frameworks/base/opengl/libagl/
dxt.cpp 130 * contains a transparent pixel (color0 < color1, code == 3). This
159 uint16_t color1 = colors >> 16; local
161 if (color0 < color1) {
225 uint16_t color1 = colors >> 16; local
230 if (color0 != prev_color0 || color1 != prev_color1) {
233 prev_color1 = color1;
239 int r1 = red(color1);
240 int g1 = green(color1);
241 int b1 = blue(color1);
248 c[1] = color1;
350 uint16_t color1 = colors >> 16; local
507 uint16_t color1 = colors >> 16; local
    [all...]
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 186 float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) {
198 storedColors[1] = static_cast<uint32_t>(color1);
212 int color0, int color1, int tileMode)
220 colors[1] = color1;
262 int color0, int color1, int tileMode) {
268 colors[1] = color1;
315 float x, float y, float radius, int color0, int color1, int tileMode) {
323 storedColors[1] = static_cast<uint32_t>(color1);
365 int color0, int color1) {
368 colors[1] = color1;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 68 int color0, int color1, int tileMode) {
70 x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/,
85 int color0, int color1, int tileMode) {
RadialGradient_Delegate.java 66 int color0, int color1, int tileMode) {
67 return nativeCreate1(x, y, radius, new int[] { color0, color1 }, null /*positions*/,
80 int color0, int color1, int tileMode) {
SweepGradient_Delegate.java 61 /*package*/ static int nativeCreate2(float x, float y, int color0, int color1) {
62 return nativeCreate1(x, y, new int[] { color0, color1 }, null /*positions*/);
74 int color0, int color1) {
  /external/skia/samplecode/
SampleVertices.cpp 27 SkPMColor color1 = SkPreMultiplyARGB(0x40, 0xff, 0x00, 0xff); local
33 pixels[1] = pixels[3] = color1;
  /external/webkit/Source/WebCore/platform/graphics/qt/
TileQt.cpp 45 QColor color1(checkerColor1);
50 painter.fillRect(x, y, checkerSize / 2, checkerSize / 2, alternate ? color1 : color2);
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_mouse.c 81 cursor->ph_cursor->color1 = Pg_WHITE;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 169 uint8_t color1; /* 7- 4 Pattern pixel color */ member in struct:video_highlight
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 341 checkColorCompletion("color1.xml", "^<selector");
346 checkColorCompletion("color1.xml", "^<item android");
351 checkColorCompletion("color1.xml", "<item ^android:state_focused=\"true\"/>");
    [all...]
  /external/giflib/
gifalloc.c 176 ColorTransIn2[i] = j; /* color exists in Color1 */
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 98 U032 Color1;
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 273 final ColorStateList colorStateList = mResources.getColorStateList(R.color.color1);
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 1777 milliseconds