OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:black
(Results
51 - 75
of
612
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/graphics/src/android/graphics/cts/
SumPathEffectTest.java
50
bitmap.eraseColor(Color.
BLACK
);
52
expected.eraseColor(Color.
BLACK
);
/external/webkit/WebCore/manual-tests/
stale-currentEvent.html
45
The
black
square will be replaced by the word “SUCCESS” and Safari will not crash.
53
<div style="background:
black
; width: 200px; height:200px">
svg-repaint-foreignObject.svg
63
<text x="0" y="642" fill="
black
" font-size="32">Click B and then A above.</text>
64
<text x="0" y="674" fill="
black
" font-size="32">The animation should have no trails or clipping.</text>
svg-repaint-group.svg
63
<text x="0" y="642" fill="
black
" font-size="32">Click B and then A above.</text>
64
<text x="0" y="674" fill="
black
" font-size="32">The animation should have no trails or clipping.</text>
svg-repaint-image.svg
63
<text x="0" y="642" fill="
black
" font-size="32">Click B and then A above.</text>
64
<text x="0" y="674" fill="
black
" font-size="32">The animation should have no trails or clipping.</text>
svg-repaint-path.svg
63
<text x="0" y="642" fill="
black
" font-size="32">Click B and then A above.</text>
64
<text x="0" y="674" fill="
black
" font-size="32">The animation should have no trails or clipping.</text>
contenteditable-link.html
10
border: 1px solid
black
;
transition-delay.html
13
border: 1px solid
black
;
/external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h
41
, strokeColor(Color::
black
)
44
, fillColor(Color::
black
)
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java
31
setBackground(Color.
BLACK
);
78
g.setColor(Color.
BLACK
);
/development/samples/GlobalTime/res/values/
styles.xml
21
<style name="Theme" parent="android:Theme.
Black
">
/external/icu4c/test/intltest/
encoll.h
10
* character '-' in string "
black
-bird". The en_US locale uses the default
/external/webkit/WebCore/html/canvas/
CanvasStyle.cpp
120
RGBA32 color = 0; // default is transparent
black
131
RGBA32 color = 0; // default is transparent
black
181
RGBA32 rgba = 0; // default is transparent
black
192
RGBA32 color = 0; // default is transparent
black
/external/webkit/WebCore/manual-tests/animation/
animateTransform-parser.svg
11
<circle fill="none" stroke="
black
" stroke-width="3" cx="200" cy="200" r="100" />
30
<rect fill="none" stroke="
black
" stroke-width="3" x="0" y="0" width="200" height="200" />
45
<rect fill="none" stroke="
black
" stroke-width="3" x="0" y="0" width="200" height="200" />
74
<rect fill="none" stroke="
black
" stroke-width="3" x="0" y="0" width="200" height="200" />
/external/webkit/WebCore/manual-tests/gtk/
copy-htmltext.html
10
style="display: block; border: 2px solid
black
; margin: 5px; padding: 15px;">
/frameworks/base/docs/html/sdk/api_diff/6/changes/
classes_index_all.html
56
<p><div style="line-height:1.5em;color:
black
">
64
<p><div style="line-height:1.5em;color:
black
">
72
<p><div style="line-height:1.5em;color:
black
">
80
<p><div style="line-height:1.5em;color:
black
">
classes_index_changes.html
56
<p><div style="line-height:1.5em;color:
black
">
64
<p><div style="line-height:1.5em;color:
black
">
72
<p><div style="line-height:1.5em;color:
black
">
80
<p><div style="line-height:1.5em;color:
black
">
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
TextColor.java
26
BLACK
(0x0),
/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/testdata/
layout1.xml
42
android:background="@drawable/
black
"
/packages/apps/Browser/res/drawable/
close_background.xml
24
android:drawable="@color/
black
"/>
/packages/apps/Browser/res/layout/
custom_screen.xml
20
android:background="@color/
black
"
empty_history.xml
22
android:background="@color/
black
"
no_downloads.xml
21
android:background="@color/
black
"
/packages/apps/Browser/res/values/
colors.xml
33
<color name="
black
">#ff000000</color>
/sdk/draw9patch/src/com/android/draw9patch/ui/
GradientPanel.java
42
0.0f, getHeight() * 0.9f, Color.
BLACK
));
Completed in 62 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>