Home
last modified time | relevance | path

Searched refs:mIsDialog (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java438 private boolean mIsDialog = false; field in EventInfoFragment
659 mIsDialog = isDialog; in EventInfoFragment()
708 mIsDialog = savedInstanceState.getBoolean(BUNDLE_KEY_IS_DIALOG, false); in onActivityCreated()
713 if (mIsDialog) { in onActivityCreated()
852 if (!mIsDialog) { in onAttach()
862 mIsDialog = savedInstanceState.getBoolean(BUNDLE_KEY_IS_DIALOG, false); in onCreateView()
973 … new DeleteEventHelper(mContext, mActivity, !mIsDialog && !mIsTabletConfig /* exitWhenDone */); in onCreateView()
993 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) { in onCreateView()
1157 outState.putBoolean(BUNDLE_KEY_IS_DIALOG, mIsDialog); in onSaveInstanceState()
1212 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) { in onCreateOptionsMenu()
[all …]