HomeSort by relevance Sort by last modified time
    Searched refs:TabListener (Results 1 - 25 of 50) sorted by null

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentNestingTabs.java 44 .setTabListener(new TabListener<FragmentMenuFragment>(
48 .setTabListener(new TabListener<FragmentArgumentsFragment>(
52 .setTabListener(new TabListener<FragmentStackFragment>(
56 .setTabListener(new TabListener<FragmentTabsFragment>(
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) {
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))));
77 * A TabListener receives event callbacks from the action bar as tabs
89 private class TabListener implements ActionBar.TabListener {
92 public TabListener(TabContentFragment fragment) {
  /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 {
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarTabs.java 49 .setTabListener(new TabListener(new TabContentFragment(text))));
76 * A TabListener receives event callbacks from the action bar as tabs
88 private class TabListener implements ActionBar.TabListener {
91 public TabListener(TabContentFragment fragment) {
ActionBarDisplayOptions.java 34 implements View.OnClickListener, ActionBar.TabListener {
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
WebRTCDemo.java 14 import android.app.ActionBar.TabListener;
32 public static class TabListener<T extends Fragment>
33 implements ActionBar.TabListener {
40 public TabListener(Activity activity, String tag, Class<T> clz) {
44 public TabListener(Activity activity, String tag, Class<T> clz,
135 .setTabListener(new TabListener<MainMenuFragment>(
141 .setTabListener(new TabListener<SettingsMenuFragment>(
147 .setTabListener(new TabListener<VideoMenuFragment>(
153 .setTabListener(new TabListener<AudioMenuFragment>(
  /cts/tests/tests/app/src/android/app/cts/
ActionBarTest.java 20 import android.app.ActionBar.TabListener;
87 static class TestTabListener implements TabListener {
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 38 public class MainActivity extends ActionBarActivity implements ActionBar.TabListener {
63 // Implemented from ActionBar.TabListener
69 // Implemented from ActionBar.TabListener
75 // Implemented from ActionBar.TabListener
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 56 * TabListener that replaces a Fragment when a tab is clicked.
58 private static class FragmentTabListener implements ActionBar.TabListener {
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 38 public class MainActivity extends ActionBarActivity implements ActionBar.TabListener {
63 // Implemented from ActionBar.TabListener
69 // Implemented from ActionBar.TabListener
75 // Implemented from ActionBar.TabListener
  /developers/samples/android/ui/notifications/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 56 * TabListener that replaces a Fragment when a tab is clicked.
58 private static class FragmentTabListener implements ActionBar.TabListener {
  /development/samples/browseable/ActionBarCompat-Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java 38 public class MainActivity extends ActionBarActivity implements ActionBar.TabListener {
63 // Implemented from ActionBar.TabListener
69 // Implemented from ActionBar.TabListener
75 // Implemented from ActionBar.TabListener
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
LNotificationActivity.java 56 * TabListener that replaces a Fragment when a tab is clicked.
58 private static class FragmentTabListener implements ActionBar.TabListener {
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
CompatTabHoneycomb.java 29 public class CompatTabHoneycomb extends CompatTab implements ActionBar.TabListener {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java     [all...]
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test4DetailFragment.java 32 public class Test4DetailFragment extends Fragment implements ActionBar.TabListener {
98 // the TabListener interface, as the listener for when this tab is
  /developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 18 public class MainActivity extends FragmentActivity implements ActionBar.TabListener {
86 // specify this Activity object, which implements the TabListener interface, as the
113 * Unused. Required for {@link android.app.ActionBar.TabListener}.
120 * Unused. Required for {@link android.app.ActionBar.TabListener}.
  /developers/samples/android/ui/views/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 18 public class MainActivity extends FragmentActivity implements ActionBar.TabListener {
86 // specify this Activity object, which implements the TabListener interface, as the
113 * Unused. Required for {@link android.app.ActionBar.TabListener}.
120 * Unused. Required for {@link android.app.ActionBar.TabListener}.
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
ActionBarTabsPager.java 84 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
FragmentNestingPagerSupport.java 82 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
FragmentNestingStatePagerSupport.java 82 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
  /development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java 18 public class MainActivity extends FragmentActivity implements ActionBar.TabListener {
86 // specify this Activity object, which implements the TabListener interface, as the
113 * Unused. Required for {@link android.app.ActionBar.TabListener}.
120 * Unused. Required for {@link android.app.ActionBar.TabListener}.
  /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
  /packages/apps/Gallery2/src/com/android/photos/
GalleryActivity.java 94 ActionBar.TabListener, ViewPager.OnPageChangeListener {

Completed in 1246 milliseconds

1 2