Searched refs:mWindowStyle (Results 1 – 2 of 2) sorted by relevance
153 private int mWindowStyle = DIALOG_WINDOW_STYLE; field in EventInfoFragment371 mWindowStyle = windowStyle; in EventInfoFragment()462 if (mWindowStyle == DIALOG_WINDOW_STYLE) { in onCreateView()512 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) { in onCreateView()550 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) { in onCreateOptionsMenu()798 mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) && mMenu != null) { in updateCalendar()
292 private TypedArray mWindowStyle; field in Window753 if (mWindowStyle == null) { in getWindowStyle()754 mWindowStyle = mContext.obtainStyledAttributes( in getWindowStyle()757 return mWindowStyle; in getWindowStyle()