Searched defs:TabListener (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActionBar.java1283 * Set the {@link TabListener} that will handle switching to and from this tab.
1284 * All tabs must have a TabListener set before being added to the ActionBar.
1289 public abstract Tab setTabListener(TabListener listener);
1336 public interface TabListener { interface in class:ActionBar
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java1266 * Set the {@link TabListener} that will handle switching to and from this tab.
1267 * All tabs must have a TabListener set before being added to the ActionBar.
1272 public abstract Tab setTabListener(TabListener listener);
1320 public interface TabListener { interface in class:ActionBar

Completed in 25 milliseconds