public interface ActivityIndicatorViewManagerInterface<T extends View>
abstract void
setHidesWhenStopped(T view, boolean value)
setAnimating(T view, boolean value)
setColor(T view, @Nullable() Integer value)
setSize(T view, @Nullable() String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void setHidesWhenStopped(T view, boolean value)
abstract void setAnimating(T view, boolean value)
abstract void setColor(T view, @Nullable() Integer value)
abstract void setSize(T view, @Nullable() String value)