[go: nahoru, domu]

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

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3004 private ProgressBar getCircularProgressBar(boolean shouldInstallDecor) { argument
3008 if (mContentParent == null && shouldInstallDecor) {
3018 private ProgressBar getHorizontalProgressBar(boolean shouldInstallDecor) { argument
3022 if (mContentParent == null && shouldInstallDecor) {

Completed in 22 milliseconds