Searched defs:actionBar (Results 1 - 4 of 4) 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/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFrameworkActionBarWrapper.java84 @NonNull ActionBar actionBar) {
85 mActionBar = actionBar;
83 FrameworkActionBarWrapper(@onNull BridgeContext context, @NonNull ActionBarCallback callback, @NonNull ActionBar actionBar) argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java350 final ActionBarInterface actionBar = mActivity.getActionBarInterface();
351 if (actionBar != null) {
352 actionBar.setDisplayHomeAsUpEnabled(true);
353 actionBar.addOnMenuVisibilityListener(this);
354 actionBar.setDisplayOptionsShowTitle();
357 setActionBarTitles(actionBar);
486 // switch back to actionBar display mode.
871 protected final void setActionBarTitles(ActionBarInterface actionBar) { argument
872 if (actionBar == null) {
875 actionBar
[all...]

Completed in 3365 milliseconds