()
| 729 | } |
| 730 | |
| 731 | public int getImageIndex() { |
| 732 | if (showComposing == true) { |
| 733 | return RosterIcons.ICON_COMPOSING_INDEX; |
| 734 | } |
| 735 | int st = (status == Presence.PRESENCE_OFFLINE) ? offline_type : status; |
| 736 | if (st < 8) { |
| 737 | st += transport; |
| 738 | } |
| 739 | return st; |
| 740 | } |
| 741 | |
| 742 | public int getSecImageIndex() { |
| 743 | if (getNewMsgsCount() > 0) { |