()
| 145 | } |
| 146 | |
| 147 | public void onSelect() { |
| 148 | msg.itemCollapsed = !msg.itemCollapsed; |
| 149 | if (partialParse) { |
| 150 | partialParse=false; |
| 151 | parse(); |
| 152 | } |
| 153 | updateHeight(); |
| 154 | VirtualCanvas.getInstance().repaint(); |
| 155 | } |
| 156 | |
| 157 | private void updateHeight() { |
| 158 | int height = 0; |
nothing calls this directly
no test coverage detected