Searched refs:TabListener (Results 1 – 9 of 9) sorted by relevance
176 the {@link android.app.ActionBar.TabListener} interface for each one.190 ActionBar.TabListener tabListener = new ActionBar.TabListener() {204 // Add 3 tabs, specifying the tab's text and TabListener214 <p>How you handle the {@link android.app.ActionBar.TabListener} callbacks to change tabs224 a tab, implement your {@link android.app.ActionBar.TabListener} to select the appropriate page234 ActionBar.TabListener tabListener = new ActionBar.TabListener() {
834 public abstract Tab setTabListener(TabListener listener); in setTabListener()891 public interface TabListener { interface in ActionBar
376 class TabWrapper extends ActionBar.Tab implements android.app.ActionBar.TabListener {380 private TabListener mTabListener;454 public Tab setTabListener(TabListener listener) { in setTabListener()
609 private ActionBar.TabListener mCallback;628 public ActionBar.TabListener getCallback() { in getCallback()633 public Tab setTabListener(ActionBar.TabListener callback) { in setTabListener()921 final ActionBar.TabListener callback = tabi.getCallback(); in configureTab()
921 public abstract Tab setTabListener(TabListener listener); in setTabListener()963 public interface TabListener { interface in ActionBar
475 final ActionBar.TabListener callback = tabi.getCallback(); in configureTab()1007 private ActionBar.TabListener mCallback;1026 public ActionBar.TabListener getCallback() { in getCallback()1031 public Tab setTabListener(ActionBar.TabListener callback) { in setTabListener()
919 <li>Implement the {@link android.support.v7.app.ActionBar.TabListener} interface. This interface923 and set the {@link android.support.v7.app.ActionBar.TabListener} by calling {@link931 <p>Notice that the {@link android.support.v7.app.ActionBar.TabListener}939 <p>For example, here's how you might implement the {@link android.app.ActionBar.TabListener}942 public static class TabListener<T extends Fragment> implements ActionBar.TabListener {953 public TabListener(Activity activity, String tag, Class<T> clz) {959 /* The following are each of the {@link android.app.ActionBar.TabListener} callbacks */1018 .setTabListener(new TabListener<ArtistFragment>(1024 .setTabListener(new TabListener<AlbumFragment>(1047 android.support.v7.app.ActionBar.TabListener} is one of several possible techniques. Another popular[all …]
877 http://developer.android.com/reference/android/app/ActionBar.TabListener.html
2720 …method public abstract android.app.ActionBar.Tab setTabListener(android.app.ActionBar.TabListener);2727 public static abstract interface ActionBar.TabListener {