Home
last modified time | relevance | path

Searched defs:getRecentsDeviceProfile (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/recents/data/
DRecentsDeviceProfileRepository.kt20 fun getRecentsDeviceProfile(): RecentsDeviceProfile method
DRecentsDeviceProfileRepositoryImpl.kt29 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/
DFakeRecentsDeviceProfileRepository.kt23 override fun getRecentsDeviceProfile() = recentsDeviceProfile in getRecentsDeviceProfile() method in com.android.quickstep.recents.data.FakeRecentsDeviceProfileRepository