Interface Drawable.Callback

All Known Implementing Classes:
AbsListView, AbsoluteLayout, AbsSeekBar, AbsSpinner, AdapterView, Button, CheckBox, ColorStateListDrawable, CompoundButton, CoordinatorLayout, DrawableContainer, DrawableWrapper, DropDownListView, EditText, ExpandableListView, FragmentContainerView, FrameLayout, GridLayout, GridView, HorizontalScrollView, ImageButton, ImageView, LayerDrawable, LevelListDrawable, LinearLayout, LinearPagerIndicator, ListMenuItemView, ListView, MaterialCheckBox, MaterialRadioButton, MenuPopupWindow.MenuDropDownListView, NestedScrollView, ProgressBar, RadioButton, RadioGroup, RelativeLayout, RelativeRadioGroup, ScaleDrawable, ScrollView, SeekBar, Spinner, StateListDrawable, SwitchButton, TableLayout, TableRow, TestFragment.TestLinearLayout, TextView, View, ViewGroup, ViewPager, WindowGroup
Enclosing class:
Drawable

public static interface Drawable.Callback
Implement this interface if you want to create an animated drawable that extends Drawable. Upon retrieving a drawable, use Drawable.setCallback(Callback) to supply your implementation of the interface to the drawable; it uses this interface to schedule and execute animation changes.