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 130 private TypedArray mWindowStyle;
410 if (mWindowStyle == null) {
411 mWindowStyle = mContext.obtainStyledAttributes(
414 return mWindowStyle;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 166 private int mWindowStyle = DIALOG_WINDOW_STYLE;
668 mWindowStyle = windowStyle;
711 mWindowStyle = savedInstanceState.getInt(BUNDLE_KEY_WINDOW_STYLE,
    [all...]

Completed in 113 milliseconds