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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlTree.java71 * @param nodeNum The number of the node among the list of all notes.
73 * otherwise the same as {@code nodeNum}.
75 void addNode(HtmlDocument.Node n, int nodeNum, int endNum); argument
817 public void addNode(HtmlDocument.Node n, int nodeNum, int endNum) { argument
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlTree.java74 * @param nodeNum The number of the node among the list of all notes.
76 * otherwise the same as {@code nodeNum}.
78 void addNode(HtmlDocument.Node n, int nodeNum, int endNum); argument
853 public void addNode(HtmlDocument.Node n, int nodeNum, int endNum) { argument
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java1516 public void addNode(HtmlDocument.Node n, int nodeNum, int endNum) { argument
1518 if (nodeNum < mEndNodeElidedTextBlock) {
1520 } else if (nodeNum == mEndNodeElidedTextBlock) {
1521 super.addNode(ELIDED_TEXT_REPLACEMENT_NODE, nodeNum, endNum);
1550 super.addNode(n, nodeNum, endNum);

Completed in 278 milliseconds