belongs to Maven artifact com.android.support:wear:28.0.0-alpha1
CircularProgressLayout
public
class
CircularProgressLayout
extends FrameLayout
java.lang.Object | ||||
↳ | android.view.View | |||
↳ | android.view.ViewGroup | |||
↳ | android.widget.FrameLayout | |||
↳ | android.support.wear.widget.CircularProgressLayout |
CircularProgressLayout
adds a circular countdown timer behind the view it contains,
typically used to automatically confirm an operation after a short delay has elapsed.
The developer can specify a countdown interval via setTotalTime(long)
and a listener
via setOnTimerFinishedListener(OnTimerFinishedListener)
to be called when the time has
elapsed after startTimer()
has been called. Tap action can be received via setOnClickListener(OnClickListener)
and can be used to cancel the timer via stopTimer()
method.
Alternatively, this layout can be used to show indeterminate progress by calling setIndeterminate(boolean)
method.
Summary
Nested classes | |
---|---|
interface |
CircularProgressLayout.OnTimerFinishedListener
Interface to implement for listening to |
Inherited constants |
---|
![]()
android.view.ViewGroup
|
![]()
android.view.View
|