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

Method destroyView

src/main/java/Client/SmilePicker.java:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 public void destroyView() {
122 midlet.BombusMod.getInstance().setDisplayable(me.textbox);
123 }
124
125 public void drawItem(Graphics g, int ofs, boolean selected){
126 int max=(lineIndex==lines-1)? xLastCnt:xCnt;

Callers 1

onSelectMethod · 0.95

Calls 2

setDisplayableMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected