Searched refs:isExpandable (Results 1 – 4 of 4) sorted by relevance
239 if (!isExpandable(mSelectedAction)) { in BottomActionBar()322 if (isExpandable(mSelectedAction)) { in setActionClickListener()338 if (isExpandable(mSelectedAction)) { in setActionClickListener()430 if (isExpandable(action) && mSelectedAction == action) { in hideActions()525 if (isExpandable(action)) { in deselectAction()604 if (isExpandable(mSelectedAction) && mBottomSheetBehavior.getState() == STATE_EXPANDED) { in hideBottomSheetAndDeselectButtonIfExpanded()615 private boolean isExpandable(BottomAction action) { in isExpandable() method
2199 public boolean isExpandable() {2208 mPrivateLayout.updateExpandButtons(isExpandable());2422 mPrivateLayout.updateExpandButtons(isExpandable());2602 mPrivateLayout.updateExpandButtons(isExpandable());
2775 boolean isExpandable = getResources().getConfiguration().orientation2778 && isExpandable) {
6094 && ((ExpandableNotificationRow) v).isExpandable()