Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DSmoothPagedView.java24 public abstract class SmoothPagedView extends PagedView { class
68 public SmoothPagedView(Context context, AttributeSet attrs) { in SmoothPagedView() method in SmoothPagedView
79 public SmoothPagedView(Context context, AttributeSet attrs, int defStyle) { in SmoothPagedView() method in SmoothPagedView
DWorkspace.java71 public class Workspace extends SmoothPagedView
435 return SmoothPagedView.X_LARGE_MODE; in getScrollMode()
DLauncher.java3709 bounceAnim.setInterpolator(new SmoothPagedView.OvershootInterpolator()); in runNewAppsAnimation()