Searched refs:SmoothPagedView (Results 1 – 6 of 6) 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
70 public class Workspace extends SmoothPagedView434 return SmoothPagedView.X_LARGE_MODE; in getScrollMode()
3651 bounceAnim.setInterpolator(new SmoothPagedView.OvershootInterpolator()); in runNewAppsAnimation()
23 public abstract class SmoothPagedView extends PagedView { class65 public SmoothPagedView(Context context, AttributeSet attrs) { in SmoothPagedView() method in SmoothPagedView76 public SmoothPagedView(Context context, AttributeSet attrs, int defStyle) { in SmoothPagedView() method in SmoothPagedView
77 public class Workspace extends SmoothPagedView469 return SmoothPagedView.X_LARGE_MODE; in getScrollMode()
4113 bounceAnim.setInterpolator(new SmoothPagedView.OvershootInterpolator()); in createNewAppBounceAnimation()