HomeSort by relevance Sort by last modified time
    Searched refs:style (Results 1 - 25 of 3717) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/text/style/
ParagraphStyle.java 17 package android.text.style;
UpdateAppearance.java 17 package android.text.style;
UpdateLayout.java 17 package android.text.style;
WrapTogetherSpan.java 17 package android.text.style;
SuggestionSpan.aidl 17 package android.text.style;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 13 self.style = ttk.Style()
17 style = self.style
18 style.configure('TButton', background='yellow')
19 self.assertEqual(style.configure('TButton', 'background'),
21 self.assertTrue(isinstance(style.configure('TButton'), dict))
25 style = self.style
26 style.map('TButton', background=[('active', 'background', 'blue')]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 13 self.style = ttk.Style()
17 style = self.style
18 style.configure('TButton', background='yellow')
19 self.assertEqual(style.configure('TButton', 'background'),
21 self.assertTrue(isinstance(style.configure('TButton'), dict))
25 style = self.style
26 style.map('TButton', background=[('active', 'background', 'blue')]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 13 self.style = ttk.Style()
17 style = self.style
18 style.configure('TButton', background='yellow')
19 self.assertEqual(style.configure('TButton', 'background'),
21 self.assertTrue(isinstance(style.configure('TButton'), dict))
25 style = self.style
26 style.map('TButton', background=[('active', 'background', 'blue')]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 13 self.style = ttk.Style()
17 style = self.style
18 style.configure('TButton', background='yellow')
19 self.assertEqual(style.configure('TButton', 'background'),
21 self.assertTrue(isinstance(style.configure('TButton'), dict))
25 style = self.style
26 style.map('TButton', background=[('active', 'background', 'blue')]
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECPointEncoder.java 17 * @param style the style to use.
19 public void setPointFormat(String style);
  /toolchain/binutils/binutils-2.25/ld/
ldbuildid.c 32 validate_build_id_style (const char *style)
34 if ((streq (style, "md5")) || (streq (style, "sha1"))
36 || (streq (style, "uuid"))
38 || (strneq (style, "0x", 2)))
45 compute_build_id_size (const char *style)
47 if (streq (style, "md5") || streq (style, "uuid"))
50 if (streq (style, "sha1"))
53 if (strneq (style, "0x", 2)
    [all...]
  /frameworks/base/libs/androidfw/tests/data/app/
R.h 29 namespace style { namespace in namespace:app::R
  /frameworks/base/graphics/java/android/graphics/
BlurMaskFilter.java 58 * @param style The Blur to use
61 public BlurMaskFilter(float radius, Blur style) {
62 native_instance = nativeConstructor(radius, style.native_int);
65 private static native long nativeConstructor(float radius, int style);
  /external/icu/icu4c/source/io/
locbund.cpp 37 int32_t style; local
38 for (style = 0; style < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; style++) {
39 unum_close(gPosixNumberFormat[style]);
40 gPosixNumberFormat[style] = NULL;
47 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) {
50 if (result->fNumberFormat[style-1] == NULL) {
51 if (gPosixNumberFormat[style-1] == NULL) {
53 UNumberFormat *formatAlias = unum_open(style, NULL, 0, "en_US_POSIX", NULL, &status)
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
LinkableStub.java 23 private final String style; field in class:LinkableStub
25 public LinkableStub(String link, String label, String style) {
28 this.style = style;
40 return style;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
ScalarNode.java 27 private Character style; field in class:ScalarNode
30 public ScalarNode(Tag tag, String value, Mark startMark, Mark endMark, Character style) {
31 this(tag, true, value, startMark, endMark, style);
35 Character style) {
41 this.style = style;
46 * Get scalar style of this node.
53 return style;
  /external/v8/tools/
draw_instruction_graph.sh 99 set style line 2 lc rgb '#800000'
100 set style line 3 lc rgb '#d00000'
101 set style line 4 lc rgb '#ff6000'
102 set style line 5 lc rgb '#ffc000'
103 set style line 6 lc rgb '#ffff00'
105 set style line 7 lc rgb '#ff00ff'
106 set style line 8 lc rgb '#ffc0ff'
108 set style line 9 lc rgb '#004040'
109 set style line 10 lc rgb '#008080'
110 set style line 11 lc rgb '#40c0c0
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
ScalarToken.java 23 private final char style; field in class:ScalarToken
29 public ScalarToken(String value, boolean plain, Mark startMark, Mark endMark, char style) {
33 this.style = style;
45 return this.style;
50 return "value=" + value + ", plain=" + plain + ", style=" + style;
  /cts/tests/tests/text/src/android/text/style/cts/
TabStopSpan_StandardTest.java 17 package android.text.style.cts;
20 import android.text.style.TabStopSpan;
21 import android.text.style.TabStopSpan.Standard;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
TextAppearanceFactory.java 20 import android.text.style.TextAppearanceSpan;
34 new TextAppearanceSpan(mContext, R.style.SuggestionText1_Query)
40 new TextAppearanceSpan(mContext, R.style.SuggestionText1_Suggested)
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/system_stats/
system_stats_instance_track.css 2 * Use of this source code is governed by a BSD-style license that can be
11 list-style: none;
12 list-style-position: outside;
  /frameworks/base/libs/androidfw/tests/data/lib/
R.h 30 namespace style { namespace in namespace:lib::R
  /cts/tests/tests/theme/src/android/theme/cts/
DeviceDefaultTest.java 34 assertActionBar(android.R.style.Theme_DeviceDefault);
38 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog);
42 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog_MinWidth);
46 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog_NoActionBar);
50 assertNoActionBar(android.R.style.Theme_DeviceDefault_Dialog_NoActionBar_MinWidth);
54 assertActionBarWhenLarge(android.R.style.Theme_DeviceDefault_DialogWhenLarge);
58 assertNoActionBar(android.R.style.Theme_DeviceDefault_DialogWhenLarge_NoActionBar);
63 assertNoActionBar(android.R.style.Theme_DeviceDefault_InputMethod);
67 assertActionBar(android.R.style.Theme_DeviceDefault_Light);
71 assertActionBar(android.R.style.Theme_DeviceDefault_Light_DarkActionBar)
    [all...]
  /external/clang/www/demo/
syntax.css 3 .llvm_type { font-style: oblique; color: green }
  /external/skia/src/ports/
SkFontConfigTypeface.h 4 * Use of this source code is governed by a BSD-style license that can be
21 static FontConfigTypeface* Create(const SkFontStyle& style,
24 return new FontConfigTypeface(style, fi, familyName);
27 static FontConfigTypeface* Create(const SkFontStyle& style, bool fixedWidth,
29 return new FontConfigTypeface(style, fixedWidth, localStream);
42 static SkTypeface* LegacyCreateTypeface(const char familyName[], SkTypeface::Style);
45 FontConfigTypeface(const SkFontStyle& style,
48 : INHERITED(style, SkTypefaceCache::NewFontID(), false)
53 FontConfigTypeface(const SkFontStyle& style, bool fixedWidth, SkStreamAsset* localStream)
54 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth
    [all...]

Completed in 446 milliseconds

1 2 3 4 5 6 7 8 91011>>