Home
last modified time | relevance | path

Searched refs:notifyRecentsOfOrientation (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DFallbackActivityInterface.java90 notifyRecentsOfOrientation(deviceState.getRotationTouchHelper()); in prepareRecentsUI()
162 notifyRecentsOfOrientation(deviceState); in onExitOverview()
173 notifyRecentsOfOrientation(deviceState); in onExitOverview()
211 private void notifyRecentsOfOrientation(RotationTouchHelper rotationTouchHelper) { in notifyRecentsOfOrientation() method in FallbackActivityInterface
H A DLauncherActivityInterface.java96 notifyRecentsOfOrientation(deviceState.getRotationTouchHelper()); in onSwipeUpToHomeComplete()
120 notifyRecentsOfOrientation(deviceState.getRotationTouchHelper()); in prepareRecentsUI()
239 notifyRecentsOfOrientation(deviceState); in onExitOverview()
246 private void notifyRecentsOfOrientation(RotationTouchHelper rotationTouchHelper) { in notifyRecentsOfOrientation() method in LauncherActivityInterface