Home
last modified time | relevance | path

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

/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java348 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()
H A DEventInfoFragment.java450 mIsTabletConfig = Utils.getConfigBool(mActivity, R.bool.tablet_config); in onAttach()
H A DUtils.java741 public static boolean getConfigBool(Context c, int key) { in getConfigBool() method in Utils
/aosp12/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekAdapter.java88 mShowAgendaWithMonth = Utils.getConfigBool(context, R.bool.show_agenda_with_month); in MonthByWeekAdapter()
H A DMonthByWeekFragment.java227 mShowCalendarControls = Utils.getConfigBool(activity, R.bool.show_calendar_controls); in onAttach()
H A DMonthWeekEventsView.java350 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month); in initView()