(boolean whiteBackground)
| 341 | } |
| 342 | |
| 343 | public static Drawable getSelectorDrawable(boolean whiteBackground) { |
| 344 | return getSelectorDrawable(getColor(key_listSelector), whiteBackground); |
| 345 | } |
| 346 | |
| 347 | public static Drawable getSelectorDrawable(int color, boolean whiteBackground) { |
| 348 | if (whiteBackground) { |
no test coverage detected