()
| 714 | |
| 715 | |
| 716 | public boolean stopThread() { |
| 717 | if (drawExceptionHandler != null) { |
| 718 | drawExceptionHandler.interrupt(); |
| 719 | drawExceptionHandler = null; |
| 720 | } |
| 721 | if (animator != null) { |
| 722 | return animator.stop(); |
| 723 | } else { |
| 724 | return false; |
| 725 | } |
| 726 | } |
| 727 | |
| 728 | |
| 729 | public boolean isStopped() { |