Home
last modified time | relevance | path

Searched refs:getRecentsRotationState (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/recents/data/
DRecentsRotationStateRepository.kt20 fun getRecentsRotationState(): RecentsRotationState method
DRecentsRotationStateRepositoryImpl.kt27 override fun getRecentsRotationState() = in getRecentsRotationState() method in com.android.quickstep.recents.data.RecentsRotationStateRepositoryImpl
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/data/
DFakeRecentsRotationStateRepository.kt28 override fun getRecentsRotationState() = recentsRotationState in getRecentsRotationState() method in com.android.quickstep.recents.data.FakeRecentsRotationStateRepository
DRecentsRotationStateRepositoryImplTest.kt39 assertThat(systemUnderTest.getRecentsRotationState()) in orientedStateMappedCorrectly()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/recents/domain/usecase/
DGetThumbnailPositionUseCase.kt48 rotationStateRepository.getRecentsRotationState().activityRotation, in invoke()
DIsThumbnailValidUseCase.kt67 val rotationState = rotationStateRepository.getRecentsRotationState() in isRotationDifferentFromTask()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/domain/usecase/
DGetThumbnailPositionUseCaseTest.kt83 .getRecentsRotationState() in <lambda>()