android Programming Glossary: scrollnotifier
Sync Two ScrollView http://stackoverflow.com/questions/3527119/sync-two-scrollview ScrollManager when scrolling changes public interface ScrollNotifier public void setScrollListener ScrollListener scrollListener.. class SyncedScrollView extends ScrollView implements ScrollNotifier ... private ScrollListener scrollListener null @Override protected.. scrollType SCROLL_HORIZONTAL public void addScrollClient ScrollNotifier client clients.add client client.setScrollListener this TODO..
Sync Two ScrollView http://stackoverflow.com/questions/3527119/sync-two-scrollview ScrollViews and override their onScollChanged event to update ScrollManager when scrolling changes public interface ScrollNotifier public void setScrollListener ScrollListener scrollListener public ScrollListener getScrollListener public class SyncedScrollView.. scrollListener public ScrollListener getScrollListener public class SyncedScrollView extends ScrollView implements ScrollNotifier ... private ScrollListener scrollListener null @Override protected void onScrollChanged int l int t int oldl int oldt super.onScrollChanged.. 4 private volatile boolean isSyncing false private int scrollType SCROLL_HORIZONTAL public void addScrollClient ScrollNotifier client clients.add client client.setScrollListener this TODO fix dependency on all views being of equal horizontal vertical..
|