Package org.robolectric.nativeruntime
Class TextRunShaperNatives
java.lang.Object
org.robolectric.nativeruntime.TextRunShaperNatives
Native methods for TextRunShaper JNI registration.
Native method signatures are derived from https://cs.android.com/android/platform/superproject/+/android-12.0.0_r1:frameworks/base/graphics/java/android/graphics/text/TextRunShaper.java
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
nativeShapeTextRun
(char[] text, int start, int count, int contextStart, int contextCount, boolean isRtl, long nativePaint) static long
nativeShapeTextRun
(String text, int start, int count, int contextStart, int contextCount, boolean isRtl, long nativePaint)
-
Method Details
-
nativeShapeTextRun
public static long nativeShapeTextRun(char[] text, int start, int count, int contextStart, int contextCount, boolean isRtl, long nativePaint) -
nativeShapeTextRun
public static long nativeShapeTextRun(String text, int start, int count, int contextStart, int contextCount, boolean isRtl, long nativePaint)
-