Searched refs:onScrollChanged (Results 1 - 8 of 8) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DScrollNotifyingListView.java54 protected void onScrollChanged(int l, int t, int oldl, int oldt) { method in class:ScrollNotifyingListView
55 super.onScrollChanged(l, t, oldl, oldt);
56 mObservable.onScrollChanged(l, t, oldl, oldt);
92 public void onScrollChanged(int l, int t, int oldl, int oldt) { method in class:ScrollNotifyingListView.ScrollObservable
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DCaffeinatedScrollView.java60 protected void onScrollChanged(int l, int t, int oldl, int oldt) { method in class:CaffeinatedScrollView
61 super.onScrollChanged(l, t, oldl, oldt);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationWebView.java179 protected void onScrollChanged(int l, int t, int oldl, int oldt) { method in class:ConversationWebView
180 super.onScrollChanged(l, t, oldl, oldt);
H A DMessageScrollView.java258 protected void onScrollChanged(int l, int t, int oldl, int oldt) { method in class:MessageScrollView
259 super.onScrollChanged(l, t, oldl, oldt);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java303 protected void onScrollChanged(int l, int t, int oldl, int oldt) { method in class:FolderPagedView
304 super.onScrollChanged(l, t, oldl, oldt);
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGrid.java184 protected void onScrollChanged(int l, int t, int oldl, int oldt) { method in class:ProgramGrid
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1121 void onScrollChanged(float progress); method in interface:Launcher.LauncherOverlayCallbacks
1126 public void onScrollChanged(float progress) { method in class:Launcher.LauncherOverlayCallbacksImpl
H A DWorkspace.java1356 protected void onScrollChanged(int l, int t, int oldl, int oldt) { method in class:Workspace
1357 super.onScrollChanged(l, t, oldl, oldt);

Completed in 226 milliseconds