Home
last modified time | relevance | path

Searched refs:TabListener (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/docs/html/training/implementing-navigation/
Dlateral.jd176 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 TabListener
214 <p>How you handle the {@link android.app.ActionBar.TabListener} callbacks to change tabs
224 a tab, implement your {@link android.app.ActionBar.TabListener} to select the appropriate page
234 ActionBar.TabListener tabListener = new ActionBar.TabListener() {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBar.java834 public abstract Tab setTabListener(TabListener listener); in setTabListener()
891 public interface TabListener { interface in ActionBar
DActionBarImplICS.java376 class TabWrapper extends ActionBar.Tab implements android.app.ActionBar.TabListener {
380 private TabListener mTabListener;
454 public Tab setTabListener(TabListener listener) { in setTabListener()
DActionBarImplBase.java609 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()
/frameworks/base/core/java/android/app/
DActionBar.java921 public abstract Tab setTabListener(TabListener listener); in setTabListener()
963 public interface TabListener { interface in ActionBar
/frameworks/base/core/java/com/android/internal/app/
DActionBarImpl.java475 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()
/frameworks/base/docs/html/guide/topics/ui/
Dactionbar.jd919 <li>Implement the {@link android.support.v7.app.ActionBar.TabListener} interface. This interface
923 and set the {@link android.support.v7.app.ActionBar.TabListener} by calling {@link
931 <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&lt;T extends Fragment> implements ActionBar.TabListener {
953 public TabListener(Activity activity, String tag, Class&lt;T> clz) {
959 /* The following are each of the {@link android.app.ActionBar.TabListener} callbacks */
1018 .setTabListener(new TabListener&lt;ArtistFragment>(
1024 .setTabListener(new TabListener&lt;AlbumFragment>(
1047 android.support.v7.app.ActionBar.TabListener} is one of several possible techniques. Another popular
[all …]
/frameworks/base/docs/html/
Dsitemap.txt877 http://developer.android.com/reference/android/app/ActionBar.TabListener.html
/frameworks/base/api/
Dcurrent.txt2720 …method public abstract android.app.ActionBar.Tab setTabListener(android.app.ActionBar.TabListener);
2727 public static abstract interface ActionBar.TabListener {