Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1706 if (horizontalProgressBar != null) { in updateProgressBars()
1724 if (horizontalProgressBar != null) { in updateProgressBars()
1738 if (horizontalProgressBar != null) { in updateProgressBars()
1739 horizontalProgressBar.setIndeterminate(true); in updateProgressBars()
1744 if (horizontalProgressBar != null) { in updateProgressBars()
1745 horizontalProgressBar.setIndeterminate(false); in updateProgressBars()
1753 if (horizontalProgressBar != null) { in updateProgressBars()
1765 if (horizontalProgressBar != null) { in updateProgressBars()
1784 horizontalProgressBar.getProgress() < 10000) { in showProgressBars()
1785 horizontalProgressBar.setVisibility(View.VISIBLE); in showProgressBars()
[all …]