Searched refs:STYLE_NO_FRAME (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDialogFragment.java51 case STYLE_NO_FRAME:
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java48 @IntDef({STYLE_NORMAL, STYLE_NO_TITLE, STYLE_NO_FRAME, STYLE_NO_INPUT})
69 public static final int STYLE_NO_FRAME = 2; field in class:DialogFragment
73 * {@link #STYLE_NO_FRAME}, but also disables all input to the dialog.
108 * {@link #STYLE_NO_TITLE}, {@link #STYLE_NO_FRAME}, or
115 if (mStyle == STYLE_NO_FRAME || mStyle == STYLE_NO_INPUT) {
328 case STYLE_NO_FRAME:
/frameworks/base/core/java/android/app/
H A DDialogFragment.java160 public static final int STYLE_NO_FRAME = 2; field in class:DialogFragment
164 * {@link #STYLE_NO_FRAME}, but also disables all input to the dialog.
199 * {@link #STYLE_NO_TITLE}, {@link #STYLE_NO_FRAME}, or
206 if (mStyle == STYLE_NO_FRAME || mStyle == STYLE_NO_INPUT) {
414 case STYLE_NO_FRAME:

Completed in 121 milliseconds