Home
last modified time | relevance | path

Searched refs:PagedView (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DViewGroupFocusHelper.java23 import com.android.launcher3.PagedView;
54 if (view instanceof PagedView) { in isInPageTransition()
55 isInTransition = ((PagedView<?>) view).isPageInTransition(); in isInPageTransition()
94 if (parent instanceof PagedView) { in computeLocationRelativeToContainer()
95 PagedView page = (PagedView) parent; in computeLocationRelativeToContainer()
DKeyboardDragAndDropView.java43 import com.android.launcher3.PagedView;
139 if (parent instanceof PagedView) { in setCurrentSelection()
140 PagedView pv = (PagedView) parent; in setCurrentSelection()
180 PagedView pv = openFolder == null ? mLauncher.getWorkspace() : openFolder.getContent(); in getNextSelection()
/packages/apps/Launcher3/src/com/android/launcher3/workprofile/
DPersonalWorkPagedView.java22 import com.android.launcher3.PagedView;
27 public class PersonalWorkPagedView extends PagedView<PersonalWorkSlidingTabStrip> {
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetPagedView.java22 import com.android.launcher3.PagedView;
DWidgetRecommendationsView.java34 import com.android.launcher3.PagedView;
54 public final class WidgetRecommendationsView extends PagedView<PageIndicatorDots> {
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsPagedView.java24 import com.android.launcher3.PagedView;
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java72 public abstract class PagedView<T extends View & PageIndicator> extends ViewGroup { class
159 public PagedView(Context context) { in PagedView() method in PagedView
163 public PagedView(Context context, AttributeSet attrs) { in PagedView() method in PagedView
167 public PagedView(Context context, AttributeSet attrs, int defStyle) { in PagedView() method in PagedView
171 R.styleable.PagedView, defStyle, 0); in PagedView()
DModelCallbacks.kt140 else PagedView.INVALID_PAGE in <lambda>()
DLauncher.java1748 if (pageIndex != PagedView.INVALID_PAGE) {
DWorkspace.java147 public class Workspace<T extends View & PageIndicator> extends PagedView<T>
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java26 import static com.android.launcher3.PagedView.ACTION_MOVE_ALLOW_EASY_FLING;
27 import static com.android.launcher3.PagedView.DEBUG_FAILED_QUICKSWITCH;
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java40 import com.android.launcher3.PagedView;
64 public class FolderPagedView extends PagedView<PageIndicatorDots> implements ClipPathView {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java18 import static com.android.launcher3.PagedView.INVALID_PAGE;
DSwipeUpAnimationLogic.java21 import static com.android.launcher3.PagedView.INVALID_PAGE;
DAbsSwipeUpHandler.java36 import static com.android.launcher3.PagedView.INVALID_PAGE;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java141 import com.android.launcher3.PagedView;
247 STATE_TYPE extends BaseState<STATE_TYPE>> extends PagedView implements Insettable,