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

<<81828384858687888990>>

  /packages/services/Car/car-support-lib/src/android/support/car/ui/
PagedScrollBarView.java 149 int color = getResources().getColor(R.color.car_tint); local
150 mUpButton.setColorFilter(color, PorterDuff.Mode.SRC_IN);
152 mDownButton.setColorFilter(color, PorterDuff.Mode.SRC_IN);
158 int color = getResources().getColor(R.color.car_tint_light); local
159 mUpButton.setColorFilter(color, PorterDuff.Mode.SRC_IN);
161 mDownButton.setColorFilter(color, PorterDuff.Mode.SRC_IN);
167 int color = getResources().getColor(R.color.car_tint_dark) local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolormatrix.h 4 * GDI+ color mappings
57 Color oldColor;
58 Color newColor;
  /prebuilts/go/darwin-x86/doc/progs/
image_draw.go 11 "image/color"
16 Color()
23 func Color() {
24 c := color.RGBA{255, 0, 255, 255}
35 blue := color.RGBA{0, 0, 255, 255}
113 src := &image.Uniform{color.RGBA{0, 0, 255, 255}}
126 func (c *circle) ColorModel() color.Model {
127 return color.AlphaModel
134 func (c *circle) At(x, y int) color.Color {
    [all...]
  /prebuilts/go/linux-x86/doc/progs/
image_draw.go 11 "image/color"
16 Color()
23 func Color() {
24 c := color.RGBA{255, 0, 255, 255}
35 blue := color.RGBA{0, 0, 255, 255}
113 src := &image.Uniform{color.RGBA{0, 0, 255, 255}}
126 func (c *circle) ColorModel() color.Model {
127 return color.AlphaModel
134 func (c *circle) At(x, y int) color.Color {
    [all...]
  /prebuilts/sdk/current/support/v4/src/tests/res/color/
complex_themed_selector.xml 18 <item android:state_focused="true" android:color="?attr/theme_color_focused" />
19 <item android:state_pressed="true" android:color="?attr/theme_color_pressed" />
20 <item android:color="?attr/theme_color_default"/>
  /prebuilts/sdk/current/support/v7/appcompat/res/color/
abc_tint_btn_checkable.xml 19 <item android:state_enabled="false" android:color="?attr/colorControlNormal" app:alpha="?android:disabledAlpha"/>
20 <item android:state_checked="true" android:color="?attr/colorControlActivated"/>
21 <item android:color="?attr/colorControlNormal"/>
abc_tint_edittext.xml 19 <item android:state_enabled="false" android:color="?attr/colorControlNormal"
22 android:color="?attr/colorControlNormal"/>
23 <item android:color="?attr/colorControlActivated"/>
abc_tint_spinner.xml 19 <item android:state_enabled="false" android:color="?attr/colorControlNormal" app:alpha="?android:disabledAlpha"/>
20 <item android:state_pressed="false" android:state_focused="false" android:color="?attr/colorControlNormal"/>
21 <item android:color="?attr/colorControlActivated"/>
abc_tint_switch_thumb.xml 19 <item android:state_enabled="false" android:color="?attr/colorSwitchThumbNormal" app:alpha="?android:attr/disabledAlpha"/>
20 <item android:state_checked="true" android:color="?attr/colorControlActivated"/>
21 <item android:color="?attr/colorSwitchThumbNormal"/>
abc_tint_switch_track.xml 19 <item android:state_enabled="false" android:color="?android:attr/colorForeground" app:alpha="0.1"/>
20 <item android:state_checked="true" android:color="?attr/colorControlActivated" app:alpha="0.3"/>
21 <item android:color="?android:attr/colorForeground" app:alpha="0.3"/>
  /prebuilts/sdk/current/support/v7/appcompat/res/color-v23/
abc_tint_btn_checkable.xml 18 <item android:state_enabled="false" android:color="?attr/colorControlNormal" android:alpha="?android:disabledAlpha"/>
19 <item android:state_checked="true" android:color="?attr/colorControlActivated"/>
20 <item android:color="?attr/colorControlNormal"/>
abc_tint_edittext.xml 18 <item android:state_enabled="false" android:color="?attr/colorControlNormal" android:alpha="?android:disabledAlpha"/>
19 <item android:state_pressed="false" android:state_focused="false" android:color="?attr/colorControlNormal"/>
20 <item android:color="?attr/colorControlActivated"/>
abc_tint_spinner.xml 18 <item android:state_enabled="false" android:color="?attr/colorControlNormal" android:alpha="?android:disabledAlpha"/>
19 <item android:state_pressed="false" android:state_focused="false" android:color="?attr/colorControlNormal"/>
20 <item android:color="?attr/colorControlActivated"/>
abc_tint_switch_thumb.xml 18 <item android:state_enabled="false" android:color="?attr/colorSwitchThumbNormal" android:alpha="?android:attr/disabledAlpha"/>
19 <item android:state_checked="true" android:color="?attr/colorControlActivated"/>
20 <item android:color="?attr/colorSwitchThumbNormal"/>
abc_tint_switch_track.xml 18 <item android:state_enabled="false" android:color="?android:attr/colorForeground" android:alpha="0.1"/>
19 <item android:state_checked="true" android:color="?attr/colorControlActivated" android:alpha="0.3"/>
20 <item android:color="?android:attr/colorForeground" android:alpha="0.3"/>
  /prebuilts/sdk/current/support/v7/appcompat/res/drawable/
abc_cab_background_internal_bg.xml 18 A solid rectangle so that we can use a PorterDuff multiply color filter to tint this
22 <solid android:color="@android:color/white" />
  /prebuilts/sdk/current/support/v7/cardview/res/values/
styles.xml 26 <!-- On older platforms we do not explicitly set a background color and let CardView compute
32 <item name="cardBackgroundColor">@color/cardview_light_background</item>
36 <item name="cardBackgroundColor">@color/cardview_dark_background</item>
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/image/internal/
imageutil.a 19 import color "image/color" // indirect
20 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) }
21 type @"image/color".Model interface { Convert(@"image/color".c @"image/color".Color) (? @"image/color".Color)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/image/internal/
imageutil.a 19 import color "image/color" // indirect
20 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) }
21 type @"image/color".Model interface { Convert(@"image/color".c @"image/color".Color) (? @"image/color".Color)
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.cpp 316 const YUVPixel* color)
322 YUVPixel adjustedColor = *color;
343 void EmulatedFakeCameraDevice::drawSolid(YUVPixel* color)
345 YUVPixel adjustedColor = *color;
355 *U = color->U;
356 *V = color->V;
367 /* Select the color. */
368 YUVPixel* color; local
372 color = &mWhiteYUV;
375 color = &mRedYUV
    [all...]
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.timeline.event_container.html 10 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.timeline.html"><font color="#ffffff">timeline</font></a>.event_container</strong></big></big></font></td
12 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/timeline/event_container.py">telemetry/timeline/event_container.py</a></font></td></tr></table>
20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
30 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
45 <font color="#000000" face="helvetica, arial"><a name="TimelineEventContainer">class <strong>TimelineEventContainer</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
51 <dl><dt><a name="TimelineEventContainer-GetAllEvents"><strong>GetAllEvents</strong></a>(self, recursive<font color="#909090">=True</font>)</dt><dd><tt>#&nbsp;List&nbsp;versions.&nbsp;These&nbsp;should&nbsp;always&nbsp;be&nbsp;simple&nbsp;expressions&nbsp;that&nbsp;list()&nbsp;on<br>
54 <dl><dt><a name="TimelineEventContainer-GetAllEventsOfName"><strong>GetAllEventsOfName</strong></a>(self, name, recursive<font color="#909090">=True</font>)</dt></dl>
56 <dl><dt><a name="TimelineEventContainer-GetAllToplevelSlicesOfName"><strong>GetAllToplevelSlicesOfName</strong></a>(self, name, recursive<font color="#909090">=True</font>)</dt></dl
    [all...]
telemetry.timeline.process.html 10 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.timeline.html"><font color="#ffffff">timeline</font></a>.process</strong></big></big></font></td
12 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/timeline/process.py">telemetry/timeline/process.py</a></font></td></tr></table>
20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
32 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
47 <font color="#000000" face="helvetica, arial"><a name="Process">class <strong>Process</strong></a>(<a href="telemetry.timeline.event_container.html#TimelineEventContainer">telemetry.timeline.event_container.TimelineEventContainer</a>)</font></td></tr>
91 <dl><dt><a name="Process-GetAllEvents"><strong>GetAllEvents</strong></a>(self, recursive<font color="#909090">=True</font>)</dt><dd><tt>#&nbsp;List&nbsp;versions.&nbsp;These&nbsp;should&nbsp;always&nbsp;be&nbsp;simple&nbsp;expressions&nbsp;that&nbsp;list()&nbsp;on<br>
94 <dl><dt><a name="Process-GetAllEventsOfName"><strong>GetAllEventsOfName</strong></a>(self, name, recursive<font color="#909090">=True</font>)</dt></dl>
96 <dl><dt><a name="Process-GetAllToplevelSlicesOfName"><strong>GetAllToplevelSlicesOfName</strong></a>(self, name, recursive<font color="#909090">=True</font>)</dt></dl
    [all...]
telemetry.internal.backends.chrome.crx_id.html 10 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.internal.html"><font color="#ffffff">internal</font></a>.<a href="telemetry.internal.backends.html"><font color="#ffffff">backends</font></a>.<a href="telemetry.internal.backends.chrome.html"><font color="#ffffff">chrome</font></a>.crx_id</strong></big></big></font></td
12 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/internal/backends/chrome/crx_id.py">telemetry/internal/backends/chrome/crx_id.py</a></font></td></tr></table>
22 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
33 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
36 <td width="100%"><dl><dt><a name="-GetCRXAppID"><strong>GetCRXAppID</strong></a>(filename, from_file_path<font color="#909090">=False</font>, is_win_path<font color="#909090">=False</font>)</dt></dl
    [all...]
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
Target.java 59 * A target which has the characteristics of a vibrant color which is light in luminance.
64 * A target which has the characteristics of a vibrant color which is neither light or dark.
69 * A target which has the characteristics of a vibrant color which is dark in luminance.
74 * A target which has the characteristics of a muted color which is light in luminance.
79 * A target which has the characteristics of a muted color which is neither light or dark.
84 * A target which has the characteristics of a muted color which is dark in luminance.
182 * Returns the weight of importance that this target places on a color's saturation within
185 * <p>The larger the weight, relative to the other weights, the more important that a color
195 * Returns the weight of importance that this target places on a color's lightness within
198 * <p>The larger the weight, relative to the other weights, the more important that a color
    [all...]
  /external/opencv3/modules/viz/src/
shapes.cpp 50 cv::viz::WLine::WLine(const Point3d &pt1, const Point3d &pt2, const Color &color)
58 VtkUtils::FillScalars(polydata, color);
78 cv::viz::WSphere::WSphere(const Point3d &center, double radius, int sphere_resolution, const Color &color)
89 VtkUtils::FillScalars(polydata, color);
109 cv::viz::WPlane::WPlane(const Size2d& size, const Color &color)
118 VtkUtils::FillScalars(polydata, color);
130 cv::viz::WPlane::WPlane(const Point3d& center, const Vec3d& normal, const Vec3d& new_yaxis, const Size2d& size, const Color &color
    [all...]

Completed in 1961 milliseconds

<<81828384858687888990>>