HomeSort by relevance Sort by last modified time
    Searched full:style (Results 426 - 450 of 56659) sorted by null

<<11121314151617181920>>

  /packages/apps/Launcher2/res/values-sw720dp/
styles.xml 22 <style name="ClingButton">
33 </style>
34 <style name="ClingTitleText">
43 </style>
44 <style name="ClingText">
51 </style>
54 <style name="WorkspaceIcon.Portrait">
61 </style>
62 <style name="WorkspaceIcon.Portrait.Folder">
71 </style>
    [all...]
  /external/chromium/chrome/common/extensions/docs/
experimental.debugger.html 28 <div style="display:none">
37 <div style="display:inline">
120 <td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td>
121 <td valign="middle" width="100%" style="padding-left:0.6em;">
122 <form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em">
263 <li style="display: none; ">
271 <li style="display: none; ">
301 <li style="display: none; ">
353 <div class="apiGroup" style="display: none; ">
380 <div class="summary"><span style="display: none; ">void</span
    [all...]
experimental.proxy.html 28 <div style="display:none">
37 <div style="display:inline">
120 <td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td>
121 <td valign="middle" width="100%" style="padding-left:0.6em;">
122 <form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em">
263 <li style="display: none; ">
283 <li style="display: none; ">
290 <li style="display: none; ">
306 <li style="display: none; ">
343 <p id="classSummary" style="display: none; "
    [all...]
  /frameworks/base/docs/html/training/basics/actionbar/
styling.jd 23 href="http://www.actionbarstylegenerator.com">Android Action Bar Style
34 same as it does in other apps. If you want to style the action bar to better fit your product
35 brand, you can easily do so using Android's <a href="{@docRoot}guide/topics/ui/themes.html">style
41 <p class="note" style="clear:left"><strong>Note:</strong> If you are using the Support Library APIs
43 android.support.v7.appcompat.R.style#Theme_AppCompat Theme.AppCompat} family of styles (rather
44 than the {@link android.R.style#Theme_Holo Theme.Holo} family, available in API level 11 and
45 higher). In doing so, each style property that you declare must be declared twice: once using
46 the platform's style properties (the
48 style properties included in the Support Library (the {@link android.support.v7.appcompat.R.attr
56 <div class="figure" style="width:340px"
    [all...]
  /packages/apps/Contacts/res/values-sw600dp/
styles.xml 17 <style name="PeopleTheme" parent="@android:style/Theme.Holo.Light">
18 <item name="android:actionBarStyle">@style/ContactsActionBarStyle</item>
20 <item name="android:actionOverflowButtonStyle">@style/ContactsActionBarOverflow</item>
21 <item name="android:actionBarWidgetTheme">@style/ContactsActionBarTheme</item>
23 <item name="android:actionBarTabStyle">@style/ContactsActionBarTabView</item>
24 <item name="android:actionDropDownStyle">@style/ContactsActionBarDropDownStyle</item>
27 <item name="android:listViewStyle">@style/ListViewStyle</item>
59 </style>
61 <style name="ContactPickerTheme" parent="@android:Theme.Holo.Light.Dialog"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControl.cpp 63 // We may have set the width and the height in the old style in layout().
65 innerTextRenderer->style()->setHeight(Length());
66 innerTextRenderer->style()->setWidth(Length());
67 innerTextRenderer->setStyle(createInnerTextStyle(style()));
73 static inline void updateUserModifyProperty(HTMLTextFormControlElement* node, RenderStyle* style)
75 style->setUserModify(node->isDisabledOrReadOnly() ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY);
81 // so we need to inherit the direction and unicode-bidi style from the element.
82 textBlockStyle->setDirection(style()->direction());
83 textBlockStyle->setUnicodeBidi(style()->unicodeBidi());
109 updateUserModifyProperty(textFormControlElement(), innerText->renderer()->style());
    [all...]
  /external/bison/tests/
output.at 268 0 -> 1 [style=dashed label="exp"]
269 0 -> 2 [style=dashed label="a"]
270 0 -> "0R2" [style=solid]
271 "0R2" [label="R2", fillcolor=3, shape=diamond, style=filled]
273 1 -> 3 [style=solid label="$end"]
275 2 -> 4 [style=solid label="'?'"]
277 3 -> "3R0" [style=solid]
278 "3R0" [label="Acc", fillcolor=1, shape=diamond, style=filled]
280 4 -> 5 [style=solid label="'b'"]
281 4 -> 6 [style=dashed label="b"
    [all...]
  /ndk/build/gmsl/
index.html 17 The two files needed are <span style="font-family: monospace;">gmsl</span>
18 and <span style="font-family: monospace;">__gmsl</span>.&nbsp; To
20 <pre style="margin-left: 40px;">include gmsl</pre>
21 <span style="font-family: monospace;">gmsl</span> automatically includes<span style="font-family: monospace;"> __gmsl</span>.&nbsp; To check that
22 you have the right version of <span style="font-family: monospace;">gmsl</span>
23 use the <span style="font-family: monospace;">gmsl_compatible</span>
25 below). The current version is <span style="font-family: monospace;">1
28 The GMSL package also includes a test suite for GMSL.&nbsp; Just run <span style="font-family: monospace;">make -f gmsl-tests</span>.<br>
33 <hr style="width: 100%; height: 2px;"><span style="font-weight: bold;">not</span><br
    [all...]
  /dalvik/dx/tests/113-old-style-inner-class/
info.txt 2 converstion of old-style anonymous inner classes (whose representation
  /developers/samples/android/media/BasicMediaRouter/BasicMediaRouterSample/src/main/res/values/
styles.xml 7 <style name="AppBaseTheme" parent="android:Theme.Light">
13 </style>
16 <style name="DisplayLargeText">
20 </style>
  /development/samples/AppNavigation/res/values/
themes.xml 17 <style name="Theme.Light" parent="@android:style/Theme.Light" />
18 <style name="Theme.Dialog" parent="@android:style/Theme.Dialog" />
  /development/samples/AppNavigation/res/values-v11/
themes.xml 17 <style name="Theme.Light" parent="@android:style/Theme.Holo.Light" />
18 <style name="Theme.Dialog" parent="@android:style/Theme.Holo.Dialog" />
  /development/samples/SupportAppNavigation/res/values/
themes.xml 17 <style name="Theme.Light" parent="@android:style/Theme.Light" />
18 <style name="Theme.Dialog" parent="@android:style/Theme.Dialog" />
  /development/samples/SupportAppNavigation/res/values-v11/
themes.xml 17 <style name="Theme.Light" parent="@android:style/Theme.Holo.Light" />
18 <style name="Theme.Dialog" parent="@android:style/Theme.Holo.Dialog" />
  /development/samples/training/threadsample/res/values/
styles.xml 18 Defines a style resource for a black background
21 <style name="Theme.NoBackground" parent="@android:style/Theme.NoTitleBar">
23 </style>
  /device/google/accessory/demokit/app/res/layout/
led_slider.xml 5 <TextView android:text="@string/ledLabel" style="@style/DemoKitLEDText"
10 <TextView android:text="155" style="@style/DemoKitLEDText" android:layout_width="40dip"
vertical_led_slider.xml 5 <TextView android:text="@string/ledLabel" style="@style/DemoKitLEDText"
12 <TextView android:text="155" style="@style/DemoKitLEDText"
  /external/chromium/chrome/browser/resources/
flags_warning.html 5 <style>
23 </style>
25 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  /external/chromium/chrome/browser/sync/engine/
syncer_thread_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium-trace/trace-viewer/build/
__init__.py 2 # Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/apps/app_host/
app_host_resource.h 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/base/third_party/symbolize/glog/
logging.h 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/build/android/gyp/util/
__init__.py 2 # Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/build/android/pylib/
__init__.py 2 # Use of this source code is governed by a BSD-style license that can be

Completed in 378 milliseconds

<<11121314151617181920>>