Searched refs:SmoothPagedView (Results 1 – 3 of 3) sorted by relevance
24 public abstract class SmoothPagedView extends PagedView { class68 public SmoothPagedView(Context context, AttributeSet attrs) { in SmoothPagedView() method in SmoothPagedView79 public SmoothPagedView(Context context, AttributeSet attrs, int defStyle) { in SmoothPagedView() method in SmoothPagedView
71 public class Workspace extends SmoothPagedView435 return SmoothPagedView.X_LARGE_MODE; in getScrollMode()
3709 bounceAnim.setInterpolator(new SmoothPagedView.OvershootInterpolator()); in runNewAppsAnimation()