Searched refs:nodeNum (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DHtmlUtils.java90 public void addNode(HtmlDocument.Node n, int nodeNum, int endNum) { argument
92 mTextConverter.addNode(n, nodeNum, endNum);
H A DNotificationUtils.java1958 public void addNode(HtmlDocument.Node n, int nodeNum, int endNum) { argument
1960 if (nodeNum < mEndNodeElidedTextBlock) {
1962 } else if (nodeNum == mEndNodeElidedTextBlock) {
1963 super.addNode(ELIDED_TEXT_REPLACEMENT_NODE, nodeNum, endNum);
1992 super.addNode(n, nodeNum, endNum);
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlTree.java75 * @param nodeNum The number of the node among the list of all notes.
77 * otherwise the same as {@code nodeNum}.
79 void addNode(HtmlDocument.Node n, int nodeNum, int endNum); argument
892 public void addNode(HtmlDocument.Node n, int nodeNum, int endNum) { argument

Completed in 258 milliseconds