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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDialog.java 77 public ActionBar getSupportActionBar() {
78 return getDelegate().getSupportActionBar();
AppCompatDelegate.java 63 * <li>{@link #getSupportActionBar()}</li>
221 public abstract ActionBar getSupportActionBar();
226 * <p>When set to a non-null value the {@link #getSupportActionBar()} ()} method will return
AppCompatActivity.java 108 public ActionBar getSupportActionBar() {
109 return getDelegate().getSupportActionBar();
199 final ActionBar ab = getSupportActionBar();
529 final ActionBar actionBar = getSupportActionBar();
576 ActionBar actionBar = getSupportActionBar();
585 ActionBar actionBar = getSupportActionBar();
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
AppCompatPreferenceActivity.java 55 public ActionBar getSupportActionBar() {
56 return getDelegate().getSupportActionBar();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
RestrictedActivity.java 60 * @see android.support.v7.app.AppCompatActivity#getSupportActionBar()
62 ActionBar getSupportActionBar();
  /packages/apps/Messaging/src/com/android/messaging/ui/
BugleActionBarActivity.java 139 final ActionBar actionBar = getSupportActionBar();
254 mActionMode.updateActionBar(getSupportActionBar());
256 updateActionBar(getSupportActionBar());
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 208 milliseconds