Searched refs:endBoundary (Results 1 – 2 of 2) sorted by relevance
201 private void setEndBoundary(final float endBoundary) { in setEndBoundary() argument203 mLeftBoundary = mBoundingWidth - endBoundary; in setEndBoundary()205 mRightBoundary = endBoundary; in setEndBoundary()
288 String endBoundary = partBoundary + "--"; in parseMimePart() local296 if (line.equals(endBoundary)) { in parseMimePart()