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

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
ImagePageGenerator.java 20 private static final String[] COLORS = {
42 return IMAGE_PREFIX + COLORS[mIndex] + IMAGE_SUFFIX;
  /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/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
SimplePagerAdapter.java 28 private static final int[] COLORS = {
34 private static final int NUM_PAGES = COLORS.length;
56 view.setBackgroundColor(COLORS[position]);
  /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]);
  /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];
  /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]);
  /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]);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java 339 private static final int[] COLORS = new int[] {
380 mCanvas.drawColor(COLORS[level]);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 223 final int COLORS = 12;
224 hsv[0] = irand(0,COLORS) * (360f/COLORS);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 34 import android.provider.CalendarContract.Colors;
154 public static final String COLORS = "Colors";
205 + " SET calendar_color=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS + " WHERE "
206 + Colors.ACCOUNT_NAME + "=" + "new." + Calendars.ACCOUNT_NAME + " AND "
207 + Colors.ACCOUNT_TYPE + "=" + "new." + Calendars.ACCOUNT_TYPE + " AND "
208 + Colors.COLOR_KEY + "=" + "new." + Calendars.CALENDAR_COLOR_KEY + " AND "
209 + Colors.COLOR_TYPE + "=" + Colors.TYPE_CALENDAR + ")
    [all...]
CalendarProvider2.java 48 import android.provider.CalendarContract.Colors;
119 Colors.ACCOUNT_NAME,
120 Colors.ACCOUNT_TYPE,
121 Colors.COLOR_TYPE,
122 Colors.COLOR_KEY,
123 Colors.COLOR,
131 private static final String COLOR_FULL_SELECTION = Colors.ACCOUNT_NAME + "=? AND "
132 + Colors.ACCOUNT_TYPE + "=? AND " + Colors.COLOR_TYPE + "=? AND " + Colors.COLOR_KE
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
MaterialProgressDrawable.java 76 private final int[] COLORS = new int[] {
117 mRing.setColors(COLORS);
197 * Set the colors used in the progress animation from color resources.
201 * @param colors
203 public void setColorSchemeColors(int... colors) {
204 mRing.setColors(colors);
522 * Set the colors the progress spinner alternates between.
524 * @param colors Array of integers describing the colors. Must be non-<code>null</code>.
526 public void setColors(@NonNull int[] colors) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
curses.h 215 /* colors */
    [all...]
ncurses.h 215 /* colors */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 215 /* colors */
    [all...]
ncurses.h 215 /* colors */
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 364 static const uint8_t COLORS[2] = { 0, 255 };
378 cacheBuffer[cacheY * cacheWidth + cacheX++] = COLORS[(b >> mask) & 0x1];
  /external/chromium_org/tools/traceline/svgui/
traceline.js 24 // - OH MAN BETTER COLORS PLEASE
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 578 milliseconds