Searched refs:LinkSpec (Results 1 – 2 of 2) sorted by relevance
59 private static final Comparator<LinkSpec> COMPARATOR = new Comparator<LinkSpec>() {61 public int compare(LinkSpec a, LinkSpec b) {119 final ArrayList<LinkSpec> links = new ArrayList<>(); in addLinks()143 for (LinkSpec link: links) { in addLinks()417 private static void gatherLinks(ArrayList<LinkSpec> links, in gatherLinks()427 LinkSpec spec = new LinkSpec(); in gatherLinks()445 private static void gatherMapLinks(ArrayList<LinkSpec> links, Spannable s) { in gatherMapLinks()458 LinkSpec spec = new LinkSpec(); in gatherMapLinks()493 private static void pruneOverlaps(ArrayList<LinkSpec> links, Spannable text) { in pruneOverlaps()497 LinkSpec spec = new LinkSpec(); in pruneOverlaps()[all …]
259 ArrayList<LinkSpec> links = new ArrayList<LinkSpec>(); in addLinks()287 for (LinkSpec link: links) { in addLinks()764 private static final void gatherLinks(ArrayList<LinkSpec> links, in gatherLinks()774 LinkSpec spec = new LinkSpec(); in gatherLinks()786 private static void gatherTelLinks(ArrayList<LinkSpec> links, Spannable s, in gatherTelLinks()796 LinkSpec spec = new LinkSpec(); in gatherTelLinks()804 private static final void gatherMapLinks(ArrayList<LinkSpec> links, Spannable s) { in gatherMapLinks()817 LinkSpec spec = new LinkSpec(); in gatherMapLinks()845 private static final void pruneOverlaps(ArrayList<LinkSpec> links) { in pruneOverlaps()846 Comparator<LinkSpec> c = new Comparator<LinkSpec>() { in pruneOverlaps()[all …]