android.graphics.drawable
Interface Animatable

All Known Implementing Classes:
AnimationDrawable

public interface Animatable


Method Summary
 boolean isRunning()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()

isRunning

boolean isRunning()


Copyright © 2008-2012. All Rights Reserved.