/frameworks/base/graphics/java/android/graphics/ |
Color.java | 35 * contribution. Thus opaque-black would be 0xFF000000 (100% opaque but 40 @ColorInt public static final int BLACK = 0xFF000000; 121 * @return a value between 0 (darkest black) and 1 (lightest white) 140 * 'red', 'blue', 'green', 'black', 'white', 'gray', 'cyan', 'magenta', 256 sColorNameMap.put("black", BLACK);
|
/frameworks/opt/setupwizard/library/eclair-mr1/res/values/ |
styles.xml | 27 <item name="android:navigationBarColor" tools:ignore="NewApi">@android:color/black</item> 28 <item name="android:statusBarColor" tools:ignore="NewApi">@android:color/black</item> 50 <item name="android:navigationBarColor" tools:ignore="NewApi">@android:color/black</item> 51 <item name="android:statusBarColor" tools:ignore="NewApi">@android:color/black</item> 74 <item name="android:navigationBarColor" tools:ignore="NewApi">@android:color/black</item> 99 <item name="android:navigationBarColor" tools:ignore="NewApi">@android:color/black</item>
|
/external/dng_sdk/source/ |
dng_linearization_info.cpp | 158 // Calculate two-dimensional black pattern, if any. 227 // Calculate one-dimensional (per row) black pattern, if any. 329 // If the black level does not vary from pixel to pixel, then 355 // Subtract constant black level. 1228 // Copy black level pattern. 1289 // Round off black levels. 1318 // Find maximum value of fBlackDeltaH for each phase of black pattern. 1352 // Find maximum value of fBlackDeltaV for each phase of black pattern. 1397 real64 black = fBlackLevel [j] [k] [plane]; local 1399 black += maxDeltaH [k] [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
IPAccessHandler.java | 44 * by white/black lists that include both internet addresses and URIs. This handler 48 * Typically, the black/white lists will be used in one of three modes: 50 * <li>Blocking a few specific IPs/URLs by specifying several black list entries. 53 * entries, that are then further refined by several specific black list exceptions 57 * the white list, then a request must match a white list entry. Black list entries 58 * are always applied, so that even if an entry matches the white list, a black list 118 * Creates new handler object and initializes white- and black-list 121 * @param black array of blacklist entries 123 public IPAccessHandler(String[] white, String []black) 129 if (black != null && black.length > 0 [all...] |
/frameworks/base/docs/html/sdk/api_diff/20/changes/ |
classes_index_all.html | 65 <p><div style="line-height:1.5em;color:black"> 82 <p><div style="line-height:1.5em;color:black"> 100 <p><div style="line-height:1.5em;color:black"> 118 <p><div style="line-height:1.5em;color:black"> 135 <p><div style="line-height:1.5em;color:black"> 152 <p><div style="line-height:1.5em;color:black"> 170 <p><div style="line-height:1.5em;color:black"> 194 <p><div style="line-height:1.5em;color:black"> 213 <p><div style="line-height:1.5em;color:black"> 232 <p><div style="line-height:1.5em;color:black"> [all...] |
classes_index_changes.html | 65 <p><div style="line-height:1.5em;color:black"> 82 <p><div style="line-height:1.5em;color:black"> 100 <p><div style="line-height:1.5em;color:black"> 118 <p><div style="line-height:1.5em;color:black"> 135 <p><div style="line-height:1.5em;color:black"> 152 <p><div style="line-height:1.5em;color:black"> 170 <p><div style="line-height:1.5em;color:black"> 189 <p><div style="line-height:1.5em;color:black"> 208 <p><div style="line-height:1.5em;color:black"> 225 <p><div style="line-height:1.5em;color:black"> [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | 786 layoutView.setForeground(Color.BLACK); 792 JToggleButton black = new JToggleButton("On Black"); local 793 toggleColorOnSelect(black); 794 black.putClientProperty("JButton.buttonType", "segmentedTextured"); 795 black.putClientProperty("JButton.segmentPosition", "last"); 796 black.addActionListener(new ActionListener() { 798 layoutView.setBackground(Color.BLACK); 802 group.add(black); 803 buttonsPanel.add(black); 850 JToggleButton black = new JToggleButton("On Black"); local [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
ColorTest.java | 94 assertEquals(Color.BLACK, Color.parseColor("black"));
|
LightingColorFilterTest.java | 40 paint.setColorFilter(new LightingColorFilter(Color.WHITE, Color.BLACK)); 45 paint.setColorFilter(new LightingColorFilter(Color.CYAN, Color.BLACK));
|
PorterDuffColorFilterTest.java | 56 target.eraseColor(Color.BLACK); 66 target.eraseColor(Color.BLACK);
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
RippleDrawableTest.java | 72 ColorStateList.valueOf(Color.BLACK), null, null); 109 dr.setColor(ColorStateList.valueOf(Color.BLACK));
|
/developers/samples/android/wearable/wear/AlwaysOn/ |
template-params.xml | 70 In ambient mode, this app follows best practices by keeping most pixels black, avoiding large blocks of white pixels, using only black and white, and disabling anti-aliasing (following the [design guidelines for Watch Faces][2]).
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PathEffects.java | 67 mColors = new int[] { Color.BLACK, Color.RED, Color.BLUE, 68 Color.GREEN, Color.MAGENTA, Color.BLACK
|
/development/samples/training/basic/ActivityLifecycle/res/layout/ |
activity_a.xml | 93 android:textColor="@color/black" 112 android:textColor="@color/black"
|
activity_b.xml | 95 android:textColor="@color/black" 114 android:textColor="@color/black"
|
activity_c.xml | 95 android:textColor="@color/black" 114 android:textColor="@color/black"
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
SegmentFormatter.java | 27 private static final int DEFAULT_EDGE_COLOR = Color.BLACK; 67 //getLabelPaint().setShadowLayer(5, 4, 4, Color.BLACK);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
TestDotTreeGenerator.cs | 64 + @" width=.25, height=.25, color=""black"", fillcolor=""white"", style=""filled, solid, bold""];" + newline 65 + @" edge [arrowsize=.5, color=""black"", style=""bold""]" + newline
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/ |
calc-interpolation.html | 8 border: black solid 2px; 18 background-color: black;
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
display_item_debugger_test.html | 39 dbg.style.border = '1px solid black'; 88 dbg.style.border = '1px solid black';
|
/external/deqp/doc/testspecs/GLES31/ |
functional.sample_shading.txt | 42 MIN_SAMPLE_SHADING values. *_color cases render pattern by rendering black or 44 cases render pattern by the clearing image to black, outputting white in the
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/ |
xhtml-symbol.ent | 107 <!ENTITY bull "•"> <!-- bullet = black small circle, 122 <!ENTITY image "ℑ"> <!-- black-letter capital I = imaginary part, 124 <!ENTITY real "ℜ"> <!-- black-letter capital R = real part symbol, 231 <!ENTITY spades "♠"> <!-- black spade suit, U+2660 ISOpub --> 232 <!-- black here seems to mean filled as opposed to hollow --> 233 <!ENTITY clubs "♣"> <!-- black club suit = shamrock, 235 <!ENTITY hearts "♥"> <!-- black heart suit = valentine, 237 <!ENTITY diams "♦"> <!-- black diamond suit, U+2666 ISOpub -->
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/ |
XMLElementTest.java | 97 root.text("<black&white\">"); 99 assertEquals("<root><black&white"></root>",
|
/external/libogg/doc/libogg/ |
bitpacking.html | 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> 22 <table border=1 color=black width=50% cellspacing=0 cellpadding=7>
|
encoding.html | 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> 31 <table border=1 color=black width=50% cellspacing=0 cellpadding=7>
|