Searched refs:bottomSheetContent (Results 1 – 1 of 1) sorted by relevance
284 public void bindBottomSheetContentWithAction(BottomSheetContent<?> bottomSheetContent, in bindBottomSheetContentWithAction() argument286 mContentViewMap.put(action, bottomSheetContent); in bindBottomSheetContentWithAction()287 mBottomSheetView.addView(bottomSheetContent.mContentView); in bindBottomSheetContentWithAction()574 mContentViewMap.values().forEach(bottomSheetContent -> { in setColor()575 bottomSheetContent.recreateView(context); in setColor()576 mBottomSheetView.addView(bottomSheetContent.mContentView); in setColor()