You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method public abstract void unscheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable);
9100
9101
}
9101
9102
9103
+
public static abstract interface Drawable.Callback2 implements android.graphics.drawable.Drawable.Callback {
9104
+
method public abstract int getResolvedLayoutDirection(android.graphics.drawable.Drawable);
9105
+
}
9106
+
9102
9107
public static abstract class Drawable.ConstantState {
9103
9108
ctor public Drawable.ConstantState();
9104
9109
method public abstract int getChangingConfigurations();
@@ -23109,7 +23114,7 @@ package android.view {
23109
23114
method public void recycle();
23110
23115
}
23111
23116
23112
-
public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback {
23117
+
public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.graphics.drawable.Drawable.Callback2 android.view.KeyEvent.Callback {
23113
23118
ctor public View(android.content.Context);
23114
23119
ctor public View(android.content.Context, android.util.AttributeSet);
23115
23120
ctor public View(android.content.Context, android.util.AttributeSet, int);
0 commit comments