(boolean tapped0)
| 4669 | return tapped; |
| 4670 | } |
| 4671 | public final void setTapped(boolean tapped0) { |
| 4672 | if (tapped == tapped0) { return; } |
| 4673 | tapped = tapped0; |
| 4674 | view.updateTapped(this); |
| 4675 | } |
| 4676 | |
| 4677 | public final boolean canTap() { |
| 4678 | return canTap(false); |
no test coverage detected