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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDialogFragment.java55 case STYLE_NO_FRAME:
/frameworks/support/fragment/java/android/support/v4/app/
H A DDialogFragment.java52 @IntDef({STYLE_NORMAL, STYLE_NO_TITLE, STYLE_NO_FRAME, STYLE_NO_INPUT})
73 public static final int STYLE_NO_FRAME = 2; field in class:DialogFragment
77 * {@link #STYLE_NO_FRAME}, but also disables all input to the dialog.
112 * {@link #STYLE_NO_TITLE}, {@link #STYLE_NO_FRAME}, or
119 if (mStyle == STYLE_NO_FRAME || mStyle == STYLE_NO_INPUT) {
333 case STYLE_NO_FRAME:
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentDialogSupport.java90 case 2: return "STYLE_NO_FRAME";
96 case 7: return "STYLE_NO_FRAME with light theme";
130 case 2: style = DialogFragment.STYLE_NO_FRAME; break;
134 case 6: style = DialogFragment.STYLE_NO_FRAME; break;
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentDialogSupport.java90 case 2: return "STYLE_NO_FRAME";
96 case 7: return "STYLE_NO_FRAME with light theme";
130 case 2: style = DialogFragment.STYLE_NO_FRAME; break;
134 case 6: style = DialogFragment.STYLE_NO_FRAME; break;
/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) {
413 case STYLE_NO_FRAME:

Completed in 222 milliseconds