HomeSort by relevance Sort by last modified time
    Searched refs:mWindowStyle (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
Window.java 124 private TypedArray mWindowStyle;
403 if (mWindowStyle == null) {
404 mWindowStyle = mContext.obtainStyledAttributes(
407 return mWindowStyle;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 142 private int mWindowStyle = DIALOG_WINDOW_STYLE;
526 mWindowStyle = windowStyle;
565 mWindowStyle = savedInstanceState.getInt(BUNDLE_KEY_WINDOW_STYLE,
654 mWindowStyle = savedInstanceState.getInt(BUNDLE_KEY_WINDOW_STYLE,
661 if (mWindowStyle == DIALOG_WINDOW_STYLE) {
739 if (!mIsDialog && !mIsTabletConfig || mWindowStyle == EventInfoFragment.FULL_WINDOW_STYLE) {
    [all...]

Completed in 23 milliseconds