Home
last modified time | relevance | path

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

/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java153 private int mWindowStyle = DIALOG_WINDOW_STYLE; field in EventInfoFragment
371 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()
/aosp12/frameworks/base/core/java/android/view/
H A DWindow.java292 private TypedArray mWindowStyle; field in Window
753 if (mWindowStyle == null) { in getWindowStyle()
754 mWindowStyle = mContext.obtainStyledAttributes( in getWindowStyle()
757 return mWindowStyle; in getWindowStyle()