Home | History | Annotate | Download | only in calendar

Lines Matching refs:mIsTabletConfig

107     private static boolean mIsTabletConfig;
385 mIsTabletConfig = Utils.getConfigBool(this, R.bool.tablet_config);
401 if (mIsTabletConfig) {
415 if (mIsTabletConfig && mOrientation == Configuration.ORIENTATION_PORTRAIT) {
462 createButtonsSpinner(viewType, mIsTabletConfig);
934 if (!mIsTabletConfig) {
941 if (!mIsTabletConfig) {
1032 if (mShowWeekNum && (mCurrentView == ViewType.WEEK) && mIsTabletConfig
1039 && mCurrentView == ViewType.DAY && mIsTabletConfig) {
1049 } else if (mWeekTextView != null && (!mIsTabletConfig || mCurrentView != ViewType.DAY)) {
1146 if (!mIsTabletConfig) {
1215 if (!mIsTabletConfig) {