Searched refs:PagedView (Results 1 – 9 of 9) sorted by relevance
22 import com.android.launcher3.PagedView;58 if (parent instanceof PagedView) { in computeLocationRelativeToContainer()59 PagedView page = (PagedView) parent; in computeLocationRelativeToContainer()
32 import com.android.launcher3.PagedView;104 int currScreen = mPageToBindFirst != PagedView.INVALID_RESTORE_PAGE in bindWorkspace()108 currScreen = PagedView.INVALID_RESTORE_PAGE; in bindWorkspace()163 if (currentScreen != PagedView.INVALID_RESTORE_PAGE) { in bindWorkspace()
22 import com.android.launcher3.PagedView;24 public class AllAppsPagedView extends PagedView<PersonalWorkSlidingTabStrip> {
63 public abstract class PagedView<T extends View & PageIndicator> extends ViewGroup { class146 public PagedView(Context context) { in PagedView() method in PagedView150 public PagedView(Context context, AttributeSet attrs) { in PagedView() method in PagedView154 public PagedView(Context context, AttributeSet attrs, int defStyle) { in PagedView() method in PagedView158 R.styleable.PagedView, defStyle, 0); in PagedView()
258 private int mSynchronouslyBoundPage = PagedView.INVALID_PAGE;351 int currentScreen = PagedView.INVALID_RESTORE_PAGE; in onCreate()
113 public class Workspace extends PagedView<WorkspacePageIndicator>
38 import com.android.launcher3.PagedView;54 public class FolderPagedView extends PagedView<PageIndicatorDots> {
63 import com.android.launcher3.PagedView;111 public static final int RESCROLL_DELAY = PagedView.PAGE_SNAP_ANIMATION_DURATION + 150;
87 import com.android.launcher3.PagedView;124 public abstract class RecentsView<T extends BaseActivity> extends PagedView implements Insettable,