/packages/apps/Camera/res/layout/ |
list_pref_setting_popup.xml | 17 style="@style/SettingPopupWindow"> 29 style="@style/PopupTitleText" /> 32 <View style="@style/PopupTitleSeparator" /> 37 style="@style/SettingItemList"
|
/packages/apps/Camera2/res/layout/ |
list_pref_setting_popup.xml | 17 style="@style/SettingPopupWindow"> 29 style="@style/PopupTitleText" /> 32 <View style="@style/PopupTitleSeparator" /> 37 style="@style/SettingItemList"
|
undo_bar.xml | 22 style="@style/UndoBar"> 25 style="@style/UndoBarTextAppearance" 31 <View style="@style/UndoBarSeparator" /> 34 style="@style/UndoButton"
|
/packages/apps/Gallery2/res/layout/ |
list_pref_setting_popup.xml | 17 style="@style/SettingPopupWindow"> 29 style="@style/PopupTitleText" /> 32 <View style="@style/PopupTitleSeparator" /> 37 style="@style/SettingItemList"
|
undo_bar.xml | 19 style="@style/UndoBar"> 21 style="@style/UndoBarTextAppearance" 26 <View style="@style/UndoBarSeparator" /> 28 style="@style/UndoButton"
|
/packages/apps/LegacyCamera/res/layout/ |
basic_setting_popup.xml | 20 style="@style/SettingPopupWindow"> 32 style="@style/PopupTitleText" /> 35 <View style="@style/PopupTitleSeperator" /> 40 style="@style/SettingItemList"
|
priority_indicators.xml | 20 style="@style/OnScreenIndicators"> 32 style="@style/OnScreenIndicator" 35 style="@style/OnScreenIndicator"/> 37 style="@style/OnScreenIndicator" 44 style="@style/OnScreenIndicator [all...] |
/packages/wallpapers/LivePicker/res/values/ |
styles.xml | 21 <style name="WallpaperTitle"> 29 </style> 31 <style name="Preview" parent="android:Theme.Holo"> 35 <item name="android:windowAnimationStyle">@android:style/Animation.Activity</item> 36 </style> 38 <style name="LivePickerTheme" parent="android:style/Theme.Holo"> 40 </style>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion11-expected-applyCompletion46.diff | 3 - style="?android:attr/Textapp^" 4 + style="?android:attr/textAppearanceLargeInverse^"
|
extractstyle1-expected-extract6.diff | 6 > <Button style="@style/newstyle" android:id="@+id/button1" ></Button>
|
newstyles5-expected-extract4.diff | 6 + <style name="newstyle"> 8 + </style>
|
newstyles6-expected-extract5.diff | 6 + <style name="newstyle"> 8 + </style>
|
/frameworks/base/tests/StatusBar/res/values-sw600dp/ |
styles.xml | 17 <style name="IdTitle"> 23 </style> 25 <style name="IdButton"> 33 </style> 35 <style name="IdButton.Minus"> 37 </style> 39 <style name="IdButton.Plus"> 41 </style> 43 <style name="FieldTitle"> 47 </style> [all...] |
/packages/apps/Calendar/res/layout/ |
mini_month_header.xml | 35 style="@style/TextAppearance.MonthView_MiniDayLabel" /> 42 style="@style/TextAppearance.MonthView_MiniDayLabel" /> 49 style="@style/TextAppearance.MonthView_MiniDayLabel" /> 56 style="@style/TextAppearance.MonthView_MiniDayLabel" /> 63 style="@style/TextAppearance.MonthView_MiniDayLabel" / [all...] |
/development/apps/BuildWidget/res/values/ |
styles.xml | 3 <style name="Text" /> 5 <style name="Text.BuildInfo"> 14 </style> 16 <style name="Text.BuildInfo.Fancy"> 19 </style>
|
/development/samples/AppNavigation/res/values/ |
styles.xml | 17 <style name="InterstitialDialogLayout" /> 19 <style name="ButtonBar" parent="@android:style/ButtonBar" /> 20 <style name="ButtonBarButton" parent="@android:style/Widget.Button" />
|
/development/samples/SupportAppNavigation/res/values/ |
styles.xml | 17 <style name="InterstitialDialogLayout" /> 19 <style name="ButtonBar" parent="@android:style/ButtonBar" /> 20 <style name="ButtonBarButton" parent="@android:style/Widget.Button" />
|
/development/samples/training/AnimationsDemo/res/values/ |
styles.xml | 18 <style name="DarkTheme" parent="android:Theme.Holo"> 19 <item name="android:actionBarStyle">@style/DarkActionBar</item> 20 </style> 22 <style name="DarkActionBar" parent="android:Widget.Holo.ActionBar"> 24 </style>
|
/external/chromium_org/chrome_frame/cfinstall/src/miniclosure/ |
style.js | 2 // Use of this source code is governed by a BSD-style license that can be 7 goog.provide('goog.style'); 10 * Creates a style sheet in the document containing the passed rules. 14 goog.style.installStyles = function(rules) { 16 var ss = document.createElement('style');
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/testing/ |
index.html | 5 Use of this source code is governed by a BSD-style license that can be 14 <style> 18 </style> 24 <ul id="tests" style="list-style:none;"></ul>
|
/external/chromium_org/third_party/icu/source/io/ |
locbund.c | 37 int32_t style; local 38 for (style = 0; style < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; style++) { 39 unum_close(gPosixNumberFormat[style]); 40 gPosixNumberFormat[style] = NULL; 48 static U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { 49 if (result->fNumberFormat[style-1] == NULL) { 53 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit); 55 UNumberFormat *formatAlias = unum_open(style, NULL, 0, "en_US_POSIX", NULL, &status) [all...] |
/external/chromium_org/tools/json_schema_compiler/highlighters/ |
hilite_me_highlighter.py | 2 # Use of this source code is governed by a BSD-style license that can be 11 def GetCSS(self, style): 14 def GetCodeElement(self, code, style): 20 ('style', style),
|
/external/chromium_org/tools/page_cycler/webpagereplay/ |
start.html | 3 <!-- Use of this source code is governed by a BSD-style license that can be --> 6 <style> 10 </style> 17 <textarea id=status style="width:40em;height:3em;"></textarea> 23 <textarea id=json style="visibility: hidden;"></textarea>
|
/external/icu4c/io/ |
locbund.cpp | 36 int32_t style; local 37 for (style = 0; style < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; style++) { 38 unum_close(gPosixNumberFormat[style]); 39 gPosixNumberFormat[style] = NULL; 46 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { 47 if (result->fNumberFormat[style-1] == NULL) { 51 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit); 53 UNumberFormat *formatAlias = unum_open(style, NULL, 0, "en_US_POSIX", NULL, &status) [all...] |
/frameworks/base/core/tests/coretests/res/values/ |
styles.xml | 4 <style name="Theme" parent="android:Theme"> 5 <item name="android:windowAnimationStyle">@style/Animation</item> 6 </style> 8 <style name="Animation"> 21 </style>
|