()
| 233 | } |
| 234 | |
| 235 | private int getColorBgnd() { |
| 236 | int type=((PopUpElement)popUps.elementAt(0)).getType(); |
| 237 | switch (type) { |
| 238 | case TYPE_SYSTEM: |
| 239 | return ColorTheme.getColor(ColorTheme.POPUP_SYSTEM_BGND); |
| 240 | case TYPE_MESSAGE: |
| 241 | return ColorTheme.getColor(ColorTheme.POPUP_MESSAGE_BGND); |
| 242 | } |
| 243 | return COLOR_ALERT_BGND; |
| 244 | } |
| 245 | |
| 246 | //paint |
| 247 | //private static int[] alphaBuffer = null; |
no test coverage detected