Class ShadowNativeTextRunShaper

java.lang.Object
org.robolectric.shadows.ShadowNativeTextRunShaper

Shadow for TextRunShaper that is backed by native code
  • Constructor Details

    • ShadowNativeTextRunShaper

      public ShadowNativeTextRunShaper()
  • Method Details

    • nativeShapeTextRun

      @Implementation(maxSdk=34) protected static long nativeShapeTextRun(char[] text, int start, int count, int contextStart, int contextCount, boolean isRtl, long nativePaint)
    • nativeShapeTextRun

      @Implementation(maxSdk=34) protected static long nativeShapeTextRun(String text, int start, int count, int contextStart, int contextCount, boolean isRtl, long nativePaint)