/packages/apps/Calculator/res/values/ |
styles.xml | 22 <item name="android:navigationBarColor">@android:color/black</item>
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorPadViewPager.java | 101 setBackgroundColor(getResources().getColor(android.R.color.black));
|
/packages/apps/Calendar/res/layout/ |
select_calendars_multi_accounts_fragment.xml | 46 android:textColor="@android:color/black"
|
/packages/apps/Contacts/res/layout-sw600dp/ |
group_detail_fragment.xml | 82 android:cacheColorHint="@android:color/black"
|
/packages/apps/Dialer/InCallUI/res/layout/ |
video_call_views.xml | 50 android:background="@android:color/black"
|
/packages/apps/Gallery2/res/layout/ |
ingest_date_tile.xml | 19 android:background="@android:color/black" >
|
video_module.xml | 48 android:background="@android:color/black"/>
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
ParameterColor.java | 35 Color.BLACK & 0x80FFFFFF,
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
StringTexture.java | 49 paint.setShadowLayer(2f, 0f, 0f, Color.BLACK);
|
/packages/apps/LegacyCamera/res/layout-sw600dp/ |
preview_frame_video.xml | 42 android:background="@android:color/black"/>
|
/packages/apps/QuickSearchBox/res/layout/ |
voice_search_hint.xml | 64 android:textColor="@android:color/black"
|
/packages/apps/Settings/res/drawable/ |
ic_settings_memory.xml | 37 android:fillColor="@android:color/black" />
|
/packages/apps/Settings/src/com/android/settings/ |
FallbackHome.java | 41 // Set ourselves totally black before the device is provisioned so that
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
EdgeTypePreference.java | 36 private static final int DEFAULT_EDGE_COLOR = Color.BLACK;
|
/packages/apps/TV/res/layout/ |
block_screen.xml | 24 android:background="@android:color/black" >
|
/packages/apps/TV/usbtuner/res/layout/ |
ut_overlay_view.xml | 26 android:background="@android:color/black">
|
/packages/apps/UnifiedEmail/res/layout/ |
conversation_message_attachment_tile.xml | 52 android:textColor="@android:color/black"
|
/packages/services/Telephony/res/values/ |
colors.xml | 21 <color name="incall_call_banner_background">#A0000000</color> <!-- semitransparent black -->
|
/external/libxml2/result/HTML/ |
doc3.htm | 40 <body alink="red" bgcolor="black" link="red" text="white" vlink="red">
66 <table bgcolor="black" border="0" cellpadding="0" cellspacing="1" width="100%">
122 <td bgcolor="black" valign="top" width="10%">
186 ?|?<a href="http://bp6.gamesquad.net/#news_top">top</a></font> <br><font color="black" face="Arial" size="2">I’m slacking a little. All game no
205 ?|?<a href="http://bp6.gamesquad.net/#news_top">top</a></font> <br><font color="black" face="Arial" size="2"><b>Get them now!!</b><br>This is a
220 ?|?<a href="http://bp6.gamesquad.net/#news_top">top</a></font> <br><font color="black" face="Arial" size="2"><img height="54" src="doc3_files/setiupdate.jpg" width="400"><br>You like the
229 ?|?<a href="http://bp6.gamesquad.net/#news_top">top</a></font> <br><font color="black" face="Arial" size="2">Good afternoon for everyone living in
241 ?|?<a href="http://bp6.gamesquad.net/#news_top">top</a></font> <br><font color="black" face="Arial" size="2">Need some cooling for your Videocard
255 ?|?<a href="http://bp6.gamesquad.net/#news_top">top</a></font> <br><font color="black" face="Arial" size="2">Big heatsinks are good, very good. The
263 ?|?<a href="http://bp6.gamesquad.net/#news_top">top</a></font> <br><font color="black" face="Arial" size="2">Now this person really knows how to [all...] |
/external/libxml2/test/HTML/ |
doc3.htm | 38 <BODY aLink=red bgColor=black link=red text=white vLink=red>
69 <TABLE bgColor=black border=0 cellPadding=0 cellSpacing=1
152 <TD bgColor=black vAlign=top width="10%">
304 color=black face=Arial size=2>I’m slacking a little. All game no
328 color=black face=Arial size=2><B>Get them now!!</B><BR>This is a
361 color=black face=Arial size=2><IMG height=54
379 color=black face=Arial size=2>Good afternoon for everyone living in
403 color=black face=Arial size=2>Need some cooling for your Videocard
425 color=black face=Arial size=2>Big heatsinks are good, very good. The
443 color=black face=Arial size=2>Now this person really knows how to [all...] |
/external/libcxx/include/ |
__tree | 44 The algorithms taking _NodePtr are red black tree algorithms. Those 46 points to a proper red black tree (unless otherwise specified). 71 // Determintes if the subtree rooted at __x is a proper red black subtree. If 72 // __x is a proper subtree, returns the black height (null counts as 1). If 103 return __h + __x->__is_black_; // return black height of this node 106 // Determintes if the red black tree rooted at __root is a proper red black tree. 108 // red black tree, else returns false. 120 // root must be black 374 // __x has an implicit black color (transferred from the removed __y [all...] |
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
classes_index_additions.html | 74 <p><div style="line-height:1.5em;color:black"> 113 <p><div style="line-height:1.5em;color:black"> 140 <p><div style="line-height:1.5em;color:black"> 186 <p><div style="line-height:1.5em;color:black"> 219 <p><div style="line-height:1.5em;color:black"> 246 <p><div style="line-height:1.5em;color:black"> 276 <p><div style="line-height:1.5em;color:black"> 314 <p><div style="line-height:1.5em;color:black"> 341 <p><div style="line-height:1.5em;color:black"> 368 <p><div style="line-height:1.5em;color:black"> [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__tree | 44 The algorithms taking _NodePtr are red black tree algorithms. Those 46 points to a proper red black tree (unless otherwise specified). 71 // Determintes if the subtree rooted at __x is a proper red black subtree. If 72 // __x is a proper subtree, returns the black height (null counts as 1). If 103 return __h + __x->__is_black_; // return black height of this node 106 // Determintes if the red black tree rooted at __root is a proper red black tree. 108 // red black tree, else returns false. 120 // root must be black 374 // __x has an implicit black color (transferred from the removed __y [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__tree | 44 The algorithms taking _NodePtr are red black tree algorithms. Those 46 points to a proper red black tree (unless otherwise specified). 71 // Determintes if the subtree rooted at __x is a proper red black subtree. If 72 // __x is a proper subtree, returns the black height (null counts as 1). If 103 return __h + __x->__is_black_; // return black height of this node 106 // Determintes if the red black tree rooted at __root is a proper red black tree. 108 // red black tree, else returns false. 120 // root must be black 374 // __x has an implicit black color (transferred from the removed __y [all...] |
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
classes_index_additions.html | 67 <p><div style="line-height:1.5em;color:black"> 97 <p><div style="line-height:1.5em;color:black"> 120 <p><div style="line-height:1.5em;color:black"> 142 <p><div style="line-height:1.5em;color:black"> 161 <p><div style="line-height:1.5em;color:black"> 184 <p><div style="line-height:1.5em;color:black"> 204 <p><div style="line-height:1.5em;color:black"> 223 <p><div style="line-height:1.5em;color:black"> 243 <p><div style="line-height:1.5em;color:black"> 262 <p><div style="line-height:1.5em;color:black"> [all...] |