HomeSort by relevance Sort by last modified time
    Searched defs:getTypeface (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /cts/tests/tests/text/src/android/text/cts/
TextPaintTest.java 62 assertNull(textPaint.getTypeface());
69 assertEquals(textPaintSrc.getTypeface(), textPaint.getTypeface());
  /frameworks/base/core/tests/coretests/src/android/provider/
FontsContractE2ETest.java 101 public Typeface getTypeface() {
128 assertNotNull(callback.getTypeface());
139 assertSame(callback.getTypeface(), callback2.getTypeface());
150 assertNotSame(callback.getTypeface(), callback3.getTypeface());
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 106 paint.setTypeface(getTypeface());
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 106 paint.setTypeface(getTypeface());
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
ThumbnailRadioButton.java 102 paint.setTypeface(getTypeface());
  /frameworks/base/core/java/android/text/style/
TypefaceSpan.java 141 public Typeface getTypeface() {
165 Typeface old = paint.getTypeface();
  /cts/tests/tests/text/src/android/text/style/cts/
StyleSpanTest.java 68 assertNotNull(tp.getTypeface());
69 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
73 assertNotNull(tp.getTypeface());
74 assertEquals(Typeface.BOLD, tp.getTypeface().getStyle());
92 assertNotNull(tp.getTypeface());
93 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
97 assertNotNull(tp.getTypeface());
98 assertEquals(Typeface.BOLD, tp.getTypeface().getStyle());
TypefaceSpanTest.java 43 assertEquals(typeface, t.getTypeface());
71 assertNull(tp.getTypeface());
75 assertNotNull(tp.getTypeface());
77 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
92 assertNull(tp.getTypeface());
96 assertNotNull(tp.getTypeface());
98 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
  /external/skia/include/core/
SkFont.h 134 SkTypeface* getTypeface() const { return fTypeface.get(); }
  /external/skqp/include/core/
SkFont.h 134 SkTypeface* getTypeface() const { return fTypeface.get(); }
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
AllEmojisTest.java 131 mPaint.setTypeface(metadata.getTypeface());
  /frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
MetadataRepo.java 152 Typeface getTypeface() {
EmojiMetadata.java 105 final Typeface typeface = mMetadataRepo.getTypeface();
106 final Typeface oldTypeface = paint.getTypeface();
120 public Typeface getTypeface() {
121 return mMetadataRepo.getTypeface();
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
RowHeaderPresenter.java 222 if (fontMeasurePaint.getTypeface() != textView.getTypeface()) {
223 fontMeasurePaint.setTypeface(textView.getTypeface());
AbstractDetailsDescriptionPresenter.java 147 paint.setTypeface(textView.getTypeface());
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 151 buttonCopy.setTypeface(child.getTypeface(), Typeface.BOLD);
254 button.setTypeface(mBobButton.getTypeface(), Typeface.BOLD);
  /cts/tests/tests/provider/src/android/provider/cts/
FontsContractTest.java 125 public Typeface getTypeface() {
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
ErrorFragment.java 238 paint.setTypeface(textView.getTypeface());
ErrorSupportFragment.java 233 paint.setTypeface(textView.getTypeface());
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 90 paint.setTypeface(textView.getTypeface());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPaint.java 168 public Typeface getTypeface() {
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
AppCompatTextViewTest.java 197 assertNotNull(textView.getTypeface());
201 assertEquals(Typeface.SANS_SERIF, textView.getTypeface());
204 assertNotNull(textView.getTypeface());
206 assertEquals(Typeface.SANS_SERIF, textView.getTypeface());
215 assertEquals(expected, textView.getTypeface());
223 assertEquals(expected, textView.getTypeface());
231 assertNotEquals(Typeface.DEFAULT, textView.getTypeface());
239 assertNotEquals(Typeface.DEFAULT, textView.getTypeface());
247 assertEquals(expected, textView.getTypeface());
255 assertEquals(expected, textView.getTypeface());
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ViewPagerTabs.java 170 textView.setTypeface(textView.getTypeface(), mTextStyle);
  /packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabs.java 171 textView.setTypeface(textView.getTypeface(), mTextStyle);
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DetailsContentPresenter.java 231 paint.setTypeface(textView.getTypeface());

Completed in 1526 milliseconds

1 2 3 4