Searched defs:actionBar (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DActionBarWrapper.java27 public ActionBarWrapper(ActionBar actionBar) { argument
28 mActionBar = actionBar;
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DActionBarWrapper.java28 public ActionBarWrapper(ActionBar actionBar) { argument
29 mActionBar = actionBar;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFrameworkActionBarWrapper.java83 @NonNull ActionBar actionBar) {
84 mActionBar = actionBar;
82 FrameworkActionBarWrapper(@onNull BridgeContext context, ActionBarCallback callback, @NonNull ActionBar actionBar) argument
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegate.java134 protected final void setSupportActionBar(ActionBar actionBar) { argument
135 mActionBar = actionBar;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java336 final ActionBarInterface actionBar = mActivity.getActionBarInterface();
337 if (actionBar != null) {
338 actionBar.setDisplayHomeAsUpEnabled(true);
339 actionBar.addOnMenuVisibilityListener(this);
340 actionBar.setDisplayOptionsShowTitle();
343 setActionBarTitles(actionBar);
420 // switch back to actionBar display mode.
798 protected final void setActionBarTitles(ActionBarInterface actionBar) { argument
799 if (actionBar == null) {
802 actionBar
[all...]

Completed in 339 milliseconds