HomeSort by relevance Sort by last modified time
    Searched refs:COLORS (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 50 * to perform various actions. Here we use one button to cycle colors and the
55 * the secondary button to cycle colors and the tertiary button to airbrush.
59 * have a button, which we use to cycle through colors.
75 /** Colors to cycle through. */
76 static final int[] COLORS = new int[] {
411 mColorIndex = (mColorIndex + 1) % COLORS.length;
429 mPaint.setColor(COLORS[mColorIndex]);
441 mPaint.setColor(COLORS[mColorIndex]);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 215 /* colors */
    [all...]
ncurses.h 215 /* colors */
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 646 ColorStateList colors = res.getColorStateList(colorRes); local
647 text.setSpan(new TextAppearanceSpan(null, 0, 0, colors, null),
822 private static HashMap<String,Integer> COLORS = buildColorMap();
852 Integer i = COLORS.get(color.toLowerCase());

Completed in 728 milliseconds