(int x)
| 1155 | } |
| 1156 | |
| 1157 | private boolean inGap(int x) { |
| 1158 | return x>=(buttonWidth*12) && x<(buttonWidth*12+gapSize); |
| 1159 | } |
| 1160 | |
| 1161 | public void triggerPopupMenu(int newTool, MouseEvent e, boolean isRightClick, boolean isLongPress) { |
| 1162 | mpPrevious = current; |
no outgoing calls
no test coverage detected