Searched defs:getRecentsDeviceProfile (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/recents/data/ | ||
D | RecentsDeviceProfileRepository.kt | 20 fun getRecentsDeviceProfile(): RecentsDeviceProfile method |
D | RecentsDeviceProfileRepositoryImpl.kt | 29 override fun getRecentsDeviceProfile() = in getRecentsDeviceProfile() method in com.android.quickstep.recents.data.RecentsDeviceProfileRepositoryImpl |
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/data/ | ||
D | FakeRecentsDeviceProfileRepository.kt | 23 override fun getRecentsDeviceProfile() = recentsDeviceProfile in getRecentsDeviceProfile() method in com.android.quickstep.recents.data.FakeRecentsDeviceProfileRepository |