/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RecentsOrientedState.java | 56 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()
|
D | LayoutUtils.java | 27 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 43 RecentsPagedOrientationHandler orientationHandler) { in getShelfTrackingDistance()
|
D | AnimatorControllerWithResistance.java | 46 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 207 RecentsPagedOrientationHandler orientationHandler = params.recentsOrientedState in createRecentsResistanceAnim()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | ClearAllButton.java | 37 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()
|
D | IconView.java | 33 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 182 RecentsPagedOrientationHandler orientationHandler = in setIconOrientation()
|
D | FloatingTaskView.java | 46 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 96 private RecentsPagedOrientationHandler mOrientationHandler; 227 public void updateOrientationHandler(RecentsPagedOrientationHandler orientationHandler) { in updateOrientationHandler()
|
D | DigitalWellBeingToast.java | 55 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 336 RecentsPagedOrientationHandler orientationHandler = mTaskView.getPagedOrientationHandler(); in setupAndAddBanner()
|
D | IconAppChipView.java | 48 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 256 RecentsPagedOrientationHandler orientationHandler = in setIconOrientation()
|
D | TaskMenuView.java | 55 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 231 RecentsPagedOrientationHandler orientationHandler =
|
D | TaskThumbnailViewDeprecated.java | 58 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 533 if (recents.getPagedOrientationHandler() == RecentsPagedOrientationHandler.PORTRAIT) { in isThumbnailRotationDifferentFromTask()
|
D | TaskView.kt | 89 import com.android.quickstep.orientation.RecentsPagedOrientationHandler in <lambda>() 160 val pagedOrientationHandler: RecentsPagedOrientationHandler in <lambda>()
|
D | RecentsView.java | 194 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/ |
D | BaseContainerInterface.java | 46 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()
|
D | QuickstepTestInformationHandler.java | 18 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 86 focusedTaskRect, RecentsPagedOrientationHandler.PORTRAIT); in call() 97 gridTaskRect, RecentsPagedOrientationHandler.PORTRAIT); in call()
|
D | FallbackActivityInterface.java | 38 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 63 RecentsPagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength()
|
D | LauncherActivityInterface.java | 52 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 76 RecentsPagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength()
|
D | TaskShortcutFactory.java | 53 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 304 final RecentsPagedOrientationHandler orientationHandler =
|
D | SwipeUpAnimationLogic.java | 44 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 162 protected RecentsPagedOrientationHandler getOrientationHandler() { in getOrientationHandler()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TaskViewTouchController.java | 44 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/ |
D | RecentsPagedOrientationHandler.kt | 44 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()
|
D | LandscapePagedViewHandler.kt | 61 open class LandscapePagedViewHandler : RecentsPagedOrientationHandler {
|
D | PortraitPagedViewHandler.java | 67 RecentsPagedOrientationHandler {
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | RecentsViewStateController.java | 48 import com.android.quickstep.orientation.RecentsPagedOrientationHandler; 135 RecentsPagedOrientationHandler orientationHandler = in handleSplitSelectionState()
|