Searched refs:orientedState (Results 1 – 6 of 6) sorted by relevance
121 public void updateOrientationState(RecentsOrientedState orientedState) { in updateOrientationState() argument123 boolean canLauncherRotate = orientedState.isRecentsActivityRotationAllowed(); in updateOrientationState()
162 orientedState: RecentsOrientedState, in <lambda>()221 setOrientationState(orientedState) in <lambda>()
124 orientedState: RecentsOrientedState, in bind()166 setOrientationState(orientedState) in bind()
161 get() = orientedState.orientationHandler in <lambda>()260 lateinit var orientedState: RecentsOrientedState in <lambda>() variable656 orientedState: RecentsOrientedState, in <lambda>()671 setOrientationState(orientedState) in <lambda>()743 this.orientedState = orientationState in <lambda>()
470 RecentsOrientedState orientedState = taskContainer.getTaskView().getOrientedState();471 boolean isFakeLandscape = !orientedState.isRecentsActivityRotationAllowed()472 && orientedState.getTouchRotation() != ROTATION_0;
166 RecentsOrientedState orientedState = mTaskContainer.getTaskView().getOrientedState(); in initOverlay() local167 boolean isInLandscape = orientedState.getDisplayRotation() != ROTATION_0; in initOverlay()