/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | ClearAllButton.java | 83 PagedOrientationHandler orientationHandler = getRecentsView().getPagedOrientationHandler(); in onLayout() local 84 mSidePadding = orientationHandler.getClearAllSidePadding(getRecentsView(), mIsRtl); in onLayout() 129 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in onRecentsViewScroll() local 130 float orientationSize = orientationHandler.getPrimaryValue(getWidth(), getHeight()); in onRecentsViewScroll() 219 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in applyPrimaryTranslation() local 220 orientationHandler.getPrimaryViewTranslate().set(this, in applyPrimaryTranslation() 221 orientationHandler.getPrimaryValue(0f, getOriginalTranslationY()) in applyPrimaryTranslation() 232 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in applySecondaryTranslation() local 233 orientationHandler.getSecondaryViewTranslate().set(this, in applySecondaryTranslation() 234 orientationHandler.getSecondaryValue(0f, getOriginalTranslationY())); in applySecondaryTranslation()
|
H A D | TaskMenuView.java | 264 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); 266 orientationHandler.setTaskMenuAroundTaskView(this, mTaskInsetMargin); 275 params.width = orientationHandler 290 orientationHandler.setTaskOptionsMenuLayoutOrientation(
|
H A D | TaskMenuViewWithArrow.kt | 178 val orientationHandler = recentsView.pagedOrientationHandler regex 180 orientationHandler.setTaskOptionsMenuLayoutOrientation(
|
H A D | FloatingTaskView.java | 154 public void updateOrientationHandler(PagedOrientationHandler orientationHandler) { in updateOrientationHandler() argument 155 mOrientationHandler = orientationHandler; in updateOrientationHandler()
|
H A D | DigitalWellBeingToast.java | 330 PagedOrientationHandler orientationHandler = mTaskView.getPagedOrientationHandler(); in setupAndAddBanner() local 331 Pair<Float, Float> translations = orientationHandler in setupAndAddBanner()
|
H A D | TaskView.java | 881 PagedOrientationHandler orientationHandler = orientationState.getOrientationHandler(); in setOrientationState() local 892 orientationHandler.setIconAndSnapshotParams(mIconView, taskIconMargin, taskIconHeight, in setOrientationState() 897 mIconView.setRotation(orientationHandler.getDegreesRotated()); in setOrientationState()
|
H A D | RecentsView.java | 4026 PagedOrientationHandler orientationHandler = getPagedOrientationHandler(); 4027 int direction = orientationHandler.getSplitTranslationDirectionFactor( 4041 PagedOrientationHandler orientationHandler = getPagedOrientationHandler(); 4043 orientationHandler.getSplitSelectTaskOffset(
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | TaskViewTouchController.java | 226 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in reInitAnimationController() local 229 final int secondaryLayerDimension = orientationHandler.getSecondaryDimension(dl); in reInitAnimationController() 231 int verticalFactor = orientationHandler.getTaskDragDisplacementFactor(mIsRtl); in reInitAnimationController() 251 mTempCords[1] = orientationHandler.getSecondaryDimension(thumbnailView); in reInitAnimationController() 269 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDragStart() local 271 reInitAnimationController(orientationHandler.isGoingUp(startDisplacement, mIsRtl)); in onDragStart() 283 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDrag() local 286 orientationHandler.isGoingUp(totalDisplacement, mIsRtl); in onDrag() 346 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDragEnd() local 347 boolean goingUp = orientationHandler.isGoingUp(velocity, mIsRtl); in onDragEnd() [all …]
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | LayoutUtils.java | 42 PagedOrientationHandler orientationHandler) { in getShelfTrackingDistance() argument 46 return orientationHandler.getDistanceToBottomOfRect(dp, taskSize); in getShelfTrackingDistance()
|
H A D | AnimatorControllerWithResistance.java | 159 PagedOrientationHandler orientationHandler = params.recentsOrientedState in createRecentsResistanceAnim() local 179 * orientationHandler.getSecondaryTranslationDirectionFactor() in createRecentsResistanceAnim()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/ |
H A D | CameraManager.java | 114 private OrientationHandler orientationHandler; field in CameraManager 603 if (orientationHandler != null) { in tryShowPreview() 604 orientationHandler.disable(); in tryShowPreview() 605 orientationHandler = null; in tryShowPreview() 650 if (orientationHandler == null) { in tryShowPreview() 651 orientationHandler = new OrientationHandler(cameraPreview.getContext()); in tryShowPreview() 652 orientationHandler.enable(); in tryShowPreview()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
H A D | RecentsViewStateController.java | 112 PagedOrientationHandler orientationHandler = in handleSplitSelectionState() local 115 orientationHandler.getSplitSelectTaskOffset( in handleSplitSelectionState()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | SwipeUpAnimationLogic.java | 151 PagedOrientationHandler orientationHandler = getOrientationHandler(); in getWindowTargetRect() local 154 float primaryDimension = orientationHandler in getWindowTargetRect() 156 float secondaryDimension = orientationHandler in getWindowTargetRect()
|
H A D | TaskOverlayFactory.java | 128 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in addSplitOptions() local 146 orientationHandler.getSplitPositionOptions(deviceProfile); in addSplitOptions()
|
H A D | LauncherActivityInterface.java | 73 PagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument 78 return LayoutUtils.getShelfTrackingDistance(context, dp, orientationHandler); in getSwipeUpDestinationAndLength()
|
H A D | FallbackActivityInterface.java | 63 PagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument
|
H A D | BaseActivityInterface.java | 115 PagedOrientationHandler orientationHandler); in getSwipeUpDestinationAndLength() argument
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | QuickstepTransitionManager.java | 1283 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in getDefaultWindowTargetRect() local 1286 float primaryDimension = orientationHandler in getDefaultWindowTargetRect() 1288 float secondaryDimension = orientationHandler in getDefaultWindowTargetRect()
|