android.graphics.drawable
Interface Drawable.Callback

All Known Implementing Classes:
AbsListView, AbsoluteLayout, AbsSeekBar, AbsSpinner, AdapterView, AdapterViewAnimator, AdapterViewFlipper, AnalogClock, AnimationDrawable, AppWidgetHostView, AutoCompleteTextView, Button, CalendarView, CheckBox, CheckedTextView, Chronometer, ClipDrawable, CompoundButton, DatePicker, DialerFilter, DigitalClock, DrawableContainer, EditText, ExpandableListView, ExtractEditText, FragmentBreadCrumbs, FrameLayout, Gallery, GestureOverlayView, GLSurfaceView, GridLayout, GridView, HorizontalScrollView, ImageButton, ImageSwitcher, ImageView, InsetDrawable, KeyboardView, LayerDrawable, LevelListDrawable, LinearLayout, ListView, MediaController, MultiAutoCompleteTextView, NumberPicker, ProgressBar, QuickContactBadge, RadioButton, RadioGroup, RatingBar, RelativeLayout, RotateDrawable, RSSurfaceView, RSTextureView, ScaleDrawable, ScrollView, SearchView, SeekBar, SlidingDrawer, Space, Spinner, StackView, StateListDrawable, SurfaceView, Switch, TabHost, TableLayout, TableRow, TabWidget, TextSwitcher, TextureView, TextView, TimePicker, ToggleButton, TransitionDrawable, TwoLineListItem, VideoView, View, ViewAnimator, ViewFlipper, ViewGroup, ViewStub, ViewSwitcher, WebView, ZoomButton, ZoomControls
Enclosing class:
Drawable

public static interface Drawable.Callback


Method Summary
 void invalidateDrawable(Drawable who)
           
 void scheduleDrawable(Drawable who, Runnable what, long when)
           
 void unscheduleDrawable(Drawable who, Runnable what)
           
 

Method Detail

invalidateDrawable

void invalidateDrawable(Drawable who)

scheduleDrawable

void scheduleDrawable(Drawable who,
                      Runnable what,
                      long when)

unscheduleDrawable

void unscheduleDrawable(Drawable who,
                        Runnable what)


Copyright © 2008-2012. All Rights Reserved.