HomeSort by relevance Sort by last modified time
    Searched full:style (Results 676 - 700 of 56132) sorted by null

<<21222324252627282930>>

  /development/samples/SupportAppNavigation/res/values-v11/
styles.xml 17 <style name="InterstitialDialogLayout">
20 </style>
22 <style name="ButtonBar" parent="@android:style/Holo.ButtonBar.AlertDialog" />
23 <style name="ButtonBarButton" parent="@android:style/Widget.Holo.Button.Borderless" />
  /development/samples/devbytes/animation/ListViewItemAnimations/res/values/
styles.xml 21 <style name="AppBaseTheme" parent="android:Theme.Light">
27 </style>
30 <style name="AppTheme" parent="AppBaseTheme">
32 </style>
34 <style name="WithoutBackground" parent="AppTheme">
36 </style>
  /development/samples/devbytes/animation/ListViewRemovalAnimation/res/values/
styles.xml 21 <style name="AppBaseTheme" parent="android:Theme.Light">
27 </style>
30 <style name="AppTheme" parent="AppBaseTheme">
32 </style>
34 <style name="WithoutBackground" parent="AppTheme">
36 </style>
  /external/chromium-trace/trace-viewer/src/ui/
text_end_value_bar_test.js 2 // Use of this source code is governed by a BSD-style license that can be
22 container.style.position = 'relative';
23 container.style.height = '200px';
26 valueBar.style['-webkit-flex-direction'] = 'column';
32 style: {
38 style: {
  /external/chromium_org/content/test/data/gpu/
mem_css3d.html 5 <style>
23 </style>
34 block.style.WebkitTransform = "translate3d(0px, 0px, " + (i-n+1) + "px) rotateZ(" + degrees + "deg)";
35 block.style.opacity = 1;
36 block.style.zIndex = i;
37 block.style.background = "#00FF00";
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
transition-on-and-offscreen-animation.html 8 <style type="text/css" media="screen">
18 </style>
25 box.style.webkitTransform = "translateX(" + window.innerWidth * 2.5 + "px)";
29 box.style.webkitTransform = "translateX(0px)";
33 box.style.webkitTransform = "translateX(" + window.innerWidth * 2.5 + "px)";
37 box.style.webkitTransform = "translateX(0px)";
  /external/chromium_org/third_party/WebKit/ManualTests/
inline-input-marking.html 4 <style>
14 </style>
26 <div contenteditable id="root" class="editing" style="width:400px;">
27 9px Hiragino Kaku Gothic Std<div class="inputtest" style="font-size: 9px;"><br></div>
28 <br>12px Hiragino Kaku Gothic Std<div class="inputtest" style="font-size: 12px;"><br></div>
29 <br>24px Hiragino Kaku Gothic Std<div class="inputtest" style="font-size: 24px;"><br></div>
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_fontconfig.cpp 4 * Use of this source code is governed by a BSD-style license that can be
60 FindRec(const char* name, SkTypeface::Style style)
62 , fStyle(style) {}
65 SkTypeface::Style fStyle;
68 static bool find_proc(SkTypeface* face, SkTypeface::Style style, void* ctx) {
72 return rec->fStyle == style && fci->isFamilyName(rec->fFamilyName);
78 SkTypeface::Style style) {
142 SkTypeface::Style style = SkTypeface::kNormal; local
    [all...]
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/compositing_huge_div/
index.html 6 <div id="big" style="-webkit-transform: translateZ(0);">
7 <div style="left: 0px; top: 0px; width: 100px; height: 100px; position: absolute; background-color: green;"></div>
8 <div style="left: 3000000px; top: 1000000px; width: 100px; height: 100px; position: absolute; background-color: red;" id="bottomRight"></div>
38 bottomRight.style.left = x + 'px';
39 bottomRight.style.top = y + 'px';
40 bottomRight.style.backgroundColor = "rgb(" + rand255() + ", " + rand255() + ", " + rand255() + ")";
  /external/llvm/utils/emacs/
emacs.el 1 ;; LLVM coding style guidelines in emacs
14 ;; Alternative to setting the global style. Only files with "llvm" in
15 ;; their names will automatically set to the llvm.org coding style.
16 (c-add-style "llvm.org"
28 (c-set-style "llvm.org")
37 (c-set-style "llvm.org")
  /frameworks/base/core/res/res/layout/
wifi_p2p_dialog_row.xml 18 style="@style/wifi_item">
20 style="@style/wifi_item_label"
25 style="@style/wifi_item_content"
  /frameworks/base/packages/PrintSpooler/res/values/
styles.xml 19 <style name="PrintOptionTitleTextAppearance">
24 </style>
26 <style name="PrintOptionSpinnerStyle">
30 </style>
32 <style name="PrintOptionEditTextStyle">
36 </style>
  /frameworks/base/tests/ActivityTests/res/values/
themes.xml 18 <style name="SlowDialog" parent="@android:style/Theme.Holo.Dialog">
19 <item name="android:windowAnimationStyle">@style/SlowDialog</item>
20 </style>
21 <style name="SlowDialog">
24 </style>
  /frameworks/base/tests/DpiTest/res/values/
styles.xml 18 <style name="ImageView120dpi">
22 </style>
24 <style name="ImageView160dpi">
28 </style>
30 <style name="ImageView240dpi">
34 </style>
  /frameworks/opt/photoviewer/appcompat/res/values/
themes.xml 20 <style name="PhotoViewTheme" parent="Theme.AppCompat">
25 <item name="actionBarStyle">@style/AppCompat.ActionBar</item>
26 <item name="android:actionBarStyle">@style/AppCompat.ActionBar</item>
27 </style>
28 <style name="AppCompat.ActionBar" parent="Widget.AppCompat.ActionBar">
31 </style>
  /frameworks/support/v7/mediarouter/res/values/
themes.xml 19 <style name="Theme.MediaRouter" parent="">
20 <item name="mediaRouteButtonStyle">@style/Widget.MediaRouter.MediaRouteButton</item>
25 </style>
27 <style name="Theme.MediaRouter.Light" parent="">
28 <item name="mediaRouteButtonStyle">@style/Widget.MediaRouter.Light.MediaRouteButton</item>
33 </style>
  /packages/apps/Camera/res/layout/
in_line_setting_menu.xml 18 style="@style/SettingRow"
21 style="@style/SettingItemTitle" />
24 style="@style/SettingItemText" />
  /packages/apps/Camera2/res/layout/
in_line_setting_menu.xml 18 style="@style/SettingRow"
21 style="@style/SettingItemTitle" />
24 style="@style/SettingItemText" />
  /packages/apps/Gallery2/res/layout/
in_line_setting_menu.xml 18 style="@style/SettingRow"
21 style="@style/SettingItemTitle" />
24 style="@style/SettingItemText" />
  /packages/apps/InCallUI/res/layout/
dtmf_twelve_key_dialer_view.xml 69 <ImageButton android:id="@+id/one" style="@style/DialpadButtonStyle"
72 <ImageButton android:id="@+id/two" style="@style/DialpadButtonStyle"
75 <ImageButton android:id="@+id/three" style="@style/DialpadButtonStyle"
83 <ImageButton android:id="@+id/four" style="@style/DialpadButtonStyle"
86 <ImageButton android:id="@+id/five" style="@style/DialpadButtonStyle
    [all...]
  /packages/apps/Settings/res/layout/
wifi_dialog_row.xml 18 style="@style/wifi_item" >
20 style="@style/wifi_item_label"
26 style="@style/wifi_item_content"
  /packages/apps/SoundRecorder/res/values/
styles.xml 17 <style name="Theme.SoundRecorder" parent="@android:style/Theme.Holo.DialogWhenLarge">
19 </style>
20 <style name="MediaButton" parent="@android:style/MediaButton">
22 </style>
  /packages/apps/UnifiedEmail/res/layout/
actionbar_legacy_title.xml 26 style="@style/AccountSpinnerStyle" >
29 style="@style/AccountSpinnerAnchorTextPrimary"
37 style="@style/AccountSpinnerAnchorTextSecondary"
  /packages/inputmethods/LatinIME/java/res/layout/
setup_step.xml 27 style="@style/setupStepTitleStyle"
32 style="@style/setupStepInstructionStyle"
36 style="@style/setupStepActionLabelStyle"
  /packages/wallpapers/MagicSmoke/res/values/
styles.xml 21 <style name="WallpaperTitle">
29 </style>
31 <style name="Preview" parent="@android:style/Theme.NoTitleBar">
34 <item name="android:windowAnimationStyle">@android:style/Animation.Activity</item>
35 </style>

Completed in 993 milliseconds

<<21222324252627282930>>