chromium/components/browser_ui/bottomsheet/android/java/res/values/dimens.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2020 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<resources xmlns:tools="http://schemas.android.com/tools">
    <dimen name="bottom_sheet_min_full_half_distance">140dp</dimen>
    <dimen name="bottom_sheet_peek_height">56dp</dimen>
    <dimen name="bottom_sheet_shadow_length">16dp</dimen>

    <dimen name="bottom_sheet_narrow_width">600dp</dimen>
    <dimen name="bottom_sheet_narrow_width_threshold">680dp</dimen>
</resources>