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

  /frameworks/base/core/java/android/view/
Window.java 275 private TypedArray mWindowStyle;
690 if (mWindowStyle == null) {
691 mWindowStyle = mContext.obtainStyledAttributes(
694 return mWindowStyle;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 166 private int mWindowStyle = DIALOG_WINDOW_STYLE;
666 mWindowStyle = windowStyle;
709 mWindowStyle = savedInstanceState.getInt(BUNDLE_KEY_WINDOW_STYLE,
    [all...]

Completed in 93 milliseconds