Hi,

You can just use getScrollX() and getScrollY().

On Tue, Dec 8, 2009 at 10:07 AM, Cheryl Sedota <[email protected]> wrote:
> The View class has a computeScroll method whose documentation states:
>
> Called by a parent to request that a child update its values for
> mScrollX and mScrollY if necessary. This will typically be done if the
> child is animating a scroll using a Scroller  object.
>
>  See 
> http://developer.android.com/reference/android/view/View.html#computeScroll%28%29
>
> I am using the 1.5 SDK and I do not have access from within my
> application to the mScrollX and mScrollY protected member variables of
> the View class.  However, I MUST have a custom scroller object for my
> view.
>
> Please advise.  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]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Romain Guy
Android framework engineer
[email protected]

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 [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