Searched refs:shouldInstallDecor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java4303 private ProgressBar getCircularProgressBar(boolean shouldInstallDecor) { argument
4307 if (mContentParent == null && shouldInstallDecor) {
4317 private ProgressBar getHorizontalProgressBar(boolean shouldInstallDecor) { argument
4321 if (mContentParent == null && shouldInstallDecor) {

Completed in 2738 milliseconds