Class QuotedVoiceBubbleInsetResolver

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static int resolveEndInsetPx(boolean hasQuoteCard, boolean isSender, boolean hasExternalStatusDecoration, int decorationWidthPx, int decorationStartMarginPx, int decorationEndMarginPx)
      static int resolveQuoteCardWidthPx(boolean hasQuoteCard, boolean isSender, int messageBubbleWidthPx)
      static int resolveMeasuredEndInsetPx(boolean hasQuoteCard, boolean isSender, int contentWidthPx, int messageBubbleWidthPx)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • resolveEndInsetPx

         static int resolveEndInsetPx(boolean hasQuoteCard, boolean isSender, boolean hasExternalStatusDecoration, int decorationWidthPx, int decorationStartMarginPx, int decorationEndMarginPx)
      • resolveQuoteCardWidthPx

         static int resolveQuoteCardWidthPx(boolean hasQuoteCard, boolean isSender, int messageBubbleWidthPx)
      • resolveMeasuredEndInsetPx

         static int resolveMeasuredEndInsetPx(boolean hasQuoteCard, boolean isSender, int contentWidthPx, int messageBubbleWidthPx)