/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentNestingTabs.java | 44 .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
|
D | FragmentTabs.java | 44 .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
|
D | ActionBarTabs.java | 50 .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
|
D | ActionBarDisplayOptions.java | 38 ActionBar.TabListener, Spinner.OnItemSelectedListener, ActionBar.OnNavigationListener {
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
D | ActionBarTabs.java | 48 .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
|
D | ActionBarDisplayOptions.java | 36 implements View.OnClickListener, ActionBar.TabListener {
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
D | CompatActionBarNavHandler.java | 21 import android.app.ActionBar.TabListener; 35 public class CompatActionBarNavHandler implements TabListener, OnNavigationListener {
|
/development/samples/browseable/ActionBarCompat-Styled/src/com.example.android.actionbarcompat.styled/ |
D | MainActivity.java | 38 public class MainActivity extends ActionBarActivity implements ActionBar.TabListener {
|
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
D | LNotificationActivity.java | 58 private static class FragmentTabListener implements ActionBar.TabListener {
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
D | CompatTabHoneycomb.java | 29 public class CompatTabHoneycomb extends CompatTab implements ActionBar.TabListener {
|
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/ |
D | MainActivity.java | 18 public class MainActivity extends FragmentActivity implements ActionBar.TabListener {
|
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
D | ActionBarTabsPager.java | 84 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
|
D | FragmentNestingPagerSupport.java | 82 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
|
D | FragmentNestingStatePagerSupport.java | 82 implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
|
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/ |
D | MainActivity.java | 33 public class MainActivity extends FragmentActivity implements ActionBar.TabListener {
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | TitlesFragment.java | 47 public class TitlesFragment extends ListFragment implements ActionBar.TabListener {
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | VideoPlayerActivity.java | 53 implements OnQueryTextListener, ActionBar.TabListener {
|
D | ContentBrowserActivity.java | 52 implements OnQueryTextListener, ActionBar.TabListener {
|
D | ContentBrowserNavActivity.java | 53 implements OnQueryTextListener, ActionBar.TabListener {
|
D | SystemUIModes.java | 53 implements OnQueryTextListener, ActionBar.TabListener {
|