Class QuotedVoiceBubbleInsetResolver
-
- All Implemented Interfaces:
public final class QuotedVoiceBubbleInsetResolver
-
-
Method Summary
Modifier and Type Method Description static intresolveEndInsetPx(boolean hasQuoteCard, boolean isSender, boolean hasExternalStatusDecoration, int decorationWidthPx, int decorationStartMarginPx, int decorationEndMarginPx)static intresolveQuoteCardWidthPx(boolean hasQuoteCard, boolean isSender, int messageBubbleWidthPx)static intresolveMeasuredEndInsetPx(boolean hasQuoteCard, boolean isSender, int contentWidthPx, int messageBubbleWidthPx)-
-
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)
-
-
-
-