Lines Matching refs:end

38                 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
41 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
44 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end,
55 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
57 textView.setCompoundDrawables(start, top, end, bottom);
62 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
64 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
69 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end,
71 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
110 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
112 TextViewCompatJbMr1.setCompoundDrawablesRelative(textView, start, top, end, bottom);
117 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
120 start, top, end, bottom);
125 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end,
128 start, top, end, bottom);
140 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
142 TextViewCompatJbMr2.setCompoundDrawablesRelative(textView, start, top, end, bottom);
147 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
150 .setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end,
156 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end,
159 start, top, end, bottom);
188 * Sets the Drawables (if any) to appear to the start of, above, to the end
203 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
205 IMPL.setCompoundDrawablesRelative(textView, start, top, end, bottom);
209 * Sets the Drawables (if any) to appear to the start of, above, to the end
223 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
225 IMPL.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom);
229 * Sets the Drawables (if any) to appear to the start of, above, to the end
239 * @param end Resource identifier of the end Drawable.
247 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end,
249 IMPL.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom);
282 * Returns drawables for the start, top, end, and bottom borders from the given text view.