HomeSort by relevance Sort by last modified time
    Searched refs:getConfigBool (Results 1 - 12 of 12) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventActivity.java 60 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config);
EditEventFragment.java 426 mUseCustomActionBar = !Utils.getConfigBool(mContext, R.bool.multiple_pane_config);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 97 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config);
99 Utils.getConfigBool(this, R.bool.show_event_details_with_agenda);
AllInOneActivity.java 335 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config);
336 mIsTabletConfig = Utils.getConfigBool(this, R.bool.tablet_config);
337 mShowAgendaWithMonth = Utils.getConfigBool(this, R.bool.show_agenda_with_month);
338 mShowCalendarControls = Utils.getConfigBool(this, R.bool.show_calendar_controls);
340 Utils.getConfigBool(this, R.bool.show_event_details_with_agenda);
342 Utils.getConfigBool(this, R.bool.agenda_show_event_info_full_screen);
344 Utils.getConfigBool(this, R.bool.show_event_info_full_screen);
    [all...]
Utils.java 588 public static boolean getConfigBool(Context c, int key) {
    [all...]
EventInfoFragment.java 619 mIsTabletConfig = Utils.getConfigBool(mActivity, R.bool.tablet_config);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 120 Utils.getConfigBool(mActivity, R.bool.show_event_details_with_agenda);
122 Utils.getConfigBool(mActivity, R.bool.tablet_config);
AgendaListView.java 96 Utils.getConfigBool(context, R.bool.show_event_details_with_agenda));
102 mShowEventDetailsWithAgenda = Utils.getConfigBool(mContext,
AgendaWindowAdapter.java 321 mIsTabletConfig = Utils.getConfigBool(mContext, R.bool.tablet_config);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsFragment.java 114 if (Utils.getConfigBool(getActivity(), R.bool.multiple_pane_config)) {
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 65 mShowAgendaWithMonth = Utils.getConfigBool(context, R.bool.show_agenda_with_month);
MonthWeekEventsView.java 338 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month);
    [all...]

Completed in 281 milliseconds