Chris Banes | f62fcde | 2015-02-25 10:42:47 +0000 | [diff] [blame] | 1 | package android.support.v13.app { |
| 2 | |
| 3 | public class FragmentCompat { |
| 4 | ctor public FragmentCompat(); |
| 5 | method public static void setMenuVisibility(android.app.Fragment, boolean); |
| 6 | method public static void setUserVisibleHint(android.app.Fragment, boolean); |
| 7 | } |
| 8 | |
| 9 | public abstract class FragmentPagerAdapter extends android.support.v4.view.PagerAdapter { |
| 10 | ctor public FragmentPagerAdapter(android.app.FragmentManager); |
| 11 | method public abstract android.app.Fragment getItem(int); |
| 12 | method public long getItemId(int); |
| 13 | method public boolean isViewFromObject(android.view.View, java.lang.Object); |
| 14 | } |
| 15 | |
| 16 | public abstract class FragmentStatePagerAdapter extends android.support.v4.view.PagerAdapter { |
| 17 | ctor public FragmentStatePagerAdapter(android.app.FragmentManager); |
| 18 | method public abstract android.app.Fragment getItem(int); |
| 19 | method public boolean isViewFromObject(android.view.View, java.lang.Object); |
| 20 | } |
| 21 | |
| 22 | public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { |
| 23 | ctor public FragmentTabHost(android.content.Context); |
| 24 | ctor public FragmentTabHost(android.content.Context, android.util.AttributeSet); |
| 25 | method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle); |
| 26 | method public void onTabChanged(java.lang.String); |
| 27 | method public void setup(android.content.Context, android.app.FragmentManager); |
| 28 | method public void setup(android.content.Context, android.app.FragmentManager, int); |
| 29 | } |
| 30 | |
| 31 | } |
| 32 | |