Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java103 RecentsPagedOrientationHandler orientationHandler); in getSwipeUpDestinationAndLength() argument
254 RecentsPagedOrientationHandler orientationHandler) { in calculateTaskSize() argument
262 int overviewActionsClaimedSpace = orientationHandler.isLayoutNaturalToLauncher() in calculateTaskSize()
273 orientationHandler); in calculateTaskSize()
287 Rect outRect, RecentsPagedOrientationHandler orientationHandler) { in calculateTaskSizeInternal() argument
291 if (orientationHandler.isLayoutNaturalToLauncher()) { in calculateTaskSizeInternal()
299 ? windowBounds.get(orientationHandler.getRotation()).insets in calculateTaskSizeInternal()
302 orientationHandler.rotateInsets(deviceRotationInsets, outRect); in calculateTaskSizeInternal()
321 orientationHandler.rotateInsets(outRect, outRect); in calculateTaskSizeInternal()
376 RecentsPagedOrientationHandler orientationHandler) { in calculateGridTaskSize() argument
[all …]
DLauncherActivityInterface.java72 RecentsPagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument
73 calculateTaskSize(context, dp, outRect, orientationHandler); in getSwipeUpDestinationAndLength()
78 return LayoutUtils.getShelfTrackingDistance(context, dp, orientationHandler, this); in getSwipeUpDestinationAndLength()
DFallbackActivityInterface.java63 RecentsPagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument
64 calculateTaskSize(context, dp, outRect, orientationHandler); in getSwipeUpDestinationAndLength()
DFallbackWindowInterface.java64 RecentsPagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength() argument
65 calculateTaskSize(context, dp, outRect, orientationHandler); in getSwipeUpDestinationAndLength()
DSwipeUpAnimationLogic.java178 PagedOrientationHandler orientationHandler = getOrientationHandler(); in getWindowTargetRect() local
181 float primaryDimension = orientationHandler in getWindowTargetRect()
183 float secondaryDimension = orientationHandler in getWindowTargetRect()
DTaskShortcutFactory.java341 final RecentsPagedOrientationHandler orientationHandler =
363 return orientationHandler.getSplitPositionOptions(deviceProfile)
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchControllerDeprecated.java232 RecentsPagedOrientationHandler orientationHandler = in reInitAnimationController() local
236 final int secondaryLayerDimension = orientationHandler.getSecondaryDimension(dl); in reInitAnimationController()
238 int verticalFactor = orientationHandler.getTaskDragDisplacementFactor(mIsRtl); in reInitAnimationController()
239 int secondaryTaskDimension = orientationHandler.getSecondaryDimension(mTaskBeingDragged); in reInitAnimationController()
278 RecentsPagedOrientationHandler orientationHandler = in onDragStart() local
281 reInitAnimationController(orientationHandler.isGoingUp(startDisplacement, mIsRtl)); in onDragStart()
295 RecentsPagedOrientationHandler orientationHandler = in onDrag()
299 orientationHandler.isGoingUp(totalDisplacement, mIsRtl); in onDrag()
356 RecentsPagedOrientationHandler orientationHandler = in onDragEnd() local
358 boolean goingUp = orientationHandler.isGoingUp(velocity, mIsRtl); in onDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DClearAllButton.kt209 val orientationHandler = recentsView.pagedOrientationHandler in getOffsetAdjustment() constant
210 orientationHandler.primaryViewTranslate.set( in getOffsetAdjustment()
212 (orientationHandler.getPrimaryValue(0f, taskAlignmentTranslationY) + in getOffsetAdjustment()
221 val orientationHandler = recentsView.pagedOrientationHandler in applySecondaryTranslation() constant
222 orientationHandler.secondaryViewTranslate.set( in applySecondaryTranslation()
224 orientationHandler.getSecondaryValue(0f, taskAlignmentTranslationY), in applySecondaryTranslation()
DIconAppChipView.kt153 val orientationHandler = orientationState.orientationHandler in <lambda>() constant
163 orientationHandler.setIconAppChipMenuParams( in <lambda>()
195 orientationHandler.setIconAppChipChildrenParams(iconParams, iconMarginStartRelativeToParent) in <lambda>()
204 orientationHandler.setIconAppChipChildrenParams(iconTextCollapsedParams, textMarginStart) in <lambda>()
218 orientationHandler.setIconAppChipChildrenParams(iconTextExpandedParams, textMarginStart) in <lambda>()
231 orientationHandler.setIconAppChipChildrenParams(iconArrowParams, arrowMarginStart) in <lambda>()
DIconView.kt156 val orientationHandler = orientationState.orientationHandler in <lambda>() constant
159 orientationHandler.setTaskIconParams( in <lambda>()
170 setRotation(orientationHandler.degreesRotated) in <lambda>()
DTaskMenuView.kt199 val orientationHandler = recentsView.pagedOrientationHandler in <lambda>() constant
212 orientationHandler.getTaskMenuWidth( in <lambda>()
237 orientationHandler.setTaskOptionsMenuLayoutOrientation( in <lambda>()
251 rotation = orientationHandler.degreesRotated in <lambda>()
261 orientationHandler.getTaskMenuX( in <lambda>()
269 orientationHandler.getTaskMenuY( in <lambda>()
DTaskMenuViewWithArrow.kt207 val orientationHandler = recentsView.pagedOrientationHandler in <lambda>() constant
209 orientationHandler.setTaskOptionsMenuLayoutOrientation( in <lambda>()
DFloatingTaskView.java227 public void updateOrientationHandler(RecentsPagedOrientationHandler orientationHandler) { in updateOrientationHandler() argument
228 mOrientationHandler = orientationHandler; in updateOrientationHandler()
DGroupedTaskView.kt157 orientationState.orientationHandler.getGroupedTaskViewSizes( in setOrientationState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java47 RecentsPagedOrientationHandler orientationHandler, in getShelfTrackingDistance() argument
52 orientationHandler); in getShelfTrackingDistance()
53 return orientationHandler.getDistanceToBottomOfRect(dp, taskSize); in getShelfTrackingDistance()
DAnimatorControllerWithResistance.java159 RecentsPagedOrientationHandler orientationHandler = params.recentsOrientedState in createRecentsResistanceAnim() local
162 .calculateTaskSize(params.context, params.dp, startRect, orientationHandler); in createRecentsResistanceAnim()
180 * 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/quickstep/recents/data/
DRecentsRotationStateRepositoryImpl.kt31 orientationHandlerRotation = orientationHandler.rotation in getRecentsRotationState()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/data/
DRecentsRotationStateRepositoryImplTest.kt37 whenever(recentsOrientedState.orientationHandler).thenReturn(SeascapePagedViewHandler()) in orientedStateMappedCorrectly()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.kt241 val orientationHandler = recentsView.pagedOrientationHandler in <lambda>() constant
243 orientationHandler.getSplitSelectTaskOffset( in <lambda>()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DRecentOrientedStateHandlerTests.kt77 val rotation = recentOrientedState.orientationHandler.rotation in runTestCase()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DAspectRatioSystemShortcutTests.kt138 whenever(orientedState.orientationHandler).thenReturn(LandscapePagedViewHandler()) in setUp()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java552 var orientationHandler = in getRecentsOrientationHandler() local
554 return switch (orientationHandler) { in getRecentsOrientationHandler()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java239 protected void setOrientationHandler(PagedOrientationHandler orientationHandler) { in setOrientationHandler() argument
240 this.mOrientationHandler = orientationHandler; in setOrientationHandler()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1417 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in getDefaultWindowTargetRect() local
1420 float primaryDimension = orientationHandler in getDefaultWindowTargetRect()
1422 float secondaryDimension = orientationHandler in getDefaultWindowTargetRect()

12