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

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DefaultFocusHighlightTest.java 69 private static final int A_COLOR = 0x920424;
177 new int[] { A_COLOR }),
181 new int[] { A_COLOR }),
185 new int[] { A_COLOR }),
190 new int[] { A_COLOR }),
195 new int[] { A_COLOR, A_COLOR }),
315 return new ColorDrawable(A_COLOR);
319 gradientDrawable.setColor(A_COLOR);
332 new RippleDrawable(ColorStateList.valueOf(A_COLOR), null, null)
    [all...]
  /external/syslinux/gpxe/src/hci/mucurses/
ansi_screen.c 35 attr_t attrs = ( c & ( A_ATTRIBUTES | A_COLOR ) );
winattrs.c 53 win->attrs = ( attrs | ( win->attrs & A_COLOR ) );
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 60 A_COLOR,
84 glBindAttribLocation(program, A_COLOR, "a_color");
141 "attribute vec4 a_color;\n"
150 " v_color = a_color;\n"
181 glEnableVertexAttribArray(A_COLOR);
186 glVertexAttribPointer(A_COLOR, 4, GL_FLOAT, false, 16, color);
  /external/toybox/kconfig/lxdialog/
textbox.c 99 wbkgdset(box, dlg.dialog.atr & A_COLOR);
112 wbkgdset(dialog, dlg.dialog.atr & A_COLOR);
387 wbkgdset(win, dlg.position_indicator.atr & A_COLOR);
menubox.c 219 wbkgdset(dialog, dlg.dialog.atr & A_COLOR);
  /external/python/cpython2/Demo/curses/
xmas.py 35 win.attroff(curses.A_COLOR)
  /external/syslinux/gpxe/src/include/
curses.h 136 #define A_COLOR A_COLOUR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c     [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c     [all...]

Completed in 790 milliseconds