Searched refs:bottomSheet (Results 1 – 8 of 8) sorted by relevance
73 View bottomSheet = findViewById(android.support.design.R.id.design_bottom_sheet);75 BottomSheetBehavior<View> behavior = BottomSheetBehavior.from(bottomSheet);80 background.getHeight() == bottomSheet.getHeight()171 public void onStateChanged(@NonNull View bottomSheet, int newState) { in setupBottomSheetBehavior()188 public void onSlide(@NonNull View bottomSheet, float slideOffset) {} in setupBottomSheetBehavior()
486 private HistoryItemActionBottomSheet bottomSheet; field in SpeedDialFragment.SpeedDialSuggestedListener537 bottomSheet = HistoryItemActionBottomSheet.show(getContext(), headerInfo, modules); in onOverFlowMenuClicked()603 if (bottomSheet != null && bottomSheet.isShowing()) { in onPause()604 bottomSheet.dismiss(); in onPause()
210 private View bottomSheet; field in OldMainActivityPeer273 bottomSheet = activity.findViewById(R.id.promotion_bottom_sheet); in initLayout()274 BottomSheetBehavior<View> bottomSheetBehavior = BottomSheetBehavior.from(bottomSheet); in initLayout()299 bottomSheet); in initLayout()1311 private final View bottomSheet; field in OldMainActivityPeer.MainBottomNavBarBottomNavTabListener1320 View bottomSheet) { in MainBottomNavBarBottomNavTabListener() argument1325 this.bottomSheet = bottomSheet; in MainBottomNavBarBottomNavTabListener()1371 showPromotionBottomSheet(activity, bottomSheet); in onCallLogSelected()
122 FrameLayout bottomSheet = (FrameLayout) in onCreateDialog() local124 BottomSheetBehavior.from(bottomSheet) in onCreateDialog()
187 protected void setUpBottomSheetView(ViewGroup bottomSheet) { in setUpBottomSheetView() argument192 mViewPager = bottomSheet.findViewById(R.id.viewpager); in setUpBottomSheetView()193 mTabLayout = bottomSheet.findViewById(R.id.tablayout); in setUpBottomSheetView()
302 protected abstract void setUpBottomSheetView(ViewGroup bottomSheet); in setUpBottomSheetView() argument483 public void onStateChanged(View bottomSheet, int newState) { in setUpBottomSheetListeners()503 public void onSlide(View bottomSheet, float slideOffset) { in setUpBottomSheetListeners()
141 protected void setUpBottomSheetView(ViewGroup bottomSheet) { in setUpBottomSheetView() argument
392 public void onStateChanged(View bottomSheet, int newState) { in setupPreviewMenu()404 public void onSlide(View bottomSheet, float slideOffset) { in setupPreviewMenu()