Returns true if Bitmap can be drawn. @return true if getPixels() is not null
()
| 648 | * @return true if getPixels() is not null |
| 649 | */ |
| 650 | public boolean isReadyToDraw() { |
| 651 | try { |
| 652 | Stats.onNativeCall(); |
| 653 | return _nIsReadyToDraw(_ptr); |
| 654 | } finally { |
| 655 | Reference.reachabilityFence(this); |
| 656 | } |
| 657 | } |
| 658 | |
| 659 | /** |
| 660 | * <p>Returns a unique value corresponding to the pixels in PixelRef. |