Searched refs:maxWallpaperScale (Results 1 – 1 of 1) sorted by relevance
455 float maxWallpaperScale = res.getFloat(R.dimen.config_wallpaperMaxScale); in DeviceProfile() local456 bottomSheetDepth = Utilities.mapToRange(maxWallpaperScale * workspaceContentScale, in DeviceProfile()457 maxWallpaperScale, 1f, 0f, 1f, LINEAR); in DeviceProfile()