Class ShadowMeasuredTextBuilder


  • @Implements(value=android.graphics.text.MeasuredText.Builder.class,
                minSdk=29,
                isInAndroidSdk=false)
    public class ShadowMeasuredTextBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static long nBuildMeasuredText​(long nativeBuilderPtr, long hintMtPtr, char[] text, boolean computeHyphenation, boolean computeLayout)  
      protected static long nInitBuilder()  
      static void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowMeasuredTextBuilder

        public ShadowMeasuredTextBuilder()
    • Method Detail

      • nInitBuilder

        @Implementation
        protected static long nInitBuilder()
      • nBuildMeasuredText

        @Implementation
        protected static long nBuildMeasuredText​(long nativeBuilderPtr,
                                                 long hintMtPtr,
                                                 char[] text,
                                                 boolean computeHyphenation,
                                                 boolean computeLayout)
      • reset

        @Resetter
        public static void reset()