HomeSort by relevance Sort by last modified time
    Searched refs:getBlockEnd (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 346 int endNode = Math.min(getBlockEnd(textEnd), maxNode);
468 private int getBlockEnd(int textPos) {
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 379 int endNode = Math.min(getBlockEnd(textEnd), maxNode);
501 private int getBlockEnd(int textPos) {

Completed in 34 milliseconds