Searched refs:getConfigBool (Results 1 – 16 of 16) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/ |
D | AllInOneActivity.java | 384 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()
|
D | SearchActivity.java | 112 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config); in onCreate() 114 Utils.getConfigBool(this, R.bool.show_event_details_with_agenda); in onCreate()
|
D | Utils.java | 818 public static boolean getConfigBool(Context c, int key) { in getConfigBool() method in Utils
|
D | EventInfoFragment.java | 803 mIsTabletConfig = Utils.getConfigBool(mActivity, R.bool.tablet_config); in onAttach()
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
D | AgendaListView.java | 96 Utils.getConfigBool(context, R.bool.show_event_details_with_agenda)); in initView() 102 mShowEventDetailsWithAgenda = Utils.getConfigBool(mContext, in initView()
|
D | AgendaFragment.java | 127 Utils.getConfigBool(mActivity, R.bool.show_event_details_with_agenda); in onCreate() 129 Utils.getConfigBool(mActivity, R.bool.tablet_config); in onCreate()
|
D | AgendaWindowAdapter.java | 347 mIsTabletConfig = Utils.getConfigBool(mContext, R.bool.tablet_config); in AgendaWindowAdapter()
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
D | EditEventActivity.java | 78 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config); in onCreate()
|
D | EditEventFragment.java | 556 mUseCustomActionBar = !Utils.getConfigBool(mActivity, R.bool.multiple_pane_config); in onAttach()
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
D | SelectVisibleCalendarsFragment.java | 120 if (Utils.getConfigBool(getActivity(), R.bool.multiple_pane_config)) { in onCreateView()
|
D | SelectCalendarsSyncAdapter.java | 96 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config); in SelectCalendarsSyncAdapter()
|
D | SelectCalendarsSimpleAdapter.java | 119 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config); in SelectCalendarsSimpleAdapter()
|
D | SelectSyncedCalendarsMultiAccountAdapter.java | 232 mIsTablet = Utils.getConfigBool(context, R.bool.tablet_config); in SelectSyncedCalendarsMultiAccountAdapter()
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
D | MonthByWeekAdapter.java | 89 mShowAgendaWithMonth = Utils.getConfigBool(context, R.bool.show_agenda_with_month); in MonthByWeekAdapter()
|
D | MonthByWeekFragment.java | 244 mShowCalendarControls = Utils.getConfigBool(activity, R.bool.show_calendar_controls); in onAttach()
|
D | MonthWeekEventsView.java | 350 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month); in initView()
|