-
public class Dialog.ProgressDialog extends Dialog.IdDialogProgress DialogUsed to display a progress dialog
-
-
Method Summary
Modifier and Type Method Description booleanisIndeterminate()Return true if the progress dialog is inderterminate booleanisCancelable()Return true if the progress dialog is cancelable floatgetPosition()Get the position of the progress dialog StringgetCancelText()Get the text of the cancel button -
Methods inherited from class org.videolan.libvlc.Dialog.IdDialog
dismiss -
Methods inherited from class org.videolan.libvlc.Dialog
getContext, getText, getTitle, getType, setCallbacks, setContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isIndeterminate
@MainThread() boolean isIndeterminate()
Return true if the progress dialog is inderterminate
-
isCancelable
@MainThread() boolean isCancelable()
Return true if the progress dialog is cancelable
-
getPosition
@MainThread() float getPosition()
Get the position of the progress dialog
-
getCancelText
@MainThread() String getCancelText()
Get the text of the cancel button
-
-
-
-