Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java137 return context.getDeviceProfile().bottomSheetDepth; in getDepthUnchecked()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java249 public float bottomSheetDepth; field in DeviceProfile
514 bottomSheetDepth = 2f; in DeviceProfile()
519 bottomSheetDepth = 0.3f; in DeviceProfile()
521 bottomSheetDepth = 1f; in DeviceProfile()
529 bottomSheetDepth = Utilities.mapToRange(maxWallpaperScale * workspaceContentScale, in DeviceProfile()
534 bottomSheetDepth = 0f; in DeviceProfile()
2308 writer.println(prefix + "\tbottomSheetDepth: " + bottomSheetDepth);
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtwoPanelPortrait3Button_decoupleDepth.txt57 bottomSheetDepth: 0.3
DphonePortrait.txt57 bottomSheetDepth: 0.0
DtabletPortrait.txt57 bottomSheetDepth: 0.0
DtabletLandscape.txt57 bottomSheetDepth: 0.0
DtwoPanelPortrait3Button.txt57 bottomSheetDepth: 1.0
DtabletLandscape3Button.txt57 bottomSheetDepth: 0.0
DphoneVerticalBar.txt57 bottomSheetDepth: 0.0
DtwoPanelPortrait_decoupleDepth.txt57 bottomSheetDepth: 0.3
DphonePortrait3Button.txt57 bottomSheetDepth: 0.0
DtabletPortrait3Button.txt57 bottomSheetDepth: 0.0
DtwoPanelLandscape3Button.txt57 bottomSheetDepth: 1.0
DtwoPanelLandscape_decoupleDepth.txt57 bottomSheetDepth: 0.3
DtwoPanelLandscape3Button_decoupleDepth.txt57 bottomSheetDepth: 0.3
DtwoPanelPortrait.txt57 bottomSheetDepth: 1.0
DphoneVerticalBar3Button.txt57 bottomSheetDepth: 0.0
DtwoPanelLandscape.txt57 bottomSheetDepth: 1.0
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java913 progress, 0f, 1f, 0f, getDeviceProfile().bottomSheetDepth, EMPHASIZED)); in onWidgetsTransition()