1 package androidx.legacy.app { 2 3 public deprecated class ActivityCompat extends androidx.core.app.ActivityCompat { 4 ctor protected deprecated ActivityCompat(); 5 } 6 7 public deprecated class FragmentCompat { 8 ctor public deprecated FragmentCompat(); 9 method public static deprecated void requestPermissions(android.app.Fragment, java.lang.String[], int); 10 method public static deprecated void setMenuVisibility(android.app.Fragment, boolean); 11 method public static deprecated void setPermissionCompatDelegate(androidx.legacy.app.FragmentCompat.PermissionCompatDelegate); 12 method public static deprecated void setUserVisibleHint(android.app.Fragment, boolean); 13 method public static deprecated boolean shouldShowRequestPermissionRationale(android.app.Fragment, java.lang.String); 14 } 15 16 public static abstract deprecated interface FragmentCompat.OnRequestPermissionsResultCallback { 17 method public abstract deprecated void onRequestPermissionsResult(int, java.lang.String[], int[]); 18 } 19 20 public static abstract deprecated interface FragmentCompat.PermissionCompatDelegate { 21 method public abstract deprecated boolean requestPermissions(android.app.Fragment, java.lang.String[], int); 22 } 23 24 public abstract deprecated class FragmentPagerAdapter extends androidx.viewpager.widget.PagerAdapter { 25 ctor public deprecated FragmentPagerAdapter(android.app.FragmentManager); 26 method public deprecated void destroyItem(android.view.ViewGroup, int, java.lang.Object); 27 method public deprecated void finishUpdate(android.view.ViewGroup); 28 method public abstract deprecated android.app.Fragment getItem(int); 29 method public deprecated long getItemId(int); 30 method public deprecated java.lang.Object instantiateItem(android.view.ViewGroup, int); 31 method public deprecated boolean isViewFromObject(android.view.View, java.lang.Object); 32 method public deprecated void restoreState(android.os.Parcelable, java.lang.ClassLoader); 33 method public deprecated android.os.Parcelable saveState(); 34 method public deprecated void setPrimaryItem(android.view.ViewGroup, int, java.lang.Object); 35 method public deprecated void startUpdate(android.view.ViewGroup); 36 } 37 38 public abstract deprecated class FragmentStatePagerAdapter extends androidx.viewpager.widget.PagerAdapter { 39 ctor public deprecated FragmentStatePagerAdapter(android.app.FragmentManager); 40 method public deprecated void destroyItem(android.view.ViewGroup, int, java.lang.Object); 41 method public deprecated void finishUpdate(android.view.ViewGroup); 42 method public abstract deprecated android.app.Fragment getItem(int); 43 method public deprecated java.lang.Object instantiateItem(android.view.ViewGroup, int); 44 method public deprecated boolean isViewFromObject(android.view.View, java.lang.Object); 45 method public deprecated void restoreState(android.os.Parcelable, java.lang.ClassLoader); 46 method public deprecated android.os.Parcelable saveState(); 47 method public deprecated void setPrimaryItem(android.view.ViewGroup, int, java.lang.Object); 48 method public deprecated void startUpdate(android.view.ViewGroup); 49 } 50 51 public deprecated class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 52 ctor public deprecated FragmentTabHost(android.content.Context); 53 ctor public deprecated FragmentTabHost(android.content.Context, android.util.AttributeSet); 54 method public deprecated void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle); 55 method protected deprecated void onAttachedToWindow(); 56 method protected deprecated void onDetachedFromWindow(); 57 method protected deprecated void onRestoreInstanceState(android.os.Parcelable); 58 method protected deprecated android.os.Parcelable onSaveInstanceState(); 59 method public deprecated void onTabChanged(java.lang.String); 60 method public deprecated void setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener); 61 method public deprecated void setup(); 62 method public deprecated void setup(android.content.Context, android.app.FragmentManager); 63 method public deprecated void setup(android.content.Context, android.app.FragmentManager, int); 64 } 65 66 } 67 68 package androidx.legacy.view { 69 70 public deprecated class ViewCompat extends androidx.core.view.ViewCompat { 71 } 72 73 } 74 75