()
| 222 | } |
| 223 | |
| 224 | private int getColorInk() { |
| 225 | int type=((PopUpElement)popUps.elementAt(0)).getType(); |
| 226 | switch (type) { |
| 227 | case TYPE_SYSTEM: |
| 228 | return ColorTheme.getColor(ColorTheme.POPUP_SYSTEM_INK); |
| 229 | case TYPE_MESSAGE: |
| 230 | return ColorTheme.getColor(ColorTheme.POPUP_MESSAGE_INK); |
| 231 | } |
| 232 | return COLOR_ALERT_INK; |
| 233 | } |
| 234 | |
| 235 | private int getColorBgnd() { |
| 236 | int type=((PopUpElement)popUps.elementAt(0)).getType(); |
no test coverage detected