Class ShadowTextUtils


  • @Implements(android.text.TextUtils.class)
    public class ShadowTextUtils
    extends java.lang.Object
    Implement by truncating the text.
    • Constructor Summary

      Constructors 
      Constructor Description
      ShadowTextUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.lang.CharSequence ellipsize​(java.lang.CharSequence text, android.text.TextPaint p, float avail, android.text.TextUtils.TruncateAt where)  
      • Methods inherited from class java.lang.Object

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

      • ShadowTextUtils

        public ShadowTextUtils()
    • Method Detail

      • ellipsize

        @Implementation
        protected static java.lang.CharSequence ellipsize​(java.lang.CharSequence text,
                                                          android.text.TextPaint p,
                                                          float avail,
                                                          android.text.TextUtils.TruncateAt where)