Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1693 if (horizontalProgressBar != null) { in updateProgressBars()
1711 if (horizontalProgressBar != null) { in updateProgressBars()
1725 if (horizontalProgressBar != null) { in updateProgressBars()
1726 horizontalProgressBar.setIndeterminate(true); in updateProgressBars()
1731 if (horizontalProgressBar != null) { in updateProgressBars()
1732 horizontalProgressBar.setIndeterminate(false); in updateProgressBars()
1740 if (horizontalProgressBar != null) { in updateProgressBars()
1752 if (horizontalProgressBar != null) { in updateProgressBars()
1771 horizontalProgressBar.getProgress() < 10000) { in showProgressBars()
1772 horizontalProgressBar.setVisibility(View.VISIBLE); in showProgressBars()
[all …]