Package org.robolectric.shadows
Class ShadowFontBuilder
- java.lang.Object
-
- org.robolectric.shadows.ShadowFontBuilder
-
@Implements(className="android.graphics.fonts.Font.Builder", minSdk=29, isInAndroidSdk=false) public class ShadowFontBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShadowFontBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static java.nio.ByteBuffernGetAssetBuffer(long nativeAsset)protected static longnGetNativeAsset(android.content.res.AssetManager assetMgr, java.lang.String path, boolean isAsset, int cookie)protected static longnGetReleaseNativeAssetFunc()
-
-
-
Method Detail
-
nGetNativeAsset
@Implementation protected static long nGetNativeAsset(android.content.res.AssetManager assetMgr, java.lang.String path, boolean isAsset, int cookie)
-
nGetAssetBuffer
@Implementation protected static java.nio.ByteBuffer nGetAssetBuffer(long nativeAsset)
-
nGetReleaseNativeAssetFunc
@Implementation protected static long nGetReleaseNativeAssetFunc()
-
-