Home
last modified time | relevance | path

Searched defs:getRecentsRotationState (Results 1 – 3 of 3) 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