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

  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventActivity.java 78 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config);
EditEventFragment.java 556 mUseCustomActionBar = !Utils.getConfigBool(mActivity, 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 384 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config);
385 mIsTabletConfig = Utils.getConfigBool(this, R.bool.tablet_config);
386 mShowAgendaWithMonth = Utils.getConfigBool(this, R.bool.show_agenda_with_month);
388 Utils.getConfigBool(this, R.bool.show_calendar_controls);
390 Utils.getConfigBool(this, R.bool.show_event_details_with_agenda);
392 Utils.getConfigBool(this, R.bool.agenda_show_event_info_full_screen);
394 Utils.getConfigBool(this, R.bool.show_event_info_full_screen);
    [all...]
Utils.java 818 public static boolean getConfigBool(Context c, int key) {
    [all...]
EventInfoFragment.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 127 Utils.getConfigBool(mActivity, R.bool.show_event_details_with_agenda);
129 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 347 mIsTabletConfig = Utils.getConfigBool(mContext, R.bool.tablet_config);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsFragment.java 120 if (Utils.getConfigBool(getActivity(), R.bool.multiple_pane_config)) {
SelectCalendarsSyncAdapter.java 96 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config);
SelectCalendarsSimpleAdapter.java 119 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config);
SelectSyncedCalendarsMultiAccountAdapter.java 232 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 89 mShowAgendaWithMonth = Utils.getConfigBool(context, R.bool.show_agenda_with_month);
MonthByWeekFragment.java 244 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 315 milliseconds