Home
last modified time | relevance | path

Searched refs:mIsTabletConfig (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.java107 private static boolean mIsTabletConfig; field in AllInOneActivity
385 mIsTabletConfig = Utils.getConfigBool(this, R.bool.tablet_config); in onCreate()
401 if (mIsTabletConfig) { in onCreate()
415 if (mIsTabletConfig && mOrientation == Configuration.ORIENTATION_PORTRAIT) { in onCreate()
462 createButtonsSpinner(viewType, mIsTabletConfig); in configureActionBar()
934 if (!mIsTabletConfig) { in setMainPane()
941 if (!mIsTabletConfig) { in setMainPane()
1032 if (mShowWeekNum && (mCurrentView == ViewType.WEEK) && mIsTabletConfig in updateSecondaryTitleFields()
1039 && mCurrentView == ViewType.DAY && mIsTabletConfig) { in updateSecondaryTitleFields()
1049 } else if (mWeekTextView != null && (!mIsTabletConfig || mCurrentView != ViewType.DAY)) { in updateSecondaryTitleFields()
[all …]
DEventInfoFragment.java444 private boolean mIsTabletConfig; field in EventInfoFragment
803 mIsTabletConfig = Utils.getConfigBool(mActivity, R.bool.tablet_config); in onAttach()
973 … new DeleteEventHelper(mContext, mActivity, !mIsDialog && !mIsTabletConfig /* exitWhenDone */); in onCreateView()
993 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) { in onCreateView()
1212 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) { in onCreateOptionsMenu()
1258 mCalendarColor, mIsTabletConfig); in showEventColorPickerDialog()
1793 else if (!mIsTabletConfig){ in updateCalendar()
1814 if ((!mIsDialog && !mIsTabletConfig || in updateCalendar()
2092 !mIsDialog && !mIsTabletConfig /* exitWhenDone */); in onResume()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaWindowAdapter.java167 private final boolean mIsTabletConfig; field in AgendaWindowAdapter
347 mIsTabletConfig = Utils.getConfigBool(mContext, R.bool.tablet_config); in AgendaWindowAdapter()
497 if (!mIsTabletConfig) { in getView()
1375 if (!mIsTabletConfig) { in getHeaderPositionFromItemPosition()
1390 if (headerPosition < 0 || !mIsTabletConfig) { in getHeaderItemsNumber()
DAgendaFragment.java68 private boolean mIsTabletConfig; field in AgendaFragment
128 mIsTabletConfig = in onCreate()
469 if (!mIsTabletConfig) { in onScroll()