Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src_no_quickstep/com/android/launcher3/uioverrides/states/
DAllAppsState.java67 return new ScaleAndTranslation(launcher.getDeviceProfile().workspaceContentScale, NO_OFFSET, in getWorkspaceScaleAndTranslation()
79 launcher.getDeviceProfile().workspaceContentScale, in getHotseatScaleAndTranslation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java116 return new ScaleAndTranslation(launcher.getDeviceProfile().workspaceContentScale, NO_OFFSET, in getWorkspaceScaleAndTranslation()
128 launcher.getDeviceProfile().workspaceContentScale, in getHotseatScaleAndTranslation()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java163 public final float workspaceContentScale; field in DeviceProfile
419 workspaceContentScale = res.getFloat(R.dimen.workspace_content_scale); in DeviceProfile()
441 bottomSheetWorkspaceScale = workspaceContentScale; in DeviceProfile()
456 bottomSheetDepth = Utilities.mapToRange(maxWallpaperScale * workspaceContentScale, in DeviceProfile()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java520 ? new float[]{1, mDeviceProfile.workspaceContentScale} in getLauncherContentAnimator()
521 : new float[]{mDeviceProfile.workspaceContentScale, 1}; in getLauncherContentAnimator()