Searched refs:m1 (Results 1 – 2 of 2) sorted by relevance
739 public int compare(Match m1, Match m2) { in compare() argument741 int parent1 = m1.edge.node == layout ? -1 : 1; in compare()746 if (m1.edge.edgeType == CENTER_HORIZONTAL in compare()747 || m1.edge.edgeType == CENTER_VERTICAL) { in compare()759 if (m1.edge.edgeType.isHorizontal()) { in compare()760 int cycle1 = mHorizontalDeps.contains(m1.edge.node) ? 1 : -1; in compare()766 int cycle1 = mVerticalDeps.contains(m1.edge.node) ? 1 : -1; in compare()777 if (m1.edge.to <= m1.with.from) { in compare()778 distance1 = m1.with.from - m1.edge.to; in compare()779 } else if (m1.edge.from >= m1.with.to) { in compare()[all …]
288 public int compare(SearchMatch m1, SearchMatch m2) { in filterMatchByFileName()289 String p1 = m1.getResource().getProject().getName(); in filterMatchByFileName()296 String r1 = m1.getResource().getName(); in filterMatchByFileName()