MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / changeMotoBacklightState

Method changeMotoBacklightState

src/main/java/Client/Roster.java:1771–1779  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1769 }
1770
1771 public void changeMotoBacklightState() {
1772 if (!cf.ghostMotor) {
1773 return;
1774 }
1775
1776 // backlight management
1777 blState = (blState == 1) ? Integer.MAX_VALUE : 1;
1778 midlet.BombusMod.getInstance().getDisplay().flashBacklight(blState);
1779 }
1780
1781 public void focusToNextUnreaded() {
1782 if (getItemCount() == 0) {

Callers 2

doKeyActionMethod · 0.95
commandExecuteMethod · 0.80

Calls 3

flashBacklightMethod · 0.65
getDisplayMethod · 0.65
getInstanceMethod · 0.45

Tested by

no test coverage detected