Home | History | Annotate | Download | only in widget

Lines Matching defs:flagsChanged

607         final int flagsChanged = mDisplayOptions == -1 ? -1 : options ^ mDisplayOptions;
610 if ((flagsChanged & DISPLAY_RELAYOUT_MASK) != 0) {
613 if ((flagsChanged & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
626 if ((flagsChanged & ActionBar.DISPLAY_USE_LOGO) != 0) {
631 if ((flagsChanged & ActionBar.DISPLAY_SHOW_TITLE) != 0) {
648 if ((flagsChanged & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomNavView != null) {
657 (flagsChanged & ActionBar.DISPLAY_TITLE_MULTIPLE_LINES) != 0) {