(Context context, int attr)
| 2199 | } |
| 2200 | |
| 2201 | static int resolveColor(Context context, int attr) { |
| 2202 | return resolveColor(context, attr, 0xFF0000); |
| 2203 | } |
| 2204 | |
| 2205 | static int resolveColor(Context context, int attr, int def) { |
| 2206 | int[] attrs = new int[]{attr}; |
no test coverage detected