File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26608,7 +26608,7 @@ package android.widget {
2660826608 method public abstract void onNothingSelected(android.widget.AdapterView<?>);
2660926609 }
2661026610
26611- public abstract class AdapterViewAnimator extends android.widget.AdapterView {
26611+ public abstract class AdapterViewAnimator extends android.widget.AdapterView implements android.widget.Advanceable {
2661226612 ctor public AdapterViewAnimator(android.content.Context);
2661326613 ctor public AdapterViewAnimator(android.content.Context, android.util.AttributeSet);
2661426614 ctor public AdapterViewAnimator(android.content.Context, android.util.AttributeSet, int);
@@ -26650,6 +26650,11 @@ package android.widget {
2665026650 method public void stopFlipping();
2665126651 }
2665226652
26653+ public abstract interface Advanceable {
26654+ method public abstract void advance();
26655+ method public abstract void fyiWillBeAdvancedByHostKThx();
26656+ }
26657+
2665326658 public class AlphabetIndexer extends android.database.DataSetObserver implements android.widget.SectionIndexer {
2665426659 ctor public AlphabetIndexer(android.database.Cursor, int, java.lang.CharSequence);
2665526660 method protected int compare(java.lang.String, java.lang.String);
Original file line number Diff line number Diff line change 2121 * progressing through its set of children. The interface exists to give AppWidgetHosts a way of
2222 * taking responsibility for automatically advancing such collections.
2323 *
24- * @hide
2524 */
2625public interface Advanceable {
2726
You can’t perform that action at this time.
0 commit comments