Home
last modified time | relevance | path

Searched refs:ScrollChangeWatcher (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/ActionBarShadow/src/com/android/settingslib/widget/
DActionBarShadowController.java42 ScrollChangeWatcher mScrollChangeWatcher;
64 mScrollChangeWatcher = new ActionBarShadowController.ScrollChangeWatcher(activity); in ActionBarShadowController()
71 mScrollChangeWatcher = new ActionBarShadowController.ScrollChangeWatcher(anchorView); in ActionBarShadowController()
95 final class ScrollChangeWatcher implements View.OnScrollChangeListener { class in ActionBarShadowController
100 ScrollChangeWatcher(Activity activity) { in ScrollChangeWatcher() method in ActionBarShadowController.ScrollChangeWatcher
105 ScrollChangeWatcher(View anchorView) { in ScrollChangeWatcher() method in ActionBarShadowController.ScrollChangeWatcher