HomeSort by relevance Sort by last modified time
    Searched full:xff000000 (Results 251 - 275 of 678) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColoredRectsActivity.java 37 getWindow().setBackgroundDrawable(new ColorDrawable(0xff000000));
GradientStopsActivity.java 75 colors = new int[] { 0xff000000, 0xffffffff };
MoreShadersActivity.java 98 mLargePaint.setColor(0xff000000);
PathDestructionActivity.java 77 return 0xff000000 | red << 16 | green << 8 | blue;
PointsActivity.java 41 getWindow().setBackgroundDrawable(new ColorDrawable(0xff000000));
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 80 return (((pData & 0xFF000000) >> 24) |
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHello.java 69 random[0] = (byte) ((gmt_unix_time & 0xFF000000) >>> 24);
  /packages/apps/Launcher2/src/com/android/launcher2/
StrokedTextView.java 63 mStrokeColor = a.getColor(R.styleable.StrokedTextView_strokeColor, 0xFF000000);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
byteswap.h 56 ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
byteswap.h 56 ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
byteswap.h 56 ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/utils/
ArrayHelper.java 35 dest[offset + 3] = (byte)((value & 0xFF000000) >> 24);
  /system/core/adb/
transport_usb.c 31 #define H4(x) (((x) & 0xFF000000) >> 24) | (((x) & 0x00FF0000) >> 8) | (((x) & 0x0000FF00) << 8) | (((x) & 0x000000FF) << 24)
  /bionic/libc/kernel/common/linux/
in.h 184 #define IN_CLASSA_NET 0xff000000
212 #define IN_LOOPBACK(a) ((((long int) (a)) & 0xff000000) == 0x7f000000)
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 250 int color = 0xff000000 | red << 16 | green << 8 | blue;
251 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutTestActivity.java 202 int da = ((pel1 & 0xFF000000) - (pel2 & 0xFF000000)) >> 24;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 180 int color = 0xff000000 | red << 16 | green << 8 | blue;
182 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 179 mBackground.setColor(0xff000000);
249 int color = 0xff000000 | (red<<16) | blue;
  /external/llvm/include/llvm/Object/
MachOFormat.h 37 CTFM_ArchMask = 0xFF000000,
53 CSFM_SubtypeMask = 0xFF000000,
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcreatergbsurface.html 311 rmask = 0xff000000;
319 amask = 0xff000000;
  /external/skia/bench/
RectBench.cpp 164 SkColor color = 0xFF000000;
187 color = 0xFF000000;
  /external/webkit/Source/WebCore/rendering/
RenderTheme.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/
Color.java 32 * contribution. Thus opaque-black would be 0xFF000000 (100% opaque but
37 public static final int BLACK = 0xFF000000;
302 return 0xFF000000 | (((int) (red * 255.0f)) << 16) |

Completed in 662 milliseconds

<<11121314151617181920>>