Thank you.  Can you please tell me if there is any API which can capture a
View/ViewGroup of what is visible on screen? The result can be a Bitmap or a
Picture?


On Thu, Jun 18, 2009 at 10:30 AM, Romain Guy <romain...@google.com> wrote:

>
> Just what the doc says: 'a bitmap representing this view.' That's the
> whole View.
>
> On Wed, Jun 17, 2009 at 9:57 AM, n 179911<n179...@gmail.com> wrote:
> >
> > Hi,
> >
> > From the JavaDoc, it said it returns 'a bitmap representing this view
> > or null if cache is disabled'. My question is what if the View is
> > longer than the phone screen (you need to scroll vertically), what
> > does the bitmap return?
> > * only the visible portion of the view
> > * everything the view has (both visible + invisible part)
> >
> > Thank you.
> >
> > >
> >
>
>
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com
>
> Note: please don't send private questions to me, as I don't have time
> to provide private support.  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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to