Searched refs:endBoundary (Results 1 – 2 of 2) sorted by relevance
202 private void setEndBoundary(final float endBoundary) { in setEndBoundary() argument204 mLeftBoundary = mBoundingWidth - endBoundary; in setEndBoundary()206 mRightBoundary = endBoundary; in setEndBoundary()
282 String endBoundary = partBoundary + "--"; in parseMimePart() local290 if (line.equals(endBoundary)) { in parseMimePart()