Home
last modified time | relevance | path

Searched refs:RecentsPagedOrientationHandler (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java56 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
79 private RecentsPagedOrientationHandler mOrientationHandler =
80 RecentsPagedOrientationHandler.PORTRAIT;
230 mOrientationHandler = RecentsPagedOrientationHandler.PORTRAIT; in updateHandler()
232 mOrientationHandler = RecentsPagedOrientationHandler.LANDSCAPE; in updateHandler()
234 mOrientationHandler = RecentsPagedOrientationHandler.SEASCAPE; in updateHandler()
236 mOrientationHandler = RecentsPagedOrientationHandler.PORTRAIT; in updateHandler()
418 public RecentsPagedOrientationHandler getOrientationHandler() { in getOrientationHandler()
DLayoutUtils.java27 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
43 RecentsPagedOrientationHandler orientationHandler) { in getShelfTrackingDistance()
DAnimatorControllerWithResistance.java46 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
207 RecentsPagedOrientationHandler orientationHandler = params.recentsOrientedState in createRecentsResistanceAnim()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DClearAllButton.java37 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
160 RecentsPagedOrientationHandler orientationHandler = in onLayout()
211 RecentsPagedOrientationHandler orientationHandler = in onRecentsViewScroll()
300 RecentsPagedOrientationHandler orientationHandler = in applyPrimaryTranslation()
314 RecentsPagedOrientationHandler orientationHandler = in applySecondaryTranslation()
DIconView.java33 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
182 RecentsPagedOrientationHandler orientationHandler = in setIconOrientation()
DFloatingTaskView.java46 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
96 private RecentsPagedOrientationHandler mOrientationHandler;
227 public void updateOrientationHandler(RecentsPagedOrientationHandler orientationHandler) { in updateOrientationHandler()
DDigitalWellBeingToast.java55 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
336 RecentsPagedOrientationHandler orientationHandler = mTaskView.getPagedOrientationHandler(); in setupAndAddBanner()
DIconAppChipView.java48 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
256 RecentsPagedOrientationHandler orientationHandler = in setIconOrientation()
DTaskMenuView.java55 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
231 RecentsPagedOrientationHandler orientationHandler =
DTaskThumbnailViewDeprecated.java58 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
533 if (recents.getPagedOrientationHandler() == RecentsPagedOrientationHandler.PORTRAIT) { in isThumbnailRotationDifferentFromTask()
DTaskView.kt89 import com.android.quickstep.orientation.RecentsPagedOrientationHandler in <lambda>()
160 val pagedOrientationHandler: RecentsPagedOrientationHandler in <lambda>()
DRecentsView.java194 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
2088 RecentsPagedOrientationHandler oldOrientationHandler = getPagedOrientationHandler(); in updateOrientationHandler()
4409 public RecentsPagedOrientationHandler getPagedOrientationHandler() { in getPagedOrientationHandler()
4410 return (RecentsPagedOrientationHandler) super.getPagedOrientationHandler(); in getPagedOrientationHandler()
5056 RecentsPagedOrientationHandler orientationHandler = getPagedOrientationHandler();
5090 RecentsPagedOrientationHandler orientationHandler = getPagedOrientationHandler();
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java46 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
89 RecentsPagedOrientationHandler orientationHandler); in getSwipeUpDestinationAndLength()
209 RecentsPagedOrientationHandler orientationHandler) { in calculateTaskSize()
240 RecentsPagedOrientationHandler orientationHandler) { in calculateCarouselTaskSize()
263 Rect outRect, RecentsPagedOrientationHandler orientationHandler) { in calculateTaskSizeInternal()
355 RecentsPagedOrientationHandler orientationHandler) { in calculateGridTaskSize()
381 RecentsPagedOrientationHandler orientationHandler) { in calculateModalTaskSize()
DQuickstepTestInformationHandler.java18 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
86 focusedTaskRect, RecentsPagedOrientationHandler.PORTRAIT); in call()
97 gridTaskRect, RecentsPagedOrientationHandler.PORTRAIT); in call()
DFallbackActivityInterface.java38 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
63 RecentsPagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength()
DLauncherActivityInterface.java52 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
76 RecentsPagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength()
DTaskShortcutFactory.java53 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
304 final RecentsPagedOrientationHandler orientationHandler =
DSwipeUpAnimationLogic.java44 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
162 protected RecentsPagedOrientationHandler getOrientationHandler() { in getOrientationHandler()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java44 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
229 RecentsPagedOrientationHandler orientationHandler = in reInitAnimationController()
276 RecentsPagedOrientationHandler orientationHandler = in onDragStart()
293 RecentsPagedOrientationHandler orientationHandler = in onDrag()
354 RecentsPagedOrientationHandler orientationHandler = in onDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DRecentsPagedOrientationHandler.kt44 interface RecentsPagedOrientationHandler : PagedOrientationHandler { interface
381 @JvmField val PORTRAIT: RecentsPagedOrientationHandler = PortraitPagedViewHandler() in setSecondary()
382 @JvmField val LANDSCAPE: RecentsPagedOrientationHandler = LandscapePagedViewHandler() in setSecondary()
383 @JvmField val SEASCAPE: RecentsPagedOrientationHandler = SeascapePagedViewHandler() in setSecondary()
DLandscapePagedViewHandler.kt61 open class LandscapePagedViewHandler : RecentsPagedOrientationHandler {
DPortraitPagedViewHandler.java67 RecentsPagedOrientationHandler {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java48 import com.android.quickstep.orientation.RecentsPagedOrientationHandler;
135 RecentsPagedOrientationHandler orientationHandler = in handleSplitSelectionState()