MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getImageIndex

Method getImageIndex

src/main/java/Client/Contact.java:731–740  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

drawItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected