Home
last modified time | relevance | path

Searched refs:PagedOrientationHandler (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DRecentsPagedOrientationHandler.kt30 import com.android.launcher3.touch.PagedOrientationHandler
31 import com.android.launcher3.touch.PagedOrientationHandler.Float2DAction
32 import com.android.launcher3.touch.PagedOrientationHandler.Int2DAction
44 interface RecentsPagedOrientationHandler : PagedOrientationHandler {
DLandscapePagedViewHandler.kt46 import com.android.launcher3.touch.PagedOrientationHandler.ChildBounds
47 import com.android.launcher3.touch.PagedOrientationHandler.Float2DAction
48 import com.android.launcher3.touch.PagedOrientationHandler.Int2DAction
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DPagedOrientationHandler.java33 public interface PagedOrientationHandler { interface
35 PagedOrientationHandler DEFAULT = new DefaultPagedViewHandler();
DDefaultPagedViewHandler.java28 public class DefaultPagedViewHandler implements PagedOrientationHandler {
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java24 import static com.android.launcher3.touch.PagedOrientationHandler.VIEW_SCROLL_BY;
25 import static com.android.launcher3.touch.PagedOrientationHandler.VIEW_SCROLL_TO;
58 import com.android.launcher3.touch.PagedOrientationHandler;
59 import com.android.launcher3.touch.PagedOrientationHandler.ChildBounds;
121 private PagedOrientationHandler mOrientationHandler =
122 PagedOrientationHandler.DEFAULT;
235 protected PagedOrientationHandler getPagedOrientationHandler() { in getPagedOrientationHandler()
239 protected void setOrientationHandler(PagedOrientationHandler orientationHandler) { in setOrientationHandler()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java41 import com.android.launcher3.touch.PagedOrientationHandler;
179 PagedOrientationHandler orientationHandler = getOrientationHandler(); in getWindowTargetRect()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java50 import com.android.launcher3.touch.PagedOrientationHandler;
DTaskViewSimulator.java22 import static com.android.launcher3.touch.PagedOrientationHandler.MATRIX_POST_TRANSLATE;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java136 import com.android.launcher3.touch.PagedOrientationHandler;
1370 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in getDefaultWindowTargetRect()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java55 import static com.android.launcher3.touch.PagedOrientationHandler.CANVAS_TRANSLATE;