Home | History | Annotate | Download | only in calendar

Lines Matching refs:changeColor

1833         MenuItem changeColor = mMenu.findItem(R.id.info_action_change_color);
1842 if (changeColor != null && mColors != null && mColors.length > 0) {
1843 changeColor.setVisible(mCanModifyCalendar);
1844 changeColor.setEnabled(mCanModifyCalendar);