MCPcopy Create free account

hub / github.com/HeroKince/SaundProgressBar / types & classes

Types & classes10 in github.com/HeroKince/SaundProgressBar

ClassExampleInstrumentedTest
Instrumented test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
library/src/androidTest/java/com/kince/saundprogressbar/ExampleInstrumentedTest.java:17
ClassExampleInstrumentedTest
Instrumented test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
app/src/androidTest/java/com/kince/saundprogressbar/demo/ExampleInstrumentedTest.java:17
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
library/src/test/java/com/kince/saundprogressbar/ExampleUnitTest.java:12
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
app/src/test/java/com/kince/saundprogressbar/demo/ExampleUnitTest.java:12
InterfaceFormatter
You must implement this interface if you wish to present a custom formatted text to be used by the Progress Indicator. The default format is X% where
library/src/main/java/com/kince/saundprogressbar/SaundSeekBar.java:384
InterfaceFormatter
You must implement this interface if you wish to present a custom formatted text to be used by the Progress Indicator. The default format is X% where
library/src/main/java/com/kince/saundprogressbar/SaundProgressBar.java:383
ClassMainActivity
app/src/main/java/com/kince/saundprogressbar/demo/MainActivity.java:14
ClassSaundProgressBar
An enhanced version of the ProgressBar which provides greater control over how the progress bar is drawn and displayed. The motivation is to allow us
library/src/main/java/com/kince/saundprogressbar/SaundProgressBar.java:42
ClassSaundProgressIndicator
library/src/main/java/com/kince/saundprogressbar/SaundProgressIndicator.java:7
ClassSaundSeekBar
An enhanced version of the ProgressBar which provides greater control over how the progress bar is drawn and displayed. The motivation is to allow us
library/src/main/java/com/kince/saundprogressbar/SaundSeekBar.java:43