In the android Launcher app, Workspace.java accesses the mScrollX
member variable.

http://www.google.com/codesearch/p?hl=fr&sa=N&cd=2&ct=rc#4r7JaNM0EqE/src/com/android/launcher/Workspace.java&q=computeScroll

However it looks like mScrollX is not accessible to my ViewGroup
subclass.

Eclipse is marking it as unresolved().

Why is it that Launcher's codebase can access it whereas custom
subclasses cannot ?

And what can I do to set the mScrollX with the Scroller's current X
position ?

Thanks

G
--~--~---------~--~----~------------~-------~--~----~
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