Lines Matching refs:mIsTabletConfig
107 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()
1146 if (!mIsTabletConfig) { in handleEvent()
1215 if (!mIsTabletConfig) { in handleEvent()