Searched refs:mWindowStyle (Results 1 – 1 of 1) sorted by relevance
166 private int mWindowStyle = DIALOG_WINDOW_STYLE; field in EventInfoFragment666 mWindowStyle = windowStyle; in EventInfoFragment()709 mWindowStyle = savedInstanceState.getInt(BUNDLE_KEY_WINDOW_STYLE, in onActivityCreated()863 mWindowStyle = savedInstanceState.getInt(BUNDLE_KEY_WINDOW_STYLE, in onCreateView()901 if (mWindowStyle == DIALOG_WINDOW_STYLE) { in onCreateView()993 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) { in onCreateView()1158 outState.putInt(BUNDLE_KEY_WINDOW_STYLE, mWindowStyle); in onSaveInstanceState()1212 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) { in onCreateOptionsMenu()1815 mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) && mMenu != null) { in updateCalendar()