Home
last modified time | relevance | path

Searched refs:SmoothPagedView (Results 1 – 6 of 6) 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.java70 public class Workspace extends SmoothPagedView
434 return SmoothPagedView.X_LARGE_MODE; in getScrollMode()
DLauncher.java3651 bounceAnim.setInterpolator(new SmoothPagedView.OvershootInterpolator()); in runNewAppsAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DSmoothPagedView.java23 public abstract class SmoothPagedView extends PagedView { class
65 public SmoothPagedView(Context context, AttributeSet attrs) { in SmoothPagedView() method in SmoothPagedView
76 public SmoothPagedView(Context context, AttributeSet attrs, int defStyle) { in SmoothPagedView() method in SmoothPagedView
DWorkspace.java77 public class Workspace extends SmoothPagedView
469 return SmoothPagedView.X_LARGE_MODE; in getScrollMode()
DLauncher.java4113 bounceAnim.setInterpolator(new SmoothPagedView.OvershootInterpolator()); in createNewAppBounceAnimation()