HomeSort by relevance Sort by last modified time
    Searched refs:mIsTabletConfig (Results 1 - 4 of 4) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 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);
    [all...]
EventInfoFragment.java 444 private boolean mIsTabletConfig;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 68 private boolean mIsTabletConfig;
128 mIsTabletConfig =
469 if (!mIsTabletConfig) {
AgendaWindowAdapter.java 167 private final boolean mIsTabletConfig;
347 mIsTabletConfig = Utils.getConfigBool(mContext, R.bool.tablet_config);
497 if (!mIsTabletConfig) {
    [all...]

Completed in 1379 milliseconds