HomeSort by relevance Sort by last modified time
    Searched full:bold (Results 701 - 725 of 1803) sorted by null

<<21222324252627282930>>

  /frameworks/base/packages/SystemUI/res/layout/
quick_status_bar_expanded_header.xml 75 android:textStyle="bold"
  /frameworks/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 141 int style = weight >= 600 ? (italic ? Typeface.BOLD_ITALIC : Typeface.BOLD) :
192 int style = weight >= 600 ? (italic == 1 ? Typeface.BOLD_ITALIC : Typeface.BOLD) :
333 ((inputStyle & Font.BOLD) == 0 ? 0 : FontFamily_Delegate.BOLD_FONT_WEIGHT_DELTA);
410 ((style & Font.BOLD) == 0 ? 0 : FontFamily_Delegate.BOLD_FONT_WEIGHT_DELTA);
  /frameworks/support/compat/src/androidTest/java/androidx/core/graphics/
TypefaceCompatTest.java 205 R.font.styletest_async_providerfont, Typeface.BOLD, callback3,
339 R.font.styletestfont, Typeface.BOLD, null /* callback */, null /* handler */,
342 mResources, R.font.styletestfont, Typeface.BOLD);
345 typeface = Typeface.create(typeface, Typeface.BOLD);
  /packages/apps/Calendar/res/layout/
agenda_item.xml 63 android:textStyle="bold"
event_info_headline.xml 46 android:textStyle="bold" />
widget_item.xml 54 android:textStyle="bold"
  /packages/apps/Calendar/res/layout-sw600dp/
agenda_item.xml 63 android:textStyle="bold"
  /packages/apps/Car/Hvac/res/layout/
hvac_temperature_bar_overlay.xml 39 android:textStyle="bold"
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
NewVoicemailViewHolder.java 145 // Bold if voicemail is unread
206 primaryTextView.setTypeface(Typeface.DEFAULT, Typeface.BOLD);
207 secondaryTextView.setTypeface(Typeface.DEFAULT, Typeface.BOLD);
208 transcriptionTextView.setTypeface(Typeface.DEFAULT, Typeface.BOLD);
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/res/layout/
voicemail_error_message_fragment.xml 55 android:textStyle="bold"
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/res/layout/
new_voicemail_entry_alert.xml 52 android:textStyle="bold"
  /packages/apps/Email/res/layout/
account_setup_credentials_fragment.xml 38 android:textStyle="bold"
  /packages/apps/Launcher3/res/layout/
user_folder_icon_normalized.xml 52 android:textStyle="bold"
  /packages/apps/LegacyCamera/res/values-sw600dp/
styles.xml 44 <item name="android:textStyle">bold</item>
  /packages/apps/Messaging/src/com/android/messaging/ui/
PlainTextEditText.java 27 * that we would send e.g. bold or italic formatting, but in the sent message it would just be
  /packages/apps/Music/res/layout/
track_list_item_common.xml 32 android:textStyle="bold"
  /packages/apps/Music/res/layout-port-finger-854x480/
audio_player.xml 77 android:textStyle="bold"
  /packages/apps/Protips/res/values/
arrays.xml 20 First line is the tip title, which is shown in bold on its own line.
  /packages/apps/QuickSearchBox/res/values/
styles.xml 76 <item name="android:textStyle">bold</item>
  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
StorageSummaryDonutPreference.java 100 super(Typeface.BOLD);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AccountItemView.java 88 mAccountDisplayName.setTypeface(Typeface.defaultFromStyle(Typeface.BOLD));
  /packages/experimental/LoaderApp/res/layout/
contact_header.xml 50 android:textStyle="bold"
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
config-main.def 58 font-bold= 0
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
config-main.def 58 font-bold= 0
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-main.def 58 font-bold= 0

Completed in 661 milliseconds

<<21222324252627282930>>