Home | History | Annotate | Download | only in widget

Lines Matching defs:from

37  * defines the views used to display the row, and a mapping from keys in the Map to specific
78 * "from"
81 * @param from A list of column names that will be added to the Map associated with each
83 * @param to The views that should display column in the "from" parameter. These should all be
85 * in the from parameter.
88 @LayoutRes int resource, String[] from, @IdRes int[] to) {
91 mFrom = from;
156 * {@code null} to use the theme from the adapter's context
167 mDropDownInflater = LayoutInflater.from(context);
189 final String[] from = mFrom;
196 final Object data = dataSet.get(from[i]);
271 * @param value the value retrieved from the data set
292 * @param value the value retrieved from the data set
357 * is removed from the list.</p>