Searched refs:bottomSheetDepth (Results 1 – 19 of 19) sorted by relevance
138 return context.getDeviceProfile().bottomSheetDepth; in getDepthUnchecked()
57 bottomSheetDepth: 0.0
57 bottomSheetDepth: 0.3
57 bottomSheetDepth: 1.0
248 public float bottomSheetDepth; field in DeviceProfile446 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);
860 progress, 0f, 1f, 0f, getDeviceProfile().bottomSheetDepth, EMPHASIZED)); in onWidgetsTransition()