/frameworks/base/packages/DocumentsUI/res/values/ |
styles.xml | 18 <style name="TextAppearance" /> 20 <style name="TextAppearance.Medium"> 23 </style> 25 <style name="TextAppearance.Small"> 28 </style> 32 <style name="Theme" parent="@android:style/Theme.Holo.Light"> 33 <item name="android:actionOverflowButtonStyle">@style/DarkerOverflow</item> 34 </style> 36 <style name="DarkerOverflow" parent="@android:style/Widget.Holo.Light.ActionButton.Overflow" [all...] |
/packages/apps/Calendar/res/layout/ |
edit_event_custom_actionbar.xml | 28 style="@style/EditEventCustomActionButton"> 32 style="@style/EditEventCustomActionButtonImage" /> 35 style="@style/EditEventCustomActionButtonText" /> 42 style="@style/EditEventCustomActionButton"> 46 style="@style/EditEventCustomActionButtonImage" / [all...] |
/packages/apps/Camera2/res/layout/ |
menu_indicators.xml | 23 style="@style/MenuIndicator" 29 style="@style/MenuIndicator" 35 style="@style/MenuIndicator" 41 style="@style/MenuIndicator" 47 style="@style/MenuIndicator [all...] |
menu_indicators_keyguard.xml | 23 style="@style/MenuIndicator" 29 style="@style/MenuIndicator" 35 style="@style/MenuIndicator" 41 style="@style/MenuIndicator" 47 style="@style/MenuIndicator [all...] |
/packages/apps/Gallery2/res/layout/ |
menu_indicators.xml | 23 style="@style/MenuIndicator" 29 style="@style/MenuIndicator" 35 style="@style/MenuIndicator" 41 style="@style/MenuIndicator" 47 style="@style/MenuIndicator [all...] |
menu_indicators_keyguard.xml | 23 style="@style/MenuIndicator" 29 style="@style/MenuIndicator" 35 style="@style/MenuIndicator" 41 style="@style/MenuIndicator" 47 style="@style/MenuIndicator [all...] |
/packages/apps/Launcher3/res/values/ |
styles.xml | 21 <style name="Theme.WallpaperCropper" parent="@android:style/Theme.Holo"> 22 <item name="android:actionBarStyle">@style/WallpaperCropperActionBar</item> 26 </style> 28 <style name="WallpaperCropperActionBar" parent="android:style/Widget.Holo.ActionBar"> 31 </style> 33 <style name="Theme" parent="@android:style/Theme.Holo.Wallpaper.NoTitleBar"> 36 </style> [all...] |
/packages/apps/Launcher3/res/values-land/ |
styles.xml | 22 <style name="QSBBar"> 23 </style> 24 <style name="SearchDropTargetBar"> 25 </style> 26 <style name="SearchButton"> 27 </style> 28 <style name="DropTargetButtonContainer"> 31 </style> 32 <style name="DropTargetButton"> 45 </style> [all...] |
/packages/apps/UnifiedEmail/res/raw/ |
template_message.html | 2 <div class="mail-message-header spacer" style="height: %spx;"></div> 3 <div class="mail-message-content collapsible zoom-normal %s" style="display: %s; margin: 16px 0;">%s</div> 4 <div class="mail-message-footer spacer collapsible" style="display: %s; height: %spx;"></div>
|
/art/test/085-old-style-inner-class/ |
info.txt | 1 Test that the conversion of an old-style (pre-1.5) inner class results
|
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/ |
FontTest.java | 24 import android.renderscript.Font.Style; 31 for (Font.Style style : Font.Style.values()) { 33 F = Font.create(mRS, mRes, "sans-serif", style, fontSize); 43 F = Font.create(mRS, mRes, "serif", style, fontSize); 53 F = Font.create(mRS, mRes, "mono", style, fontSize); 80 assertEquals(Font.Style.NORMAL, Font.Style.valueOf("NORMAL")); 81 assertEquals(Font.Style.BOLD, Font.Style.valueOf("BOLD")) [all...] |
/dalvik/tests/085-old-style-inner-class/ |
info.txt | 1 Test that the conversion of an old-style (pre-1.5) inner class results
|
/developers/samples/android/media/MediaRecorder/MediaRecorder/src/main/res/values/ |
styles.xml | 7 <style name="AppBaseTheme" parent="android:Theme.Light"> 13 </style> 16 <style name="AppTheme" parent="AppBaseTheme"> 18 </style>
|
/developers/samples/android/ui/views/HorizontalPaging/HorizontalPaging/src/main/res/values/ |
styles.xml | 7 <style name="AppBaseTheme" parent="android:Theme.Light"> 13 </style> 16 <style name="AppTheme" parent="AppBaseTheme"> 18 </style>
|
/development/samples/JetBoy/res/values/ |
styles.xml | 17 <!-- This file contains resource definitions for style. A style is 19 we are using a style to define a common set of XML attributes that 24 <style name="ButtonText"> 26 </style> 28 <style name="helpText"> 31 </style> 33 <style name="timerText"> 36 </style>
|
/development/tutorials/MoarRam/res/values/ |
styles.xml | 7 <style name="AppBaseTheme" parent="android:Theme.Light"> 13 </style> 16 <style name="AppTheme" parent="AppBaseTheme"> 18 </style>
|
/device/google/accessory/demokit/app/res/layout/ |
relaybutton.xml | 5 <TextView android:text="@string/relay1Label" style="@style/DemoKitControlLabel" 8 <ToggleButton style="@style/DemoKitRelayButton"
|
templightcontainer.xml | 10 style="@style/DemoKitControlLabel" android:gravity="center" 13 style="@style/DemoKitMeasurement" android:layout_weight="1"></TextView> 15 style="@style/DemoKitControlLabel" android:gravity="center" 22 style="@style/DemoKitControlLabel" android:gravity="center" 28 style="@style/DemoKitMeasurement"></TextView [all...] |
/external/chromium/chrome/browser/debugger/manual_tests/ |
highlight-nodes.html | 0 <style> 5 </style> 7 <div style="padding:10px; border: 10px solid; margin: 10px;">padding:10px; border: 10px; margin: 10px;</div> 8 <div style="padding:10px; border: 10px solid;">padding:10px; border: 10px;</div> 9 <div style="padding:10px; margin: 10px;">padding:10px; margin: 10px;</div> 10 <div style="border: 10px solid; margin: 10px;">border: 10px; margin: 10px;</div> 11 <div style="padding:10px">padding:10px;</div> 12 <div style="border: 10px solid;">border: 10px;</div> 13 <div style="margin: 10px;">margin: 10px;</div> 15 <div class=skewed style="padding:10px; border: 10px solid; margin: 10px;">-webkit-transform:skew(-5deg,-5deg); padding:10p (…) [all...] |
/external/chromium_org/content/test/data/accessibility/ |
aria-menu.html | 8 <ul role="menubar" style="list-style-type: none"> 13 <ul role="menu" aria-label="File" style="list-style-type: none">
|
/external/chromium_org/content/test/data/npapi/ |
get_javascript_url2.html | 3 <iframe style="width: 80%; height: 40%" src="get_javascript_url2_frame.html"></iframe>
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
highlight-nodes.html | 0 <style> 5 </style> 7 <div style="padding:10px; border: 10px solid; margin: 10px;">padding:10px; border: 10px; margin: 10px;</div> 8 <div style="padding:10px; border: 10px solid;">padding:10px; border: 10px;</div> 9 <div style="padding:10px; margin: 10px;">padding:10px; margin: 10px;</div> 10 <div style="border: 10px solid; margin: 10px;">border: 10px; margin: 10px;</div> 11 <div style="padding:10px">padding:10px;</div> 12 <div style="border: 10px solid;">border: 10px;</div> 13 <div style="margin: 10px;">margin: 10px;</div> 15 <div class=skewed style="padding:10px; border: 10px solid; margin: 10px;">-webkit-transform:skew(-5deg,-5deg); padding:10p (…) [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
hover-subframe-1.html | 4 <style> 21 </style> 26 onmouseover="firstChild.style.visibility='visible'" 27 onmouseout="firstChild.style.visibility='hidden'"><div class="inner"></div></div>
|
hover-subframe-2.html | 4 <style> 21 </style> 26 onmouseover="firstChild.style.visibility='visible'" 27 onmouseout="firstChild.style.visibility='hidden'"><div class="inner"></div></div>
|
iframe-reloaded-on-touch.html | 2 <div ontouchstart="window.location.reload()" style="background-color:green;height:200px;width:200px">Touch me</div>
|