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.java190 public void updateOrientationState(RecentsOrientedState state) { in updateOrientationState() method in TaskOverlayFactoryGo.TaskOverlayGo
191 super.updateOrientationState(state); in updateOrientationState()
192 ((GoOverviewActionsView) getActionsView()).updateOrientationState(state); in updateOrientationState()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DGoOverviewActionsView.java118 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.java803 getThumbnail().getTaskOverlay().updateOrientationState(orientationState); in setOrientationState()