Searched refs:rotationTouchHelper (Results 1 – 5 of 5) sorted by relevance
211 private void notifyRecentsOfOrientation(RotationTouchHelper rotationTouchHelper) { in notifyRecentsOfOrientation() argument214 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()215 rotationTouchHelper.getDisplayRotation()); in notifyRecentsOfOrientation()
261 private void notifyRecentsOfOrientation(RotationTouchHelper rotationTouchHelper) { in notifyRecentsOfOrientation() argument264 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()265 rotationTouchHelper.getDisplayRotation()); in notifyRecentsOfOrientation()
106 RotationTouchHelper rotationTouchHelper) { in onGestureAnimationStartOnHome() argument110 onGestureAnimationStart(homeTask, rotationTouchHelper); in onGestureAnimationStartOnHome()
264 RotationTouchHelper rotationTouchHelper) { in onGestureAnimationStart() argument265 super.onGestureAnimationStart(runningTasks, rotationTouchHelper); in onGestureAnimationStart()
2643 Task[] runningTasks, RotationTouchHelper rotationTouchHelper) { in onGestureAnimationStart() argument2648 setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in onGestureAnimationStart()2649 rotationTouchHelper.getDisplayRotation()); in onGestureAnimationStart()