Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.java384 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config); in onCreate()
385 mIsTabletConfig = Utils.getConfigBool(this, R.bool.tablet_config); in onCreate()
386 mShowAgendaWithMonth = Utils.getConfigBool(this, R.bool.show_agenda_with_month); in onCreate()
388 Utils.getConfigBool(this, R.bool.show_calendar_controls); in onCreate()
390 Utils.getConfigBool(this, R.bool.show_event_details_with_agenda); in onCreate()
392 Utils.getConfigBool(this, R.bool.agenda_show_event_info_full_screen); in onCreate()
394 Utils.getConfigBool(this, R.bool.show_event_info_full_screen); in onCreate()
DSearchActivity.java112 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config); in onCreate()
114 Utils.getConfigBool(this, R.bool.show_event_details_with_agenda); in onCreate()
DUtils.java818 public static boolean getConfigBool(Context c, int key) { in getConfigBool() method in Utils
DEventInfoFragment.java803 mIsTabletConfig = Utils.getConfigBool(mActivity, R.bool.tablet_config); in onAttach()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaListView.java96 Utils.getConfigBool(context, R.bool.show_event_details_with_agenda)); in initView()
102 mShowEventDetailsWithAgenda = Utils.getConfigBool(mContext, in initView()
DAgendaFragment.java127 Utils.getConfigBool(mActivity, R.bool.show_event_details_with_agenda); in onCreate()
129 Utils.getConfigBool(mActivity, R.bool.tablet_config); in onCreate()
DAgendaWindowAdapter.java347 mIsTabletConfig = Utils.getConfigBool(mContext, R.bool.tablet_config); in AgendaWindowAdapter()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventActivity.java78 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config); in onCreate()
DEditEventFragment.java556 mUseCustomActionBar = !Utils.getConfigBool(mActivity, R.bool.multiple_pane_config); in onAttach()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectVisibleCalendarsFragment.java120 if (Utils.getConfigBool(getActivity(), R.bool.multiple_pane_config)) { in onCreateView()
DSelectCalendarsSyncAdapter.java96 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config); in SelectCalendarsSyncAdapter()
DSelectCalendarsSimpleAdapter.java119 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config); in SelectCalendarsSimpleAdapter()
DSelectSyncedCalendarsMultiAccountAdapter.java232 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config); in SelectSyncedCalendarsMultiAccountAdapter()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.java89 mShowAgendaWithMonth = Utils.getConfigBool(context, R.bool.show_agenda_with_month); in MonthByWeekAdapter()
DMonthByWeekFragment.java244 mShowCalendarControls = Utils.getConfigBool(activity, R.bool.show_calendar_controls); in onAttach()
DMonthWeekEventsView.java350 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month); in initView()