HomeSort by relevance Sort by last modified time
    Searched defs:flagsChanged (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 599 final int flagsChanged = mDisplayOptions == -1 ? -1 : options ^ mDisplayOptions;
602 if ((flagsChanged & DISPLAY_RELAYOUT_MASK) != 0) {
604 if ((flagsChanged & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
617 if ((flagsChanged & ActionBar.DISPLAY_USE_LOGO) != 0) {
622 if ((flagsChanged & ActionBar.DISPLAY_SHOW_TITLE) != 0) {
639 if ((flagsChanged & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomNavView != null) {
648 (flagsChanged & ActionBar.DISPLAY_TITLE_MULTIPLE_LINES) != 0) {
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 

Completed in 63 milliseconds