Home | History | Annotate | Download | only in pm

Lines Matching defs:uiOptions

439      * Set from the {@link android.R.attr#uiOptions} attribute in the
442 public int uiOptions = 0;
445 * Flag for use with {@link #uiOptions}.
448 * <p>This value corresponds to "splitActionBarWhenNarrow" for the {@link #uiOptions} XML
467 uiOptions = orig.uiOptions;
499 if (uiOptions != 0) {
500 pw.println(prefix + " uiOptions=0x" + Integer.toHexString(uiOptions));
526 dest.writeInt(uiOptions);
550 uiOptions = source.readInt();