Package-level declarations

Types

Link copied to clipboard
abstract class BaseFetchButton(context: Context, attributeSet: AttributeSet) : FrameLayout
Link copied to clipboard
class DownloadButton(context: Context, attributeSet: AttributeSet) : PieFetchButton
Link copied to clipboard
data class DownloadMetadata(var id: Int, var downloadedLength: Long, var totalLength: Long, var status: DownloadStatusTell? = null)
Link copied to clipboard
open class PieFetchButton(context: Context, attributeSet: AttributeSet) : BaseFetchButton
Link copied to clipboard
class ProgressBarAnimation(progressBar: ProgressBar, from: Float, to: Float) : Animation