Searched refs:beforeNode (Results 1 – 1 of 1) sorted by relevance
995 UiViewElementNode beforeNode = null; in addMismatched() local1015 beforeNode = nextViewNode(children, index); in addMismatched()1024 if (beforeNode == null || isBefore(beforeNode, candidate)) { in addMismatched()1114 private boolean isBefore(UiViewElementNode beforeNode, UiViewElementNode candidate) { in isBefore() argument1118 if (sibling == beforeNode) { in isBefore()