Home
last modified time | relevance | path

Searched refs:black (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/location/
DLocationBlacklist.java87 for (String black : mBlacklist) { in isBlacklisted()
88 if (packageName.startsWith(black)) { in isBlacklisted()
93 + packageName + " matches " + black); in isBlacklisted()
/frameworks/base/libs/hwui/
DGammaFontRenderer.cpp174 const float black = pow(v, blackGamma); in Lookup3GammaFontRenderer() local
178 mGammaTable[256 + i] = uint8_t((float)::floor(black * 255.0f + 0.5f)); in Lookup3GammaFontRenderer()
/frameworks/base/docs/html/training/wearables/watch-faces/
Ddesigning.jd64 <dd>In ambient mode, your watch face should keep most pixels black. Depending on the screen
65 technology, you may need to avoid large blocks of white pixels, use only black and white, and
100 in ambient mode. The background in ambient mode is often completely black. Background images for
Dissues.jd81 near the card in ambient mode, consider drawing a black rectangle over them to ensure that users
/frameworks/base/docs/html/training/improving-layouts/
Dsmooth-scrolling.jd25 <li><a href="http://android-developers.blogspot.com/2009/01/why-is-my-list-black-android.html">Why
26 is my list black? An Android optimization</a></li>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_list.jd155 …<tr><td><em>1.</em></td><td>Inner shadow:</td><td>black | 57 % opacity | angle 120&deg; | blend mo…
156 …<tr><td><em>2.</em></td><td>Background:</td><td>black | standard system color <br>These icons are …
Dicon_design_tab.jd377 …<tr><td><em>2.</em></td><td>Inner shadow:</td><td>black | 10 % opacity | angle 90° distance 2px | …
378 …e 0px | angle 90° | altitude 10°<br>highlight white 70% opacity<br>shadow black 25% opacity</td></…
423 …<tr><td><em>2.</em></td><td>Inner shadow:</td><td>black | 20% opacity | <br>angle 90° | distance 2…
424 …x | angle 90° | <br>altitude 10°<br>highlight white 70% opacity<br>shadow black 25% opacity</td></…
Dicon_design_dialog.jd156 …<tr><td><em>2.</em></td><td>Inner shadow:</td><td>black | 25% opacity | <br>angle -90&deg; | dista…
Dicon_design_launcher_archive.jd258 white-to-black vertical linear gradient overlay. This creates the impression
458 …<tr><td><em>2.</em></td><td>Icon shadow:</td><td>black | 20px blur<br>50% opacity | angle 67°</td>…
460 <tr><td><em>4.</em></td><td>Detail shadow:</td><td>black | 10px blur<br>75% opacity</td></tr>
Dicon_design_menu.jd316 …<tr><td><em>2.</em></td><td>Inner shadow:</td><td>black | 20 % opacity<br>angle 90° | distance 2px…
318 … 0px<br>angle 90° | altitude 10°<br>highlight white 70% opacity<br>shadow black 25% opacity</td></…
/frameworks/base/docs/html/design/wear/
Dwatchfaces.jd121 the screen is in ambient mode. The background color scheme is <em>strictly limited</em> to black,
145 the available colors are limited to black, white, blue, red, magenta, green, cyan, and yellow.
146 When designing for low-bit ambient mode, use a black or a white background. For OLED screens,
147 you must use a black background. Non-background pixels must be less than 10 percent of total
152 displays which do not use color in ambient mode, the background may be either black or
167 pixels in your ambient mode designs and keep 95% of the pixels black. Replace solid shapes in
/frameworks/base/docs/html/training/wearables/ui/
Dcards.jd140 android:textColor="@color/black"
147 android:textColor="@color/black"
Dlayouts.jd222 android:textColor="@color/black" />
/frameworks/base/docs/html/design/auto/
Dindex.jd128 alt="Generic drawers" style="border:3px solid black" />
138 alt="Customized drawers" style="border:3px solid black" />
/frameworks/base/docs/html/training/graphics/opengl/
Denvironment.jd183 black background in the {@link android.opengl.GLSurfaceView}:</p>
205 displays a black screen using OpenGL. While this code does not do anything very interesting, by
/frameworks/base/docs/html/training/activity-testing/
Dactivity-ui-testing.jd45 application. An alternative type of UI testing is <em>black-box testing</em>,
49 about how to perform black-box testing on your Android apps, see the
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd59 src/ <span style="color:black">
62 drawable/ <span style="color:black">
64 layout/ <span style="color:black">
67 values/ <span style="color:black">
240 drawable/ <span style="color:black">
243 drawable-hdpi/ <span style="color:black">
341 layout/ <span style="color:black">
343 layout-ar/ <span style="color:black">
345 layout-ldrtl/ <span style="color:black">
/frameworks/base/docs/html/reference/renderscript/
Ddoxygen.css155 background-color: black;
185 color: black;
/frameworks/base/docs/html/training/material/
Dtheme.jd123 only the status bar. The navigation bar should remain black in all other cases.</p>
/frameworks/base/docs/html/training/tv/games/
Dindex.jd188 It includes a white controller on black background and a black controller on white background
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd423 A white or black box inside the layout box represents the <strong>padding</strong>, the
425 or black rectangle represents the <strong>margins</strong>, the distance between the
427 the layout background is black, and vice versa.
/frameworks/base/docs/html/design/videos/
Dindex.jd87 …<p>Design isn't black magic, it's a field that people can learn. In this talk two elite designers …
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd378 shape will not be drawn, whereas if you don't set the color, it will default to black.</p>
447 black line(s) in the left and top part of the border (the other border pixels should
/frameworks/base/docs/html/guide/practices/
Dscreen-compat-mode.jd62 normal size handset (emulating a 320dp x 480dp screen), with a black border that fills
Dseamlessness.jd61 chunks of black-box code. This allows you as the developer to view the entire

12