/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | ClearAllButton.java | 67 PagedOrientationHandler orientationHandler = getRecentsView().getPagedOrientationHandler(); in onLayout() local 68 mSidePadding = orientationHandler.getClearAllSidePadding(getRecentsView(), mIsRtl); in onLayout() 106 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in onRecentsViewScroll() local 107 float orientationSize = orientationHandler.getPrimaryValue(getWidth(), getHeight()); in onRecentsViewScroll() 191 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in applyPrimaryTranslation() local 192 orientationHandler.getPrimaryViewTranslate().set(this, in applyPrimaryTranslation() 193 orientationHandler.getPrimaryValue(0f, getOriginalTranslationY()) in applyPrimaryTranslation() 204 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in applySecondaryTranslation() local 205 orientationHandler.getSecondaryViewTranslate().set(this, in applySecondaryTranslation() 206 orientationHandler.getSecondaryValue(0f, getOriginalTranslationY())); in applySecondaryTranslation()
|
D | TaskMenuView.java | 239 PagedOrientationHandler orientationHandler = taskView.getPagedOrientationHandler(); 241 orientationHandler.setTaskMenuAroundTaskView(this, mTaskInsetMargin); 249 params.width = orientationHandler.getTaskMenuWidth(taskView.getThumbnail()) - (2 * padding); 262 orientationHandler.setTaskOptionsMenuLayoutOrientation(
|
D | TaskView.java | 763 PagedOrientationHandler orientationHandler = orientationState.getOrientationHandler(); in setOrientationState() local 771 switch (orientationHandler.getRotation()) { in setOrientationState() 800 mIconView.setRotation(orientationHandler.getDegreesRotated()); in setOrientationState()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TaskViewTouchController.java | 222 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in reInitAnimationController() local 225 final int secondaryLayerDimension = orientationHandler.getSecondaryDimension(dl); in reInitAnimationController() 227 int verticalFactor = orientationHandler.getTaskDragDisplacementFactor(mIsRtl); in reInitAnimationController() 228 int secondaryTaskDimension = orientationHandler.getSecondaryDimension(mTaskBeingDragged); in reInitAnimationController() 246 mTempCords[1] = orientationHandler.getSecondaryDimension(thumbnailView); in reInitAnimationController() 264 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDragStart() local 266 reInitAnimationController(orientationHandler.isGoingUp(startDisplacement, mIsRtl)); in onDragStart() 278 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDrag() local 281 orientationHandler.isGoingUp(totalDisplacement, mIsRtl); in onDrag() 341 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDragEnd() local [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | LayoutUtils.java | 42 PagedOrientationHandler orientationHandler) { in getShelfTrackingDistance() argument 46 context, dp, taskSize, orientationHandler); in getShelfTrackingDistance() 47 return orientationHandler.getDistanceToBottomOfRect(dp, taskSize); in getShelfTrackingDistance()
|
D | AnimatorControllerWithResistance.java | 151 PagedOrientationHandler orientationHandler = params.recentsOrientedState in createRecentsResistanceAnim() local 154 orientationHandler); in createRecentsResistanceAnim() 192 * orientationHandler.getSecondaryTranslationDirectionFactor() in createRecentsResistanceAnim()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/ |
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()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | SplitScreenSelectState.java | 51 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in getSplitSelectTranslation() local 52 int direction = orientationHandler.getSplitTranslationDirectionFactor(splitPosition); in getSplitSelectTranslation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SwipeUpAnimationLogic.java | 135 PagedOrientationHandler orientationHandler = getOrientationHandler(); in getWindowTargetRect() local 138 float primaryDimension = orientationHandler in getWindowTargetRect() 140 float secondaryDimension = orientationHandler in getWindowTargetRect()
|
D | LauncherActivityInterface.java | 73 PagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument 74 calculateTaskSize(context, dp, outRect, orientationHandler); in getSwipeUpDestinationAndLength() 78 return LayoutUtils.getShelfTrackingDistance(context, dp, orientationHandler); in getSwipeUpDestinationAndLength()
|
D | FallbackActivityInterface.java | 59 PagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument 60 calculateTaskSize(context, dp, outRect, orientationHandler); in getSwipeUpDestinationAndLength()
|
D | TaskOverlayFactory.java | 111 PagedOrientationHandler orientationHandler = in addSplitOptions() local 114 orientationHandler.getSplitPositionOptions(deviceProfile); in addSplitOptions()
|
D | BaseActivityInterface.java | 112 PagedOrientationHandler orientationHandler); in getSwipeUpDestinationAndLength() argument
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | BaseRecentsViewStateController.java | 100 PagedOrientationHandler orientationHandler = in setStateWithAnimationInternal() local 102 FloatProperty taskViewsFloat = orientationHandler.getSplitSelectTaskOffset( in setStateWithAnimationInternal()
|