/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentTabs.java | 44 .setTabListener(new TabListener<FragmentStack.CountingFragment>( 48 .setTabListener(new TabListener<LoaderCursor.CursorLoaderListFragment>( 52 .setTabListener(new TabListener<LoaderCustom.AppListFragment>( 56 .setTabListener(new TabListener<LoaderThrottle.ThrottledLoaderListFragment>( 70 public static class TabListener<T extends Fragment> implements ActionBar.TabListener { 77 public TabListener(Activity activity, String tag, Class<T> clz) { 81 public TabListener(Activity activity, String tag, Class<T> clz, Bundle args) {
|
ActionBarTabs.java | 50 .setTabListener(new TabListener(new TabContentFragment(text)))); 75 * A TabListener receives event callbacks from the action bar as tabs 87 private class TabListener implements ActionBar.TabListener { 90 public TabListener(TabContentFragment fragment) {
|
ActionBarDisplayOptions.java | 34 implements View.OnClickListener, ActionBar.TabListener {
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
CompatActionBarNavHandler.java | 21 import android.app.ActionBar.TabListener; 28 * An instance of this class must be installed as a TabListener or OnNavigationListener on an 35 public class CompatActionBarNavHandler implements TabListener, OnNavigationListener {
|
/cts/tests/tests/app/src/android/app/cts/ |
ActionBarTest.java | 20 import android.app.ActionBar.TabListener; 84 static class TestTabListener implements TabListener {
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
CompatTabHoneycomb.java | 29 public class CompatTabHoneycomb extends CompatTab implements ActionBar.TabListener {
|
/frameworks/base/core/java/android/app/ |
ActionBar.java | 820 * Set the {@link TabListener} that will handle switching to and from this tab. 821 * All tabs must have a TabListener set before being added to the ActionBar. 826 public abstract Tab setTabListener(TabListener listener); 868 public interface TabListener { [all...] |
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
ActionBarTabsPager.java | 84 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
|
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/ |
MainActivity.java | 33 public class MainActivity extends FragmentActivity implements ActionBar.TabListener { 84 // Also specify this Activity object, which implements the TabListener interface, as the
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ContentBrowserActivity.java | 52 implements OnQueryTextListener, ActionBar.TabListener {
|
VideoPlayerActivity.java | 53 implements OnQueryTextListener, ActionBar.TabListener {
|
OverscanActivity.java | 55 implements OnQueryTextListener, ActionBar.TabListener {
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
TitlesFragment.java | 47 public class TitlesFragment extends ListFragment implements ActionBar.TabListener { 233 /* The following are callbacks implemented for the ActionBar.TabListener,
|
/frameworks/base/core/java/com/android/internal/app/ |
ActionBarImpl.java | 468 final ActionBar.TabListener callback = tabi.getCallback(); 969 private ActionBar.TabListener mCallback; 988 public ActionBar.TabListener getCallback() { [all...] |
/packages/apps/Browser/src/com/android/browser/ |
ComboViewActivity.java | 165 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
DialtactsActivity.java | 37 import android.app.ActionBar.TabListener; 303 private final TabListener mTabListener = new TabListener() { [all...] |
ActionBarAdapter.java | 272 private class MyTabListener implements ActionBar.TabListener {
|
/packages/apps/Calendar/src/com/android/calendar/ |
AllInOneActivity.java | 89 OnSharedPreferenceChangeListener, SearchView.OnQueryTextListener, ActionBar.TabListener, [all...] |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/16/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |