How to use scrollTo method in scrollable views except for the first one

I’m using Appium 1.4.8 working on Android phone.

On one page in the app I’m testing , there is a spinner whose scrollable property is true, there is a gridView also has a scrollable set to true. scrollTo method only scrolls in the first scrollable view, but I want to use this method in the second scrollable view, is there a work around with this situation?

Do you think scrollTo method should take index of scrollable view as a parameter too? Since it’s very limited if we can only use it in the first scrollable view.