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

1 2 3

  /external/python/cpython2/Lib/curses/
__init__.py 41 # This is a similar wrapper for start_color(), which adds the COLORS and
48 if hasattr(_curses, 'COLORS'):
49 curses.COLORS = _curses.COLORS
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
__init__.py 41 # This is a similar wrapper for start_color(), which adds the COLORS and
48 if hasattr(_curses, 'COLORS'):
49 curses.COLORS = _curses.COLORS
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
__init__.py 41 # This is a similar wrapper for start_color(), which adds the COLORS and
48 if hasattr(_curses, 'COLORS'):
49 curses.COLORS = _curses.COLORS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 41 # This is a similar wrapper for start_color(), which adds the COLORS and
48 if hasattr(_curses, 'COLORS'):
49 curses.COLORS = _curses.COLORS
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 41 # This is a similar wrapper for start_color(), which adds the COLORS and
48 if hasattr(_curses, 'COLORS'):
49 curses.COLORS = _curses.COLORS
  /frameworks/support/paging/integration-tests/testapp/src/main/java/android/arch/paging/integration/testapp/
ItemDataSource.java 33 private static final int[] COLORS = new int[] {
56 int bgColor = COLORS[mGenerationId % COLORS.length];
  /external/selinux/libselinux/src/
file_path_suffixes.h 22 S_(COLORS, "/secolor.conf")
selinux_config.c 43 #define COLORS 20
442 return get_path(COLORS);
  /frameworks/base/libs/hwui/tests/common/scenes/
PartialDamageAnimation.cpp 33 static SkColor COLORS[] = {
44 SkColor color = COLORS[static_cast<int>((y / dp(116))) % 4];
RecentsAnimation.cpp 32 static SkColor COLORS[] = {
51 bitmap.eraseColor(COLORS[i]);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
WideColorGamutTests.java 54 // The colors are defined as found in wide-gamut-test.png, which is Display P3
57 private static final Color[] COLORS = {
80 private BitmapVerifier getVerifier(Point[] points, Color[] colors, float eps) {
82 return new SamplePointWideGamutVerifier(points, colors, eps);
85 Arrays.stream(colors).mapToInt(Color::toArgb).toArray(),
96 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f));
107 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f));
118 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f));
130 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f));
  /frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/data/
VideoProvider.java 52 private static final List<Integer> COLORS = Arrays.asList(
110 Collections.shuffle(COLORS);
117 Shader shader = new LinearGradient(0, 0, width - 1, height - 1, COLORS.get(0),
118 COLORS.get(1), TileMode.CLAMP);
129 COLORS.get(2), COLORS.get(3), TileMode.CLAMP);
  /cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DrawFramesActivity.java 44 private static final int[] COLORS = new int[] {
100 mColorView.setBackgroundColor(COLORS[mColorIndex]);
101 // allow COLORs to be length == 1 or have duplicates without breaking the test
103 mColorIndex = (mColorIndex + 1) % COLORS.length;
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTunerTvInputService.java 84 private static final int[] COLORS = { Color.RED, Color.GREEN, Color.BLUE };
103 c.drawColor(COLORS[mCurrentIndex]);
  /external/toolchain-utils/automation/common/
logger.py 64 COLORS = {'DEBUG': ('white',),
96 return ''.join([self._coder(*self.COLORS[levelname]), levelname,
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 334 public final int[] COLORS = {
375 int color = COLORS[id % COLORS.length];
  /developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 334 public final int[] COLORS = {
375 int color = COLORS[id % COLORS.length];
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 334 public final int[] COLORS = {
375 int color = COLORS[id % COLORS.length];
  /external/syslinux/gpxe/src/hci/mucurses/
slk.c 193 if ( ( unsigned short )colour_pair_number > COLORS )
223 if ( ( unsigned short )colour_pair_number > COLORS )
  /packages/apps/Car/libs/
resource_generator.py 28 self.COLORS = "colors"
34 self.COLORS : self.HandleColors,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 51 * to perform various actions. Here we use one button to cycle colors and the
56 * the secondary button to cycle colors and the tertiary button to airbrush.
60 * have a button, which we use to cycle through colors.
76 /** Colors to cycle through. */
77 static final int[] COLORS = new int[] {
288 mPaint.setColor(COLORS[mColorIndex]);
444 mColorIndex = (mColorIndex + 1) % COLORS.length;
462 mPaint.setColor(COLORS[mColorIndex]);
474 mPaint.setColor(COLORS[mColorIndex]);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarFrame.java 139 monthLabel[i] = new ColoredLabel("", COLORS[i]);
246 calendarPanel.setColor(i, COLORS[i]);
442 static final Color[] COLORS = { Color.blue, Color.black };
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 327 private static final int[] COLORS = new int[] {
368 mCanvas.drawColor(COLORS[level]);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 327 private static final int[] COLORS = new int[] {
368 mCanvas.drawColor(COLORS[level]);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 230 final int COLORS = 12;
231 hsv[0] = irand(0,COLORS) * (360f/COLORS);

Completed in 662 milliseconds

1 2 3