Searched refs:bottomSheetContent (Results 1 – 1 of 1) sorted by relevance
280 public void bindBottomSheetContentWithAction(BottomSheetContent<?> bottomSheetContent, in bindBottomSheetContentWithAction() argument282 mContentViewMap.put(action, bottomSheetContent); in bindBottomSheetContentWithAction()283 mBottomSheetView.addView(bottomSheetContent.mContentView); in bindBottomSheetContentWithAction()570 mContentViewMap.values().forEach(bottomSheetContent -> { in setColor()571 bottomSheetContent.recreateView(context); in setColor()572 mBottomSheetView.addView(bottomSheetContent.mContentView); in setColor()