Home
last modified time | relevance | path

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

/aosp12/build/soong/scripts/
H A Dtransitive-deps.sh314 showProgress=true
316 showProgress=false
320 if ${showProgress} && [ -t 0 ]; then
375 if ${showProgress}; then
406 if ${showProgress}; then
422 if ${showProgress}; then
441 if ${showProgress}; then
467 if ${showProgress}; then
477 if ${showProgress}; then
H A Dreverse-deps.sh147 showProgress=true
149 showProgress=false
153 if ${showProgress} && [ -t 0 ]; then
195 if ${showProgress}; then
229 if ${showProgress}; then
/aosp12/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp82 static bool showProgress = true; variable
364 } else if (showProgress && (n++ % 16) == 0) { in playSource()
390 if (showProgress) { in playSource()
813 showProgress = false; in main()
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DFilmstripBottomPanel.java169 public void showProgress() { in showProgress() method in FilmstripBottomPanel
H A DCameraAppUI.java203 void showProgress(); in showProgress() method
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java5153 boolean showProgress = handleProgressBar(contentView, ex, p); in applyStandardTemplate()
5154 boolean hasSecondLine = showProgress; in applyStandardTemplate()
5165 && (!showProgress || p.mAllowTextWithProgress)) { in applyStandardTemplate()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java834 controls.showProgress(); in showSessionProgress()