Searched refs:mIsTabletConfig (Results 1 – 4 of 4) sorted by relevance
107 private static boolean mIsTabletConfig; field in AllInOneActivity385 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 …]
444 private boolean mIsTabletConfig; field in EventInfoFragment803 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()
167 private final boolean mIsTabletConfig; field in AgendaWindowAdapter347 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()
68 private boolean mIsTabletConfig; field in AgendaFragment128 mIsTabletConfig = in onCreate()469 if (!mIsTabletConfig) { in onScroll()