How can one blur a rectangular region of the screen (region could intersect with more than one activity's windows)... we are able to get blur working for a particular view itself by implementing a custom onDraw() method and Paint.setMaskFilter() --> BlurMaskFilter but can't figure out how to apply a blur to another activity's view.
If this is just not possible, then please demonstrate how to take a snapshot of the screen so that we can manipulate that bitmap image as part of our blur activity. I've only seen the snapshot capability offered on the WebView but it's a very useful utility to have for all views in general. Thanks, Cheryl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

