Searched refs:getTypeface (Results 1 – 12 of 12) sorted by relevance
246 titleView.setTypeface(titleView.getTypeface(), Typeface.ITALIC);254 titleView.setTypeface(titleView.getTypeface(), Typeface.NORMAL);262 titleView.setTypeface(titleView.getTypeface(), Typeface.NORMAL);269 titleView.setTypeface(titleView.getTypeface(), Typeface.NORMAL);
74 final Typeface face = paint.getTypeface(); in getCharGeometryCacheKey()
228 assertThat(mCarrierInfo.getTypeface()).isEqualTo(Typeface.SANS_SERIF); in setUsageInfo_withRecentCarrierUpdate_doesNotSetCarrierInfoWarningColorAndFont()241 assertThat(mCarrierInfo.getTypeface()).isEqualTo( in testSetUsageInfo_withStaleCarrierUpdate_setsCarrierInfoWarningColorAndFont()
171 textView.setTypeface(textView.getTypeface(), mTextStyle); in addTab()
170 textView.setTypeface(textView.getTypeface(), mTextStyle); in addTab()
191 if (Objects.equals(mTextPaint.getTypeface(), (typeface))) { in setTypeface()
234 paint.setTypeface(textView.getTypeface()); in getFontMetricsInt()
351 foldersTypeface = folders.getTypeface(); in ConversationItemViewCoordinates()
99 public static Typeface getTypeface(boolean isUnread) { in getTypeface() method in SendersView
1190 sPaint.setTypeface(SendersView.getTypeface(isUnread)); in onDraw()
1201 mPhoneticNameTextView.setTypeface(mPhoneticNameTextView.getTypeface(), Typeface.BOLD); in getPhoneticNameTextView()1239 mLabelView.setTypeface(mLabelView.getTypeface(), Typeface.BOLD); in getLabelView()
633 final Typeface savedTypeface = paint.getTypeface(); in getTextWidth()