Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentNestingTabs.java44 .setTabListener(new TabListener<FragmentMenuFragment>( in onCreate()
48 .setTabListener(new TabListener<FragmentArgumentsFragment>( in onCreate()
52 .setTabListener(new TabListener<FragmentStackFragment>( in onCreate()
56 .setTabListener(new TabListener<FragmentTabsFragment>( in onCreate()
70 public static class TabListener<T extends Fragment> implements ActionBar.TabListener { class in FragmentNestingTabs
77 public TabListener(Activity activity, String tag, Class<T> clz) { in TabListener() method in FragmentNestingTabs.TabListener
81 public TabListener(Activity activity, String tag, Class<T> clz, Bundle args) { in TabListener() method in FragmentNestingTabs.TabListener
DFragmentTabs.java44 .setTabListener(new TabListener<FragmentStack.CountingFragment>( in onCreate()
48 .setTabListener(new TabListener<LoaderCursor.CursorLoaderListFragment>( in onCreate()
52 .setTabListener(new TabListener<LoaderCustom.AppListFragment>( in onCreate()
56 .setTabListener(new TabListener<LoaderThrottle.ThrottledLoaderListFragment>( in onCreate()
70 public static class TabListener<T extends Fragment> implements ActionBar.TabListener { class in FragmentTabs
77 public TabListener(Activity activity, String tag, Class<T> clz) { in TabListener() method in FragmentTabs.TabListener
81 public TabListener(Activity activity, String tag, Class<T> clz, Bundle args) { in TabListener() method in FragmentTabs.TabListener
DActionBarTabs.java50 .setTabListener(new TabListener(new TabContentFragment(text)))); in onAddTab()
89 private class TabListener implements ActionBar.TabListener { class in ActionBarTabs
92 public TabListener(TabContentFragment fragment) { in TabListener() method in ActionBarTabs.TabListener
DActionBarDisplayOptions.java38 ActionBar.TabListener, Spinner.OnItemSelectedListener, ActionBar.OnNavigationListener {
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
DActionBarTabs.java48 .setTabListener(new TabListener(new TabContentFragment(text)))); in onAddTab()
85 private class TabListener implements ActionBar.TabListener { class in ActionBarTabs
88 public TabListener(TabContentFragment fragment) { in TabListener() method in ActionBarTabs.TabListener
DActionBarDisplayOptions.java36 implements View.OnClickListener, ActionBar.TabListener {
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
DCompatActionBarNavHandler.java21 import android.app.ActionBar.TabListener;
35 public class CompatActionBarNavHandler implements TabListener, OnNavigationListener {
/development/samples/browseable/ActionBarCompat-Styled/src/com.example.android.actionbarcompat.styled/
DMainActivity.java38 public class MainActivity extends ActionBarActivity implements ActionBar.TabListener {
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DLNotificationActivity.java58 private static class FragmentTabListener implements ActionBar.TabListener {
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
DCompatTabHoneycomb.java29 public class CompatTabHoneycomb extends CompatTab implements ActionBar.TabListener {
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
DMainActivity.java18 public class MainActivity extends FragmentActivity implements ActionBar.TabListener {
/development/samples/Support13Demos/src/com/example/android/supportv13/app/
DActionBarTabsPager.java84 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
DFragmentNestingPagerSupport.java82 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
DFragmentNestingStatePagerSupport.java82 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
DMainActivity.java33 public class MainActivity extends FragmentActivity implements ActionBar.TabListener {
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DTitlesFragment.java47 public class TitlesFragment extends ListFragment implements ActionBar.TabListener {
/development/samples/ApiDemos/src/com/example/android/apis/view/
DVideoPlayerActivity.java53 implements OnQueryTextListener, ActionBar.TabListener {
DContentBrowserActivity.java52 implements OnQueryTextListener, ActionBar.TabListener {
DContentBrowserNavActivity.java53 implements OnQueryTextListener, ActionBar.TabListener {
DSystemUIModes.java53 implements OnQueryTextListener, ActionBar.TabListener {