Searched refs:mContentViewMap (Results 1 – 1 of 1) sorted by relevance
186 private final Map<BottomAction, BottomSheetContent<?>> mContentViewMap = field in BottomActionBar286 mContentViewMap.put(action, bottomSheetContent); in bindBottomSheetContentWithAction()304 enableActions(mContentViewMap.keySet().toArray(new BottomAction[0])); in enableActionButtonsWithBottomSheet()306 disableActions(mContentViewMap.keySet().toArray(new BottomAction[0])); in enableActionButtonsWithBottomSheet()560 mContentViewMap.clear(); in reset()574 mContentViewMap.values().forEach(bottomSheetContent -> { in setColor()631 mContentViewMap.forEach((a, content) -> content.setVisibility(a.equals(action))); in updateContentViewFor()635 return action != null && mContentViewMap.containsKey(action); in isExpandable()