(int color)
| 366 | } |
| 367 | |
| 368 | public static Drawable createSelectorDrawable(int color) { |
| 369 | return createSelectorDrawable(color, 1, -1); |
| 370 | } |
| 371 | |
| 372 | public static Drawable createSelectorDrawable(int color, int maskType) { |
| 373 | return createSelectorDrawable(color, maskType, -1); |
no test coverage detected