You'll need to take a snapshot of the thing you are blurring, perform a blur
operation on that bitmap (which you will need to write yourself), and then
you can draw the bitmap.

On Tue, Sep 1, 2009 at 7:14 PM, LemonDev <[email protected]> wrote:

>
>    as we known we can use predefined animations in android
> developing, they are : alpha animation, scale animation, rotate
> animation, translate animation and skew animation(extend animation
> using Matrix's setSkew function).  though ,we can implement other
> effect using the Matrix, but it can only realize some shape
> transformations(i think the real color pixels don't changed).
>    If i want to make some effects like "blur" , it can't work,because
> animation only give the transformation matrix . we can't not
> manipulate the color pixels.
>    Please do me a favor, how can i realize effect like "blur" ?
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to