/frameworks/base/tests/MusicServiceDemo/res/values/ |
styles.xml | 21 by AppBaseTheme from res/values-vXX/styles.xml on newer devices. 26 res/values-vXX/styles.xml, while customizations related to
|
/frameworks/base/tests/WallpaperTest/res/values/ |
styles.xml | 22 by AppBaseTheme from res/values-vXX/styles.xml on newer devices. 27 res/values-vXX/styles.xml, while customizations related to
|
/frameworks/base/tests/WallpaperTest/res/values-v21/ |
styles.xml | 22 AppBaseTheme from BOTH res/values/styles.xml and 23 res/values-v11/styles.xml on API 14+ devices.
|
/frameworks/opt/bitmap/sample/res/values/ |
styles.xml | 21 by AppBaseTheme from res/values-vXX/styles.xml on newer devices. 26 res/values-vXX/styles.xml, while customizations related to
|
/frameworks/opt/timezonepicker/res/values/ |
styles.xml | 20 by AppBaseTheme from res/values-vXX/styles.xml on newer devices. 25 res/values-vXX/styles.xml, while customizations related to
|
/frameworks/opt/timezonepicker/res/values-v14/ |
styles.xml | 20 AppBaseTheme from BOTH res/values/styles.xml and 21 res/values-v11/styles.xml on API 14+ devices.
|
/frameworks/support/v7/appcompat/res/values-ldltr-v21/ |
styles_base.xml | 21 define base styles for the platform version. The "*.AppCompat" 22 variants are for direct use or use as parent styles by the app. -->
|
/frameworks/support/v7/appcompat/res/values-v11/ |
styles_base.xml | 20 define base styles for the platform version. The "*.AppCompat" 21 variants are for direct use or use as parent styles by the app. -->
|
/prebuilts/sdk/current/support/v7/appcompat/res/values-ldltr-v21/ |
styles_base.xml | 21 define base styles for the platform version. The "*.AppCompat" 22 variants are for direct use or use as parent styles by the app. -->
|
/prebuilts/sdk/current/support/v7/appcompat/res/values-v11/ |
styles_base.xml | 20 define base styles for the platform version. The "*.AppCompat" 21 variants are for direct use or use as parent styles by the app. -->
|
/external/icu/icu4c/source/test/intltest/ |
reptest.cpp | 34 * Set the styles to the style of the first character replaced.<br> 41 UnicodeString styles; member in class:TestReplaceable 69 this->styles = s; 73 return new TestReplaceable(chars, styles); 79 return styles; 85 s.append(styles); 123 if (start != limit && styles.charAt(start) != NO_STYLE) { 124 newStyle = styles.charAt(start); 126 newStyle = styles.charAt(start-1); 127 } else if (limit < styles.length()) [all...] |
/frameworks/base/docs/html/training/material/ |
compatibility.jd | 9 <li><a href="#Theme">Define Alternative Styles</a></li> 29 <h2 id="Theme">Define Alternative Styles</h2> 36 <code>res/values/styles.xml</code>.</li> 38 <code>res/values-v21/styles.xml</code>.</li> 60 <p>To avoid duplication of code, define your styles inside <code>res/values/</code>, modify the 61 styles in <code>res/values-v21/</code> for the new APIs, and use style inheritance, defining base 62 styles in <code>res/values/</code> and inheriting from those in <code>res/values-v21/</code>.</p> 71 <li><a href="{@docRoot}training/material/theme.html">Material design styles</a> for some system 87 <p>The <code>Theme.AppCompat</code> themes provide material design styles for these widgets:</p> 100 <p>To obtain material design styles and customize the color palette with the Android v7 Suppor [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
themes.jd | 1 page.title=Styles and Themes 10 <li><a href="#DefiningStyles">Defining Styles</a> 16 <li><a href="#ApplyingStyles">Applying Styles and Themes to the UI</a> 23 <li><a href="#PlatformStyles">Using Platform Styles and Themes</a></li> 29 <li>{@link android.R.style} for Android styles and themes</li> 42 <p>Styles in Android share a similar philosophy to cascading stylesheets in web 74 <h2 id="DefiningStyles">Defining Styles</h2> 76 <p>To create a set of styles, save an XML file in the {@code res/values/} 124 inherit from styles that you've created yourself or from styles that are built into th [all...] |
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/ |
HTMLFormatter.java | 39 import org.jacoco.report.internal.html.resources.Styles; 135 t.add("Missed Instructions", Styles.BAR, new BarColumn(CounterEntity.INSTRUCTION, 137 t.add("Cov.", Styles.CTR2, 139 t.add("Missed Branches", Styles.BAR, new BarColumn(CounterEntity.BRANCH, locale), 141 t.add("Cov.", Styles.CTR2, new PercentageColumn(CounterEntity.BRANCH, locale), 152 table.add("Missed", Styles.CTR1, 154 table.add(label, Styles.CTR2, CounterColumn.newTotal(entity, locale),
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
SessionsPage.java | 30 import org.jacoco.report.internal.html.resources.Styles; 107 final HTMLElement table = body.table(Styles.COVERAGETABLE); 117 tr.td().span(Styles.EL_SESSION).text(i.getId()); 124 final HTMLElement table = body.table(Styles.COVERAGETABLE); 138 tr.td().span(Styles.EL_CLASS).text(qualifiedName); 140 tr.td().a(link, Styles.EL_CLASS).text(qualifiedName); 153 return Styles.EL_SESSION;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 76 """uniform styles - the text styles that are uniform throughout the text """ 96 """text style info - On and Off styles of text run """ 99 """off styles - the styles that are off for the text """ 103 """on styles - the styles that are on for the text """
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 76 """uniform styles - the text styles that are uniform throughout the text """ 96 """text style info - On and Off styles of text run """ 99 """off styles - the styles that are off for the text """ 103 """on styles - the styles that are on for the text """
|
/development/samples/training/ContactsList/res/values/ |
styles.xml | 18 <!-- This file defines various styles for the application. As this file is located in the /values 19 subdirectory the styles defined here will be used by default unless the styles are redefined
|
/external/skia/gm/ |
inversepaths.cpp | 40 SkPaint::Style styles[] = { member in namespace:__anon23600 84 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles); 98 paint.setStyle(styles[styleIndex]);
|
/external/skia/resources/android_fonts/pre_v17/ |
system_fonts.xml | 7 up to four font files. The font files are listed in the order of the styles which they 8 support: regular, bold, italic and bold-italic. If less than four styles are listed, then 9 the styles with no associated font file will be supported by the other font files listed.
|
/frameworks/base/docs/downloads/training/ |
ActivityRecognition.zip | |
GeofenceDetection.zip | |
LocationProvider.zip | |
/dalvik/docs/ |
prettify.css | 1 /* Pretty printing styles. Used with prettify.js. */
|
/developers/build/prebuilts/androidtv/visual-game-controller/res/values-v11/ |
styles.xml | 6 AppBaseTheme from res/values/styles.xml on API 11+ devices.
|