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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java3124 private ProgressBar getCircularProgressBar(boolean shouldInstallDecor) { argument
3128 if (mContentParent == null && shouldInstallDecor) {
3138 private ProgressBar getHorizontalProgressBar(boolean shouldInstallDecor) { argument
3142 if (mContentParent == null && shouldInstallDecor) {

Completed in 13 milliseconds