Home
last modified time | relevance | path

Searched refs:getPagedOrientationHandler (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTaskViewTouchController.java94 mRecentsView.getPagedOrientationHandler().getUpDownSwipeDirection(); in TaskViewTouchController()
168 int upDirection = mRecentsView.getPagedOrientationHandler() in onControllerInterceptTouchEvent()
226 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in reInitAnimationController()
269 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDragStart()
283 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDrag()
346 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDragEnd()
H A DPortraitStatesTouchController.java194 mLauncher.getDeviceProfile(), recentsView.getPagedOrientationHandler()); in initCurrentAnimation()
H A DNoButtonQuickSwitchTouchController.java121 mLauncher, mLauncher.getDeviceProfile(), mRecentsView.getPagedOrientationHandler()); in NoButtonQuickSwitchTouchController()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DClearAllButton.java83 PagedOrientationHandler orientationHandler = getRecentsView().getPagedOrientationHandler(); in onLayout()
129 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in onRecentsViewScroll()
219 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in applyPrimaryTranslation()
232 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in applySecondaryTranslation()
H A DGroupedTaskView.java223 getPagedOrientationHandler().measureGroupedTaskViewThumbnailBounds(mSnapshotView, in onMeasure()
243 mIconView2.setRotation(getPagedOrientationHandler().getDegreesRotated()); in setOrientationState()
256 getPagedOrientationHandler().setSplitIconParams(mIconView, mIconView2, in updateIconPlacement()
H A DTaskView.java1206 return getPagedOrientationHandler().getPrimaryValue( in getPrimarySplitTranslationProperty()
1211 return getPagedOrientationHandler().getSecondaryValue( in getSecondarySplitTranslationProperty()
1216 return getPagedOrientationHandler().getPrimaryValue( in getPrimaryDismissTranslationProperty()
1221 return getPagedOrientationHandler().getSecondaryValue( in getSecondaryDissmissTranslationProperty()
1226 return getPagedOrientationHandler().getPrimaryValue( in getPrimaryTaskOffsetTranslationProperty()
1231 return getPagedOrientationHandler().getSecondaryValue( in getTaskResistanceTranslationProperty()
1236 return getPagedOrientationHandler().getPrimaryValue( in getPrimaryNonGridTranslationProperty()
1241 return getPagedOrientationHandler().getSecondaryValue( in getSecondaryNonGridTranslationProperty()
1366 PagedOrientationHandler getPagedOrientationHandler() { in getPagedOrientationHandler() method in TaskView
H A DTaskMenuView.java136 PagedOrientationHandler pagedOrientationHandler = mTaskView.getPagedOrientationHandler();
246 mTaskView.getPagedOrientationHandler().setLayoutParamsForTaskMenuOptionItem(lp,
264 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler();
H A DFloatingTaskView.java93 mOrientationHandler = originalView.getRecentsView().getPagedOrientationHandler(); in init()
H A DDigitalWellBeingToast.java330 PagedOrientationHandler orientationHandler = mTaskView.getPagedOrientationHandler(); in setupAndAddBanner()
H A DRecentsView.java1117 return getScrollForPage(taskIndex) == getPagedOrientationHandler().getPrimaryScroll(this); in isTaskInExpectedScrollPosition()
3561 public PagedOrientationHandler getPagedOrientationHandler() { in getPagedOrientationHandler() method in RecentsView
4026 PagedOrientationHandler orientationHandler = getPagedOrientationHandler();
4041 PagedOrientationHandler orientationHandler = getPagedOrientationHandler();
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DBackgroundAppState.java55 recentsView.getPagedOrientationHandler()); in getVerticalProgress()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DRecentsViewStateController.java113 ((RecentsView) mLauncher.getOverviewPanel()).getPagedOrientationHandler(); in handleSplitSelectionState()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsStateController.java118 mRecentsView.getPagedOrientationHandler().getSplitSelectTaskOffset( in setProperties()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskOverlayFactory.java128 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in addSplitOptions()
H A DAbsSwipeUpHandler.java2008 int maxScrollOffset = mRecentsView.getPagedOrientationHandler().getPrimaryValue(
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1283 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in getDefaultWindowTargetRect()