Searched refs:SNIPPET_LENGTH (Results 1 – 1 of 1) sorted by relevance
100 public static final int SNIPPET_LENGTH = 90; field in RssReader194 view.getText2().setText(descr.substring(0, Math.min(descr.length(), SNIPPET_LENGTH))); in getView()