Home
last modified time | relevance | path

Searched refs:isIndeterminate (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DProgressBarWrapper.java35 ProgressBar indeterminate, boolean isIndeterminate) { in ProgressBarWrapper() argument
38 setIndeterminate(isIndeterminate); in ProgressBarWrapper()
41 public void setIndeterminate(boolean isIndeterminate) { in setIndeterminate() argument
42 mIsIndeterminate = isIndeterminate; in setIndeterminate()
56 private void setVisibility(boolean isIndeterminate) { in setVisibility() argument
57 mIndeterminate.setVisibility(isIndeterminate ? View.VISIBLE : View.GONE); in setVisibility()
58 mDeterminate.setVisibility(isIndeterminate ? View.GONE : View.VISIBLE); in setVisibility()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/toolbar/
H A DToolbarProgressBarTest.java82 boolean[] isIndeterminate = new boolean[] { false }; in test_settersAndGetters_work()
89 isIndeterminate[0] = progressBar.isIndeterminate(); in test_settersAndGetters_work()
96 assertThat(isIndeterminate[0]).isTrue(); in test_settersAndGetters_work()
109 isIndeterminate[0] = progressBar.isIndeterminate(); in test_settersAndGetters_work()
116 assertThat(isIndeterminate[0]).isFalse(); in test_settersAndGetters_work()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/toolbar/
H A DProgressBarControllerImpl.java58 public boolean isIndeterminate() { in isIndeterminate() method in ProgressBarControllerImpl
59 return mProgressBar.isIndeterminate(); in isIndeterminate()
H A DProgressBarController.java33 boolean isIndeterminate(); in isIndeterminate() method
H A DProgressBarControllerAdapterV1.java59 public boolean isIndeterminate() { in isIndeterminate() method in ProgressBarControllerAdapterV1
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DProgressNotificationViewHolder.java82 boolean isIndeterminate = extraData.getBoolean(Notification.EXTRA_PROGRESS_INDETERMINATE); in bindBody()
85 mProgressBarView.setIndeterminate(isIndeterminate); in bindBody()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/matchers/
H A DProgressBarIndeterminateMatcher.java32 return item.isIndeterminate(); in matchesSafely()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/widget/
H A DRingProgressBarTest.java64 assertFalse(mProgressBar.isIndeterminate()); in testDefaultAttributes()
/aosp12/frameworks/base/core/java/android/app/
H A DProgressDialog.java454 public boolean isIndeterminate() { in isIndeterminate() method in ProgressDialog
456 return mProgress.isIndeterminate(); in isIndeterminate()
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/
H A DCarSetupWizardCompatLayoutTest.java436 assertThat(mCarSetupWizardCompatLayout.getProgressBar().isIndeterminate()).isTrue(); in testSetProgressBarIndeterminateTrue()
446 assertThat(mCarSetupWizardCompatLayout.getProgressBar().isIndeterminate()).isFalse(); in testSetProgressBarIndeterminateFalse()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationViewAdapter.java264 boolean isIndeterminate = extras.getBoolean( in getItemViewTypeImpl()
266 boolean hasValidProgress = isIndeterminate || progressMax != 0; in getItemViewTypeImpl()
/aosp12/frameworks/base/core/java/android/widget/
H A DProgressBar.java661 public synchronized boolean isIndeterminate() { in isIndeterminate() method in ProgressBar
2354 if (!isIndeterminate()) { in onInitializeAccessibilityNodeInfoInternal()
2371 stream.addProperty("progress:indeterminate", isIndeterminate()); in encodeProperties()
2383 return isIndeterminate() && getWindowVisibility() == VISIBLE && isShown(); in isAnimating()
H A DAbsSeekBar.java1146 return !isIndeterminate() && isEnabled();
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1695 int visibility = (horizontalProgressBar.isIndeterminate() || level < 10000) ? in updateProgressBars()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt6455 method @Deprecated public boolean isIndeterminate();
55498 method public boolean isIndeterminate();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4910 method public boolean isIndeterminate();
38055 method public synchronized boolean isIndeterminate();
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt20496 HSPLandroid/widget/ProgressBar;->isIndeterminate()Z
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt20543 HSPLandroid/widget/ProgressBar;->isIndeterminate()Z