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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ParameterIconStyle.java 24 public ParameterIconStyle(int id, Bitmap[] styles) {
25 super(id, styles.length);
26 mBitmaps = styles;
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ThemeStyleSet.java 7 * Represents the list of styles applied to a Theme.
11 private List<OverlayedStyle> styles = new ArrayList<>(); field in class:ThemeStyleSet
16 for (OverlayedStyle overlayedStyle : styles) {
28 for (int i = 0; i < styles.size(); ++i) {
29 if (styleToAdd.equals(styles.get(i))) {
30 styles.remove(i);
34 styles.add(styleToAdd);
39 themeStyleSet.styles.addAll(this.styles);
45 if (styles.isEmpty())
    [all...]
StyleResolver.java 9 private final List<StyleData> styles = new ArrayList<>(); field in class:StyleResolver
23 styles.add(styleData);
27 for (StyleData style : styles) {
31 int initialSize = styles.size();
32 while (hasParent(styles.get(styles.size() - 1))) {
33 StyleData parent = getParent(styles.get(styles.size() - 1));
35 styles.add(parent);
40 for (int i = initialSize; i < styles.size(); i++)
    [all...]
  /frameworks/base/libs/androidfw/tests/data/styles/
build 6 aapt2 link -o styles.apk --manifest AndroidManifest.xml compiled.flata
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 54 func getLineBreak(p *bidi.Paragraph, start int, styles []styleRun) (n int) {
81 func renderDirectionalRun(text string, offset int, d bidi.Direction, styles []styleRun) {
86 for _, sr := range styles {
92 renderRun(text[start-offset:styleEnd-offset], run.Direction(), styles[i].style)
101 for i := len(styles) - 1; i >= 0; i-- {
103 styleStart = styles[i-1].end
111 renderRun(text[styleStart-offset:end-offset], run.Direction(), styles[i].style)
122 func renderLine(line *bidi.Runs, text string, offset int, styles []styleRun) {
124 if len(styles) == 1 {
125 renderRun(text, dir, styles[0].style
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 54 func getLineBreak(p *bidi.Paragraph, start int, styles []styleRun) (n int) {
81 func renderDirectionalRun(text string, offset int, d bidi.Direction, styles []styleRun) {
86 for _, sr := range styles {
92 renderRun(text[start-offset:styleEnd-offset], run.Direction(), styles[i].style)
101 for i := len(styles) - 1; i >= 0; i-- {
103 styleStart = styles[i-1].end
111 renderRun(text[styleStart-offset:end-offset], run.Direction(), styles[i].style)
122 func renderLine(line *bidi.Runs, text string, offset int, styles []styleRun) {
124 if len(styles) == 1 {
125 renderRun(text, dir, styles[0].style
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ReplaceableTest.java 62 errln("FAIL Styles: " + transliteratorName + " ( "
69 || tr.styles.hasMetaData()) {
80 * Set the styles to the style of the first character replaced.<br>
87 ReplaceableString styles; field in class:ReplaceableTest.TestReplaceable
93 TestReplaceable (String text, String styles) {
97 if (styles != null && i < styles.length()) {
98 s.append(styles.charAt(i));
107 this.styles = new ReplaceableString(s.toString());
111 return styles.toString()
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ReplaceableTest.java 59 errln("FAIL Styles: " + transliteratorName + " ( "
66 || tr.styles.hasMetaData()) {
77 * Set the styles to the style of the first character replaced.<br>
84 ReplaceableString styles; field in class:ReplaceableTest.TestReplaceable
90 TestReplaceable (String text, String styles) {
94 if (styles != null && i < styles.length()) {
95 s.append(styles.charAt(i));
104 this.styles = new ReplaceableString(s.toString());
108 return styles.toString()
    [all...]
  /external/icu/icu4c/source/test/intltest/
reptest.cpp 36 * Set the styles to the style of the first character replaced.<br>
43 UnicodeString styles; member in class:TestReplaceable
71 this->styles = s;
75 return new TestReplaceable(chars, styles);
81 return styles;
87 s.append(styles);
125 if (start != limit && styles.charAt(start) != NO_STYLE) {
126 newStyle = styles.charAt(start);
128 newStyle = styles.charAt(start-1);
129 } else if (limit < styles.length())
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Styles.java 15 * Constants for styles defined by the report style sheet.
17 public final class Styles {
101 * Returns a combined style from the given styles.
103 * @param styles
104 * list of separate styles, entries might be null
107 public static String combine(final String... styles) {
109 for (final String style : styles) {
120 private Styles() {
  /system/extras/tests/sdcard/
plot_sdcard.py 206 styles = {}
212 if not dataset.name in styles:
213 styles[dataset.name] = line_style
217 with_='lines ls %d' % styles[dataset.name])
220 with_='lines ls %d' % styles[dataset.name])
243 styles = {}
248 if not dataset.name in styles:
249 styles[dataset.name] = line_style
253 with_='impulses ls %d' % styles[dataset.name])
256 with_='impulses ls %d' % styles[dataset.name]
    [all...]
  /external/skia/gm/
inversepaths.cpp 54 Style styles[] {
100 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles);
114 paint.setStyle(styles[styleIndex].fPaintStyle);
115 paint.setPathEffect(styles[styleIndex].fPathEffect);
blurrect.cpp 179 const SkBlurStyle styles[] = {kNormal_SkBlurStyle, kInner_SkBlurStyle, kOuter_SkBlurStyle}; local
198 for (size_t k = 0 ; k < SK_ARRAY_COUNT(styles) ; k++) {
199 SkBlurStyle style = styles[k];
  /external/skqp/gm/
inversepaths.cpp 54 Style styles[] {
100 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles);
114 paint.setStyle(styles[styleIndex].fPaintStyle);
115 paint.setPathEffect(styles[styleIndex].fPathEffect);
blurrect.cpp 179 const SkBlurStyle styles[] = {kNormal_SkBlurStyle, kInner_SkBlurStyle, kOuter_SkBlurStyle}; local
198 for (size_t k = 0 ; k < SK_ARRAY_COUNT(styles) ; k++) {
199 SkBlurStyle style = styles[k];
  /toolchain/binutils/binutils-2.27/binutils/
rcparse.y 42 /* Dialog information. This is built by the nonterminals styles and
370 styles BEG controls END
397 styles BEG controls END
425 styles BEG controls END
445 styles: label
447 | styles CAPTION res_unicode_string_concat
453 | styles CLASS id
457 | styles STYLE
462 | styles EXSTYLE numexpr
466 | styles CLASS res_unicode_string_conca
    [all...]
  /frameworks/base/libs/hwui/tests/common/scenes/
ShapeAnimation.cpp 71 SkPaint::Style styles[] = {SkPaint::kStroke_Style, SkPaint::kFill_Style,
73 for (auto style : styles) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /external/python/cpython2/Lib/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /external/python/cpython3/Lib/
formatter.py 59 def push_style(self, *styles): pass
280 def push_style(self, *styles):
285 for style in styles:
312 def new_styles(self, styles): pass
341 def new_styles(self, styles):
342 print("new_styles(%r)" % (styles,))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /prebuilts/gdb/linux-x86/lib/python2.7/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)

Completed in 813 milliseconds

1 2 3 4 5 6 7 8 91011>>