Class Dialog.ProgressDialog

  • Enclosing class:
    Dialog

    public static class Dialog.ProgressDialog
    extends Dialog.IdDialog
    Progress Dialog Used to display a progress dialog
    • Method Detail

      • isIndeterminate

        @MainThread
        public boolean isIndeterminate()
        Return true if the progress dialog is inderterminate
      • isCancelable

        @MainThread
        public boolean isCancelable()
        Return true if the progress dialog is cancelable
      • getPosition

        @MainThread
        public float getPosition()
        Get the position of the progress dialog
        Returns:
        position between 0.0 and 1.0
      • getCancelText

        @MainThread
        public String getCancelText()
        Get the text of the cancel button