Home | History | Annotate | Download | only in widget

Lines Matching defs:flagsChanged

640         final int flagsChanged = mDisplayOptions == -1 ? -1 : options ^ mDisplayOptions;
643 if ((flagsChanged & DISPLAY_RELAYOUT_MASK) != 0) {
648 if ((flagsChanged & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
661 if ((flagsChanged & ActionBar.DISPLAY_USE_LOGO) != 0) {
666 if ((flagsChanged & ActionBar.DISPLAY_SHOW_TITLE) != 0) {
674 if (mTitleLayout != null && (flagsChanged &
680 if ((flagsChanged & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomNavView != null) {
689 (flagsChanged & ActionBar.DISPLAY_TITLE_MULTIPLE_LINES) != 0) {