Searched refs:orientationState (Results 1 – 4 of 4) sorted by relevance
236 public void setOrientationState(RecentsOrientedState orientationState) { in setOrientationState() argument237 super.setOrientationState(orientationState); in setOrientationState()
880 public void setOrientationState(RecentsOrientedState orientationState) { in setOrientationState() argument881 PagedOrientationHandler orientationHandler = orientationState.getOrientationHandler(); in setOrientationState()903 mSnapshotView.getTaskOverlay().updateOrientationState(orientationState); in setOrientationState()
813 RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()815 DeviceProfile dp = orientationState.getLauncherDeviceProfile();828 orientationState.setMultiWindowMode(dp.isMultiWindowMode);1372 RecentsOrientedState orientationState) {1378 return orientationState.getDisplayRotation();1389 final RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()1391 final int windowRotation = calculateWindowRotation(runningTaskTarget, orientationState);1392 final int homeRotation = orientationState.getRecentsActivityRotation();
134 public void setOrientationState(@NonNull RecentsOrientedState orientationState) { in setOrientationState() argument135 mOrientationState = orientationState; in setOrientationState()