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.java4823 boolean showProgress = handleProgressBar(contentView, ex, p); in applyStandardTemplate()
4828 contentView.setViewLayoutWidth(R.id.title, showProgress in applyStandardTemplate()
4833 int textId = showProgress ? com.android.internal.R.id.text_line_1 in applyStandardTemplate()
4840 setContentMinHeight(contentView, showProgress || mN.hasLargeIcon()); in applyStandardTemplate()