Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DClearAllButton.java67 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()
DTaskMenuView.java239 PagedOrientationHandler orientationHandler = taskView.getPagedOrientationHandler();
241 orientationHandler.setTaskMenuAroundTaskView(this, mTaskInsetMargin);
249 params.width = orientationHandler.getTaskMenuWidth(taskView.getThumbnail()) - (2 * padding);
262 orientationHandler.setTaskOptionsMenuLayoutOrientation(
DTaskView.java763 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/
DTaskViewTouchController.java222 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/
DLayoutUtils.java42 PagedOrientationHandler orientationHandler) { in getShelfTrackingDistance() argument
46 context, dp, taskSize, orientationHandler); in getShelfTrackingDistance()
47 return orientationHandler.getDistanceToBottomOfRect(dp, taskSize); in getShelfTrackingDistance()
DAnimatorControllerWithResistance.java151 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/
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()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DSplitScreenSelectState.java51 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in getSplitSelectTranslation() local
52 int direction = orientationHandler.getSplitTranslationDirectionFactor(splitPosition); in getSplitSelectTranslation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java135 PagedOrientationHandler orientationHandler = getOrientationHandler(); in getWindowTargetRect() local
138 float primaryDimension = orientationHandler in getWindowTargetRect()
140 float secondaryDimension = orientationHandler in getWindowTargetRect()
DLauncherActivityInterface.java73 PagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument
74 calculateTaskSize(context, dp, outRect, orientationHandler); in getSwipeUpDestinationAndLength()
78 return LayoutUtils.getShelfTrackingDistance(context, dp, orientationHandler); in getSwipeUpDestinationAndLength()
DFallbackActivityInterface.java59 PagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument
60 calculateTaskSize(context, dp, outRect, orientationHandler); in getSwipeUpDestinationAndLength()
DTaskOverlayFactory.java111 PagedOrientationHandler orientationHandler = in addSplitOptions() local
114 orientationHandler.getSplitPositionOptions(deviceProfile); in addSplitOptions()
DBaseActivityInterface.java112 PagedOrientationHandler orientationHandler); in getSwipeUpDestinationAndLength() argument
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java100 PagedOrientationHandler orientationHandler = in setStateWithAnimationInternal() local
102 FloatProperty taskViewsFloat = orientationHandler.getSplitSelectTaskOffset( in setStateWithAnimationInternal()