Lines Matching refs:top

39                 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
42 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
45 @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);
105 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
107 TextViewCompatJbMr1.setCompoundDrawablesRelative(textView, start, top, end, bottom);
112 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
115 start, top, end, bottom);
120 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end,
123 start, top, end, bottom);
130 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
132 TextViewCompatJbMr2.setCompoundDrawablesRelative(textView, start, top, end, bottom);
137 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
140 .setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end,
146 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end,
149 start, top, end, bottom);
193 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
195 IMPL.setCompoundDrawablesRelative(textView, start, top, end, bottom);
213 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end,
215 IMPL.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom);
228 * @param top Resource identifier of the top Drawable.
237 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end,
239 IMPL.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom);