Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java455 float maxWallpaperScale = res.getFloat(R.dimen.config_wallpaperMaxScale); in DeviceProfile() local
456 bottomSheetDepth = Utilities.mapToRange(maxWallpaperScale * workspaceContentScale, in DeviceProfile()
457 maxWallpaperScale, 1f, 0f, 1f, LINEAR); in DeviceProfile()