Searched defs:getRecentsRotationState (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/recents/data/ | ||
D | RecentsRotationStateRepository.kt | 20 fun getRecentsRotationState(): RecentsRotationState method |
D | RecentsRotationStateRepositoryImpl.kt | 27 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/ | ||
D | FakeRecentsRotationStateRepository.kt | 28 override fun getRecentsRotationState() = recentsRotationState in getRecentsRotationState() method in com.android.quickstep.recents.data.FakeRecentsRotationStateRepository |