HomeSort by relevance Sort by last modified time
    Searched refs:getFont (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/proguard/src/proguard/gui/splash/
VariableFont.java 35 public Font getFont(long time);
ConstantFont.java 42 public Font getFont(long time)
FontSprite.java 54 Font oldFont = graphics.getFont();
57 graphics.setFont(font.getFont(time));
VariableSizeFont.java 53 public Font getFont(long time)
BufferedSprite.java 129 bufferGraphics.setFont(graphics.getFont());
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.h 85 HFONT getFont() const;
112 inline HFONT GDIFontInstance::getFont() const
paragraph.cpp 71 const LEFontInstance *runFont = fontRuns->getFont(run);
251 const LEFontInstance *font = visualRun->getFont();
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 770 mResources.getFont(-1);
778 Typeface font = mResources.getFont(R.font.sample_regular_font);
785 Typeface font = mResources.getFont(R.font.samplexmlfont);
793 assertNull(mResources.getFont(R.font.invalid_xmlfamily));
799 assertNull(mResources.getFont(R.font.invalid_xmlempty));
807 mResources.getFont(R.font.invalid_xmlfont);
814 mResources.getFont(R.font.invalid_font);
821 mResources.getFont(R.font.invalid_xmlfont_contains_invalid_font_file);
828 mResources.getFont(R.font.invalid_xmlfont_nosource);
838 mResources.getFont(R.font.brokenfont)
    [all...]
  /frameworks/support/compat/tests/java/android/support/v4/content/res/
ResourcesCompatTest.java 292 ResourcesCompat.getFont(mContext, -1);
297 Typeface font = ResourcesCompat.getFont(mContext, R.font.samplefont);
305 Typeface font = ResourcesCompat.getFont(mContext, R.font.samplexmlfont);
315 ResourcesCompat.getFont(mContext, R.font.invalid_xmlfamily));
321 assertNull(ResourcesCompat.getFont(mContext, R.font.invalid_xmlempty));
329 Typeface font = ResourcesCompat.getFont(mContext, R.font.samplefont);
330 Typeface font2 = ResourcesCompat.getFont(mContext, R.font.samplefont);
337 Typeface font = ResourcesCompat.getFont(mContext, R.font.samplexmlfont);
338 Typeface font2 = ResourcesCompat.getFont(mContext, R.font.samplexmlfont);
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
AppCompatRadioButtonTest.java 55 Typeface expected = ResourcesCompat.getFont(mActivity, R.font.samplefont);
AppCompatTextViewTest.java 163 Typeface expected = ResourcesCompat.getFont(mActivity, R.font.samplefont);
171 Typeface expected = ResourcesCompat.getFont(mActivity, R.font.samplexmlfont);
195 Typeface expected = ResourcesCompat.getFont(mActivity, R.font.samplefont);
203 Typeface expected = ResourcesCompat.getFont(mActivity, R.font.samplexmlfont);
211 Typeface expected = ResourcesCompat.getFont(mActivity, R.font.samplefont);
219 Typeface expected = ResourcesCompat.getFont(mActivity, R.font.samplexmlfont);
AppCompatButtonTest.java 100 Typeface expected = ResourcesCompat.getFont(mActivity, R.font.samplefont);
  /frameworks/base/libs/hwui/hwui/
MinikinUtils.h 63 const minikin::MinikinFont* nextFont = layout.getFont(i);
  /frameworks/minikin/tests/unittest/
LayoutTest.cpp 369 EXPECT_EQ(ltrLayout.getFont(i), rtlLayout.getFont(nGlyphs - i - 1));
399 EXPECT_EQ(ltrLayout.getFont(i), rtlLayout.getFont(i));
401 EXPECT_EQ(ltrLayout.getFont(i), defaultRtlLayout.getFont(i));
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
Theme.java 39 Font font = c.getFont();
  /frameworks/minikin/include/minikin/
Layout.h 84 const MinikinFont* getFont(int i) const;
FontFamily.h 139 const std::shared_ptr<MinikinFont>& getFont(size_t index) const {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 49 workingSetGroup.setFont(composite.getFont());
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 222 inline const LEFontInstance *getFont() const;
682 inline const LEFontInstance *ParagraphLayout::VisualRun::getFont() const
RunArrays.h 325 const LEFontInstance *getFont(le_int32 run) const;
  /frameworks/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 105 Font font = ffd.getFont(weight, isItalic);
119 Font font2 = ffd2.getFont(weight, isItalic);
  /frameworks/support/compat/java/android/support/v4/content/res/
ResourcesCompat.java 191 public static Typeface getFont(@NonNull Context context, @FontRes int id)
201 public static Typeface getFont(@NonNull Context context, @FontRes int id, TypedValue value,
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintTypedArray.java 111 public Typeface getFont(@StyleableRes int index, int style, @NonNull TextView targetView) {
119 return ResourcesCompat.getFont(mContext, resourceId, mTypedValue, style, targetView);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 62 mList.getTree().getFont());
113 public Font getFont(@NonNull IMarker marker) {
202 public Font getFont(@NonNull IMarker marker) {
  /external/icu/icu4c/source/layoutex/
RunArrays.cpp 119 const LEFontInstance *FontRuns::getFont(le_int32 run) const

Completed in 1068 milliseconds

1 2 3 4 5 6