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

