Loading api/16.txt +1 −1 Original line number Diff line number Diff line Loading @@ -27332,7 +27332,7 @@ package android.widget { field public int gravity; } public class Gallery extends android.widget.AbsSpinner implements android.view.GestureDetector.OnGestureListener { public deprecated class Gallery extends android.widget.AbsSpinner implements android.view.GestureDetector.OnGestureListener { ctor public Gallery(android.content.Context); ctor public Gallery(android.content.Context, android.util.AttributeSet); ctor public Gallery(android.content.Context, android.util.AttributeSet, int); api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -27408,7 +27408,7 @@ package android.widget { field public int gravity; } public class Gallery extends android.widget.AbsSpinner implements android.view.GestureDetector.OnGestureListener { public deprecated class Gallery extends android.widget.AbsSpinner implements android.view.GestureDetector.OnGestureListener { ctor public Gallery(android.content.Context); ctor public Gallery(android.content.Context, android.util.AttributeSet); ctor public Gallery(android.content.Context, android.util.AttributeSet, int); core/java/android/widget/Gallery.java +5 −0 Original line number Diff line number Diff line Loading @@ -56,7 +56,12 @@ import com.android.internal.R; * @attr ref android.R.styleable#Gallery_animationDuration * @attr ref android.R.styleable#Gallery_spacing * @attr ref android.R.styleable#Gallery_gravity * * @deprecated This widget is not longer supported. Other horizontally scrolling * widgets include {@link HorizontalScrollView} and ViewPager from the support * library. */ @Deprecated @Widget public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener { Loading Loading
api/16.txt +1 −1 Original line number Diff line number Diff line Loading @@ -27332,7 +27332,7 @@ package android.widget { field public int gravity; } public class Gallery extends android.widget.AbsSpinner implements android.view.GestureDetector.OnGestureListener { public deprecated class Gallery extends android.widget.AbsSpinner implements android.view.GestureDetector.OnGestureListener { ctor public Gallery(android.content.Context); ctor public Gallery(android.content.Context, android.util.AttributeSet); ctor public Gallery(android.content.Context, android.util.AttributeSet, int);
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -27408,7 +27408,7 @@ package android.widget { field public int gravity; } public class Gallery extends android.widget.AbsSpinner implements android.view.GestureDetector.OnGestureListener { public deprecated class Gallery extends android.widget.AbsSpinner implements android.view.GestureDetector.OnGestureListener { ctor public Gallery(android.content.Context); ctor public Gallery(android.content.Context, android.util.AttributeSet); ctor public Gallery(android.content.Context, android.util.AttributeSet, int);
core/java/android/widget/Gallery.java +5 −0 Original line number Diff line number Diff line Loading @@ -56,7 +56,12 @@ import com.android.internal.R; * @attr ref android.R.styleable#Gallery_animationDuration * @attr ref android.R.styleable#Gallery_spacing * @attr ref android.R.styleable#Gallery_gravity * * @deprecated This widget is not longer supported. Other horizontally scrolling * widgets include {@link HorizontalScrollView} and ViewPager from the support * library. */ @Deprecated @Widget public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener { Loading