Home
last modified time | relevance | path

Searched refs:orientationHandler (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DClearAllButton.java83 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 DTaskMenuView.java264 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler();
266 orientationHandler.setTaskMenuAroundTaskView(this, mTaskInsetMargin);
275 params.width = orientationHandler
290 orientationHandler.setTaskOptionsMenuLayoutOrientation(
H A DTaskMenuViewWithArrow.kt178 val orientationHandler = recentsView.pagedOrientationHandler regex
180 orientationHandler.setTaskOptionsMenuLayoutOrientation(
H A DFloatingTaskView.java154 public void updateOrientationHandler(PagedOrientationHandler orientationHandler) { in updateOrientationHandler() argument
155 mOrientationHandler = orientationHandler; in updateOrientationHandler()
H A DDigitalWellBeingToast.java330 PagedOrientationHandler orientationHandler = mTaskView.getPagedOrientationHandler(); in setupAndAddBanner() local
331 Pair<Float, Float> translations = orientationHandler in setupAndAddBanner()
H A DTaskView.java881 PagedOrientationHandler orientationHandler = orientationState.getOrientationHandler(); in setOrientationState() local
892 orientationHandler.setIconAndSnapshotParams(mIconView, taskIconMargin, taskIconHeight, in setOrientationState()
897 mIconView.setRotation(orientationHandler.getDegreesRotated()); in setOrientationState()
H A DRecentsView.java4026 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 DTaskViewTouchController.java226 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 DLayoutUtils.java42 PagedOrientationHandler orientationHandler) { in getShelfTrackingDistance() argument
46 return orientationHandler.getDistanceToBottomOfRect(dp, taskSize); in getShelfTrackingDistance()
H A DAnimatorControllerWithResistance.java159 PagedOrientationHandler orientationHandler = params.recentsOrientedState in createRecentsResistanceAnim() local
179 * orientationHandler.getSecondaryTranslationDirectionFactor() in createRecentsResistanceAnim()
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
H A DCameraManager.java114 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 DRecentsViewStateController.java112 PagedOrientationHandler orientationHandler = in handleSplitSelectionState() local
115 orientationHandler.getSplitSelectTaskOffset( in handleSplitSelectionState()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSwipeUpAnimationLogic.java151 PagedOrientationHandler orientationHandler = getOrientationHandler(); in getWindowTargetRect() local
154 float primaryDimension = orientationHandler in getWindowTargetRect()
156 float secondaryDimension = orientationHandler in getWindowTargetRect()
H A DTaskOverlayFactory.java128 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in addSplitOptions() local
146 orientationHandler.getSplitPositionOptions(deviceProfile); in addSplitOptions()
H A DLauncherActivityInterface.java73 PagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument
78 return LayoutUtils.getShelfTrackingDistance(context, dp, orientationHandler); in getSwipeUpDestinationAndLength()
H A DFallbackActivityInterface.java63 PagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument
H A DBaseActivityInterface.java115 PagedOrientationHandler orientationHandler); in getSwipeUpDestinationAndLength() argument
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1283 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in getDefaultWindowTargetRect() local
1286 float primaryDimension = orientationHandler in getDefaultWindowTargetRect()
1288 float secondaryDimension = orientationHandler in getDefaultWindowTargetRect()