Searched refs:mIsTabletConfig (Results 1 – 2 of 2) sorted by relevance
104 private static boolean mIsTabletConfig; field in AllInOneActivity349 mIsTabletConfig = Utils.getConfigBool(this, R.bool.tablet_config); in onCreate()360 if (mIsTabletConfig) { in onCreate()374 if (mIsTabletConfig && mOrientation == Configuration.ORIENTATION_PORTRAIT) { in onCreate()421 createButtonsSpinner(viewType, mIsTabletConfig); in configureActionBar()805 if (!mIsTabletConfig) { in setMainPane()812 if (!mIsTabletConfig) { in setMainPane()882 if (mShowWeekNum && (mCurrentView == ViewType.WEEK) && mIsTabletConfig in updateSecondaryTitleFields()889 && mCurrentView == ViewType.DAY && mIsTabletConfig) { in updateSecondaryTitleFields()899 } else if (mWeekTextView != null && (!mIsTabletConfig || mCurrentView != ViewType.DAY)) { in updateSecondaryTitleFields()[all …]
335 private boolean mIsTabletConfig; field in EventInfoFragment450 mIsTabletConfig = Utils.getConfigBool(mActivity, R.bool.tablet_config); in onAttach()512 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) { in onCreateView()550 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) { in onCreateOptionsMenu()790 else if (!mIsTabletConfig){ in updateCalendar()797 if ((!mIsDialog && !mIsTabletConfig || in updateCalendar()