Searched refs:getConfigBool (Results 1 – 6 of 6) sorted by relevance
348 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config); in onCreate()349 mIsTabletConfig = Utils.getConfigBool(this, R.bool.tablet_config); in onCreate()351 Utils.getConfigBool(this, R.bool.show_calendar_controls); in onCreate()353 Utils.getConfigBool(this, R.bool.show_event_info_full_screen); in onCreate()
450 mIsTabletConfig = Utils.getConfigBool(mActivity, R.bool.tablet_config); in onAttach()
741 public static boolean getConfigBool(Context c, int key) { in getConfigBool() method in Utils
88 mShowAgendaWithMonth = Utils.getConfigBool(context, R.bool.show_agenda_with_month); in MonthByWeekAdapter()
227 mShowCalendarControls = Utils.getConfigBool(activity, R.bool.show_calendar_controls); in onAttach()
350 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month); in initView()