Searched refs:mWindowStyle (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java166 private int mWindowStyle = DIALOG_WINDOW_STYLE; field in class:EventInfoFragment
666 mWindowStyle = windowStyle;
709 mWindowStyle = savedInstanceState.getInt(BUNDLE_KEY_WINDOW_STYLE,
863 mWindowStyle = savedInstanceState.getInt(BUNDLE_KEY_WINDOW_STYLE,
901 if (mWindowStyle == DIALOG_WINDOW_STYLE) {
993 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) {
1158 outState.putInt(BUNDLE_KEY_WINDOW_STYLE, mWindowStyle);
1212 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) {
1815 mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) && mMenu != null) {

Completed in 63 milliseconds