Searched defs:separators (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/picker/
H A DPicker.java104 * Returns the list of separators that will be populated between the picker column fields.
106 * @return The list of separators populated between the picker column fields.
113 * Sets the list of separators that will be populated between the Picker columns. The
114 * number of the separators should be either 1 indicating the same separator used between all
117 * In the latter case, the list of separators corresponds to the positions before the first
119 * An empty string for a given position indicates no separators needs to be placed for that
122 * @param separators The list of separators to be populated between the Picker columns.
124 public final void setSeparators(List<CharSequence> separators) { argument
126 mSeparators.addAll(separators);
[all...]

Completed in 26 milliseconds