Home | History | Annotate | Download | only in widget

Lines Matching defs:flagsChanged

618         final int flagsChanged = mDisplayOptions == -1 ? -1 : options ^ mDisplayOptions;
621 if ((flagsChanged & DISPLAY_RELAYOUT_MASK) != 0) {
624 if ((flagsChanged & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
637 if ((flagsChanged & ActionBar.DISPLAY_USE_LOGO) != 0) {
642 if ((flagsChanged & ActionBar.DISPLAY_SHOW_TITLE) != 0) {
659 if ((flagsChanged & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomNavView != null) {
668 (flagsChanged & ActionBar.DISPLAY_TITLE_MULTIPLE_LINES) != 0) {