Home
last modified time | relevance | path

Searched defs:orientationHandler (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java222 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in reInitAnimationController() local
264 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDragStart() local
278 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDrag() local
341 PagedOrientationHandler orientationHandler = mRecentsView.getPagedOrientationHandler(); in onDragEnd() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DClearAllButton.java67 PagedOrientationHandler orientationHandler = getRecentsView().getPagedOrientationHandler(); in onLayout() local
106 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in onRecentsViewScroll() local
191 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in applyPrimaryTranslation() local
204 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in applySecondaryTranslation() local
DTaskView.java763 PagedOrientationHandler orientationHandler = orientationState.getOrientationHandler(); in setOrientationState() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DSplitScreenSelectState.java51 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in getSplitSelectTranslation() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java42 PagedOrientationHandler orientationHandler) { in getShelfTrackingDistance()
DAnimatorControllerWithResistance.java151 PagedOrientationHandler orientationHandler = params.recentsOrientedState in createRecentsResistanceAnim() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java100 PagedOrientationHandler orientationHandler = in setStateWithAnimationInternal() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackActivityInterface.java59 PagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength()
DTaskOverlayFactory.java111 PagedOrientationHandler orientationHandler = in addSplitOptions() local
DLauncherActivityInterface.java73 PagedOrientationHandler orientationHandler) { in getSwipeUpDestinationAndLength()
DSwipeUpAnimationLogic.java135 PagedOrientationHandler orientationHandler = getOrientationHandler(); in getWindowTargetRect() local
DBaseActivityInterface.java112 PagedOrientationHandler orientationHandler); in getSwipeUpDestinationAndLength()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
DCameraManager.java114 private OrientationHandler orientationHandler; field in CameraManager