Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dstagefright.cpp83 static bool showProgress = true; variable
365 } else if (showProgress && (n++ % 16) == 0) { in playSource()
391 if (showProgress) { in playSource()
814 showProgress = false; in main()
/frameworks/base/core/java/android/app/
DNotification.java4685 boolean showProgress = handleProgressBar(contentView, ex, p); in applyStandardTemplate()
4690 contentView.setViewLayoutWidth(R.id.title, showProgress in applyStandardTemplate()
4695 int textId = showProgress ? com.android.internal.R.id.text_line_1 in applyStandardTemplate()
4702 setContentMinHeight(contentView, showProgress || mN.hasLargeIcon()); in applyStandardTemplate()