HomeSort by relevance Sort by last modified time
    Searched defs:getTypeface (Results 1 - 25 of 87) 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());
  /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 63 assertNull(tp.getTypeface());
67 assertNotNull(tp.getTypeface());
69 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
84 assertNull(tp.getTypeface());
88 assertNotNull(tp.getTypeface());
90 assertEquals(Typeface.NORMAL, tp.getTypeface().getStyle());
  /external/skia/include/core/
SkFont.h 134 SkTypeface* getTypeface() const { return fTypeface.get(); }
  /frameworks/support/emoji/core/src/android/support/text/emoji/
MetadataRepo.java 147 Typeface 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/compat/tests/java/android/support/v4/graphics/
TypefaceCompatTest.java 164 return textView.getTypeface() != null;
168 assertNotNull(textView.getTypeface());
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
ErrorFragment.java 232 paint.setTypeface(textView.getTypeface());
ErrorSupportFragment.java 235 paint.setTypeface(textView.getTypeface());
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractDetailsDescriptionPresenter.java 146 paint.setTypeface(textView.getTypeface());
RowHeaderPresenter.java 221 if (fontMeasurePaint.getTypeface() != textView.getTypeface()) {
222 fontMeasurePaint.setTypeface(textView.getTypeface());
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
AppCompatTextViewTest.java 146 assertNotNull(textView.getTypeface());
150 assertEquals(Typeface.SANS_SERIF, textView.getTypeface());
153 assertNotNull(textView.getTypeface());
155 assertEquals(Typeface.SANS_SERIF, textView.getTypeface());
164 assertEquals(expected, textView.getTypeface());
172 assertEquals(expected, textView.getTypeface());
180 assertNotEquals(Typeface.DEFAULT, textView.getTypeface());
188 assertNotEquals(Typeface.DEFAULT, textView.getTypeface());
196 assertEquals(expected, textView.getTypeface());
204 assertEquals(expected, textView.getTypeface());
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 90 paint.setTypeface(textView.getTypeface());
  /external/skia/src/core/
SkScalerContext.h 217 SkTypeface* getTypeface() const { return fTypeface.get(); }
  /frameworks/support/compat/tests/java/android/support/v4/provider/
FontsContractCompatTest.java 129 public Typeface getTypeface() {
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ViewPagerTabs.java 181 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/
DetailsContentPresenter.java 179 paint.setTypeface(textView.getTypeface());
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 463 public Typeface getTypeface() {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java 99 public static Typeface getTypeface(boolean isUnread) {

Completed in 996 milliseconds

1 2 3 4