Searched defs:STYLE_NO_TITLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDialogFragment.java153 public static final int STYLE_NO_TITLE = 1; field in class:DialogFragment
199 * {@link #STYLE_NO_TITLE}, {@link #STYLE_NO_FRAME}, or
415 case STYLE_NO_TITLE:
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java48 @IntDef({STYLE_NORMAL, STYLE_NO_TITLE, STYLE_NO_FRAME, STYLE_NO_INPUT})
62 public static final int STYLE_NO_TITLE = 1; field in class:DialogFragment
108 * {@link #STYLE_NO_TITLE}, {@link #STYLE_NO_FRAME}, or
329 case STYLE_NO_TITLE:

Completed in 7 milliseconds