Returns true if Bitmap can be drawn. @return true if getPixels() is not null
()
| 674 | * @return true if getPixels() is not null |
| 675 | */ |
| 676 | public boolean isReadyToDraw() { |
| 677 | try { |
| 678 | Stats.onNativeCall(); |
| 679 | return _nIsReadyToDraw(_ptr); |
| 680 | } finally { |
| 681 | ReferenceUtil.reachabilityFence(this); |
| 682 | } |
| 683 | } |
| 684 | |
| 685 | /** |
| 686 | * <p>Returns a unique value corresponding to the pixels in PixelRef. |