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

Method show

src/main/java/ui/VirtualCanvas.java:95–103  ·  view source on GitHub ↗
(VirtualList virtualList)

Source from the content-addressed store, hash-verified

93 }
94
95 public void show(VirtualList virtualList) {
96 KeyRepeatTimer.stop();
97 if (virtualList == null)
98 virtualList = getList();
99 list = virtualList;
100 Display.getDisplay(midlet).setCurrent(this);
101 repaint();
102 commandState();
103 }
104
105 public VirtualList getList() {
106 return list == null ? homeList : list;

Callers

nothing calls this directly

Calls 6

stopMethod · 0.95
getListMethod · 0.95
getDisplayMethod · 0.95
commandStateMethod · 0.95
setCurrentMethod · 0.65
repaintMethod · 0.65

Tested by

no test coverage detected