HomeSort by relevance Sort by last modified time
    Searched full:styled (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/ui/views/controls/
styled_label_unittest.cc 28 StyledLabel* styled() { return styled_.get(); } function in class:views::StyledLabelTest
57 styled()->SetBounds(0, 0, 1000, 1000);
58 styled()->Layout();
60 ASSERT_EQ(1, styled()->child_count());
62 styled()->child_at(0)->GetClassName());
64 static_cast<Label*>(styled()->child_at(0))->text());
71 styled()->SetBounds(0, 0, 1000, 1000);
72 styled()->Layout();
74 ASSERT_EQ(1, styled()->child_count());
76 styled()->child_at(0)->GetClassName())
    [all...]
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/values/
styles.xml 21 This is the styled theme.
34 <style name="Theme.Styled" parent="@style/Theme.AppCompat.Light">
36 <item name="actionBarTabStyle">@style/Widget.Styled.ActionBar.TabView</item>
37 <item name="actionBarStyle">@style/Widget.Styled.ActionBar</item>
38 <item name="actionDropDownStyle">@style/Widget.Styled.Spinner.DropDown.ActionBar</item>
39 <item name="dropDownListViewStyle">@style/Widget.Styled.ListView.DropDown</item>
40 <item name="popupMenuStyle">@style/Widget.Styled.PopupMenu</item>
43 <style name="Widget.Styled.ActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
47 <item name="progressBarStyle">@style/Widget.Styled.ProgressBar.Horizontal</item>
56 <style name="Widget.Styled.ActionBar.TabView
    [all...]
strings.xml 23 styled.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/values-v14/
styles.xml 21 This is the styled theme.
32 <style name="Theme.Styled" parent="@style/Theme.AppCompat.Light">
34 <item name="android:actionBarTabStyle">@style/Widget.Styled.ActionBar.TabView</item>
35 <item name="android:actionBarStyle">@style/Widget.Styled.ActionBar</item>
37 @style/Widget.Styled.Spinner.DropDown.ActionBar
39 <item name="android:dropDownListViewStyle">@style/Widget.Styled.ListView.DropDown</item>
40 <item name="android:popupMenuStyle">@style/Widget.Styled.PopupMenu</item>
43 <style name="Widget.Styled.ActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
47 <item name="android:progressBarStyle">@style/Widget.Styled.ProgressBar.Horizontal</item>
  /development/samples/browseable/Styled/res/values-v14/
styles.xml 21 This is the styled theme.
32 <style name="Theme.Styled" parent="@style/Theme.AppCompat.Light">
34 <item name="android:actionBarTabStyle">@style/Widget.Styled.ActionBar.TabView</item>
35 <item name="android:actionBarStyle">@style/Widget.Styled.ActionBar</item>
37 @style/Widget.Styled.Spinner.DropDown.ActionBar
39 <item name="android:dropDownListViewStyle">@style/Widget.Styled.ListView.DropDown</item>
40 <item name="android:popupMenuStyle">@style/Widget.Styled.PopupMenu</item>
43 <style name="Widget.Styled.ActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
47 <item name="android:progressBarStyle">@style/Widget.Styled.ProgressBar.Horizontal</item>
  /external/chromium_org/third_party/WebKit/ManualTests/
drop-text-acquires-style.html 3 <title>Dragging plain text into a styled region</title>
6 <p>This test ensures the plain text dropped into a styled text region will acquire the appropriate style</p>
  /external/chromium_org/chrome/browser/resources/net_internals/
bandwidth_view.html 3 <table class="styled-table">
main.css 66 table.styled-table {
70 table.styled-table,
71 .styled-table th,
72 .styled-table td {
78 .styled-table th {
82 .styled-table th.title {
prerender_view.html 22 <table class="styled-table">
39 <table class="styled-table">
modules_view.html 19 <table class=styled-table>
48 <table class="styled-table">
71 <table class="styled-table">
dns_view.html 22 <table class="styled-table">
40 <table class="styled-table">
http_pipeline_view.html 13 <table class="styled-table">
44 <table class="styled-table">
  /development/samples/browseable/Styled/
_index.jd 4 page.tags="Styled ActionBarCompat"
AndroidManifest.xml 19 package="com.example.android.actionbarcompat.styled"
34 android:theme="@style/Theme.Styled" >
  /development/samples/ApiDemos/src/com/example/android/apis/content/
_index.html 6 <dt><a href="StyledText.html">Styled Text</a></dt>
7 <dd>Demonstrates loading styled text (bold, italic) defined in a resource file. </dd>
10 <dd>Demonstrates loading styled strings from a resource file, and extracting the raw text. </dd>
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/tests/
AndroidManifest.xml 19 package="com.example.android.actionbarcompat.styled.tests"
39 android:targetPackage="com.example.android.actionbarcompat.styled"
40 android:label="Tests for com.example.android.actionbarcompat.styled" />
  /frameworks/base/core/java/android/text/style/
package.html 7 SpannableStringBuilder.setSpan()} to add a new styled span to a string in a View object.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/
template-params.xml 18 <name>ActionBarCompat-Styled</name>
20 <package>com.example.android.actionbarcompat.styled</package>
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/tests/src/com/example/android/actionbarcompat/styled/tests/
SampleTests.java 34 package com.example.android.actionbarcompat.styled.tests;
36 import com.example.android.actionbarcompat.styled.*;
41 * Tests for Styled sample.
  /development/samples/browseable/Styled/res/values/
base-strings.xml 21 <string name="app_name">Styled</string>
strings.xml 23 styled.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/
AndroidManifest.xml 19 package="com.example.android.actionbarcompat.styled"
34 android:theme="@style/Theme.Styled" >
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor.h 16 // some of the effects of using styled text in the Omnibox (the text
17 // is styled but should not appear that way when copied to the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 1 """A simple log mechanism styled after PEP 282."""
3 # The class here is styled after PEP 282 so that it could later be
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 1 """A simple log mechanism styled after PEP 282."""
3 # The class here is styled after PEP 282 so that it could later be

Completed in 7755 milliseconds

1 2 3 4 5 6 7 8 9