Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
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()
/frameworks/base/core/java/android/app/
DNotification.java5145 boolean showProgress = handleProgressBar(contentView, ex, p); in applyStandardTemplate()
5146 boolean hasSecondLine = showProgress; in applyStandardTemplate()
5157 && (!showProgress || p.mAllowTextWithProgress)) { in applyStandardTemplate()