HomeSort by relevance Sort by last modified time
    Searched refs:getConfigBool (Results 1 - 13 of 13) 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 112 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config);
114 Utils.getConfigBool(this, R.bool.show_event_details_with_agenda);
AllInOneActivity.java 385 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config);
386 mIsTabletConfig = Utils.getConfigBool(this, R.bool.tablet_config);
387 mShowAgendaWithMonth = Utils.getConfigBool(this, R.bool.show_agenda_with_month);
389 Utils.getConfigBool(this, R.bool.show_calendar_controls);
391 Utils.getConfigBool(this, R.bool.show_event_details_with_agenda);
393 Utils.getConfigBool(this, R.bool.agenda_show_event_info_full_screen);
395 Utils.getConfigBool(this, R.bool.show_event_info_full_screen);
    [all...]
Utils.java 626 public static boolean getConfigBool(Context c, int key) {
    [all...]
EventInfoFragment.java 674 mIsTabletConfig = Utils.getConfigBool(mActivity, R.bool.tablet_config);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 119 Utils.getConfigBool(mActivity, R.bool.show_event_details_with_agenda);
121 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 324 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 82 mShowAgendaWithMonth = Utils.getConfigBool(context, R.bool.show_agenda_with_month);
MonthByWeekFragment.java 222 mShowCalendarControls = Utils.getConfigBool(activity, R.bool.show_calendar_controls);
MonthWeekEventsView.java 350 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month);
    [all...]

Completed in 205 milliseconds