Searched defs:getTypeface (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
H A DFontsContractE2ETest.java101 public Typeface getTypeface() { method in class:FontsContractE2ETest.TestCallback
128 assertNotNull(callback.getTypeface());
139 assertSame(callback.getTypeface(), callback2.getTypeface());
150 assertNotSame(callback.getTypeface(), callback3.getTypeface());
/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DEmojiMetadata.java104 final Typeface typeface = mMetadataRepo.getTypeface();
105 final Typeface oldTypeface = paint.getTypeface();
119 public Typeface getTypeface() { method in class:EmojiMetadata
120 return mMetadataRepo.getTypeface();
H A DMetadataRepo.java151 Typeface getTypeface() { method in class:MetadataRepo
/frameworks/support/compat/tests/java/android/support/v4/provider/
H A DFontsContractCompatTest.java129 public Typeface getTypeface() { method in class:FontsContractCompatTest.TestCallback
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java463 public Typeface getTypeface() { method in class:CaptioningManager.CaptionStyle
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java314 public Typeface getTypeface() { method in class:TextInputLayout
354 mCollapsingTextHelper.setTypefaces(mEditText.getTypeface());
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1263 public Typeface getTypeface() { method in class:Paint
/frameworks/base/core/java/android/widget/
H A DTextView.java3597 Typeface typeface = mTextPaint.getTypeface();
3699 * @see #getTypeface()
3706 if (mTextPaint.getTypeface() != tf) {
3727 public Typeface getTypeface() { method in class:TextView
3728 return mTextPaint.getTypeface();

Completed in 301 milliseconds