Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 86) sorted by relevance

1234

/packages/apps/Calendar/src/com/android/calendar/
DColorChipView.java73 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/
DTextAppearanceFactory.java20 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/
DKey.java214 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 …]
DKeyboardSwitcher.java61 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/
DFormatUtils.java23 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()
DPrefixHighlighter.java20 import android.text.style.ForegroundColorSpan;
/packages/apps/Mms/src/com/android/mms/ui/
DConversationListItem.java34 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()
DMessageListItem.java47 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/
DBlueUnderlineTests.java21 import android.text.style.SuggestionSpan;
22 import android.text.style.UnderlineSpan;
DInputTestsBase.java27 import android.text.style.CharacterStyle;
28 import android.text.style.SuggestionSpan;
/packages/apps/Contacts/tests/src/com/android/contacts/util/
DHtmlUtilsTest.java27 import android.text.style.ImageSpan;
28 import android.text.style.QuoteSpan;
/packages/apps/Contacts/src/com/android/contacts/util/
DHtmlUtils.java30 import android.text.style.ImageSpan;
31 import android.text.style.QuoteSpan;
/packages/apps/Mms/src/com/android/mms/widget/
DMmsWidgetService.java36 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/
DKeyStyles.java208 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/
DChangeLog.txt12 - Display style of the candidates view is changed.
63 - Display style of the candidates view is changed.
/packages/apps/Contacts/src/com/android/contacts/
DPhoneCallDetailsHelper.java31 import android.text.style.ForegroundColorSpan;
32 import android.text.style.StyleSpan;
/packages/apps/Contacts/tests/src/com/android/contacts/format/
DTestTextWithHighlightingFactory.java26 import android.text.style.StyleSpan;
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java71 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/
DDatePickerDialog.java109 ? 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/
DIccPanel.java37 super(context, R.style.IccPanel); in IccPanel()
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
DSpinnerProgressDialog.java50 super(context, R.style.SpinnerProgressDialog); in SpinnerProgressDialog()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java885 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/
DLevenshteinFormatterTest.java344 public SpanFormat(int start, String expectedText, int style) { in SpanFormat() argument
348 mStyle = style; in SpanFormat()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryHistoryChart.java316 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/
DWifiDialog.java41 super(context, R.style.Theme_WifiDialog); in WifiDialog()

1234