Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
DHtmlTree.java342 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) { in createBlocks() argument
346 int endNode = Math.min(getBlockEnd(textEnd), maxNode); in createBlocks()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHtmlTree.java379 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) { in createBlocks() argument
383 int endNode = Math.min(getBlockEnd(textEnd), maxNode); in createBlocks()