Home
last modified time | relevance | path

Searched refs:bodyLength (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
DSearchActivity.java105 int bodyLength = fullTextLower.length(); in onLayout() local
136 int newend = Math.min(bodyLength, startPos + searchStringLength + offset); in onLayout()
158 end == bodyLength ? "" : sEllipsis); in onLayout()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java2841 int bodyLength = bodyText.length();
2846 if (bodyLength >= printableLength
2847 && bodyText.substring(bodyLength - printableLength)
2849 startPos = bodyLength - printableLength;
2850 } else if (bodyLength >= signatureLength
2851 && bodyText.substring(bodyLength - signatureLength)
2853 startPos = bodyLength - signatureLength;