HomeSort by relevance Sort by last modified time
    Searched full:color (Results 526 - 550 of 12554) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-applyCompletion29.diff 3 - <item name="gr^">@color/title_color</item>
4 + <item name="android:gravity"^>@color/title_color</item>
completionvalues1-expected-applyCompletion30.diff 3 - <item name="an^">@color/title_color</item>
4 + <item name="android:animateOnClick"^>@color/title_color</item>
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
ColorCutQuantizer.java 19 import android.graphics.Color;
32 * An color quantizer based on the Median-cut algorithm, but optimized for picking out distinct
35 * The color space is represented as a 3-dimensional cube with each dimension being an RGB
36 * component. The cube is then repeatedly divided until we have reduced the color space to the
37 * requested number of colors. An average color is then generated from each cube.
40 * have roughly the same population, where this quantizer divides boxes based on their color volume.
41 * This means that the color space is divided into distinct colors, rather than representative
90 for (int color = 0; color < hist.length; color++)
256 final int color = colors[i]; local
378 final int color = colors[i]; local
410 final int color = a[i]; local
419 final int color = a[i]; local
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
OrganizationInfoTest.java 19 import android.graphics.Color;
24 private static final int DEFAULT_ORGANIZATION_COLOR = Color.parseColor("#00796B");
28 assertEquals("Default color returned: " + Integer.toHexString(defaultColor),
37 Color.TRANSPARENT,
38 Color.WHITE,
39 Color.RED,
40 Color.GREEN,
41 Color.BLUE,
45 for (int color : colors) {
46 mDevicePolicyManager.setOrganizationColor(ADMIN_RECEIVER_COMPONENT, color);
64 int color = mDevicePolicyManager.getOrganizationColor(null); local
    [all...]
  /external/libcxx/www/
atomic_design_a.html 54 <font color="#C80000">// In every intrinsic signature below, type* atomic_obj may be a pointer to a</font>
55 <font color="#C80000">// volatile-qualified type.</font>
56 <font color="#C80000">// Memory ordering values map to the following meanings:</font>
57 <font color="#C80000">// memory_order_relaxed == 0</font>
58 <font color="#C80000">// memory_order_consume == 1</font>
59 <font color="#C80000">// memory_order_acquire == 2</font>
60 <font color="#C80000">// memory_order_release == 3</font>
61 <font color="#C80000">// memory_order_acq_rel == 4</font>
62 <font color="#C80000">// memory_order_seq_cst == 5</font>
64 <font color="#C80000">// type must be trivially copyable</font
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
ColorResourceLoaderTest.java 3 import android.graphics.Color;
32 assertThat(colorResourceLoader.getValue(R.color.black), equalTo(0x000000));
33 assertThat(colorResourceLoader.getValue(R.color.white), equalTo(0xffffff));
38 assertThat(colorResourceLoader.getValue(R.color.clear), equalTo(0x000001));
43 assertThat(colorResourceLoader.getValue(R.color.foreground), equalTo(0xf5f5f5));
48 assertThat(colorResourceLoader.getValue(R.color.background), equalTo(0xf5f5f5));
53 assertThat(colorResourceLoader.getValue(R.color.color_with_alpha), equalTo(0x802C76AD));
58 assertThat(colorResourceLoader.getValue(android.R.color.black), equalTo(Color.BLACK));
63 assertThat(colorResourceLoader.getValue(android.R.color.background_dark), equalTo(0xFF000000))
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
MoreImmutablesTest.java 18 import java.awt.Color;
43 Color color = new Color(10, 20, 30, 40); local
44 String dump = yaml.dump(color);
45 assertEquals("!!java.awt.Color [10, 20, 30, 40]\n", dump);
47 assertEquals(color, loaded);
59 // matteborder - only with color - no icon
65 Color color = new Color(100, 150, 200) local
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/res/drawable/
photogrid_list_selector.xml 21 <solid android:color="@color/grid_state_pressed" />
27 <solid android:color="@color/grid_state_focused" />
31 <item android:drawable="@android:color/transparent" />
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/res/drawable/
photogrid_list_selector.xml 21 <solid android:color="@color/grid_state_pressed" />
27 <solid android:color="@color/grid_state_focused" />
31 <item android:drawable="@android:color/transparent" />
  /development/samples/browseable/DisplayingBitmaps/res/drawable/
photogrid_list_selector.xml 21 <solid android:color="@color/grid_state_pressed" />
27 <solid android:color="@color/grid_state_focused" />
31 <item android:drawable="@android:color/transparent" />
  /development/samples/browseable/DrawableTinting/
_index.jd 8 Sample that shows applying tinting and color filters to Drawables both programmatically
11 A color state list is referenced as the tint color, which defines colors for different
14 with a reference to a color and a PorterDuff blend mode. The color and blend mode can be
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockPaint.java 27 int color = 0; field in class:MockPaint
30 public void setColor(int color) {
31 this.color = color;
36 return color;
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.hpp 37 v.color.float32[0] = r;
38 v.color.float32[1] = g;
39 v.color.float32[2] = b;
40 v.color.float32[3] = a;
47 v.color.uint32[0] = r;
48 v.color.uint32[1] = g;
49 v.color.uint32[2] = b;
50 v.color.uint32[3] = a;
54 inline VkClearValue makeClearValueColor (const tcu::Vec4& color)
57 v.color.float32[0] = color[0]
    [all...]
  /frameworks/base/core/res/res/drawable/
activated_background_material.xml 19 <color android:color="?attr/colorControlActivated" />
22 <color android:color="@color/transparent" />
item_background_material_dark.xml 18 android:color="@color/ripple_material_dark">
20 <color android:color="@color/white" />
item_background_material_light.xml 18 android:color="@color/ripple_material_light">
20 <color android:color="@color/white" />
list_choice_background_material.xml 18 android:color="@color/list_highlight_material">
20 <color android:color="@color/white" />
  /frameworks/base/packages/Keyguard/res/values/
colors.xml 19 <color name="clock_white">#ffffffff</color>
20 <color name="clock_gray">@*android:color/secondary_text_default_material_dark</color>
  /packages/apps/Contacts/res/drawable-v21/
view_pager_tab_background.xml 18 android:color="@color/tab_ripple_color">
20 <color android:color="@android:color/white" />
  /packages/apps/ContactsCommon/res/drawable/
view_pager_tab_background.xml 18 android:color="@color/tab_ripple_color">
20 <color android:color="@android:color/white" />
  /packages/apps/DeskClock/res/drawable-v21/
notification_background.xml 19 android:color="@color/control_highlight_color">
21 <color android:color="@android:color/white"/>
  /packages/apps/Messaging/res/drawable-v21/
widget_item_background.xml 19 android:color="@color/ripple_material_light" >
21 <color android:color="@android:color/white" />
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
ColorChecker.java 19 import android.graphics.Color;
32 * {@link R.color#car_tint_light} and
33 * {@link R.color#car_tint_dark}
36 int lightTintColor = context.getResources().getColor(R.color.car_tint_light);
37 int darkTintColor = context.getResources().getColor(R.color.car_tint_dark);
44 * {@link R.color#car_tint_light} and
45 * {@link R.color#car_tint_dark}
48 int lightTintColor = context.getResources().getColor(R.color.car_tint_light);
49 int darkTintColor = context.getResources().getColor(R.color.car_tint_dark);
70 * Determines what color to tint icons given the background color that they sit on
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewOverlayTest.java 19 import android.graphics.Color;
52 Color.WHITE, null);
74 final Drawable redDrawable = new ColorDrawable(Color.RED);
79 colorRectangles.add(new Pair<>(new Rect(20, 30, 40, 50), Color.RED));
81 Color.WHITE, colorRectangles);
86 Color.WHITE, null);
90 final Drawable redDrawable = new ColorDrawable(Color.RED);
100 colorRectangles.add(new Pair<>(new Rect(20, 30, 40, 50), Color.RED));
102 Color.WHITE, colorRectangles);
107 Color.WHITE, null)
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/docs/
default.css 14 background-color: #fff;
27 color: blue;
32 color: black;
36 background-color: inherit;
40 background-color: #ccc;
44 background-color: inherit;
68 background-color: #ccc;
78 color: #c00;
82 background-color: #999;
92 background-color: #999
    [all...]

Completed in 1300 milliseconds

<<21222324252627282930>>