Home
last modified time | relevance | path

Searched defs:isIndeterminate (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DProgressBarWrapper.java35 ProgressBar indeterminate, boolean isIndeterminate) { in ProgressBarWrapper()
41 public void setIndeterminate(boolean isIndeterminate) { in setIndeterminate()
56 private void setVisibility(boolean isIndeterminate) { in setVisibility()
/frameworks/base/core/java/com/android/internal/widget/
DNotificationProgressModel.java123 public boolean isIndeterminate() { in isIndeterminate() method in NotificationProgressModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/
DPromotedNotificationContentExtractor.kt289 val isIndeterminate = progressIndeterminate() ?: return null in oldProgress() constant
/frameworks/base/core/java/android/app/
DProgressDialog.java454 public boolean isIndeterminate() { in isIndeterminate() method in ProgressDialog
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/shared/model/
DPromotedNotificationContentModel.kt166 data class OldProgress(val progress: Int, val max: Int, val isIndeterminate: Boolean) constant in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel.OldProgress
/frameworks/base/core/java/android/widget/
DProgressBar.java670 public synchronized boolean isIndeterminate() { in isIndeterminate() method in ProgressBar