Home
last modified time | relevance | path

Searched refs:TabListener (Results 1 – 18 of 18) 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.java1225 public abstract Tab setTabListener(TabListener listener); in setTabListener()
1272 public interface TabListener { interface in ActionBar
/frameworks/base/core/java/android/app/
DActionBar.java1227 public abstract Tab setTabListener(TabListener listener); in setTabListener()
1274 public interface TabListener { interface in ActionBar
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DFrameworkActionBarWrapper.java36 import android.app.ActionBar.TabListener;
343 Tab tab = mActionBar.newTab().setText("Tab" + i).setTabListener(new TabListener() { in setupTabs()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DWindowDecorActionBar.java513 final ActionBar.TabListener callback = tabi.getCallback(); in configureTab()
1104 private ActionBar.TabListener mCallback;
1123 public ActionBar.TabListener getCallback() { in getCallback()
1128 public Tab setTabListener(ActionBar.TabListener callback) { in setTabListener()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java527 final ActionBar.TabListener callback = tabi.getCallback(); in configureTab()
1131 private ActionBar.TabListener mCallback;
1150 public ActionBar.TabListener getCallback() { in getCallback()
1155 public Tab setTabListener(ActionBar.TabListener callback) { in setTabListener()
/frameworks/base/docs/html/guide/topics/ui/
Dactionbar.jd915 <li>Implement the {@link android.support.v7.app.ActionBar.TabListener} interface. This interface
919 and set the {@link android.support.v7.app.ActionBar.TabListener} by calling {@link
927 <p>Notice that the {@link android.support.v7.app.ActionBar.TabListener}
935 <p>For example, here's how you might implement the {@link android.app.ActionBar.TabListener}
938 public static class TabListener&lt;T extends Fragment> implements ActionBar.TabListener {
949 public TabListener(Activity activity, String tag, Class&lt;T> clz) {
955 /* The following are each of the {@link android.app.ActionBar.TabListener} callbacks */
1014 .setTabListener(new TabListener&lt;ArtistFragment>(
1020 .setTabListener(new TabListener&lt;AlbumFragment>(
1043 android.support.v7.app.ActionBar.TabListener} is one of several possible techniques. Another popular
[all …]
/frameworks/support/v7/appcompat/api/
D22.0.0.txt109 … android.support.v7.app.ActionBar.Tab setTabListener(android.support.v7.app.ActionBar.TabListener);
116 public static abstract deprecated interface ActionBar.TabListener {
D22.1.0.txt109 … android.support.v7.app.ActionBar.Tab setTabListener(android.support.v7.app.ActionBar.TabListener);
116 public static abstract deprecated interface ActionBar.TabListener {
D22.2.0.txt109 … android.support.v7.app.ActionBar.Tab setTabListener(android.support.v7.app.ActionBar.TabListener);
116 public static abstract deprecated interface ActionBar.TabListener {
D22.2.1.txt109 … android.support.v7.app.ActionBar.Tab setTabListener(android.support.v7.app.ActionBar.TabListener);
116 public static abstract deprecated interface ActionBar.TabListener {
Dcurrent.txt109 … android.support.v7.app.ActionBar.Tab setTabListener(android.support.v7.app.ActionBar.TabListener);
116 public static abstract deprecated interface ActionBar.TabListener {
D23.txt109 … android.support.v7.app.ActionBar.Tab setTabListener(android.support.v7.app.ActionBar.TabListener);
116 public static abstract deprecated interface ActionBar.TabListener {
/frameworks/support/v7/mediarouter/api/
D23.txt121 … android.support.v7.app.ActionBar.Tab setTabListener(android.support.v7.app.ActionBar.TabListener);
128 public static abstract interface ActionBar.TabListener {
Dcurrent.txt121 … android.support.v7.app.ActionBar.Tab setTabListener(android.support.v7.app.ActionBar.TabListener);
128 public static abstract interface ActionBar.TabListener {
/frameworks/base/docs/html/
Dsitemap.txt877 http://developer.android.com/reference/android/app/ActionBar.TabListener.html
/frameworks/base/api/
Dcurrent.txt3271 …method public abstract android.app.ActionBar.Tab setTabListener(android.app.ActionBar.TabListener);
3278 public static abstract deprecated interface ActionBar.TabListener {
Dsystem-current.txt3370 …method public abstract android.app.ActionBar.Tab setTabListener(android.app.ActionBar.TabListener);
3377 public static abstract deprecated interface ActionBar.TabListener {