/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | SetupWizardUtils.java | 39 return R.style.GlifV3Theme_Light; in getTheme() 41 return R.style.GlifV3Theme; in getTheme() 43 return R.style.GlifV2Theme_Light; in getTheme() 45 return R.style.GlifV2Theme; in getTheme() 47 return R.style.GlifTheme_Light; in getTheme() 49 return R.style.GlifTheme; in getTheme() 55 return R.style.GlifV3Theme; in getTheme() 58 return R.style.GlifV2Theme; in getTheme() 61 return R.style.GlifTheme; in getTheme() 65 return R.style.GlifTheme; in getTheme() [all …]
|
/packages/apps/Settings/src/com/android/settings/ |
D | SetupWizardUtils.java | 50 return R.style.GlifV3Theme_Light; in getTheme() 52 return R.style.GlifV3Theme; in getTheme() 54 return R.style.GlifV2Theme_Light; in getTheme() 56 return R.style.GlifV2Theme; in getTheme() 58 return R.style.GlifTheme_Light; in getTheme() 60 return R.style.GlifTheme; in getTheme() 66 return R.style.GlifV3Theme; in getTheme() 69 return R.style.GlifV2Theme; in getTheme() 72 return R.style.GlifTheme; in getTheme() 76 return R.style.GlifTheme; in getTheme() [all …]
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
D | move3.dot | 17 style=filled 20 node [shape=Mrecord, style=filled, colorscheme=spectral7] 25 c13 [shape=none, label="...", style="solid"] 27 ghost [label="{o:object|}", style=invis] 29 c1 -> o1 [style="dashed", constraint=false, label="AddMember"] 33 o1 -> ghost [style=invis] 40 style=filled 43 node [shape=Mrecord, style=filled, colorscheme=spectral7] 49 c23 [shape="none", label="...", style="solid"] 52 c2 -> o2 [style="dashed", constraint=false, label="AddMember", style=invis] [all …]
|
D | move2.dot | 16 style=filled 19 node [shape=Mrecord, style=filled, colorscheme=spectral7] 24 c13 [shape="none", label="...", style="solid"] 26 ghost [label="{o:object|}", style=invis] 28 c1 -> o1 [style="dashed", label="AddMember", constraint=false] 32 o1 -> ghost [style=invis] 39 style=filled 42 node [shape=Mrecord, style=filled, colorscheme=spectral7] 48 c23 [shape=none, label="...", style="solid"] 53 c33 [shape="none", label="...", style="solid"] [all …]
|
D | move1.dot | 16 style=filled 19 node [shape=Mrecord, style=filled, colorscheme=spectral7] 27 a1 -> b1 [style="dashed", label="Move", dir=back] 34 style=filled 37 node [shape=Mrecord, style=filled, colorscheme=spectral7] 44 a2 -> b2 [style=invis, dir=back] 46 b1 -> b2 [style=invis]
|
D | utilityclass.dot | 12 …node [shape=box, fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5, style=filled, fillco… 16 style=filled 28 style=filled 48 style=filled 67 edge [arrowhead=vee, style=dashed] 72 //UTF32LE -> Stream [style=invis]
|
D | architecture.dot | 11 …node [shape=box, fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5, style=filled, fillco… 18 style=filled 21 Reader -> Writer [style=invis] 28 style=filled 45 edge [arrowhead=vee, style=dashed, constraint=false]
|
D | iterative-parser-states-diagram.dot | 11 node [shape = box; style = "rounded, filled"; fillcolor=white ]; 18 style=filled 27 style=filled
|
D | normalparsing.dot | 28 style=filled 30 node [shape=Mrecord, style=filled, colorscheme=spectral7] 55 msgstring -> helloworldstring -> starsstring [style=invis]
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | Themes.java | 51 R.style.AppTheme_Dark_DarkText : wallpaperColorInfo.isMainColorDark() ? in getActivityThemeRes() 52 R.style.AppTheme_Dark_DarkMainColor : R.style.AppTheme_Dark; in getActivityThemeRes() 55 R.style.AppTheme_DarkText : wallpaperColorInfo.isMainColorDark() ? in getActivityThemeRes() 56 R.style.AppTheme_DarkMainColor : R.style.AppTheme; in getActivityThemeRes() 61 TypedArray ta = context.obtainStyledAttributes(android.R.style.TextAppearance_DeviceDefault, in getDefaultBodyFont()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | SetupWizardUtilsTest.java | 74 assertThat(SetupWizardUtils.getTheme(intent)).isEqualTo(R.style.GlifV2Theme); in testGetTheme_withIntentExtra_shouldReturnExtraTheme() 82 assertThat(SetupWizardUtils.getTheme(intent)).isEqualTo(R.style.GlifV2Theme_Light); in testGetTheme_withEmptyIntent_shouldReturnSystemProperty() 90 assertThat(SetupWizardUtils.getTheme(intent)).isEqualTo(R.style.GlifV3Theme_Light); in testGetTheme_glifV3Light_shouldReturnThemeResource() 92 .isEqualTo(R.style.GlifV3Theme_Light_Transparent); in testGetTheme_glifV3Light_shouldReturnThemeResource() 100 assertThat(SetupWizardUtils.getTheme(intent)).isEqualTo(R.style.GlifV3Theme); in testGetTheme_nonSuw_shouldReturnDayNightTheme() 102 .isEqualTo(R.style.GlifV3Theme_Transparent); in testGetTheme_nonSuw_shouldReturnDayNightTheme()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | BluetoothMediaBrowserService.java | 127 Bundle style = new Bundle(); in getDefaultStyle() local 128 style.putBoolean(CONTENT_STYLE_SUPPORTED, true); in getDefaultStyle() 129 style.putInt(CONTENT_STYLE_BROWSABLE_HINT, CONTENT_STYLE_GRID_ITEM_HINT_VALUE); in getDefaultStyle() 130 style.putInt(CONTENT_STYLE_PLAYABLE_HINT, CONTENT_STYLE_LIST_ITEM_HINT_VALUE); in getDefaultStyle() 131 return style; in getDefaultStyle() 149 Bundle style = getDefaultStyle(); in onGetRoot() local 150 return new BrowserRoot(BrowseTree.ROOT, style); in onGetRoot()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/ |
D | CallLogViewHolder.java | 90 mTitleView.setTextAppearance(R.style.TextAppearance_CallLogTitleMissedCall); in bind() 91 mCallCountTextView.setTextAppearance(R.style.TextAppearance_CallLogCallCountMissedCall); in bind() 92 mTextView.setTextAppearance(R.style.TextAppearance_CallLogTimestampMissedCall); in bind() 94 mTitleView.setTextAppearance(R.style.TextAppearance_CallLogTitleDefault); in bind() 95 mCallCountTextView.setTextAppearance(R.style.TextAppearance_CallLogCallCountDefault); in bind() 96 mTextView.setTextAppearance(R.style.TextAppearance_CallLogTimestampDefault); in bind()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/ |
D | SubtitleView.java | 172 public void setStyle(CaptionStyleCompat style) { in setStyle() argument 173 mForegroundColor = style.foregroundColor; in setStyle() 174 mBackgroundColor = style.backgroundColor; in setStyle() 175 mEdgeType = style.edgeType; in setStyle() 176 mEdgeColor = style.edgeColor; in setStyle() 177 setTypeface(style.typeface); in setStyle() 178 super.setBackgroundColor(style.windowColor); in setStyle()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/ |
D | NewCallLogViewHolder.java | 126 primaryTextView.setTextAppearance(R.style.primary_textview_unread_call); in displayRow() 127 callCountTextView.setTextAppearance(R.style.primary_textview_unread_call); in displayRow() 128 secondaryTextView.setTextAppearance(R.style.secondary_textview_unread_call); in displayRow() 129 phoneAccountView.setTextAppearance(R.style.phoneaccount_textview_unread_call); in displayRow() 131 primaryTextView.setTextAppearance(R.style.primary_textview); in displayRow() 132 callCountTextView.setTextAppearance(R.style.primary_textview); in displayRow() 133 secondaryTextView.setTextAppearance(R.style.secondary_textview); in displayRow() 134 phoneAccountView.setTextAppearance(R.style.phoneaccount_textview); in displayRow()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyStylesSet.java | 212 final DeclaredKeyStyle style = new DeclaredKeyStyle(parentStyleName, mTextsSet, mStyles); in parseKeyStyleAttributes() local 213 style.readKeyAttributes(keyAttrs); in parseKeyStyleAttributes() 214 mStyles.put(styleName, style); in parseKeyStyleAttributes() 224 final KeyStyle style = mStyles.get(styleName); in getKeyStyle() local 225 if (style == null) { in getKeyStyle() 228 return style; in getKeyStyle()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | SuggestionStripLayoutHelper.java | 36 import android.text.style.CharacterStyle; 37 import android.text.style.StyleSpan; 38 import android.text.style.UnderlineSpan; 126 R.styleable.SuggestionStripView, defStyle, R.style.SuggestionStripView); in SuggestionStripLayoutHelper() 614 final CharacterStyle style) { in hasStyleSpan() argument 616 return ((Spanned)text).getSpanStart(style) >= 0; in hasStyleSpan() 621 private static void addStyleSpan(@Nonnull final Spannable text, final CharacterStyle style) { in addStyleSpan() argument 622 text.removeSpan(style); in addStyleSpan() 623 text.setSpan(style, 0, text.length(), Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in addStyleSpan()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Key.java | 256 @Nonnull final KeyStyle style, @Nonnull final KeyboardParams params, in Key() argument 278 mBackgroundType = style.getInt(keyAttr, in Key() 287 mLabelFlags = style.getFlags(keyAttr, R.styleable.Keyboard_Key_keyLabelFlags) in Key() 291 int actionFlags = style.getFlags(keyAttr, R.styleable.Keyboard_Key_keyActionFlags); in Key() 292 String[] moreKeys = style.getStringArray(keyAttr, R.styleable.Keyboard_Key_moreKeys); in Key() 296 | style.getInt(keyAttr, R.styleable.Keyboard_Key_maxMoreKeysColumn, in Key() 324 additionalMoreKeys = style.getStringArray(keyAttr, in Key() 340 final int disabledIconId = KeySpecParser.getIconId(style.getString(keyAttr, in Key() 360 final String hintLabel = style.getString( in Key() 399 style.getString(keyAttr, R.styleable.Keyboard_Key_altCode), CODE_UNSPECIFIED); in Key()
|
D | KeyboardTheme.java | 50 new KeyboardTheme(THEME_ID_ICS, "ICS", R.style.KeyboardTheme_ICS, 53 new KeyboardTheme(THEME_ID_KLP, "KLP", R.style.KeyboardTheme_KLP, 56 new KeyboardTheme(THEME_ID_LXX_LIGHT, "LXXLight", R.style.KeyboardTheme_LXX_Light, 59 new KeyboardTheme(THEME_ID_LXX_DARK, "LXXDark", R.style.KeyboardTheme_LXX_Dark,
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | TextAppearanceFactory.java | 20 import android.text.style.TextAppearanceSpan; 34 new TextAppearanceSpan(mContext, R.style.SuggestionText1_Query) in createSuggestionQueryTextAppearance() 40 new TextAppearanceSpan(mContext, R.style.SuggestionText1_Suggested) in createSuggestionSuggestedTextAppearance()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiDialog.java | 76 AccessPoint accessPoint, int mode, @StyleRes int style) { in createModal() argument 77 return new WifiDialog(context, listener, accessPoint, mode, style, in createModal() 82 int mode, @StyleRes int style, boolean hideSubmitButton) { in WifiDialog() argument 83 super(context, style); in WifiDialog()
|
/packages/apps/Dialer/java/com/android/dialer/theme/ |
D | README.md | 5 a style for it's theme, it automatically inherits one from the Application. And 11 style attributes live. 26 AppCompat attribute in a style, be sure to also define the Legacy version as 42 starting points for Activity style's to inherit from if they need specific 60 want to customize a specific style for one use case, feel free to override
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/anim/ |
D | SwiperThemeMatcherTest.java | 38 assertCorrect(parseColor("#ff000000"), R.style.Swiper000000); in findsCorrectTheme() 39 assertCorrect(parseColor("#d40000"), R.style.Swipere00000); in findsCorrectTheme() 40 assertCorrect(parseColor("white"), R.style.Swiperffffff); in findsCorrectTheme()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/misc/ |
D | doxygenextra.css | 21 font-style: normal; 54 font-style: normal; 62 font-style: normal; 108 font-style: normal; 139 font-style: normal;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
D | EditorDrawTabletUI.java | 84 BasicParameterStyle style; in setDrawRepresentation() local 85 style = (BasicParameterStyle) mRep.getParam(FilterDrawRepresentation.PARAM_STYLE); in setDrawRepresentation() 86 style.setSelected(mSelectedStyleButton); in setDrawRepresentation() 148 BasicParameterStyle style = (BasicParameterStyle) in EditorDrawTabletUI() 150 style.setSelected(current); in EditorDrawTabletUI()
|