Home
last modified time | relevance | path

Searched refs:updateOrientationState (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java195 public void updateOrientationState(RecentsOrientedState state) { in updateOrientationState() method in TaskOverlayFactoryGo.TaskOverlayGo
196 super.updateOrientationState(state); in updateOrientationState()
197 ((GoOverviewActionsView) getActionsView()).updateOrientationState(state); in updateOrientationState()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DGoOverviewActionsView.java121 public void updateOrientationState(RecentsOrientedState orientedState) { in updateOrientationState() method in GoOverviewActionsView
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java273 public void updateOrientationState(RecentsOrientedState state) { in updateOrientationState() method in TaskOverlayFactory.TaskOverlay
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt750 it.overlay.updateOrientationState(orientationState) in <lambda>()