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.java138 return context.getDeviceProfile().bottomSheetDepth; in getDepthUnchecked()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt57 bottomSheetDepth: 0.0
DtabletLandscape3Button.txt57 bottomSheetDepth: 0.0
DtwoPanelPortrait_decoupleDepth.txt57 bottomSheetDepth: 0.3
DtwoPanelPortrait3Button_decoupleDepth.txt57 bottomSheetDepth: 0.3
DtwoPanelPortrait3Button.txt57 bottomSheetDepth: 1.0
DtabletPortrait.txt57 bottomSheetDepth: 0.0
DtwoPanelPortrait.txt57 bottomSheetDepth: 1.0
DphoneVerticalBar.txt57 bottomSheetDepth: 0.0
DtabletLandscape.txt57 bottomSheetDepth: 0.0
DtwoPanelLandscape3Button.txt57 bottomSheetDepth: 1.0
DphonePortrait.txt57 bottomSheetDepth: 0.0
DphonePortrait3Button.txt57 bottomSheetDepth: 0.0
DtwoPanelLandscape3Button_decoupleDepth.txt57 bottomSheetDepth: 0.3
DtwoPanelLandscape_decoupleDepth.txt57 bottomSheetDepth: 0.3
DtwoPanelLandscape.txt57 bottomSheetDepth: 1.0
DphoneVerticalBar3Button.txt57 bottomSheetDepth: 0.0
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java248 public float bottomSheetDepth; field in DeviceProfile
446 bottomSheetDepth = 0.3f; in DeviceProfile()
448 bottomSheetDepth = 1f; in DeviceProfile()
456 bottomSheetDepth = Utilities.mapToRange(maxWallpaperScale * workspaceContentScale, in DeviceProfile()
461 bottomSheetDepth = 0f; in DeviceProfile()
2143 writer.println(prefix + "\tbottomSheetDepth: " + bottomSheetDepth);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java860 progress, 0f, 1f, 0f, getDeviceProfile().bottomSheetDepth, EMPHASIZED)); in onWidgetsTransition()