Searched defs:getFont (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/compat/java/android/support/v4/content/res/
H A DResourcesCompat.java191 public static Typeface getFont(@NonNull Context context, @FontRes int id) method in class:ResourcesCompat
201 public static Typeface getFont(@NonNull Context context, @FontRes int id, TypedValue value, method in class:ResourcesCompat
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java400 public static Typeface getFont(String fontName, BridgeContext context, Theme theme, boolean method in class:ResourceHelper
471 public static Typeface getFont(ResourceValue value, BridgeContext context, Theme theme) { method in class:ResourceHelper
476 return getFont(value.getValue(), context, theme, value.isFramework());
/frameworks/minikin/include/minikin/
H A DFontFamily.h139 const std::shared_ptr<MinikinFont>& getFont(size_t index) const { function in class:minikin::FontFamily
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java111 public Typeface getFont(@StyleableRes int index, int style, @NonNull TextView targetView) { method in class:TintTypedArray
119 return ResourcesCompat.getFont(mContext, resourceId, mTypedValue, style, targetView);
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java972 public Typeface getFont(@StyleableRes int index) { method in class:TypedArray
983 return mResources.getFont(value, value.resourceId);
H A DResources.java355 @NonNull public Typeface getFont(@FontRes int id) throws NotFoundException { method in class:Resources
372 Typeface getFont(@NonNull TypedValue value, @FontRes int id) throws NotFoundException { method in class:Resources
384 array.getFont(i);
/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java729 public Typeface getFont(int index) { method in class:BridgeTypedArray
735 return ResourceHelper.getFont(value, mContext, mTheme);
H A DResources_Delegate.java804 static Typeface getFont(Resources resources, int id) throws method in class:Resources_Delegate
808 return ResourceHelper.getFont(value.getSecond(), getContext(resources), null);
818 static Typeface getFont(Resources resources, TypedValue outValue, int id) throws method in class:Resources_Delegate
822 return ResourceHelper.getFont(outValue.string.toString(), getContext(resources), null,
/frameworks/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java178 public Font getFont(int desiredWeight, boolean isItalic) { method in class:FontFamily_Delegate
211 * {@link #getFont(int, boolean)} returns an empty list, it means that an error occurred while
/frameworks/rs/
H A DrsContext.h142 Font * getFont() {return mFont.get();} function in class:android::renderscript::Context
/frameworks/minikin/libs/minikin/
H A DLayout.cpp1058 const MinikinFont* Layout::getFont(int i) const { function in class:minikin::Layout
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 592 milliseconds