Searched refs:getConfigBool (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventActivity.java78 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config);
H A DEditEventFragment.java556 mUseCustomActionBar = !Utils.getConfigBool(mActivity, R.bool.multiple_pane_config);
/packages/apps/Calendar/src/com/android/calendar/
H A DSearchActivity.java112 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config);
114 Utils.getConfigBool(this, R.bool.show_event_details_with_agenda);
H A DAllInOneActivity.java384 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);
H A DUtils.java818 public static boolean getConfigBool(Context c, int key) { method in class:Utils
H A DEventInfoFragment.java803 mIsTabletConfig = Utils.getConfigBool(mActivity, R.bool.tablet_config);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java127 Utils.getConfigBool(mActivity, R.bool.show_event_details_with_agenda);
129 Utils.getConfigBool(mActivity, R.bool.tablet_config);
H A DAgendaListView.java96 Utils.getConfigBool(context, R.bool.show_event_details_with_agenda));
102 mShowEventDetailsWithAgenda = Utils.getConfigBool(mContext,
H A DAgendaWindowAdapter.java347 mIsTabletConfig = Utils.getConfigBool(mContext, R.bool.tablet_config);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectVisibleCalendarsFragment.java120 if (Utils.getConfigBool(getActivity(), R.bool.multiple_pane_config)) {
H A DSelectCalendarsSyncAdapter.java96 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config);
H A DSelectCalendarsSimpleAdapter.java119 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config);
H A DSelectSyncedCalendarsMultiAccountAdapter.java232 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekAdapter.java89 mShowAgendaWithMonth = Utils.getConfigBool(context, R.bool.show_agenda_with_month);
H A DMonthByWeekFragment.java244 mShowCalendarControls = Utils.getConfigBool(activity, R.bool.show_calendar_controls);
H A DMonthWeekEventsView.java350 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month);

Completed in 127 milliseconds