Searched refs:workspaceContentScale (Results 1 – 4 of 4) sorted by relevance
67 return new ScaleAndTranslation(launcher.getDeviceProfile().workspaceContentScale, NO_OFFSET, in getWorkspaceScaleAndTranslation()79 launcher.getDeviceProfile().workspaceContentScale, in getHotseatScaleAndTranslation()
116 return new ScaleAndTranslation(launcher.getDeviceProfile().workspaceContentScale, NO_OFFSET, in getWorkspaceScaleAndTranslation()128 launcher.getDeviceProfile().workspaceContentScale, in getHotseatScaleAndTranslation()
163 public final float workspaceContentScale; field in DeviceProfile419 workspaceContentScale = res.getFloat(R.dimen.workspace_content_scale); in DeviceProfile()441 bottomSheetWorkspaceScale = workspaceContentScale; in DeviceProfile()456 bottomSheetDepth = Utilities.mapToRange(maxWallpaperScale * workspaceContentScale, in DeviceProfile()
520 ? new float[]{1, mDeviceProfile.workspaceContentScale} in getLauncherContentAnimator()521 : new float[]{mDeviceProfile.workspaceContentScale, 1}; in getLauncherContentAnimator()