/packages/apps/Calendar/src/com/android/calendar/ |
D | ColorChipView.java | 73 public void setDrawStyle(int style) { in setDrawStyle() argument 74 if (style != DRAW_FULL && style != DRAW_BORDER && style != DRAW_FADED) { in setDrawStyle() 77 mDrawStyle = style; in setDrawStyle()
|
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Key.java | 214 final KeyStyle style = params.mKeyStyles.getKeyStyle(keyAttr, parser); in Key() local 229 mBackgroundType = style.getInt(keyAttr, in Key() 236 mIconId = KeySpecParser.getIconId(style.getString(keyAttr, in Key() 238 mDisabledIconId = KeySpecParser.getIconId(style.getString(keyAttr, in Key() 240 mPreviewIconId = KeySpecParser.getIconId(style.getString(keyAttr, in Key() 243 mLabelFlags = style.getFlag(keyAttr, R.styleable.Keyboard_Key_keyLabelFlags) in Key() 247 int actionFlags = style.getFlag(keyAttr, R.styleable.Keyboard_Key_keyActionFlags); in Key() 248 String[] moreKeys = style.getStringArray(keyAttr, R.styleable.Keyboard_Key_moreKeys); in Key() 250 int moreKeysColumn = style.getInt(keyAttr, in Key() 274 additionalMoreKeys = style.getStringArray(keyAttr, in Key() [all …]
|
D | KeyboardSwitcher.java | 61 new KeyboardTheme("Basic", 0, R.style.KeyboardTheme), 62 new KeyboardTheme("HighContrast", 1, R.style.KeyboardTheme_HighContrast), 63 new KeyboardTheme("Stone", 6, R.style.KeyboardTheme_Stone), 64 new KeyboardTheme("Stne.Bold", 7, R.style.KeyboardTheme_Stone_Bold), 65 new KeyboardTheme("GingerBread", 8, R.style.KeyboardTheme_Gingerbread), 66 new KeyboardTheme("IceCreamSandwich", 5, R.style.KeyboardTheme_IceCreamSandwich),
|
/packages/apps/Contacts/src/com/android/contacts/format/ |
D | FormatUtils.java | 23 import android.text.style.StyleSpan; 104 public static CharSequence applyStyleToSpan(int style, CharSequence input, int start, int end, in applyStyleToSpan() argument 110 text.setSpan(new StyleSpan(style), start, end, flags); in applyStyleToSpan()
|
D | PrefixHighlighter.java | 20 import android.text.style.ForegroundColorSpan;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | ConversationListItem.java | 34 import android.text.style.ForegroundColorSpan; 35 import android.text.style.StyleSpan; 36 import android.text.style.TextAppearanceSpan; 125 size = android.R.style.TextAppearance_Small; in formatMessage()
|
D | MessageListItem.java | 47 import android.text.style.ForegroundColorSpan; 48 import android.text.style.LineHeightSpan; 49 import android.text.style.StyleSpan; 50 import android.text.style.TextAppearanceSpan; 51 import android.text.style.URLSpan; 497 new TextAppearanceSpan(mContext, android.R.style.TextAppearance_Small);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | BlueUnderlineTests.java | 21 import android.text.style.SuggestionSpan; 22 import android.text.style.UnderlineSpan;
|
D | InputTestsBase.java | 27 import android.text.style.CharacterStyle; 28 import android.text.style.SuggestionSpan;
|
/packages/apps/Contacts/tests/src/com/android/contacts/util/ |
D | HtmlUtilsTest.java | 27 import android.text.style.ImageSpan; 28 import android.text.style.QuoteSpan;
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | HtmlUtils.java | 30 import android.text.style.ImageSpan; 31 import android.text.style.QuoteSpan;
|
/packages/apps/Mms/src/com/android/mms/widget/ |
D | MmsWidgetService.java | 36 import android.text.style.AbsoluteSizeSpan; 37 import android.text.style.ForegroundColorSpan; 38 import android.text.style.TextAppearanceSpan; 277 android.R.style.TextAppearance_Small, color), before,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyStyles.java | 208 final DeclaredKeyStyle style = new DeclaredKeyStyle(parentStyleName); in parseKeyStyleAttributes() local 209 style.readKeyAttributes(keyAttrs); in parseKeyStyleAttributes() 210 mStyles.put(styleName, style); in parseKeyStyleAttributes()
|
/packages/inputmethods/OpenWnn/ |
D | ChangeLog.txt | 12 - Display style of the candidates view is changed. 63 - Display style of the candidates view is changed.
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | PhoneCallDetailsHelper.java | 31 import android.text.style.ForegroundColorSpan; 32 import android.text.style.StyleSpan;
|
/packages/apps/Contacts/tests/src/com/android/contacts/format/ |
D | TestTextWithHighlightingFactory.java | 26 import android.text.style.StyleSpan;
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | MessagingNotification.java | 71 import android.text.style.StyleSpan; 72 import android.text.style.TextAppearanceSpan; 380 context, R.style.NotificationPrimaryText); in formatBigMessage() 409 context, R.style.NotificationPrimaryText); in formatInboxMessage() 412 context, R.style.NotificationSubjectText); in formatInboxMessage() 457 context, R.style.NotificationPrimaryText); in formatPictureMessage() 481 context, R.style.NotificationPrimaryText); in formatSenders() 501 context, R.style.NotificationSecondaryText); in getAttachmentTypeString()
|
/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
D | DatePickerDialog.java | 109 ? com.android.internal.R.style.Theme_Holo_Light_Dialog_Alert in DatePickerDialog() 110 : com.android.internal.R.style.Theme_Dialog_Alert, in DatePickerDialog()
|
/packages/apps/Phone/src/com/android/phone/ |
D | IccPanel.java | 37 super(context, R.style.IccPanel); in IccPanel()
|
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
D | SpinnerProgressDialog.java | 50 super(context, R.style.SpinnerProgressDialog); in SpinnerProgressDialog()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListItemView.java | 885 mNameTextView.setTextAppearance(mContext, android.R.style.TextAppearance_Medium); in getNameTextView() 918 mPhoneticNameTextView.setTextAppearance(mContext, android.R.style.TextAppearance_Small); in getPhoneticNameTextView() 949 mLabelView.setTextAppearance(mContext, android.R.style.TextAppearance_Small); in getLabelView() 1007 mDataView.setTextAppearance(mContext, android.R.style.TextAppearance_Small); in getDataView() 1036 mSnippetView.setTextAppearance(mContext, android.R.style.TextAppearance_Small); in getSnippetView() 1052 mStatusView.setTextAppearance(mContext, android.R.style.TextAppearance_Small); in getStatusView() 1068 mCountView.setTextAppearance(mContext, android.R.style.TextAppearance_Medium); in getCountView()
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | LevenshteinFormatterTest.java | 344 public SpanFormat(int start, String expectedText, int style) { in SpanFormat() argument 348 mStyle = style; in SpanFormat()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatteryHistoryChart.java | 316 public void setTypeface(Typeface tf, int style) { in setTypeface() argument 317 if (style > 0) { in setTypeface() 319 tf = Typeface.defaultFromStyle(style); in setTypeface() 321 tf = Typeface.create(tf, style); in setTypeface() 327 int need = style & ~typefaceStyle; in setTypeface()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiDialog.java | 41 super(context, R.style.Theme_WifiDialog); in WifiDialog()
|