¡@

Home 

2014/10/16 ¤W¤È 08:23:35

android Programming Glossary: scrolltype

Sync Two ScrollView

http://stackoverflow.com/questions/3527119/sync-two-scrollview

int SCROLL_VERTICAL 2 private ArrayList clients new ArrayList 4 private volatile boolean isSyncing false private int scrollType SCROLL_HORIZONTAL public void addScrollClient ScrollNotifier client clients.add client client.setScrollListener this TODO.. while scroll bars are being synchronized if isSyncing return isSyncing true remember scroll type if l oldl scrollType SCROLL_HORIZONTAL else if t oldt scrollType SCROLL_VERTICAL else not sure why this should happen isSyncing false return.. if isSyncing return isSyncing true remember scroll type if l oldl scrollType SCROLL_HORIZONTAL else if t oldt scrollType SCROLL_VERTICAL else not sure why this should happen isSyncing false return update clients for ScrollNotifier client clients..