HomeSort by relevance Sort by last modified time
    Searched defs:TabListener (Results 1 - 5 of 5) sorted by null

  /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/Support7Demos/src/com/example/android/supportv7/app/
ActionBarTabs.java 48 .setTabListener(new TabListener(new TabContentFragment(text))));
73 * A TabListener receives event callbacks from the action bar as tabs
85 private class TabListener implements ActionBar.TabListener {
88 public TabListener(TabContentFragment fragment) {
  /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>(

Completed in 55 milliseconds