Searched refs:bottomSheet (Results 1 – 1 of 1) sorted by relevance
129 val bottomSheet = findViewById<FrameLayout>(R.id.bottom_sheet) in setContentView() constant130 bottomSheet.addView(view) in setContentView()132 BottomSheetBehavior.from(bottomSheet).apply { in setContentView()134 override fun onStateChanged(bottomSheet: View, newState: Int) { in setContentView()140 override fun onSlide(bottomSheet: View, slideOffset: Float) = Unit in setContentView()143 bottomSheet.doOnLayout { in setContentView()154 val bottomSheet = findViewById<FrameLayout>(R.id.bottom_sheet) in closeBottomSheet() constant155 BottomSheetBehavior.from(bottomSheet).state = BottomSheetBehavior.STATE_HIDDEN in closeBottomSheet()