Home | History | Annotate | Download | only in event

Lines Matching full:actionbar

23 import android.app.ActionBar;
82 ActionBar.DISPLAY_SHOW_TITLE,
83 ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_HOME
84 | ActionBar.DISPLAY_SHOW_TITLE);
89 getActionBar().setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM,
90 ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_HOME|
91 ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_SHOW_CUSTOM);